NetWeaver install on Windows - Import Monitor failing to import packages

Following are the errors in import_monitor.log during installation.  The errors are due to sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline.  7 out of 28 packages imported fine.  What is the fix?
TRACE: 2009-11-24 12:07:32 com.sap.inst.migmon.LoadTask run
Loading of 'SAPUSER' import package is started.
TRACE: 2009-11-24 12:07:32 com.sap.inst.migmon.LoadTask processPackage
Loading of 'SAPUSER' import package into database:
C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAPUSER.cmd -dbcodepage 4103 -l SAPUSER.log -nolog -c 50000
TRACE: 2009-11-24 12:07:32 com.sap.inst.migmon.LoadTask run
Loading of 'SAP0000' import package is started.
TRACE: 2009-11-24 12:07:32 com.sap.inst.migmon.LoadTask processPackage
Loading of 'SAP0000' import package into database:
C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -nolog -c 50000
ERROR: 2009-11-24 12:07:33 com.sap.inst.migmon.LoadTask run
Loading of 'SAPUSER' import package is interrupted with R3load error.
Process 'C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAPUSER.cmd -dbcodepage 4103 -l SAPUSER.log -nolog -c 50000' exited with return code 2.
For mode details see 'SAPUSER.log' file.
Standard error output:
sapparam: sapargv( argc, argv) has not been called.
sapparam(1c): No Profile used.
sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
ERROR: 2009-11-24 12:07:33 com.sap.inst.migmon.LoadTask run
Loading of 'SAP0000' import package is interrupted with R3load error.
Process 'C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -nolog -c 50000' exited with return code 2.
For mode details see 'SAP0000.log' file.
Standard error output:
sapparam: sapargv( argc, argv) has not been called.
sapparam(1c): No Profile used.
sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
WARNING: 2009-11-24 12:08:02
Cannot start import of packages with views because not all import packages with tables are loaded successfully.
WARNING: 2009-11-24 12:08:02
20 error(s) during processing of packages.
INFO: 2009-11-24 12:08:02
Import Monitor is stopped.
Jay
Part of details of sapuser.log.
C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP
C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe: version R7.01/V1.4 [UNICODE]
Compiled Feb  3 2009 23:16:17
C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAPUSER.cmd -dbcodepage 4103 -l SAPUSER.log -nolog -c 50000
DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))
(DB) ERROR: db_connect rc = 256
DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))
(DB) ERROR: DbSlErrorMsg rc = 99
C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20091124120733
Jay
Edited by: jay sethi on Nov 24, 2009 6:58 PM

What is the content of 'SAPUSER.log'?

