Error when installing SM7 "The step runMigrationMonitor with step key "

Hi all
Please help for the following error when installing
ERROR 2009-06-13 00:27:13.515
FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
Regards
Kevin

Hi Uday
import.monitor.java.log
Loading of 'SASACONT1' import package: OK
Import Monitor jobs: running 2, waiting 23, completed 4, failed 0, total 29.
Import Monitor jobs: running 3, waiting 22, completed 4, failed 0, total 29.
Loading of 'SAPSSEXC' import package: ERROR
Import Monitor jobs: running 2, waiting 22, completed 4, failed 1, total 29.
Loading of 'REPOSRC' import package: ERROR
Import Monitor jobs: running 1, waiting 22, completed 4, failed 2, total 29.
Loading of 'SAPAPPL0' import package: ERROR
Import Monitor jobs: running 0, waiting 22, completed 4, failed 3, total 29.
Import Monitor jobs: running 1, waiting 21, completed 4, failed 3, total 29.
Import Monitor jobs: running 2, waiting 20, completed 4, failed 3, total 29.
Import Monitor jobs: running 3, waiting 19, completed 4, failed 3, total 29.
Loading of 'DOKCLU' import package: ERROR
Import Monitor jobs: running 2, waiting 19, completed 4, failed 4, total 29.
Loading of 'SAPAPPL1' import package: ERROR
Import Monitor jobs: running 1, waiting 19, completed 4, failed 5, total 29.
Loading of 'SAPAPPL2' import package: ERROR
Import Monitor jobs: running 0, waiting 19, completed 4, failed 6, total 29.
Import Monitor jobs: running 1, waiting 18, completed 4, failed 6, total 29.
Import Monitor jobs: running 2, waiting 17, completed 4, failed 6, total 29.
Import Monitor jobs: running 3, waiting 16, completed 4, failed 6, total 29.
Loading of 'DD03L' import package: ERROR
Import Monitor jobs: running 2, waiting 16, completed 4, failed 7, total 29.
Loading of 'SAPSSRC' import package: ERROR
Import Monitor jobs: running 1, waiting 16, completed 4, failed 8, total 29.
Loading of 'STERM_TEXT' import package: ERROR
Import Monitor jobs: running 0, waiting 16, completed 4, failed 9, total 29.
Import Monitor jobs: running 1, waiting 15, completed 4, failed 9, total 29.
Import Monitor jobs: running 2, waiting 14, completed 4, failed 9, total 29.
Import Monitor jobs: running 3, waiting 13, completed 4, failed 9, total 29.
Loading of 'SEOSUBCODF' import package: ERROR
Import Monitor jobs: running 2, waiting 13, completed 4, failed 10, total 29.
Loading of 'E071K' import package: ERROR
Import Monitor jobs: running 1, waiting 13, completed 4, failed 11, total 29.
Loading of 'SAPSDIC' import package: ERROR
Import Monitor jobs: running 0, waiting 13, completed 4, failed 12, total 29.
Import Monitor jobs: running 1, waiting 12, completed 4, failed 12, total 29.
Import Monitor jobs: running 2, waiting 11, completed 4, failed 12, total 29.
Import Monitor jobs: running 3, waiting 10, completed 4, failed 12, total 29.
Loading of 'ATAB' import package: ERROR
Import Monitor jobs: running 2, waiting 10, completed 4, failed 13, total 29.
Loading of 'SAPSPROT' import package: ERROR
Import Monitor jobs: running 1, waiting 10, completed 4, failed 14, total 29.
Loading of 'SAPSDOCU' import package: ERROR
Import Monitor jobs: running 0, waiting 10, completed 4, failed 15, total 29.
Import Monitor jobs: running 1, waiting 9, completed 4, failed 15, total 29.
Import Monitor jobs: running 2, waiting 8, completed 4, failed 15, total 29.
Import Monitor jobs: running 3, waiting 7, completed 4, failed 15, total 29.
Loading of 'SAPPOOL' import package: ERROR
Import Monitor jobs: running 2, waiting 7, completed 4, failed 16, total 29.
Loading of 'SAPSLOAD' import package: ERROR
Import Monitor jobs: running 1, waiting 7, completed 4, failed 17, total 29.
Loading of 'SAPSLEXC' import package: ERROR
Import Monitor jobs: running 0, waiting 7, completed 4, failed 18, total 29.
Import Monitor jobs: running 1, waiting 6, completed 4, failed 18, total 29.
Import Monitor jobs: running 2, waiting 5, completed 4, failed 18, total 29.
Import Monitor jobs: running 3, waiting 4, completed 4, failed 18, total 29.
Loading of 'SAPDDIM' import package: ERROR
Import Monitor jobs: running 2, waiting 4, completed 4, failed 19, total 29.
Loading of 'SAPDFACT' import package: ERROR
Import Monitor jobs: running 1, waiting 4, completed 4, failed 20, total 29.
Loading of 'SAPCLUST' import package: ERROR
Import Monitor jobs: running 0, waiting 4, completed 4, failed 21, total 29.
Import Monitor jobs: running 1, waiting 3, completed 4, failed 21, total 29.
Import Monitor jobs: running 2, waiting 2, completed 4, failed 21, total 29.
Import Monitor jobs: running 3, waiting 1, completed 4, failed 21, total 29.
Loading of 'SAPDODS' import package: ERROR
Import Monitor jobs: running 2, waiting 1, completed 4, failed 22, total 29.
Loading of 'SAP0000' import package: ERROR
Import Monitor jobs: running 1, waiting 1, completed 4, fail
ed 23, total 29.
Loading of 'SAPUSER' import package: ERROR
Import Monitor jobs: running 0, waiting 1, completed 4, failed 24, total 29.
Edited by: Kevin Wong on Jun 18, 2009 11:23 AM
Edited by: Kevin Wong on Jun 18, 2009 11:24 AM

