"ERROR 21 the device is not ready" when use dism get-wiminfo

I want to retrieve information about the OS images that are contained in a wim file.
"dism /Get-WimInfo /WimFile:d:\sources\install.wim "was typed in the command line (system manager)
but error 21 happened "the device is not ready". Actually I know little about computer and don't know how to fix it.
the log file says as follows,
2015-04-20 13:12:36, Info                  DISM   PID=5204 TID=7720 Scratch directory set to 'C:\Users\luckiing\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
2015-04-20 13:12:36, Info                  DISM   PID=5204 TID=7720 DismCore.dll version: 6.2.9200.16384 - CDISMManager::FinalConstruct
2015-04-20 13:12:36, Info                  DISM   PID=5204 TID=7720 Successfully loaded the ImageSession at "C:\Windows\System32\Dism" - CDISMManager::LoadLocalImageSession
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Manager: PID=5204 TID=7720 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Getting Provider DISMLogger - CDISMProviderStore::GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: 
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: <----- Starting Dism.exe session ----->
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: 
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.2.9200, Running architecture=amd64, Number of processors=8
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Dism.exe version: 6.2.9200.16384
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Executing command line: dism  /Get-WimInfo /WimFile:d:\sources\install.wim
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Loading Provider from location C:\Windows\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Connecting to the provider located at C:\Windows\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Loading Provider from location C:\Windows\System32\Dism\VHDProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Connecting to the provider located at C:\Windows\System32\Dism\VHDProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Loading Provider from location C:\Windows\System32\Dism\ImagingProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Connecting to the provider located at C:\Windows\System32\Dism\ImagingProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Loading Provider from location C:\Windows\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Connecting to the provider located at C:\Windows\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: FolderManager
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: WimManager
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: WimManager.
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: VHDManager
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: GenericImagingManager
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: GenericImagingManager.
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Compatibility Manager
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Getting Provider WimManager - CDISMProviderStore::GetProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider
2015-04-20 13:12:36, Error                 DISM   DISM WIM Provider: PID=5204 WIM open failed. - CWimImageInfoCollection::Initialize(hr:0x80070015)
2015-04-20 13:12:36, Error                 DISM   DISM WIM Provider: PID=5204 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimimageinfocollection.cpp:76 - CWimImageInfoCollection::CreateWimImageInfoCollection(hr:0x80070015)
2015-04-20 13:12:36, Error                 DISM   DISM WIM Provider: PID=5204 TID=7720 Failed to create the image info collection. - CWimManager::GetImageInfoCollection(hr:0x80070015)
2015-04-20 13:12:36, Error                 DISM   DISM WIM Provider: PID=5204 TID=7720 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:3248 - CWimManager::InternalOpGetImages(hr:0x80070015)
2015-04-20 13:12:36, Error                 DISM   DISM WIM Provider: PID=5204 TID=7720 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:4043 - CWimManager::InternalCmdGetImages(hr:0x80070015)
2015-04-20 13:12:36, Error                 DISM   DISM WIM Provider: PID=5204 TID=7720 Error executing command - CWimManager::InternalExecuteCmd(hr:0x80070015)
2015-04-20 13:12:36, Error                 DISM   DISM WIM Provider: PID=5204 TID=7720 base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1928 - CWimManager::ExecuteCmdLine(hr:0x80070015)
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: 
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
2015-04-20 13:12:36, Info                  DISM   DISM.EXE: 
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Disconnecting Provider: VHDManager - CDISMProviderStore::Internal_DisconnectProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Disconnecting Provider: GenericImagingManager - CDISMProviderStore::Internal_DisconnectProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
2015-04-20 13:12:36, Info                  DISM   DISM Provider Store: PID=5204 TID=7720 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider

Hi,
According to the DISMI log, it seems like there is a problem with the WIM file. However, you can try to change a location for test to check its information.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Error initializing server: IO Error: The device is not ready

    Hi, I copied JDev 10.1.3 on my notebook and when I tried to start embedded OC4J I get the following message:
    Error initializing server: IO Error: The device is not ready
    What should I do? Thanks

    If I read correctly, you just copy the existing jdev installation on your PC to your notebook. That sounds like a very dubious practice to me. As seen by you in this particular example, hard-coded non-relative paths, host information, environment settings and etc begin to creep into various configuration or preference files once a piece of software go alive.
    Any problem to start a new installation to your notebook?

  • MegaSky 580 - Presto! Error message "The device is not ready"

    Error message "The device is not ready. Please check whether your device is connected correctly."
    I can see the device in the drop down menu of the settings window, when I select It, I get again the same error message.
    If I plug off the usb stick, presto! Do not see the device anymore
    I did have this problem since the beginning, I did try a lot ,
    I install also the updates for the “digital TV usb min receiver” and the updates for the presto software (from the presto and msi homepage).
    But nothing was helping.
    After a couple of weeks I needed to reinstall the laptop from scratch.
    And the first thing that I did was trying the presto software again, and it was working everything fine.
    After a couple of weeks I install some other stuff and all of the Microsoft patches,
    And I did get the same problem back.
    So it seems that something is disturbing the communication between the USB stick and the presto software, but what!
    The usb stick is working finr, I did try it with a powercinema trial version, and it is working, but why the OEM software of the USB stick not working, I hate it!
    It would also helpful, to get a kind of log functionalities, due to the fact,
    that no logs are available! Maybe somebody knows kind of switch to increase the verbosity and get an error log?
    I have seen the same problem in this and other forums, so I’m not the only one.
    But no solution found, maybe someone has found it…..
    System:
    HP nc6120 laptop
    XP SP2 all security patches installed

    ilko_t
    The Acer laptop, whic works with Mega Sky 580, is a celeron, can´t remember the exact spec., 1,5 Ghz, 1G DDR
    Think my faulty computer is similar to the one (B) you described... is it a Dell thing?
    Quote from: ilko_t on 20-June-06, 21:40:59
    I am having the very same problem:
    3 Systems:
    A- Desktop MB-Abit AN7, AMD Athlon 3000+ - working fine with all software and drivers updates. All aviable XP updates applied. XP Pro SP2
    B- Laptop Dell Dimension 6000, Intel Centrino, 1.6Ghz Mobile, 512MB DDR2- cannot get it working- tried all aviable updates, all XP updates applied, XP Home SP2, Intel Chipset drivers- newest, says every time "The device is not ready. Please check whether your device is connected correctly."
    C- Desktop Intel P4 3.0Ghz, 512MB RAM, Intel chipset- was working first 2 or 3 reboots then the same problem "device not ready", all updates, all XP updates, all motherboard updates, XP Pro SP2
    On systems B and C the tuner is recognised properly in Device Manager and correct drivers installed(the newest from MSI+software patch)
    The only logical conclusion I can make at this point is that there is something to do with the chipset make, as it works just fine on AMD and on Intel it won't, using the same software+drivers.
    Any other ideas? Or just dump the thing in the bin

  • C4440 scan error Operation could not be completed (error 0x00000015​). The device is not ready.

    I have updated, restarted, etc. Sometimes when scanning I do not get this message, but more often I do.
    When scanning I receive the following message:
    Error message when scanning "Operation could not be completed (error 0x00000015). The device is not ready.
    Please help!!

    Hello, nylamama:
    Follow the steps in this document, and you should find the help you need to resolve the error.
    Let me know if this helps, and thank you for contacting HP!
    Cheers,
    SN_63 (Saint Nana): I work on behalf of HP.
    Click the thumbs up icon if you want to say "Thank you." To help others on the forum, select "Accepted Solution" on the post that solves your problem.

  • Scanner Operation could not be completed (error 0x00000015). The device is not ready.

    When trying to scan I keep receiving an error message.  Operation could not be completed (error 0x00000015).  The device is not ready.
    What does this mean?  I have been able to scan without problems in the pas, with Windows 7 Fax and Scan.
    Printer : HP PhotoSmart 2710
    Computer: HP Pavilion zd8000 (originally XP)

    Welcome to the Forum, losblanco,
    I checked on this for you and I think your answer is here:
    http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/operation-could-not-be-completed...
    If you don't find the solution there,
    or if you need help for any other reason,
    please come back and we'll take another shot at it!
    Good Luck!
    I hope this helps.
    Click The Kudos Star to say Thanks!       
    Set in Reply “Accept as Solution” if it’s fixed! 
    Kudos are Earned!
    Kind Regards,
    Dragon-Fur

  • Error while trying to create a Solr collection (java.io.IOException: The device is not ready)

    Hello, everyone.
    I'm trying to create a .cfm document that will erase a specific Solr collection and then re-create it, index it, and optimize it.
    The delete works flawlessly. 
    Unfortunately, creating it isn't working, at all.  I get the following message:
    Unable to create collection publicsearch - An error occurred while creating the collection: java.io.IOException: The device is not ready.
    This is a Windows 7 server running Apache and CFServer 9.0.1 (the version before Verity was cut.)  I'm not getting any more details than the one error message.  Any idea of what could be causing this?  I've Googled this and I'm seeing a lot of issues similar, but not quite what I have happening.
    Thanks,
    ^_^

    Nevermind.. no one bothered to inform the developer that the path to the collection AND the path to the directory that the collection is for are different on this other server.
    Fixed.

  • Load report failed: The device is not ready [COMException (0x80004005)]

    Hi,
    In a deployed machine with the lastest Crystal Reports 2008 SP1 runtimes (Crystal Reports 2008 SP1 - Redist Install - Refresh) (it also happens with olders versions) I'm having the following problem:
    <SEE THE POST BELOW>
    This is a simple application that has a form with a button and one Crystal Reports Viewer. Pressing the button loads a report from the disk that uses a .xml datasource.
    What does the "device is not ready" means?
    I've checked the temporary files, the user has administrative rights, the form loads correctly the crystal report viewer.
    The operative system is Windows XP.
    Any clues of what it can be? In others computers it works just fine.
    Thanks in advance.
    Edited by: Jos Silva on Jun 3, 2009 8:51 PM - text formating problems

    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text **************
    CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException (0x80004005): The device is not ready.    at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at loading_times.frmLoadingTimes.btnLoadReport_Click(Object sender, EventArgs e) in C:\Users\jose.silva\PRIMAVERA\Crystal Reports 2008\loading-times\loading-times\Form1.vb:line 13
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///h:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    loading-times
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///H:/primavera/Debug/loading-times.exe
    Microsoft.VisualBasic
        Assembly Version: 8.0.0.0
        Win32 Version: 8.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Runtime.Remoting
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    CrystalDecisions.CrystalReports.Engine
        Assembly Version: 12.0.2000.0
        Win32 Version: 12.1.2000.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/CrystalDecisions.CrystalReports.Engine/12.0.2000.0__692fbea5521e1304/CrystalDecisions.CrystalReports.Engine.dll
    CrystalDecisions.Shared
        Assembly Version: 12.0.2000.0
        Win32 Version: 12.1.2000.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/CrystalDecisions.Shared/12.0.2000.0__692fbea5521e1304/CrystalDecisions.Shared.dll
    CrystalDecisions.ReportAppServer.CommLayer
        Assembly Version: 12.0.1100.0
        Win32 Version: 12.1.1100.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC/CrystalDecisions.ReportAppServer.CommLayer/12.0.1100.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.CommLayer.dll
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    CrystalDecisions.ReportAppServer.ClientDoc
        Assembly Version: 12.0.1100.0
        Win32 Version: 12.1.1100.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC/CrystalDecisions.ReportAppServer.ClientDoc/12.0.1100.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.ClientDoc.dll
    System.Data
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    CrystalDecisions.ReportAppServer.DataSetConversion
        Assembly Version: 12.0.2000.0
        Win32 Version: 12.1.2000.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.DataSetConversion/12.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.DataSetConversion.dll
    CrystalDecisions.ReportAppServer.DataDefModel
        Assembly Version: 12.0.1100.0
        Win32 Version: 12.1.1100.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC/CrystalDecisions.ReportAppServer.DataDefModel/12.0.1100.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.DataDefModel.dll
    CrystalDecisions.ReportAppServer.Controllers
        Assembly Version: 12.0.1100.0
        Win32 Version: 12.1.1100.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC/CrystalDecisions.ReportAppServer.Controllers/12.0.1100.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.Controllers.dll
    CrystalDecisions.ReportAppServer.CubeDefModel
        Assembly Version: 12.0.1100.0
        Win32 Version: 12.1.1100.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC/CrystalDecisions.ReportAppServer.CubeDefModel/12.0.1100.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.CubeDefModel.dll
    CrystalDecisions.ReportAppServer.ReportDefModel
        Assembly Version: 12.0.1100.0
        Win32 Version: 12.1.1100.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC/CrystalDecisions.ReportAppServer.ReportDefModel/12.0.1100.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.ReportDefModel.dll
    BusinessObjects.Licensing.KeycodeDecoder
        Assembly Version: 12.0.1100.0
        Win32 Version: 12.1.0.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC/BusinessObjects.Licensing.KeycodeDecoder/12.0.1100.0__692fbea5521e1304/BusinessObjects.Licensing.KeycodeDecoder.dll
    System.Web
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///H:/WINDOWS/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    CrystalDecisions.Shared.resources
        Assembly Version: 12.0.2000.0
        Win32 Version: 12.1.2000.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/CrystalDecisions.Shared.resources/12.0.2000.0_pt_692fbea5521e1304/CrystalDecisions.Shared.resources.dll
    CrystalDecisions.CrystalReports.Engine.resources
        Assembly Version: 12.0.2000.0
        Win32 Version: 12.1.2000.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/CrystalDecisions.CrystalReports.Engine.resources/12.0.2000.0_pt_692fbea5521e1304/CrystalDecisions.CrystalReports.Engine.resources.dll
    CrystalDecisions.Windows.Forms
        Assembly Version: 12.0.2000.0
        Win32 Version: 12.1.2000.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/CrystalDecisions.Windows.Forms/12.0.2000.0__692fbea5521e1304/CrystalDecisions.Windows.Forms.dll
    CrystalDecisions.ReportSource
        Assembly Version: 12.0.2000.0
        Win32 Version: 12.1.2000.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/CrystalDecisions.ReportSource/12.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportSource.dll
    CrystalDecisions.Windows.Forms.resources
        Assembly Version: 12.0.2000.0
        Win32 Version: 12.1.2000.882
        CodeBase: file:///H:/WINDOWS/assembly/GAC_MSIL/CrystalDecisions.Windows.Forms.resources/12.0.2000.0_pt_692fbea5521e1304/CrystalDecisions.Windows.Forms.resources.dll
    JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

  • "The drive is not ready for use; its door may be open. Please check drive \

    3G IPOD problems which are driving me mad and i can see others have had the same problem but i can't find any solution written down.
    Basically my IPOD either freezes after a couple of songs or it downloads about 6Gb (of 40) and the freezes with the following message:
    "The drive is not ready for use; its door may be open. Please check drive \Device\Harddisk2\DR6 and make sure that a disk is inserted and that the drive door is closed"
    I've tried re-setting, installing etc but no luck. Any suggestions/solutions?
    Laptop - Packard Bell Notebook   Windows XP  

    Hmmmm. I'm not sure how to explain this.
    You need to change the Drive Letter for your iPod.
    You should be able to connect your iPod then open Windows Explorer and right click on your iPod(which seems to be Drive E:) and change it to a different letter (like H).
    If you haven't enabled disk use for your iPod it probably won't appear in Windows Explorer.
    To enable disk use: connect iPod, open iTunes. Open Preferences and select the iPod tab. Choose "enable disk use."
    Once you've done all that, try resyncing.

  • HT3625 audio input device is not ready to use

    My audio input device is not ready to use. Any idea? I have one macbook pro 13".
    Thank you for your help.

    MacBook Pro 13" Mid 2012. – And as the link you provided says, the products affected are all pre 2012. After that (or at least in my mac from mid 2012) there is no "'Use audio for:' menu selection" to choose anything from.
    Message was edited by: Aarnipuu

  • How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    How do I set up a mail group on mac mail?  All the advise on line seems to refer to 'address book' and I only have 'contacts'.  The guidance does not work when using 'contacts' - can anyone help me?

    Create a group and send mail
    http://www.dummies.com/how-to/content/how-to-create-a-basic-contact-group-in-mac -os-x-li.html
    http://www.macworld.com/article/1165582/how_to_email_groups_with_mail.html
    Best.

  • Hi i just wanna ask about the volume down button in the ipad 2 ,it was mute the device when hold it at once but before 2days i noticed that the device did not mute when i hold it ,why? and how i fix this by the way it is still volume down

    hi i just wanna ask about the volume down button in the ipad 2 ,it was mute the device when hold it at once but before 2days i noticed that the device did not mute when i hold it ,why? and how i fix this by the way it is still volume down

    Have you tried restarting or rebooting the iPad and then see if the volume control will work again?
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • New ipod touch, Error: "The device can not be read or written to."

    I don't know what else to do!
    I also have an Ipod touch that just doesn't sync. When I connect the Ipod and launch Itunes to sync, it tells me that the device can not be written to:
    It just doesn't snyc at all. It's brand-new, out of the box and just doesn't work. And it's not my first ipod, so I know how to handle Itunes.
    That's what i've tried so far without success to solve the problem:
    * restored the touch hundreds of times, both in recovery and DFU mode and within the touch software
    * upgraded to firmware 1.1.4, downgraded back to 1.1.3, then to 1.1.2. and back to 1.1.4 - no change!
    * installed several different ITunes Versions and different Apple Mobile Device Services
    * tried MediaMonkey BETA with Ipod Touch support (this just creates 0kb files on the touch, but it also uses the mobile device service, so i guess the failure is somewhere there)
    * tried 4 different Windows XP systems with Itunes at my home and at friends (same error there as well)
    * restored my Windows XP with a recovery version and reinstalled Itunes completely from scratch
    * created a new user account in Windows XP and tried it with this one
    * launched Itunes with Internet switched off
    * used different USB ports - both 1.1 and 2.0
    * disconnected all USB devices
    * registered the necessary DLLs manually
    * last week, I sent the ipod to Apple (they claim that everything is fine and the problem is just me and my computer and sent it back without change)
    I don't have an apple in reach, so i'm not able to test it with an apple computer. There is also no apple store here in the country side of Germany.
    What else can be done? I know there are hundreds, that have the same problem but I don't know any more things to try. Now i have a 300 bucks touch i can not use as mp3 player...
    Message was edited by: basti007

    As I said, i did that! Quote:
    +* last week, I sent the ipod to Apple (they claim that everything is fine and the problem is just me and my computer and sent it back without change)+
    Today I got it back and nothing changed. I tried to call Apple Germany, but after i waited over 1,5 hours on the waiting line, i gave up.

  • The device PCI 6036E: Analog Input error:"the device is not responding to the base address",Output :No signal

    I am using PCI 6036E DAQ card, DAQ 6.9.2. , I have not connected to any external device.
    When I tested card(in Test Panel of MAX2.2,DAQ 6.9.2) an error appearing �the device is not responding to the base address� � then I pressed Yes, Then TestPanel window appearing�
    In analog Input Tag, there is an error �-10805�. This error also appearing when I run the standard analog input samples (use Delphi 6.0).
    I tested analog output functions in TestPanel, Delphi Examples, LabView 6.1. There are not error appearing but there is not output signal (using Oscilloscope to see).
    Output, Input digital functions are working correctly.
    Next I try to foll
    ow all the instruntions as recommended:
    -Changing TO another slots PCI
    -Reinstall Os WinXP,98SE�
    -Use another Computer�
    But all of the cases are still not working.(the above error still appeared, no output signal)

    Nvd,
    I'm sorry to hear about the problems that you are running into with your DAQCard. I can understand your frustration with the errors that you are seeing. You mention that you have tried to do some troubleshooting, I was wondering if you have tried all the troubleshooting techniques listed in this KnowledgeBase:
    http://digital.ni.com/public.nsf/websearch/DCFCDB240788F8D486256D6A00834D80?OpenDocument
    If you have tried all of those things, I would suggest one additional thing to try. I would suggest updating your NI-DAQ drivers to version 7.0. These drivers are the newest versions of our Data Acquisition Drivers, and can be downloaded from our website here:
    http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C128D?OpenDocument&
    node=132060_US
    If you have tried all of the above troubleshooting options, please post a detailed description of what you have tried. This may help to clarify what is going wrong.
    Jed R.
    Applications Engineer
    National Instruments

  • Internal error: The parameter is not valid When Trying to Create an Offline Cube

    Hello,
    Can someone Please help me Understand the error which am getting while Creating an offline cube?
    My script is somewhat like this
    CREATE global CUBE [ABCoffline]
    Storage 'C:\Test\Testing\abc.cub'
    FROM [abc]
    MEASURE  [abc].[A],
    MEASURE [abc].[B],
    MEASURE [abc].[C],
    MEASURE  [abc].[D],  
    DIMENSION [abc].[D1],
    DIMENSION [abc].[D2]
    If I remove the measure D am able to create cube.However if I include the measure am not able to and getting the error
    Adding More information. My relationship between the dimensions and fact goes like this
    can someone please advise!!

    Hi Chris,
    According to your description, the cube works fine, you can connect to it in client application. The only issue is that counter the error when create a local cube based on it, right?
    In your scenario, which version of SQL Server are you using? Only with the dimple error message, it's hard to analyze this issue. In order to narrow down the issue, please apply the latest services and cumulative updates based on your SQL Server version.
    You can troubleshoot this issue by using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Regards,
    Charlie Liao
    TechNet Community Support

  • Wireless track pad is paired but the pad does not respond when using my finger

    my wireless apple track pad is paired and bluetooth is on however the pad does not move the mouse when using my finger, what should i do?

    Hello MWinn1,
    Thanks for using Apple Support Communities.
    Please follow the steps below to troubleshoot the issue with your Magic Trackpad.  Also please make sure your batteries are charged.
    Trackpad or Magic Trackpad is jumpy or erratic
    http://support.apple.com/kb/TS1449
    Take care,
    Alex H.

Maybe you are looking for

  • Error message at the end of the installation of Creative suite 5.5 Acrobat not installed

    Hi, I have an issue when installing the Adobe creative suite 5.5 in my windows 7 system. during the installation everything is fine but at the end of the installation I have the error message below. and Adobe Acrobat X is not installed. When I try to

  • How to avoid index_join

    11gR2 I have a query getting degraded due to index$_join$ operations on bitmap indexes (BITMAP CONVERSION TO ROWIDS). Is there any way or any hint to ignore index_join ? It is an OBIA query (Packaged application) SQL explain plan for select sum(case 

  • Keyframing in motion4?

    Hi all. I am having trouble moving an oject around a canvas in Motion 4. I have made the object 3d, it is a "Clockwork" particle and it is tilted backwards. I now want it to move around the x and y axis of the canvas. But when I engage the motion but

  • Isight maybe finished?

    hello, i have a 12" powerbook g4 and external isight, both last models produced. my isight has always worked fine until today it's just giving me a black screen with static as the picture. i double-checked everything and my powerbook is recognizing i

  • How to import video from Canon HV20

    to iMovie 10.0.4 using HDMI to Thunderbold converter to iMac desktop