Similar Messages

  • ATG v10 install on windows 7 -  "NucleusServlet" failed to preload on start

    Installed ATG v10 on Oracle Fusion Middleware 11g (weblogic server 11g R1) on a windows 7 64bit machine.
    According to ATG install docs the application should be deployed to Application server during installation process - this does not seem to have taken place.
    When I attempt to deploy demo (QuincyFunds.Ear) manually through admin console - the deployment process shows as failed (Exception below).
    This is my first time attempting this install and not familiar with ATG platform, can someone recommend any solution to this or knows if there is a known compatibility issue with Windows 7 or Weblogic 11g R1?
    [HTTP:101216]Servlet: "NucleusServlet" failed to preload on startup in Web application: "QuincyFunds". java.lang.NoClassDefFoundError: atg/nucleus/servlet/NucleusServletResourceBundle at atg.nucleus.servlet.NucleusServlet.<clinit>(NucleusServlet.java:123) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at weblogic.servlet.internal.WebComponentContributor.getNewInstance(WebComponentContributor.java:225) at
    ...

    Not sure why the demo didn't install when you installed the product but I've seen reports of people having problems with that in the past. Either way, you need to do a couple of things to get this working.
    First and most important, you can't just install any EAR into WL and get ATG running (e.g. you can't take the Quincy Funds ear file and run it). You need to first assemble an "ATG Ear" which basically includes all the necessary libraries, ears, wars, into a single large ear (sometimes referred to as Big Ear) that can then be deployed to any (supported) app server. You do this with the runAssembler command which is documented in the Install and Configuration guide.
    I think after that step, you would need to configure a WL datasource for the ATG default database Solid so that ATG can connect to it (since it uses the app server's datasources). You can configure a different database (Oracle for example) but then you also need to import the data into it and that gets a bit more complicated.
    There may be other things that I missed but if you get an error, you can check and see if its been reported before on the ATG Community (https://community.atg.com). You can't post new questions there but you may find a resolution to your problem. If you are an ATG customer, you can also contact ATG Support, but it sounds like you may need to read through the docs and wrap your head around what ATG is and does.
    - George

  • JRE Install on Windows Server 2003 Fails

    I am trying to install JRE 6.0 on Windows 2003 Server (SP2), it fails, rolls back the installation, then displays a nonspecific error message. There are no other JRE versions installed on this machine. Here is a snippet from the install.log file.
    Any assistance is appreciated.
    Action 14:35:10: InstallFiles. Copying new files
    InstallFiles: File: core1.zip,  Directory: U:\Program Files\Common Files\Java\Update\Base Images\jre1.6.0.b105\,  Size: 9685797
    InstallFiles: File: core2.zip,  Directory: U:\Program Files\Common Files\Java\Update\Base Images\jre1.6.0.b105\,  Size: 10238372
    InstallFiles: File: core3.zip,  Directory: U:\Program Files\Common Files\Java\Update\Base Images\jre1.6.0.b105\,  Size: 4868848
    InstallFiles: File: regutils.dll,  Directory: U:\Program Files\Common Files\Java\Update\Base Images\jre1.6.0.b105\patch-jre1.6.0_05.b13\,  Size: 237568
    InstallFiles: File: patchjre.exe,  Directory: U:\Program Files\Common Files\Java\Update\Base Images\jre1.6.0.b105\patch-jre1.6.0_05.b13\,  Size: 5596520
    InstallFiles: File: zipper.exe,  Directory: U:\Program Files\Common Files\Java\Update\Base Images\jre1.6.0.b105\patch-jre1.6.0_05.b13\,  Size: 20480
    InstallFiles: File: msvcr71.dll,  Directory: U:\Program Files\Common Files\Java\Update\Base Images\jre1.6.0.b105\patch-jre1.6.0_05.b13\,  Size: 348160
    InstallFiles: File: launcher.exe,  Directory: U:\Program Files\Common Files\Java\Update\Base Images\jre1.6.0.b105\patch-jre1.6.0_05.b13\,  Size: 3584
    InstallFiles: File: COPYRIGHT,  Directory: C:\Program Files\Java\jre1.6.0_05\,  Size: 4221
    Action 14:35:11: DuplicateFiles. Creating duplicate files
    DuplicateFiles: File: regutils.dll,  Directory: C:\Program Files\Java\jre1.6.0_05\bin\,  Size: 237568
    DuplicateFiles: File: msvcr71.dll,  Directory: C:\Program Files\Java\jre1.6.0_05\bin\,  Size: 348160
    Action 14:35:11: WriteRegistryValues. Writing system registry values
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: INSTALLDIR, Value: C:\Program Files\Java\jre1.6.0_05\
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: SYSTRAY, Value: 1
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: EULA, Value: 0
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: IEXPLORER, Value: 1
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: MOZILLA, Value: 0
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: JAVAUPDATE, Value: 1
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: AUTOUPDATECHECK, Value: 1
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: JU, Value: 1
    WriteRegistryValues: Key: \Software\JavaSoft\Java Runtime Environment\1.6.0_05\MSI, Name: OEMUPDATE, Value:
    WriteRegistryValues: Key: \Software\Microsoft\Windows\CurrentVersion\Uninstall{3248F0A8-6813-11D6-A77B-00B0D0160050}, Name: DisplayIcon, Value: C:\Program Files\Java\jre1.6.0_05\\bin\javaws.exe
    Action 14:35:11: RegisterUser. Registering user
    RegisterUser: {3248F0A8-6813-11D6-A77B-00B0D0160050}
    Action 14:35:11: RegisterProduct. Registering product
    RegisterProduct: {3248F0A8-6813-11D6-A77B-00B0D0160050}
    Action 14:35:11: PublishFeatures. Publishing product features
    PublishFeatures: Feature: other_US
    PublishFeatures: Feature: IE
    PublishFeatures: Feature: extra
    PublishFeatures: Feature: jrecore
    Action 14:35:12: PublishProduct. Publishing product information
    1: {3248F0A8-6813-11D6-A77B-00B0D0160050}
    Action 14:35:12: getlogfile.
    Action ended 14:35:12: InstallFinalize. Return value 3.
    Action 14:35:12: Rollback. Rolling back action:
    Rollback: getlogfile
    Rollback: Publishing product information
    Rollback: Publishing product features
    Rollback: Registering product
    Rollback: Registering user
    Rollback: Writing system registry values
    Rollback: Creating duplicate files
    Rollback: Copying new files
    Rollback: Removing files
    Rollback: Removing ODBC components
    Rollback: Updating component registration
    Action ended 14:35:12: INSTALL. Return value 3.
    Action ended 14:35:12: ExecuteAction. Return value 3.
    Action 14:35:12: SetupCompleteError.
    Action start 14:35:12: SetupCompleteError.
    Info 2898.TahomaBold10, Tahoma, 1
    Action 14:35:12: SetupCompleteError. Dialog created
    Action ended 14:35:18: SetupCompleteError. Return value 2.
    Action ended 14:35:18: INSTALL. Return value 3.
    === Logging stopped: 3/25/2008  14:35:18 ===
    MSI (c) (F0:68) [14:35:18:478]: Product: Java(TM) 6 Update 5 -- Installation operation failed.

    NO autorun folder like all of the other oracle installations I have done.
    When I first unzip the downloaded file it makes a zip file named: 9203_nt_release_redo.zip and a Readme file about "Oracle 9i Release 2 Database Server Patch Set 2". After unziping the redo zip file it creates a Disk 1 folder that has the following folders: preinstall_rac, response, stage, and a file patch_note.htm.

  • Re-install on Windows 8.1 fails (error 1624)

    In March 2012 I installed PSE v10 on my laptop (Windows XP Pro SP3); through download. Because XP will soon not be supported with safety updates any longer, I installed Windows 8.1 (clean installation after backup of the data files) on the same laptop.
    After  restoring the install directory from this backup it turns out that the SETUP.EXE returns -- soon after having provided the serial number -  an error starting with:
    "Server returned unexpected error 1624 attempting to ..."
    Please help.
    Regards - Jan

    Hi Jeff,
    Thanks for the tip, but ... unfortunately no succes with that utility: no problems found.
    After that I searched the register for "elements 10" --> no entries found! Please remember that I did a clean install of win8.1 and then I restored the complete directory with the installation files of PSE 10 --> double clicked SETUP>EXE --> the error message(s).
    What do you think? Maybe there is a link somewhere to PSE 10 on the Adobe site and start from scatch?
    { In the mean time (yesterday) I installed PSE 12_30day_trial_version, because I needed a PSE feature urgently. }
    Regards, Jan

  • "BCP Commit Failed" New Install On Windows 2008 R2 with SQL Server 2008 R2

    I am installing a new Netweaver install on a virtual machine loaded with Windows 2008 R2 and SQL Server 2008 R2. The install gets to the "Import ABAP" phase and just hangs. SAPINST says it is still running, but there is no activity to suggest there is anything going on. There are no errors in the main logs, but after digging a little I did find these errors in the SAPSDIC.log file.
    (IMP) INFO: EndFastLoad failed with <2: BCP commit failed:[Microsoft][SQL Server Native Client 10.0][SQL Server]Violation of PRIMARY KEY constraint 'BADI_CHAR_COND~0'.>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: BADI_FILTER created
    (DB) INFO: BADI_FILTER~0 created
    (IMP) INFO: EndFastLoad failed with <2: BCP commit failed:[Microsoft][SQL Server Native Client 10.0][SQL Server]Violation of PRIMARY KEY constraint 'BADI_FILTER~0'. Ca>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: BADI_IMPL created
    (DB) INFO: BADI_IMPL~0 created
    (IMP) INFO: EndFastLoad failed with <2: BCP commit failed:[Microsoft][SQL Server Native Client 10.0][SQL Server]Violation of PRIMARY KEY constraint 'BADI_IMPL~0'. Cann>
    (IMP) ERROR: EndFastload: rc = 2
    Anyone have any ideas as to what might be going on? I can't find anyone with this exact same error. And this is our first attempt at installing a system with Windows 2008 R2 and SQL Server 2008 R2. All of our other Windows SAP systems are on Windows 2003 and SQL Server 2005 and we're in the process of upgrading - this being the first system.
    Thanks in advance,
    Michael

    Set BCP_LOB=1 in your system environment
    Note 1156361 - R3load: Fastload doesn't support LOB-columns
    Markus

  • Windows Search Service failing to install on Windows Server 2008 R2 Terminal Server

    Hi,
    I am unable to install the Windows Search Service on a Server 2008 R2 Terminal Server. I want to install this to enable indexing options within Outlook 2013 for all users.
    Server Manager > Add Roles > File Services > Select only Windows Search Service > Install.
    The error I receive: "Attempt to configure Windows Search Service failed with error code 0x80070057. The parameter is incorrect."
    Thanks,
    Bjorn

    Hi,
    I did the test and could install the Windows Search Service without problem.
    Which role did you installed on the terminal server?
    Did you try to install it on another windows server?
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Getting Error while installing abap Netweaver 7.02 trial, import Abap step

    INFO       2011-12-25 18:15:04.687
               CJSlibModule::writeInfo_impl()
    Output of C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is written to the logfile import_monitor.java.log.
    WARNING    2011-12-25 18:15:36.932
               CJSlibModule::writeWarning_impl()
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 2, completed 34, failed 0, total 37.
    Import Monitor jobs: running 2, waiting 1, completed 34, failed 0, total 37.
    Loading of 'SAPSSEXC_1' import package: ERROR
    Loading of 'SAPSSEXC_3' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 34, failed 2, total 37.
    Import Monitor jobs: running 0, waiting 1, completed 34, failed 2, total 37.
    ERROR      2011-12-25 18:15:36.932
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR      2011-12-25 18:15:36.948 [sixxcstepexecute.cpp:988]
    FCO-00011  The step runMigrationMonitor with step key |NW_ABAP_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 ( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.).
    INFO       2011-12-25 18:15:37.244 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\__instana_tmp.xml.
    WARNING    2011-12-25 18:15:37.603 [iaxxejshlp.cpp:150]
    Could not get property IDs of the JavaScript object.
    ERROR      2011-12-25 18:15:37.603 [iaxxejsctl.cpp:492]
    FJS-00010  Could not get value for property .
    INFO       2011-12-25 18:19:54.317 [sixxcstepexecute.cpp:1073]
    An error occured and the user decided to retry the current step: "|NW_ABAP_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".
    INFO       2011-12-25 18:19:54.317 [synxccuren.cpp:1016]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL)
               lib=syslib module=syslib
    Working directory changed to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL.
    INFO       2011-12-25 18:19:54.520 [synxccuren.cpp:775]
               CSyCurrentProcessEnvironmentImpl::setUser() lib=syslib module=syslib
    Switched to user: Benazir\nspadm.
    INFO       2011-12-25 18:19:54.660 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\import_monitor.java.log.
    INFO       2011-12-25 18:19:54.676 [synxccuren.cpp:775]
               CSyCurrentProcessEnvironmentImpl::setUser() lib=syslib module=syslib
    Switched to user: Benazir\nspadm.
    INFO       2011-12-25 18:19:54.707
               CJSlibModule::writeInfo_impl()
    Output of C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is written to the logfile import_monitor.java.log.
    WARNING    2011-12-25 18:20:25.080
               CJSlibModule::writeWarning_impl()
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 2, completed 34, failed 0, total 37.
    Import Monitor jobs: running 2, waiting 1, completed 34, failed 0, total 37.
    Loading of 'SAPSSEXC_1' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 34, failed 1, total 37.
    Loading of 'SAPSSEXC_3' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 34, failed 2, total 37.
    ERROR      2011-12-25 18:20:25.080
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR      2011-12-25 18:20:25.111 [sixxcstepexecute.cpp:988]
    FCO-00011  The step runMigrationMonitor with step key |NW_ABAP_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 ( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.).
    INFO       2011-12-25 18:20:25.408 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\__instana_tmp.xml.
    WARNING    2011-12-25 18:20:25.767 [iaxxejshlp.cpp:150]
    Could not get property IDs of the JavaScript object.
    ERROR      2011-12-25 18:20:25.782 [iaxxejsctl.cpp:492]
    FJS-00010  Could not get value for property .
    INFO       2011-12-25 18:21:19.431 [sixxcstepexecute.cpp:1073]
    An error occured and the user decided to retry the current step: "|NW_ABAP_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".
    INFO       2011-12-25 18:21:19.431 [synxccuren.cpp:1016]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL)
               lib=syslib module=syslib
    Working directory changed to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL.
    INFO       2011-12-25 18:21:19.633 [synxccuren.cpp:775]
               CSyCurrentProcessEnvironmentImpl::setUser() lib=syslib module=syslib
    Switched to user: Benazir\nspadm.
    INFO       2011-12-25 18:21:19.867 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\import_monitor.java.log.
    INFO       2011-12-25 18:21:19.883 [synxccuren.cpp:775]
               CSyCurrentProcessEnvironmentImpl::setUser() lib=syslib module=syslib
    Switched to user: Benazir\nspadm.
    INFO       2011-12-25 18:21:19.930
               CJSlibModule::writeInfo_impl()
    Output of C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is written to the logfile import_monitor.java.log.
    WARNING    2011-12-25 18:21:50.240
               CJSlibModule::writeWarning_impl()
    Execution of the command "C:\j2sdk1.4.2_12\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 2, completed 34, failed 0, total 37.
    Import Monitor jobs: running 2, waiting 1, completed 34, failed 0, total 37.
    Loading of 'SAPSSEXC_1' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 34, failed 1, total 37.
    Loading of 'SAPSSEXC_3' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 34, failed 2, total 37.
    ERROR      2011-12-25 18:21:50.256
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR      2011-12-25 18:21:50.287 [sixxcstepexecute.cpp:988]
    FCO-00011  The step runMigrationMonitor with step key |NW_ABAP_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 ( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.).
    INFO       2011-12-25 18:21:50.599 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\__instana_tmp.xml.
    WARNING    2011-12-25 18:21:50.973 [iaxxejshlp.cpp:150]
    Could not get property IDs of the JavaScript object.
    ERROR      2011-12-25 18:21:50.973 [iaxxejsctl.cpp:492]
    FJS-00010  Could not get value for property .
    INFO       2011-12-25 18:21:55.154 [sixxcstepexecute.cpp:1081]
    An error occured and the user decided to stop.\n Current step "|NW_ABAP_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".
    INFO       2011-12-25 18:22:06.995 [synxccuren.cpp:1016]
               CSyCurrentProcessEnvironmentImpl::setWorkingDirectory(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL)
               lib=syslib module=syslib
    Working directory changed to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL.
    Abort execution because of
    controller.userDecideToStop
    INFO       2011-12-25 18:22:07.73 [synxcpath.cpp:815]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\.lastInstallationLocation.
    CGuiProxy::receive(): receive error on socket 616
    Dec 25, 2011 6:22:07 PM [Info]: >> Closed input stream
    Dec 25, 2011 6:22:07 PM [Info]: >> Closed input stream
    Dec 25, 2011 6:22:07 PM [Info]: GUI stopped.
    Exit status of child: 2

    HI,
    CONFIG: 2011-12-25 12:51:20
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2011-12-25 12:51:20
    List of packages with views: 'SAPVIEW'.
    TRACE: 2011-12-25 12:51:20 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is started.
    INFO: 2011-12-25 12:51:20 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is successfully completed.
    Primary key creation: before load.
    Index creation: after load.
    INFO: 2011-12-25 12:51:20
    Data codepage 4103 is determined using TOC file 'D:\NWABAPTRIAL70206_64\NWABAPTRIAL70206_64_EXPORT\NWABAPTRIAL70206_64\SAP_NetWeaver_702e_Export\DATA_UNITS\EXP1\DATA\ATAB.TOC' for package 'ATAB'.
    TRACE: 2011-12-25 12:51:20 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_1' import package is started.
    TRACE: 2011-12-25 12:51:20 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_3' import package is started.
    TRACE: 2011-12-25 12:51:20 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC_1' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC_1.cmd -dbcodepage 4103 -l SAPSSEXC_1.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    TRACE: 2011-12-25 12:51:20 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC_3' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC_3.cmd -dbcodepage 4103 -l SAPSSEXC_3.log -nolog -c 50000 -force_repeat -loadprocedure dbsl
    ERROR: 2011-12-25 12:51:20 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_1' import package is interrupted with R3load error.
    Process 'C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC_1.cmd -dbcodepage 4103 -l SAPSSEXC_1.log -nolog -c 50000 -force_repeat -loadprocedure dbsl' exited with return code 2.
    For mode details see 'SAPSSEXC_1.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2011-12-25 12:51:20 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_3' import package is interrupted with R3load error.
    Process 'C:\usr\sap\NSP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSSEXC_3.cmd -dbcodepage 4103 -l SAPSSEXC_3.log -nolog -c 50000 -force_repeat -loadprocedure dbsl' exited with return code 2.
    For mode details see 'SAPSSEXC_3.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2011-12-25 12:51:50
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2011-12-25 12:51:50
    2 error(s) during processing of packages.
    INFO: 2011-12-25 12:51:50
    Import Monitor is stopped.
    THANKS

  • Update KB2685811 fails to install on Windows 7 64bit

    Update KB2685811 fails to install on Windows 7 64bit FROM WINDOWS 8.1

    Hi,
    Based on my research, this update package only applies to Windows 7 and Windows server 2008 R2. Windows 8.1 doesn't support this update.
    If you need any further assistance, please feel free let us know.
    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]

  • USB Console (Serial) Driver fails to install on Windows 8.1 x64

    The USB console cable driver v3.1 will not install on Windows 8.1 x64.  Had a similar problem with Windows 7 x64 but this was fixed using Greg's (greggar25) excellent step-by-step procedure (see post: https://supportforums.cisco.com/discussion/11492306/usb-console-driver-install-failing).
    I am using the driver from this link: http://software.cisco.com/download/release.html?mdfid=282774228&flowid=7442&softwareid=282855122&release=3.1&relind=AVAILABLE&rellifecycle=&reltype=latest
    I followed the same procedures I did for Windows 7 and the install goes without a hitch.  Reboot and connect the USB cable, opened Device Manager and now I have a COM Port randomly appearing and disappearing with its number incrementing well above 1,000.
    A few times while it appeared for a few seconds, I was able to right click on the properties, update the driver and chose Cisco Serial and it settled down but it did not assign a COM port.  Then a few seconds later, it starts the disappearing/reappearing thing again.
    Anyone have luck getting this to work with Windows 8.1 x64?

     Hi,
    open Device Manager by simply typing the words on the Windows 8.1 Start Screen. The Search Charm opens and click Device Manager in the displayed list. 
    In Device Manager a new hardware category, CiscoUsbConsoleWindowsDriver, is displayed. It has two components: the Cisco Bus enumerator and the Cisco USB to Serial adapter. Expanding the Ports hardware category shows a new Cisco Serial port. 
     or 
    Look into below 
    https://supportforums.cisco.com/discussion/11492306/usb-console-driver-install-failing
    1) Install the usb console driver\windows 64\setup(x64)
    2) Follow the wizard and accept the defaults
    3) Restart the computer (the installer usually says it needs a restart)
    4) After restarting the computer, plug in the usb cable
    5) The computer should say installing Device driver software and fail at the Cisco Virtual Comm Port00
    6) Click the Windows button, right click computer, manage
    7) Under Computer Management, Click Device Management
    8) Go to Ports (COM & LPT)
    9) You should see the Cisco Virtual Comm Port00 with a Yellow Exclamation point on it
    10) Right Click on the Cisco Virtual Comm Port00 and select Properties
    11) Click the Driver Tab
    12) Click Update Driver
    13) Select Browse my computer for driver software
    14) Select Let me pick from a list of device drivers on my computer
    15) Choose the Cisco Serial Driver
    16) Device Driver is installed successfully, take note of the com port it is using and enjoy.
    HTH 
    Sandy 

  • Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.  If possible, Kindly provide me the website link.

    Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.
    If possible, Kindly provide me the website link.

    Pl do not post duplicates
    Is 1GB ram is enough for the installation of oracle developer suite 10g and database 11g??? And which one to install fi…
    I want to install oracle database 11g and oracle developer suite 10g (latest) in my system. As i'm quite new to oracle ,…
    Continue the discussions in your original threads

  • My new i-tunes download not installing 'serice apple mobile device failed to start sufficient privleges and windows error 126

    my new i-tunes download not installing 'service apple mobile device failed' windows error 126

    I have the same problem. I uninstalled the old one because it will not work and now the new one does not either.
    Keep getting this picture
    Nothing on it works to install itunes and there is no support on the apple site.
    Ideas?

  • How to monitor MySQL Server installed in Windows Server using Nagios

    You can do this via NSClient as Gary posted. The NSClient is a communications system that allows nagios to send commands to a target system over the nsclient protocol and they are executed on the remote system. You will still have to build some kind of vbscript or plugin to run on the target system to do the actual query to check on mysql.There are other options to. If you enable snmp on your target computer you can use a few nagios plugins to query the snmp agent on the target computer to see if a service is running. To do this via snmp you will need this plugin "check_snmp_process.pl" fromthis site.Your check command will look something like this:check_win_process:= check_snmp_process.pl -H $HOSTADDRESS$ -C "$USER6$" -n "$ARG1$" -w $ARG2$ -c $ARG3$The service definition will be like this:check_win_process!sqlservr!0!0This will check...

    I installed Nagios Core in my Ubuntu workstation 10.04 for me to learn something new in my craft. I use this now to monitor our Windows Server 2008 with MySQL server installed as well as our Datalink Switch (DGS-1210-24). I searched on google on how to monitor a MYSQL server installed in Windows server using Nagios Core but i could not seem to find any. Could anybody who's expert in Nagios give me steps on how to do so. Thanks. All i found in google were steps in monitoring mysql installed in linux and nothing in windows server.
    This topic first appeared in the Spiceworks Community

  • 11.5.10.2 re-install on Windows 2003 fails File Space Check

    Hi,
    After a dodgy staging area ruined my first install, I cleaned out the server as per Metalink Note 124353.1.
    I have recreated my staging area and am now attempting to reinstall Financials. However the pre-install check 'File Space Check' fails even though I have 136GB of free space available!
    Can someone tell me how to reset the server so Oracle sees the correct amount of available free space?
    Thanks,
    Bartoosh

    Hi
    I have encountered some problem. This what I did
    Clean all old stage area
    Clean all Oracle folders (the c:\oracle and c:\program files\Oracle)
    Clean all registry in the LOCAL_MACHINE\SOFTWARE\ORACLE and on SYSTEM\SERVICES. All values regarding any ORACLE installation.
    Clean all temp files from Documents and Settings\USER\Local Settings\Temp and c:\windows\temp
    Clean all Oracle values in path
    Clean Windows trashcan
    Try this, and then create your stage area again, and try to install
    Hope this help
    JailBreak

  • Whether SAP Netweaver 7.02 could be installed on Windows Server 2008?

    Hi ,
        I want to know Whether SAP Netweaver 7.02 not SP6 could be installed on Windows Server 2008? The help install document only mentioned Windows XP and Windows Server 2003, not mentioned Windows Server 2008, but I want to install it to Windows Server 2008 w64, I don't know whether could be installed successfully.
        Thanks for help!

    Hi Munish,
        But I don't know where to download SAP JVM 4.
        My SAP NetWeaver 7.02 is only a trail version, so I couldn't download SAP JVM 4 from SAP Market, could you give me one?
       My G-mail is: [email protected]
       Thanks!
       If there is no SAP JVM 4, I only could install SAP NetWeaver 7.02 with j2sdk-1_4_2_19-windows-i586-p or j2re-1_4_2_19-windows-i586-p or j2sdk-1_4_2_09_windows_i586 and j2eesdk-1_4_02_2005Q1, I don't know which version I should choose to install.

  • Error installing Oracle Counters for Windows Performance Monitor

    Hello,
    I have installed Oracle EE 11g 11.2.0.1.0 on a Windows 2008 R2 server. Now, I am using the Oracle Universal Installer to install the Oracle Counters for Windows Performance Monitor 11.2.0.1.0
    Source path is D:\Share\11gR2_win32_11gR2_database_install\database\stage\products.xml
    Installation Type is Custom
    Install Location is C:\app\dmadmin
    Path is C:\app\dmadmin\OraHome_1
    I de-select all product components and select the following two:
    Oracle Windows Interfaces 11.2.0.1.0
    Oracle Counters for Windows Performance Monitor 11.2.0.1.0
    I get the following error:
    OUI-10150:Error: A runtime exception occurred while setting s_digCfgNamingLabelSIDnull in component Database 11g 11.2.0.1.0 . Installation cannot continue for this component.
    I am given the choice of Stop installation of all products and Stop installation of this component only which both result in non-installation of selected component.
    Does anyone have any advice or solutions for this error? I have tried re-booting the server, but get the same error.
    Thanks for your assistance,
    Stumped

    OUI from ORACLE_HOME (OH\oui\bin\setup.exe) cannot be used to install components from 11.2.0.1 installation media (products.xml)
    This is documented, but I am not able to locate it now.
    Have you checked if the Performance Monitor files are already installed or not?
    Thanks
    Srinivas

Maybe you are looking for