Similar Messages

  • ?I am getting an error when installing on my dell inspiron with latest updates for drivers.  Error 1406.  I have the problem with Scan Snap software and a full version of reader.

    ?I am getting an error when installing on my dell inspiron with latest updates for drivers.  Error 1406.  I have the problem with Scan Snap software and a full version of reader.

    Error 1402 | Error 1406 | Acrobat, Reader

  • Error when I replaced  the DOM parcer with JAXP

    I replaced the DOM parcer with JAXP ....
    We moved from DOM parcer �import org.apache.xerces.parsers.DOMParser;� to JAXP.
    Here is my code:
    // Step 1: create a DocumentBuilderFactory and setNamespaceAware
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
    // Step 2: create a DocumentBuilder
      DocumentBuilder db = dbf.newDocumentBuilder();
    // Step 3: parse the input file to get a Document object
    Document doc = db.parse(location);
      root = doc.getDocumentElement();
      root.normalize();
    AND when we run stress test after a while we start getting error
    java.lang.NullPointerException
    at org.apache.xerces.dom.DeepNodeListImpl.nextMatchingElementAfter(Unknown Source)
    at org.apache.xerces.dom.DeepNodeListImpl.item(Unknown Source)
    at org.apache.xerces.dom.DeepNodeListImpl.getLength(Unknown Source)
    at com.xxx.yyy.WfStartTasksXmlDAO.getActionPerformed(Unknown Source)
    at com.xxx.yyy.WfStartTasksXmlDAO.getAction(Unknown Source)
    - Any idea why we are getting this error. Is this server (Linux) problem? or JAXP?
    Message was edited by:
    TamerBasha

    This is happening because JAXP is not thread safe. need to synchronize bracket or use thread safe parser.

  • Code 41 Error when installing my HID keyboard driver with my HID mouse driver

    I am developing a HID keyboard driver and a HID mouse driver based on HIDUSBFX2 sample code.
    So I added some lines as below into both keyboard driver inf file and mouse driver inf file.
    ;-------------- Service installation
    [hidKeyboard_Device.NT.Services]
    AddService = hidKeyboard,, hidKeyboard_Service_Inst
    AddService = mshidkmdf,0x000001fa, mshidkmdf_Service_Inst
    ; -------------- hidKeyboard driver install sections
    [hidKeyboard_Service_Inst]
    DisplayName    = %hidKeyboard.SVCDESC%
    ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
    StartType      = 3               ; SERVICE_DEMAND_START
    ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
    ServiceBinary  = %12%\hidKeyboard.sys
    ; -------------- mshidkmdf driver install sections
    [mshidkmdf_Service_Inst]
    DisplayName    = %mshidkmdf.SVCDESC%
    ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
    StartType      = 3                  ; SERVICE_DEMAND_START
    ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
    ServiceBinary  = %10%\System32\Drivers\mshidkmdf.sys
    LoadOrderGroup = Base
    [hidKeyboard_Parameters.AddReg]
    HKR,,"LowerFilters",0x00010000,"hidKeyboard"
    I installed my HID mouse driver first successfully.
    And then I tried to install my HID keyboard driver. But the installation was failed with error code 41.
    Windows successfully loaded the device driver for this hardware but cannot find the hardware device. (Code 41)
    When I checked mshidkmdf service registry, I can find that Owners value is "oem6.inf, oem5.inf"
    oem6.inf - keyboard driver inf file, oem5.inf - mouse driver inf file
    And when I checked the log with traceview, keyboard driver was not able to receive any IRP from HID class.
    On the other hand, mouse driver received the IRP and reinstalled.
    * If I uninstall the mouse driver and then install it again, the driver is installed successfully. I mean that this issue was found when first installation.
    Please help me~

    if you are filtering below the hid miniport, why do you have separate keyboard and mouse infs? For a filter below the miniport just use one inf and the filter will see both the keyboard and mouse requests (assuming you report a keyboard and mouse TLCs
    in the hid descriptor)
    d -- This posting is provided "AS IS" with no warranties, and confers no rights.

  • PCI standard PCI-to-PCI bridge error when install Chipset driver to T430 with Windows XP

    Hi, 
    I have one T430 and wanna downgrade to Windows XP. After I finished installing OS and procceded to update drivers, this error message
    "Cannot Install this Hardware
    There was a problem installing this hardware PCI standard PCI-to-PCI bridge
    An error occurred during the installation of the device
    The data is invalid"
    came out when trying to install Chipset driver, which is the only one I failed.
    Any ideas about this problem? Thank you.

    Hi,
    Please restart your system and re-install.
    Ps should work now.
    Regards,
    Ashutosh

  • Root.sh failed throws error when installing Oracle Grid Infrastructure 11.2

    Hi,
    root.sh failed with the following error when installing / configuring the oracle grid infrastructure version 11.2.0.1 for standalone on RHEL 6
    Now product-specific root actions will be performed.
    2011-10-10 11:46:55: Checking for super user privileges
    2011-10-10 11:46:55: User has super user privileges
    2011-10-10 11:46:55: Parsing the host name
    Using configuration parameter file: /apps/opt/oracle_infra/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'oracle', privgrp 'oinstall'..
    Operation successful.
    CRS-4664: Node vmhost1 successfully pinned.
    Adding daemon to inittab
    CRS-4124: Oracle High Availability Services startup failed.
    CRS-4000: Command Start failed, or completed with errors.
    ohasd failed to start: Inappropriate ioctl for device
    ohasd failed to start: Inappropriate ioctl for device at /apps/opt/oracle_infra/crs/install/roothas.pl line 296.
    I followed the steps / solution provided in the ID 1069182.1. But no use.
    Are there any workaround?
    Thanks
    -KarthicK
    Edited by: user11984375 on Oct 10, 2011 7:06 AM

    Check the logfiles under $GRID_HOME/log/<node_name>/cssd/
    I had seen the same problem and the following resolved the problem for me.
    [root@rac1 ~]# rm -f /usr/tmp/.oracle/* /tmp/.oracle/* /var/tmp/.oracle/*
    [root@rac1 ~]# > $ORA_CRS_HOME/log/<node_name>/cssd/<node_name>.pid
    HTH,
    Raj Mareddi
    http://www.freeoraclehelp.com

  • Error msg "FCO-00011  The step createJSF with step key " install SM7

    Hi all
    The following error msg as when I installing SM7
    the error show "The step createJSF with step key " <== what meanings?
    Regards
    Kevin
    WARNING[E] 2009-06-10 21:58:40.890
    CJS-30197  User SAPJSF already exists
    Diagnosis
    You have tried to create or change a user that already exists.
    Procedure
    Edit the existing user or first delete the user and then recreate it.
    Alternatively, you can choose another user name, for example, by
    appending part of the first name.
    [System: PAS(001), Message: 01 224]
    . DIAGNOSIS: For more details see output of log file: User SAPJSF already exists
    Diagnosis
    You have tried to create or change a user that already exists.
    Procedure
    Edit the existing user or first delete the user and then recreate it.
    Alternatively, you can choose another user name, for example, by
    appending part of the first name.
    [System: PAS(001), Message: 01 224]
    *ERROR 2009-06-10 21:58:41.218*
    *FCO-00011  The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0|createJSF was executed with status ERROR .*
    Edited by: Kevin Wong on Jun 11, 2009 3:47 AM

    Hi
    anyone can help me or having the same problems?
    *ERROR 2009-06-10 21:58:41.218*
    *FCO-00011 The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0|createJSF was executed with status ERROR .*
    Regard,

  • Show error message when Install SM7 in step 4 execute Service

    Hi All
    Show error message when Install SM7 in step 4 execute Service.
    Anyone can help me fix the problem pls!
    Regards
    Kevin
    Start the setup task 'Determination of SID and InstanceNumber for Diagnostics agent' ...
    Information for SAPInst:
    sid=SMD
    number=98
    2009.06.08 11:16:59
    Task completed with status 0
    INFO 2009-06-08 11:17:00.0
    Execute step initSystem of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO[E] 2009-06-08 11:17:00.250
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2009-06-08 11:17:00.484
    Execute step initED of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO[E] 2009-06-08 11:17:00.718
    FSL-02077  File system export (share) saploc does not exist.
    INFO[E] 2009-06-08 11:17:05.265
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    INFO 2009-06-08 11:17:05.609
    Execute step createOSUser of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO[E] 2009-06-08 11:17:05.875
    FSL-02077  File system export (share) saploc does not exist.
    INFO[E] 2009-06-08 11:17:08.187
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    INFO[E] 2009-06-08 11:17:10.531
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    INFO[E] 2009-06-08 11:17:12.859
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    INFO[E] 2009-06-08 11:17:15.156
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    WARNING[E] 2009-06-08 11:17:20.281
    FSL-01002  Unable to create account hk-is-000818\smdadm. HRESULT=0x80005009
    INFO 2009-06-08 11:17:20.562
    Execute step initOS400Parameters of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO 2009-06-08 11:17:20.781
    Execute step initING_DI of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO 2009-06-08 11:17:22.312
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\summary.html.
    INFO 2009-06-08 11:17:28.828
    Execute step ntpatch of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|NW_Update_DLLs|ind|ind|ind|ind|3|0
    INFO 2009-06-08 11:17:29.093
    Node C:\WINDOWS\system32 already exists.
    INFO 2009-06-08 11:17:31.0
    Execute step runChecksStep of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|3|0
    INFO 2009-06-08 11:17:32.390
    Execute step createAccounts of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0
    INFO 2009-06-08 11:17:33.171
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.203
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.250
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.281
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.328
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.375
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.421
    Nothing to do. User privileges are an empty string.
    INFO[E] 2009-06-08 11:17:35.703
    FSL-01027  Account user="hk-is-000818\SAPServicePAS" does not exist.
    WARNING[E] 2009-06-08 11:17:40.796
    FSL-01002  Unable to create account hk-is-000818\SAPServicePAS. HRESULT=0x80005009
    WARNING[E] 2009-06-08 11:17:40.796
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2009-06-08 11:17:40.843
    FCO-00011  The step createAccounts with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0|createAccounts was executed with status ERROR .

    hi Subhash
    tkx it work
    but I got another error when install afterwards. do u know how can fix , many tkx
    Kevin
    WARNING 2009-06-09 20:39:02.421
    Execution of the command "D:\oracle\product\10.2.0\db_1\bin\lsnrctl start LISTENER" finished with return code 1. Output:
    WARNING[E] 2009-06-09 20:39:02.437
    CJS-00095  Error return code. DIAGNOSIS: Return code 1 of executable D:\oracle\product\10.2.0\db_1/bin/lsnrctl indicates an error. SOLUTION: See log file lsnrctl.log for details.
    WARNING[E] 2009-06-09 20:39:02.437
    CJS-00095  Error return code. DIAGNOSIS: Return code 1 of executable D:\oracle\product\10.2.0\db_1/bin/lsnrctl indicates an error. SOLUTION: See log file lsnrctl.log for details.
    ERROR 2009-06-09 20:39:02.468
    FCO-00011  The step StartListener with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener was executed with status ERROR .

  • I have an error when installing apps on my mac from the apple store. It says "return to the purchase page and try again"... I think it is something to do with the installation process itself. I have tried to clear apple store cache, restarted apple s

    I have an error when installing apps on my mac from the apple store. It says "return to the purchase page and try again"... I think it is something to do with the installation process itself. I have tried to clear apple store cache, restarted apple store from debug menu, double checked my apple id account and etc..but doesn't work anyway.

    I'm having the same problem and went as far as to delete and reinstall the AppStore and still no dice.

  • Error when install sap license with 'saplicense -install'

    Dear experts,
    Error when install sap license with 'saplicense -install':
    SAPLICENSE (Release 640) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    Could you gvie me any ieda?

    Another way is to open a command prompt as nspadm and run saplicense -install
    To do this follow the steps below
    Click "Start" -> "Run..." and enter:
    runas /u:nspadm cmd
    Enter nspadm's password. A command prompt appears running as user nspadm. Now change to \usr\sap\nsp\SYS\exe\run and run
    saplicense -install
    Hope this helps.
    Regards,
    Klause

  • What is the 0x80070570 error when installing Win7 or Win8 or Win 8.1 on a clean SSD/HDD ?!

    Hello,
    My computer was working perfectly with Win7 for about 2years until I formatted on monday to clean a little bit my drives ... Since then I'm unable to install windows again. I have the 0x80070570 error.
    The complete error message is:
    Windows cannot install required files. The file may be corrupt or missing. Make sure that all files required for installation are available and restart the installation. Error code:0x80070570.
    What is the 0x80070570 error when installing Win7 or Win8 or Win 8.1 on a clean SSD/HDD ?! These versions are full from MSDN.
    What I did already:
    check my RAM (16go gskill)
    remove unnecessary hard drives
    replace my "old" SSD with a clean new one
    remove my sound cards
    remove the mouse and use only keyboard
    reset the BIOS
    check every LED on the motherboard (asus sabertooth z77) and there is no problem
    What are the problems?
    Thanks,
    Adrien.

    Hi,
    If all images cannot be installed, we have a reason to suspect the hardware cause.
    If you use two memory slots to get 16G RAM, I suggest you test with just one (8G) to check the result.
    Alex Zhao
    TechNet Community Support

  • I have an issue installing photoshop CC trial, I currently have elements and wanted to see the differences before buying, when installing through the creative cloud app I get the error message  Exit Code: 7 Please see specific errors below for troubleshoo

    I have an issue installing photoshop CC trial, I currently have elements and wanted to see the differences before buying, when installing through the creative cloud app I get the error message  Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR: DW041 ...   -------------------------------------- Summary --------------------------------------   - 0 fatal error(s), 1 error(s)
    ERROR: DW041: INSTALLDIR Volume D:\ doesn't exist.  -------------------------------------------------------------------------------------  System Requirements  and it will not install, It says cant find the path D: im not sure why because as far as I can see its set to install on drive C: which is where I want it!

    Exit Code: 6, Exit Code: 7 Installation Errors - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs

  • I keep getting this error when trying to backup time capsule with time machine. The backup disk image "/Volumes/Data-1/Dan's iMac.sparsebundle" is already in use.

    I keep getting this error when trying to backup time capsule with time machine. The backup disk image “/Volumes/Data-1/Dan’s iMac.sparsebundle” is already in use.

    Make sure that no other Macs are backing up at the time.
    Pull the power cable from the back of the Time Capsule
    Count to ten
    Plug the power cable back into the back of the Tme Capsule
    Wait a few minutes, then try a backup again.

  • 500 Internal error when installing the portalTools

    Hi all,
    After installing Oracle 9i portalTools in Windows 2000 system. We meet an Internal 500 error when loging in the http://...:7778/portalTool. That seems some files been not copied to the right folder.
    We have two Oracle 9i folder, one is: D:\Oracle9iAS for Oracle 9i AS instance and another one D:\Oracle9iASPortal for Oracle 9i Portal instance.
    I am not sure which one is the $Install_Path which mentioned in the portalTools installation guide?
    Thank you very much!
    Patrick

    Fixed. It is a version problem.
    For the version of 9iAS, we must use the portalTools version 9.0.2

  • Get error when installing .json back up file A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script

    get error when installing .json back up file A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script
    Also tried to chang places.sql or what ever to my back up .json file and that wouldnt work. Is there a way to just move my backup .json file some where my bookmarks are a bigger file and i t will take a bit to upload.

    A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue.
    Script: chrome://browser/content/places/editBookmarkOverlay.js:909

Maybe you are looking for

  • ITunes won't let me download music

    I used Ctrl + S to get the old setting for itunes back. But it still won't let me drag my music onto my phone. What should i do?

  • Failed nvidia 7600 in touchsmart iq790

    hi everyone, im new to this forum but not to the problem going by what ive been reading on the forum. i turned on my pc to be welcomed with green chequered lines and startup repair recomended (dont work) then black screen. i had a repair guy look at

  • Brush size doesn't show on artboard

    An annoying bug (another) I'm noticing lately is that the brush size visualization is not working properly. When I (command [ or ]) resize my brush it does not show the outline of the brush on the art board. It will up to a certain size and then simp

  • Emacs opening files and lisp

    I have been playing around with emacs for the mac. I usually use it from the command line, but I would also like to use it from the GUI so I can get rid of the text editor and word. I have set it so that text files open emacs, but it opens emacs with

  • Change request without correction

    Hello. Is it possible to create Corrections without link to Transport Request? In case I need to make some changes non-conected with settings in system.