SOLMAN 7.0 (SR3) Installation Error

Hi, Experts
I am trying to install solman 7.0 in windows/db2. In one phase i am getting error, i am unable to solve this issue. Please help me to resolve the issue.
WARNING 2009-01-02 10:25:57.906
Execution of the command "D:\usr\sap\ISM\DVEBMGS00\exe\jlaunch.exe UserCheck.jlaunch com.sap.security.tools.UserCheck "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install\lib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install\sharedlib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install" -c sysnr=00 -c ashost=ISLLSOLM -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u J2EE_ADMIN -p XXXXXX -r SAP_J2EE_ADMIN -message_file UserCheck.message" finished with return code 4. Output:
Jan 2, 2009 10:25:56 AM  Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
Jan 2, 2009 10:25:57 AM  Error: Exception during execution of the operation
[EXCEPTION]
com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed
Connect_PM  TYPE=A ASHOST=ISLLSOLM SYSNR=00 GWHOST=ISLLSOLM GWSERV=sapgw00 PCS=1
LOCATION    CPIC (TCP/IP) on local host with Unicode
ERROR       partner 'ISLLSOLM:sapgw00' not reached
TIME        Fri Jan 02 10:25:57 2009
RELEASE     700
COMPONENT   NI (network interface)
VERSION     38
RC          -10
MODULE      nixxi.cpp
LINE        2823
DETAIL      NiPConnect2
SYSTEM CALL connect
ERRNO       10061
ERRNO TEXT  WSAECONNREFUSED: Connection refused
COUNTER     1
     at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)
     at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1025)
     at com.sap.mw.jco.JCO$Client.connect(JCO.java:3255)
     at com.sap.security.tools.UserCheck.main(UserCheck.java:172)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Jan 2, 2009 10:25:57 AM  Info: Leaving with return code 4
INFO 2009-01-02 10:25:57.906
Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\dev_UserCheck.
ERROR 2009-01-02 10:25:57.921
CJS-30196  Connect to SAP gateway failed
Connect_PM  TYPE=A ASHOST=ISLLSOLM SYSNR=00 GWHOST=ISLLSOLM GWSERV=sapgw00 PCS=1
LOCATION    CPIC (TCP/IP) on local host with Unicode
ERROR       partner 'ISLLSOLM:sapgw00' not reached
TIME        Fri Jan 02 10:25:57 2009
RELEASE     700
COMPONENT   NI (network interface)
VERSION     38
RC          -10
MODULE      nixxi.cpp
LINE        2823
DETAIL      NiPConnect2
SYSTEM CALL connect
ERRNO       10061
ERRNO TEXT  WSAECONNREFUSED: Connection refused
COUNTER     1
Thanks & Regards

the Java process is having a communication issue with the ABAP stack. First 3 things I would look at:
1. is the ABAP stack up and running? The Java stack is checking for a user installed in the ABAP stack.
2. is sapgw00 service defined in the services file? should have been done by the installation, but I've seen this fail.
3. is host ISLLSOLM listening on the port defined as sapgw00? If this is not true, any number of things could be wrong.

Similar Messages

  • Solution mangaer 4.0 SR3 Installation error at configure UME

    Dear All,
    I am trying to do installation of SOlution manager 4.0 SR3 on windows 2003 server, MS SQL Server 2005 as database.
    My Java version 1.4.2_16"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_16-b05, mixed mode)
    My installation stuck at configure UME stage below is error message.
    Jun 20, 2008 6:21:06 PM  Info: UME configurator (com.sap.security.tools.UMConfiguratorLoad) called for action "setup"
    Jun 20, 2008 6:21:07 PM  Info: Using SID "SMN" for secure storage
    Jun 20, 2008 6:21:07 PM  Info: Created group entry in secure storage: Group "SAP_J2EE_ADMIN", roles "Administrator"
    Jun 20, 2008 6:21:08 PM  Info: Created group entry in secure storage: Group "SAP_J2EE_GUEST", roles ""
    Jun 20, 2008 6:21:08 PM  Info: Created user entry in secure storage: User "J2EE_ADMIN", password set, parent groups "SAP_J2EE_ADMIN", locked "false", roles ""
    Jun 20, 2008 6:21:08 PM  Error: main()
    [EXCEPTION]
    com.sap.security.core.server.secstorefs.FileIOException: I/O error on file "
    testpip/sapmnt/SMN/SYS/global/security/data/SecStore.properties".
         at com.sap.security.core.server.secstorefs.StorageHandler.flush(StorageHandler.java:769)
         at com.sap.security.core.server.secstorefs.SecStoreFS.insertPair(SecStoreFS.java:2258)
         at com.sap.security.tools.UMConfigModel.addUserInSecStore(UMConfigModel.java:725)
         at com.sap.security.tools.UMConfiguratorLoad.doSetup(UMConfiguratorLoad.java:575)
         at com.sap.security.tools.UMConfiguratorLoad.main(UMConfiguratorLoad.java:212)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.io.FileNotFoundException:
    testpip\sapmnt\SMN\SYS\global\security\data\SecStore.properties (The requested operation cannot be performed on a file with a user-mapped section open)
         at java.io.FileOutputStream.open(Native Method)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
         at com.sap.security.core.server.secstorefs.StorageHandler.flush(StorageHandler.java:765)
         ... 9 more
    Jun 20, 2008 6:21:08 PM  Info: Leaving with return code 99

    Ok. I double checked - you´re right. The new CD/DVD set with Solman 7.0 doesn´t support 32bit any more. I HIGHLY suggest to install SolMan on 64bit, you may not be able to use all functionality.
    Now back to your problem:
    Can you open the file? Is it there? There seems to be a permission problem...
    Markus

  • Solution Manager 4.0(7.0) SR3 Installation Error

    Hi,
    I'm currently installing Solman 4.0(7.0) SR3 on Red Hat 5/Oracle 10.2.0.2. I'm at the point where it's "Installing Java Engine" it fails and i get the following error in sapinst.log:
    Info: Starting: Update: Selected development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0' updates currently deployed development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0'.
    Info: ***** Begin of File-System Deployment tc/sdt/app/jspm *****
    Info: Deploy Action is UPDATE
    Error: Fileset "SdtJspmApx" does not contain any files!
    Error: ==> SDA cannot be deployed!
    Error: Aborted: development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0':
    No Filesets for Deployment found
    Info: Starting to save the repository
    Info: Finished saving the repository
    Error: - At least one of the Deployments failed -
    Info: Summarizing the deployment results:
    Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/ext/SAP AG/0/7.0014.20071029094741.0000/sap.comtcsdtappjspm~ext.sda
    Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sld/data/SAP AG/1/7.0014.20071029095152.0000/lcrwork.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.client/SAP AG/0/7.0014.20071029094615.0000/sapj2eeclient.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/monitoring/logviewer-standalone/SAP AG/0/7.0014.20071029094648.0000/logviewer-standalone-fs.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sapportals.supportplatformSDA/SAP AG/0/7.0012.20070328121655.0000/com.sapportals.supportplatform.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/IAIKSecurityFS/SAP AG/0/7.0013.20070703111857.0000/tc_sec_java_crypto_fs_lib.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.deploy.online/SAP AG/0/7.0014.20071029094615.0000/sapj2eenginedeploy.sda
    Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/template_config_tool/SAP AG/0/7.0014.20050509130405.0000/TemplateConfigTool.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.visualadmin/SAP AG/0/7.0014.20071029094615.0000/visual-admin.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.deploytool/SAP AG/0/7.0014.20071029094615.0000/deploy-tool.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sapinst/fs/SAP AG/0/7.0014.20071113182457.0000/sltools.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/ads/lib/SAP AG/0/7.0013.20070717141342.0000/adobe-LibFiles.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/sapjra/SAP AG/0/7.0014.20071002095846.0000/sapjra.sda
    Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/bootstrap/SAP AG/1/7.0014.20071029094741.0000/sap.comtcsdtappjspm~bootstrap.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.configtool/SAP AG/0/7.0014.20071029094615.0000/configtool.sda
    Error: Aborted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/SAP AG/0/7.0014.20071029094741.0000/sap.comtcsdtappjspm.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/lm/ctc/offline_ctc/MAIN_APL70P14_C/0/1550899/tclmctc~offline_ctc.sda
    Processing error. Return code: 4
    Error: Processing error. Return code: 4
    ERROR 2008-12-08 00:05:07.202
    MUT-02041  SDM call of deploy ends with returncode 4
    ERROR 2008-12-08 00:05:07.203
    MUT-03025  Caught ESAPinstException in Modulecall: SDM call of deploy ends with returncode 4.
    ERROR 2008-12-08 00:05:07.323
    FCO-00011  The step redeployFS 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_Configure_Java|ind|ind|ind|ind|4|0|redeployFS was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall: SDM call of deploy ends with returncode 4.).----
    In the callSdmViaSapinst.log file, I can see the following:
    Dec 8, 2008 12:05:06 AM  Info: Starting: Update: Selected development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0' updates currently deployed development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0'.
    Dec 8, 2008 12:05:06 AM  Info: ***** Begin of File-System Deployment tc/sdt/app/jspm *****
    Dec 8, 2008 12:05:06 AM  Info: Deploy Action is UPDATE
    Dec 8, 2008 12:05:06 AM  Error: Fileset "SdtJspmApx" does not contain any files!
    Dec 8, 2008 12:05:06 AM  Error: ==> SDA cannot be deployed!
    Dec 8, 2008 12:05:06 AM  Error: Aborted: development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0':
    No Filesets for Deployment found
    Dec 8, 2008 12:05:06 AM  Info: Starting to save the repository
    Dec 8, 2008 12:05:07 AM  Info: Finished saving the repository
    Dec 8, 2008 12:05:07 AM  Error: - At least one of the Deployments failed -
    Dec 8, 2008 12:05:07 AM  Info: Summarizing the deployment results:
    Dec 8, 2008 12:05:07 AM  Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/ext/SAP AG/0/7.0014.20071029094741.0000/sap.comtcsdtappjspm~ext.sda
    Dec 8, 2008 12:05:07 AM  Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sld/data/SAP AG/1/7.0014.20071029095152.0000/lcrwork.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.client/SAP AG/0/7.0014.20071029094615.0000/sapj2eeclient.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/monitoring/logviewer-standalone/SAP AG/0/7.0014.20071029094648.0000/logviewer-standalone-fs.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sapportals.supportplatformSDA/SAP AG/0/7.0012.20070328121655.0000/com.sapportals.supportplatform.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/IAIKSecurityFS/SAP AG/0/7.0013.20070703111857.0000/tc_sec_java_crypto_fs_lib.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.deploy.online/SAP AG/0/7.0014.20071029094615.0000/sapj2eenginedeploy.sda
    Dec 8, 2008 12:05:07 AM  Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/template_config_tool/SAP AG/0/7.0014.20050509130405.0000/TemplateConfigTool.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.visualadmin/SAP AG/0/7.0014.20071029094615.0000/visual-admin.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.deploytool/SAP AG/0/7.0014.20071029094615.0000/deploy-tool.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sapinst/fs/SAP AG/0/7.0014.20071113182457.0000/sltools.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/ads/lib/SAP AG/0/7.0013.20070717141342.0000/adobe-LibFiles.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/sapjra/SAP AG/0/7.0014.20071002095846.0000/sapjra.sda
    Dec 8, 2008 12:05:07 AM  Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/bootstrap/SAP AG/1/7.0014.20071029094741.0000/sap.comtcsdtappjspm~bootstrap.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.configtool/SAP AG/0/7.0014.20071029094615.0000/configtool.sda
    Dec 8, 2008 12:05:07 AM  Error: Aborted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/SAP AG/0/7.0014.20071029094741.0000/sap.comtcsdtappjspm.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/lm/ctc/offline_ctc/MAIN_APL70P14_C/0/1550899/tclmctc~offline_ctc.sda
    Dec 8, 2008 12:05:07 AM  Error: Processing error. Return code: 4
    I've checked for SAP notes and Googled the errors as well as checked SDN. I've tried deploying these files manually using SDM but they all return the same result. I've also tried checking permissions etc and everything seems to be in order.
    Does anyone have any ideas? I've be very grateful.
    Thanks,
    Craig

    Thanks,
    Unfortunately this appears to be an issue with the package itself or the immediate SAP environment which it is going into.
    Infact, when I look at the deployed component list, it looks as though this package has already been deployed. Is there any way to hack a file to make it skip the deployment of these files?
    Thanks  again,
    C.

  • CJS-30022 ECC6.0 SR3 installation error on SLES 10 SP2 DB2 9.5 64 bit

    same post on linux forum:
    error in ECC.ERP
    Hello
    I'm stuck with installation on newly build machine Intel Xeon and 5 GB RAM.
    System SLES 10 SP2 and all patches applied. IBM Java 142 v 10 (latest from OSS note for x86_64) but tried also with SLES provided sun java (same error).
    All steps from 958253 has been applied, 1125951 suggest installeion of "pdksh" shell but that is not available in SLES - ksh is installed, saplocales version 3 also.
    sapinst.log
    INFO 2008-06-25 10:14:13.955
    Creating file /db2/IED/sapdata3/sapinstdir1/sapinst_instdir/ERP/SYSTEM/DB6/CENTRAL/AS/import_monitor.java.log.
    INFO 2008-06-25 10:14:13.985
    Output of /opt/IBMJava2-amd64-142/jre/bin/java -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is written to the logfile import_monitor.java.log.
    WARNING 2008-06-25 10:14:14.177
    Execution of the command "/opt/IBMJava2-amd64-142/jre/bin/java -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 1. Output:
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.2)
    IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20080130 (JIT enabled)
    J9VM - 20071205_1933_LHdSMr
    JIT - r7_level20071016_1845)
    The java class is not found: com.sap.inst.migmon.imp.ImportMonitor
    WARNING[E] 2008-06-25 10:14:14.181
    CJS-30022 Program 'Migration Monitor' exits with error code 1. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2008-06-25 10:14:14.279
    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 .
    import_monitor.java.log
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.2)
    IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20080130 (JIT enabled)
    J9VM - 20071205_1933_LHdSMr
    JIT - r7_level20071016_1845)
    The java class is not found: com.sap.inst.migmon.imp.ImportMonitor
    there is no import_monitor.log available.
    I'm using ECC 6.0 SR3 fresh downloaded instalallation disks and DB6 9.5 from SAP service.sap.com.

    Finally i've resolved this problem. You can't use /db2/SID/sapdata(n) directory as a your sapinst installation directory becouse sapinst is setting strange access rights to whole /db2/SID tree and sidadm user can't do any activity below.
    It's my first SAP DB6 based instalallation (i've done dozen of times on Oracle and there it was possible) and this is new for me.
    Note 967123 is describing this problem "ABAP: Error in step extractMigrationMonitorArchive
    The installation aborts in step extractMigrationMonitorArchive.
    Solution:
    Download a patch of MIGMON.SAR from the SAP service marketplace
    (for more information see SAP note 784118) and extract the archive as
    user <sapsid>adm into the current installation directory
    (using SAPCAR with the option '-xvf')
    Then restart SAPinst or re-execute the step."
    And it looks that user sidadm is unpacking MIGMON.SAR.
    Thanks for hints.

  • Error while installing SolMan 4.0 SR3

    Hi iam getting an error while installing SolMan 4.0 SR3 on step 11 of 43 i.e., creating database.
    Please check the log file and guide me thank you.
    INFO 2011-12-09 02:52:39.281
    Creating directory D:\oracle\MMK\sapdata1\sysaux_1.
    INFO 2011-12-09 02:52:39.312
    Creating directory D:\oracle\MMK\sapdata1\cntrl.
    INFO 2011-12-09 02:52:39.328
    Creating directory D:\oracle\MMK\oraarch.
    INFO 2011-12-09 02:52:39.328
    Creating directory D:\oracle\MMK\saptrace.
    INFO 2011-12-09 02:52:39.328
    Creating directory D:\oracle\MMK\saptrace\background.
    INFO 2011-12-09 02:52:39.343
    Creating directory D:\oracle\MMK\saptrace\usertrace.
    INFO 2011-12-09 02:52:39.343
    Creating directory D:\oracle\MMK\sapbackup.
    INFO 2011-12-09 02:52:39.343
    Creating directory D:\oracle\MMK\sapreorg.
    INFO 2011-12-09 02:52:39.343
    Creating directory D:\oracle\MMK\sapcheck.
    INFO 2011-12-09 02:52:39.359
    Creating directory D:\oracle\MMK\saparch.
    INFO 2011-12-09 02:52:39.359
    Creating directory C:\oracle\MMK\mirrlogA.
    INFO 2011-12-09 02:52:39.359
    Creating directory C:\oracle\MMK\mirrlogB.
    INFO 2011-12-09 02:52:39.812
    Execute step resetDb of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2011-12-09 02:52:40.62
    Switched to user: mmkadm.
    INFO 2011-12-09 02:52:40.78
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:52:40.953
    Creating file C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\oradim.log.
    INFO 2011-12-09 02:52:40.968
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:52:40.968
    Output of C:\oracle\MMK\102\bin\oradim -DELETE -SID MMK is written to the logfile oradim.log.
    WARNING 2011-12-09 02:52:41.109
    Execution of the command "C:\oracle\MMK\102\bin\oradim -DELETE -SID MMK" finished with return code 11. Output: DIM-00011: The specified service does not exist.O/S-Error: (OS 1060) The specified service does not exist as an installed service.
    INFO 2011-12-09 02:52:51.140
    Removing file E:\oracle\MMK\origlogA\cntrl\CNTLRMMK.DBF.
    INFO 2011-12-09 02:52:51.140
    Removing file E:\oracle\MMK\origlogB\cntrl\CNTRLMMK.DBF.
    INFO 2011-12-09 02:52:51.140
    Removing file E:\oracle\MMK\origlogA\log_g11m1.dbf.
    INFO 2011-12-09 02:52:51.140
    Removing file E:\oracle\MMK\origlogB\log_g12m1.dbf.
    INFO 2011-12-09 02:52:51.140
    Removing file E:\oracle\MMK\origlogA\log_g13m1.dbf.
    INFO 2011-12-09 02:52:51.140
    Removing file E:\oracle\MMK\origlogB\log_g14m1.dbf.
    INFO 2011-12-09 02:52:51.609
    Execute step registerControlFilesInInitOra of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2011-12-09 02:52:51.843
    Copied file 'C:/oracle/MMK/102/database/initMMK.ora' to 'C:/oracle/MMK/102/database/initMMK.2.ora'.
    INFO 2011-12-09 02:52:51.843
    Removing file C:\s1vc.1.2.
    INFO 2011-12-09 02:52:52.312
    Execute step createOraclePasswordFile of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2011-12-09 02:52:52.406
    Creating file C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\orapwd.log.
    INFO 2011-12-09 02:52:52.406
    Switched to user: mmkadm.
    INFO 2011-12-09 02:52:52.437
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:52:52.437
    Output of C:\oracle\MMK\102\bin\orapwd file=C:\oracle\MMK\102/database/pwdMMK.ora password=sapsap force=y entries=5 is written to the logfile orapwd.log.
    INFO 2011-12-09 02:52:52.671
    Execution of the command "C:\oracle\MMK\102\bin\orapwd file=C:\oracle\MMK\102/database/pwdMMK.ora password=sapsap force=y entries=5" finished with return code 0. Output:
    INFO 2011-12-09 02:52:53.109
    Execute step createInstance_oradim of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2011-12-09 02:52:53.218
    Creating file C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\oradim.log.
    INFO 2011-12-09 02:52:53.218
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:52:53.218
    Output of C:\oracle\MMK\102\bin\oradim -NEW -SID MMK -STARTMODE manual -SRVCSTART system is written to the logfile oradim.log.
    INFO 2011-12-09 02:52:56.453
    Execution of the command "C:\oracle\MMK\102\bin\oradim -NEW -SID MMK -STARTMODE manual -SRVCSTART system" finished with return code 0. Output: Instance created.
    INFO 2011-12-09 02:52:56.875
    Execute step createDatabase of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2011-12-09 02:52:58.265
    Switched to user: mmkadm.
    INFO 2011-12-09 02:52:58.281
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:52:59.390
    Switched to user: mmkadm.
    INFO 2011-12-09 02:52:59.406
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:53:04.781
    Switched to user: mmkadm.
    INFO 2011-12-09 02:53:04.781
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:53:42.359
    Execute step runCatalogSql of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2011-12-09 02:53:42.453
    Creating file C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\ora_query3_tmp0_1.sql.
    INFO 2011-12-09 02:53:42.468
    Switched to user: mmkadm.
    INFO 2011-12-09 02:53:42.468
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:53:43.453
    Switched to user: mmkadm.
    INFO 2011-12-09 02:53:43.453
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:54:18.921
    Execute step runCatblockSql of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2011-12-09 02:54:19.31
    Removing file C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\ora_query3_tmp0_1.sql.
    INFO 2011-12-09 02:54:19.31
    Creating file C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\ora_query3_tmp0_1.sql.
    INFO 2011-12-09 02:54:19.46
    Switched to user: mmkadm.
    INFO 2011-12-09 02:54:19.46
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:54:19.656
    Switched to user: mmkadm.
    INFO 2011-12-09 02:54:19.656
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:54:20.531
    Execute step runCatprocSql of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0.
    INFO 2011-12-09 02:54:20.625
    Removing file C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\ora_query3_tmp0_1.sql.
    INFO 2011-12-09 02:54:20.625
    Creating file C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\ora_query3_tmp0_1.sql.
    INFO 2011-12-09 02:54:20.640
    Switched to user: mmkadm.
    INFO 2011-12-09 02:54:20.640
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    INFO 2011-12-09 02:54:20.921
    Switched to user: mmkadm.
    INFO 2011-12-09 02:54:20.921
    Working directory changed to C:\Program Files (x86)\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS.
    ERROR 2011-12-09 02:58:41.109
    CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: ORA-955 for defaultdestSQL> Rem     bnainani   11/29/00  - specify compatible=8.0 for create_queue_tableSQL> Rem     liwong     10/20/00  - add def$_destination.flagSQL> Rem     bnainani   11/15/00  - specify compatible=8.0 for queue tableSQL> Rem     narora     09/13/00  - add comment on new def$_destination columnsSQL> Rem     liwong     09/01/00  - add master w/o quiesce: fixesSQL> Rem     liwong     07/12/00  - add total_prop_time_latSQL> Rem     liwong     06/29/00  - add total_txn_count, total_prop_timeSQL> Rem     liwong     05/17/00  - add_master_db w/o quiesceSQL> Rem     jstamos    05/17/00  - add_master_db w/o quiesceSQL> Rem     elu        01/24/00  - add column apply_init to def$_destinationSQL> Rem     alakshmi   12/02/99  - Bug 979398: Before-row insert trigger onSQL> Rem                            def$_propagatorSQL> Rem     wesmith    10/31/98 -  change shape of table def$_pushed_transactionsSQL> Rem     jnath      02/23/98 -  bug 601972: split anonymous pl/sql blocksSQL> Rem     wesmith    01/21/98 -  create def$_pushed_transactions table forSQL> Rem                            server-side RepAPISQL> Rem     nbhatt     07/27/97 -  change create_queuetable -> create_queue_tableSQL> Rem     nbhatt     04/21/97 -  change 'TRACKING' in CREATE_QUEUE to 'DEPENDENCYSQL> Rem     nbhatt     04/21/97 -  change syntax of create_queueSQL> Rem     liwong     04/16/97 -  Alter view system.AQ$DEF$_AQ{CALL,ERROR}SQL> Rem     liwong     04/11/97 -  Fixing defaultdest_primary typoSQL> Rem     jstamos    04/10/97 -  remove unneeded indexesSQL> Rem     nbhatt     04/08/97 -  change create_qtable to create_queuetableSQL> Rem     jstamos    04/04/97 -  tighter AQ integrationSQL> Rem     liwong     04/02/97 -  Add schema_name, package_name in def$_calldestSQL> Rem     ato        03/31/97 -  create_qtable interface changeSQL> Rem     liwong     03/25/97 -  remove batch_no from def$_tranorderSQL> Rem     liwong     02/24/97 -  pctversion --> 0 for def$_aqcall, def$_aqerrorSQL> Rem     liwong     02/22/97 -  Remove dropping view aq$def$_aqcallSQL> Rem     ademers    02/07/97 -  Remove constraint def$_calldest_callSQL> Rem     liwong     01/11/97 -  drop and create aq$def$_aqcall (temporary)SQL> Rem     liwong     01/10/97 -  Alter view aq$def$_aqcallSQL> Rem     liwong     01/07/97 -  Alter default value for batch_noSQL> Rem     jstamos    12/23/96 -  change temp$nclob colSQL> Rem     jstamos    11/21/96 -  nchar supportSQL> Rem     sjain      11/11/96 -  Remove dummy buffer # commentSQL> Rem     asgoel     11/05/96 -  Disable misc_tracking in def$_aqerrorSQL> Rem     sjain      11/06/96 -  deferror changesSQL> Rem     vkrishna   10/28/96 -  change STORED IN to STORE AS for lobSQL> Rem     sjain      10/02/96 -  Aq conversionSQL> Rem     sbalaram   09/24/96 -  ARPC performance - add foreign key indexSQL> Rem     jstamos    09/06/96 -  rename temp$lob and temporarily change nclobSQL> Rem     sjain      09/03/96 -  AQ conversonSQL> Rem     ademers    08/02/96 -  queue_batch default in def_destinationSQL> Rem     ademers    07/29/96 -  queue_batch default in def_callSQL> Rem     ademers    07/29/96 -  queue_batch defaultSQL> Rem     jstamos    07/24/96 -  add system.temp$lobSQL> Rem     sbalaram   07/22/96 -  create def$_aqcall and def$_aqerror tablesSQL> Rem     jstamos    06/12/96 -  LOB support for deferred RPCsSQL> Rem     ldoo       06/28/96 -  Comment out queue_table from def_tranorderSQL> Rem     ademers    05/30/96 -  create def_originSQL> Rem     ademers    05/28/96 -  fix def_destination col namesSQL> Rem     ldoo       05/09/96 -  New security modelSQL> Rem     sjain      05/01/96 -  add seq col to def_destinationSQL> Rem     ademers    04/29/96 -  add batch_no, dep_scn to def_callSQL> Rem     jstamos    12/04/95 -  324303: use index to avoid sorting the queueSQL> Rem     jstamos    08/17/95 -  code review changesSQL> Rem     jstamos    08/16/95 -  add comments to tablesSQL> Rem     wmaimone   01/04/96 -  7.3 mergeSQL> Rem     hasun      01/31/95 -  Modify tables. SOLUTION: See ora_sql_results.log and the Oracle documentation for details.
    ERROR 2011-12-09 02:58:41.109
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2011-12-09 02:58:41.203
    FCO-00011  The step runCatprocSql with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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_OraDbBuild|ind|ind|ind|ind|5|0|runCatprocSql was executed with status ERROR .

    Hello, See ora_sql_results.log
    Are you trying to install this solman for a customer ? If yes, then you should go for latest release solman 7.1
    Thanks

  • SR3 installation on solaris10 - unable to open file error

    Hi Guru's
      I am installing Netweaver 7.0 system BI, ECC ,Portal on solaris 10 and oracle 10g database. I am using SR3 installation Master for solaris sparc 64. During installation i come across errors such as 'Error : SP2-0310 unable to open ora_query3_tmp1_1.sql" .When i check in the 'sapinst' directory i see that this file has only read permssions. When i change the permission to full and rerun sapinst, again the same error appears. When i check the permission for this file, it is again in read only mode.
    What is happening is, sapinst creates this file with rw-rr permission each and every time i run sapinst. i set the umask of the root user from which iam running the install to '000', but still the same error. root user is part of sapinst group. i checked all possibilities but couldn't get rid of this error. Seems like a bug in SR3 for solaris.
    Has anyone come across this error before. If so is there any fix for this.
    Would award points for whoever come with solution to this.
    Moses

    You can circumvent that problem if you don´t use "/tmp" as installation directory but a different directory. I always do a (as root)
    mkdir /install
    cd /install
    <path-to-sapinst>/sapinst
    This will also make things easier since you don´t have to step deeply into nested directory structures...
    Markus

  • ECC 6.0 installation error and disp+work.exe not up

    Hi guys,
               I posted a message yesterday and reposting today to be readable
               I in the middle of installation process. The system I am building Ecc 6.0 on
    windows 2003:oracle(Abab+Java).
    I am stuck in 90/96 step. this is the error message I am getting
    ERROR 2007-09-30 21:32:12
    CJS-30146  Error when creating authorization to import exchange profile.
    <br> DIAGNOSIS: Check java.log and sapinst_dev.log for details.<br>SOLUTION:
    Verify the connection to the J2EE engine.
    ERROR 2007-09-30 21:32:12
    CJS-30146  Error when creating authorization to import exchange profile.<br> DIAGNOSIS:
    Check java.log and sapinst_dev.log for details.<br>SOLUTION: Verify the connection to the J2EE engine.
    ERROR 2007-09-30 21:32:12
    FCO-00011  The step GrantRights with step key |NW_Onehost|ind|ind|ind|ind|0|0|
    SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_PI|ind|ind|ind|ind|1|0|
    CreateExchangeProfileRights|ind|ind|ind|ind|3|0|GrantRights was executed with status ERROR .
    And also disp+work.exe is not starting up. Are these inter-related problems because
    I see j2ee included in disp+work.exe as well. please help me on this issue.
    I have posted developer trace log
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      53
    sid        EC3
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    52
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        1656
    Mon Oct 01 17:19:34 2007
    kernel runs with dp version 210000(ext=109000) (@(#) DPLIB-INT-VERSION-210000-UC)
    length of sys_adm_ext is 572 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (53 1656) [dpxxdisp.c   1231]
         shared lib "dw_xml.dll" version 52 successfully loaded
         shared lib "dw_xtc.dll" version 52 successfully loaded
         shared lib "dw_stl.dll" version 52 successfully loaded
         shared lib "dw_gui.dll" version 52 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3953
    Mon Oct 01 17:19:39 2007
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the
    DNS settings [dpxxtool2.c  5233]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >otisap09_EC3_53                         <
    DpShMCreate: sizeof(wp_adm)          12672     (1408)
    DpShMCreate: sizeof(tm_adm)          3954072     (19672)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1452)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06510040, size: 4607512)
    DpShMCreate: allocated sys_adm at 06510040
    DpShMCreate: allocated wp_adm at 06511E28
    DpShMCreate: allocated tm_adm_list at 06514FA8
    DpShMCreate: allocated tm_adm at 06514FD8
    DpShMCreate: allocated wp_ca_adm at 068DA570
    DpShMCreate: allocated appc_ca_adm at 068E0330
    DpShMCreate: allocated comm_adm at 068E2270
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 06963130
    DpShMCreate: allocated gw_adm at 06963170
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 069631A0
    DpShMCreate: allocated wall_adm at 069631A8
    MBUF state OFF
    EmInit: MmSetImplementation( 2 ).
    MM diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    Mon Oct 01 17:19:40 2007
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1184
      argv[0] = C:\usr\sap\EC3\DVEBMGS53\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC3\DVEBMGS53\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC3\SYS\profile\EC3_DVEBMGS53_otisap09
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2682
      argv[5] = -DSAPSYSTEM=53
      argv[6] = -DSAPSYSTEMNAME=EC3
      argv[7] = -DSAPMYNAME=otisap09_EC3_53
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC3\SYS\profile\EC3_DVEBMGS53_otisap09
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1617]
    ***LOG Q0K=> DpMsAttach, mscon ( otisap09) [dpxxdisp.c   11414]
    DpStartStopMsg: send start message (myname is >otisap09_EC3_53                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 52
    Release check o.K.
    Mon Oct 01 17:19:41 2007
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Oct 01 17:19:52 2007
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 5 / sock 1476
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2688) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1184)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Oct 01 17:20:20 2007
    ERROR => W0 (pid 1732) died [dpxxdisp.c   14021]
    ERROR => W1 (pid 3704) died [dpxxdisp.c   14021]
    ERROR => W2 (pid 328) died [dpxxdisp.c   14021]
    ERROR => W3 (pid 2056) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W4 (pid 3712) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W5 (pid 2176) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W6 (pid 1588) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W7 (pid 2276) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W8 (pid 180) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***

    Hi Surya,
    Please chech this thread. same error as No Profile used. [Useful Thread|ABAP Trial 7.01 SR3 installation problem in WIN xp sp2;
    Check antivirus or firewall running? Try to turn it off and then try again.
    Thanks
    Arun

  • Installation Error  ECC6.0 + Oracle 10202+ Suse Linux 10 ( 64 bit )

    Hi all,
    We are installing ECC 6.0 with Oracle 10202 on Suse Linux 10 ( 64 bit ) machine.
    We are facing error in the Import ABAP phase.
    Below is the error:
    Import Monitor jobs: running 1, waiting 1, completed 35, failed 0, total 37.
    Loading of 'TODIR' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 35, failed 1, total 37.
    ERROR 2008-02-25 23:56:45
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2008-02-25 23:56:45
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|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 .
    We stopped the installation and restarted the database, but its didnt worked.
    Any ideas in resolving the error ...!
    Kind Regards
    Neenad

    Hi all,
    error lines -  th_act_em_hdl
    It is a problem with time zone .. current time zone is zzz & changed to AST (Arabic standard time).
    Re: ECC 6.0 SR3 AIX and ORACLE installation error - work processes dies
    -rahul
    Edited by: Rahul on Nov 26, 2009 10:43 AM

  • Server authenticationerror after SR3 installation

    Hi,
    We have developed a html page ( page1.htm) in that we are setting some xMII session variable and opening a new page (page2.htm) using window.open.
    In page2.htm i am getting xMII session variable and calling a transaction as below.
    window.location.assign("http://<server>/Lighthammer/Runner?Transaction=<transactionname>&OutputParameter=FILE&DOCNO=123*IsBinary=true").  This transaction actually downloads a file from SAP.
    This is working perfectly before implimenting SR3 installation. But now system is showing a login screen. SR3 installation might not be issue it might be with something else. But we are getting this issue after SR3 installation.
    It will be great helpful if anyone can help.
    Thanks,
    Srinivas.

    Jeremy,
    Just now I tried using reletive path. "/Lighthammer/Runner?Transaction=sdasa&OutputParamter=adsa......". Stil it is showing login page.
    But when I cheked logs it is showin this message.
    2007-09-21 13:33:04,902 ERROR CMSFilter Authorization error, -101 - ticket 'ST-2-8hackf43vqIgdFufNHwj' not recognized.
    If you can help me with this that will be great help.
    Thanks,
    Srinivas.

  • Adobe creative cloud installation error 201

    adobe creative cloud installation error 201
    How to solve this problem?

    Install Adobe application manager and try updating to CC desktop application.
    Adobe - Adobe Application Manager : For Windows : Adobe Application Manager : Thank You

  • My iTunes wont update, and I can't connect my new iPhone if it doesn't update. It says error when I try to update, and I cant download it because of a "Windows Installer" error...

    I just not a new iPhone and in order to sync it I need the newest iTunes, but I can't update it! I tried checking for updates and then trying to downlaod it. I get this error: "Errors occured while installing the updates. If the problem persists, chose Tools > Download Only and try installing manually."
    Where on earth is Tools anyway?
    When I tried just reinstalling all of iTunes, I had a Windows Installer error...I don't even know what that is!

    tools is at the top of the apple updater but dont get your hopes up

  • Software Update, 10.6.6 installation error!!

    Hi all, hope someone can help.
    I have a Mac Pro running 10.6.5. I upgraded to 10.6.5 recently and had problems with this. When using Software Update, it would download, log out and install only to get an error at the end saying it couldn't install, with no explanation of why. I did some investigation and it boiled down to Safari (one of the updates in the list to install along with 10.6.5) wasn't being replaced. I had to delete Safari from my applications folder before updating. I tried rebuilding permissions and even installed from the installers from the apple download page. but until I deleted Safari from my apps folder it would fail every time.
    Since I assumed that it was a corrupt copy of safari and all other update went ok I assumed I had fixed the problem.
    Now I'm trying to install the update of 10.6.6 via Software Update. and I'm getting the same problems. It downloads, reboots, installs then at the end says that it was not installed because of an error and promps me to restart.
    I have downloaded the update and run it from the desktop and it goes through the install as follows:-
    Installing
    optimizing system
    Moving files
    installation failed.
    It seems that it isn't able to replace existing files on my system with new ones therefore fails the install.
    Has anyone got any ideas? I have repaired permissions with disk utility and tried repairing them while booting from the 10.6.3 system disc, still no joy
    Many thanks

    Worse problem here. I get the installation error then the computer attempts to reboot and I get locked at the gray background apple screen. Tried safe boot power on +SHIFT a status bar comes up and goes 3/4 away across and locks. Running permissions repair from Mac OEM disk set was no help. Had to do a time machine restore. Seems my install error is catastrophic. On the upside time machine works very well.. A bit disappointed with my Windows-esque crash

  • When i try to add DownloadHelper it comes up with unexpected installation error review the error console log for more details - 203, how to it check the log and how do i fix this problem?

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    When i tried to install DownloadHelper this happened Firefox could not install the file at
    https://addons.mozilla.org/en-US/firefox/downloads/latest/3006/addon-3006-latest.xpi?src=addondetail
    because: Unexpected installation error
    Review the Error Console log for more details.
    -203
    , how do i check the log and how do i resolve this problem? thank you
    == This happened
    ==
    Just once or twice
    == today
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Ask Toolbar for Firefox
    2.1.0.5
    true
    AVG Safe Search
    9.0.0.783
    true
    {3f963a5b-e555-4543-90e2-c3908898db71}
    Java Console
    6.0.17
    true
    Microsoft .NET Framework Assistant
    1.1
    true
    {20a82645-c095-46ed-80e3-08825760534b}
    BitDefender Antiphishing Toolbar
    2.0
    true
    [email protected]
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    extensions.lastAppVersion
    3.6.3
    general.useragent.extra.microsoftdotnet
    (.NET CLR 3.5.30729)
    network.cookie.prefsMigrated
    true
    places.last_vacuum
    1276351876
    print.print_printer
    HP Photosmart D5300 series
    print.printer_HP_Photosmart_D5300_series.print_bgcolor
    false
    print.printer_HP_Photosmart_D5300_series.print_bgimages
    false
    print.printer_HP_Photosmart_D5300_series.print_command
    print.printer_HP_Photosmart_D5300_series.print_downloadfonts
    false
    print.printer_HP_Photosmart_D5300_series.print_edge_bottom
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_left
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_right
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_top
    0
    print.printer_HP_Photosmart_D5300_series.print_evenpages
    true
    print.printer_HP_Photosmart_D5300_series.print_footercenter
    print.printer_HP_Photosmart_D5300_series.print_footerleft
    &PT
    print.printer_HP_Photosmart_D5300_series.print_footerright
    &D
    print.printer_HP_Photosmart_D5300_series.print_headercenter
    print.printer_HP_Photosmart_D5300_series.print_headerleft
    &T
    print.printer_HP_Photosmart_D5300_series.print_headerright
    &U
    print.printer_HP_Photosmart_D5300_series.print_in_color
    true
    print.printer_HP_Photosmart_D5300_series.print_margin_bottom
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_left
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_right
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_top
    0.5
    print.printer_HP_Photosmart_D5300_series.print_oddpages
    true
    print.printer_HP_Photosmart_D5300_series.print_orientation
    0
    print.printer_HP_Photosmart_D5300_series.print_pagedelay
    500
    print.printer_HP_Photosmart_D5300_series.print_paper_data
    9
    print.printer_HP_Photosmart_D5300_series.print_paper_height
    11.00
    print.printer_HP_Photosmart_D5300_series.print_paper_size_type
    0
    print.printer_HP_Photosmart_D5300_series.print_paper_size_unit
    1
    print.printer_HP_Photosmart_D5300_series.print_paper_width
    8.50
    print.printer_HP_Photosmart_D5300_series.print_reversed
    false
    print.printer_HP_Photosmart_D5300_series.print_scaling
    1.00
    print.printer_HP_Photosmart_D5300_series.print_shrink_to_fit
    true
    print.printer_HP_Photosmart_D5300_series.print_to_file
    false
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_bottom
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_left
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_right
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_top
    0
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows Vista
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-npdivxplayerplugin
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *6.0.12.732
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *RealJukebox Netscape Plugin
    *Shockwave Flash 10.0 r45
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *iTunes Detector Plug-in
    *DivX Web Player version 2.0.0.254
    *GEPlugin
    *4.0.50524.0
    *Office Live Update v1.4
    *NPWLPG
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *RealPlayer(tm) HTML5VideoShim Plug-In
    *Google Update
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers

    Mark Leary:
    As TXGuy posted above:
    See:
    https://support.mozilla.com/en-US/kb/Unexpected+installation+error+-203+when+installing+add-ons
    http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Unexpected_installation_error_-203
    Also see:
    http://support.mozilla.com/en-US/kb/Profiles#How_to_find_your_profile
    http://kb.mozillazine.org/Show_hidden_files_and_folders

  • ITunes 12.1.1 installation errors and resolution (Win 7, 64 bit)

    I am providing all of the installation errors I had experienced
    and all of the methods I had tried until I finally came up with a solution.
    Hopefully the details will help you see if your situation has similarities
    which hopefully will make this post helpful in terms of a solution.
    PART ONE: INSTALLATION ERRORS
    I received the following installation errors
    when attempting to update to 12.1.1
    and later once I uninstalled and attempted to reinstall 12.1.1.
    I used this link for the download:
    http://www.apple.com/itunes/download/?cid=wwa-us-kwg-music-itu
    > itunes 6464setup.exe
    I then tried this link:
    http://support.apple.com/kb/DL1614
    > itunes 12.1.1 64 bit
    Again 6464 in the name.
    After uninstalling the iunes,
    I discovered under add/remove programs:
    apple application support 32 bit
    and apple support update
    I deleted these and restarted the PC.
    I then tried reinstalling a NEW version
    from the second link above.
    Opened download iTunes 6464setup.exe >
    Windows installer> iTunes > welcome to itunes
    > next > installation options > install > user account control
    > yes > next > (error message via pop-up window):
    ERROR MESSAGE ONE
    "An error occurred during installation of assembly Microsoft VC80 CRT Type ="win32",
    version = "8.0.50727.6195".publicKeyToken="1fc8b3b9a1e18e3b"
    processorArchitecture ="amd64".
    Please refer to Help and Support
    for more information.
    HRESULT: 0X80070091"
    > OK > iTunes > Status: Starting services >
    (error message via pop-up window):
    ERROR MESSAGE 2
    "Service 'Apple Mobile Device Service' (Apple Mobile Device Service)
    failed to start. Verify that you have sufficient permission to start system services"
    SIDE NOTE
    There was a USB cable connected to the PC to charge the iPhone,
    but the iPhone was not connected. I detached the USB cable from the PC in case it's relevant.
    (I did not reattach the USB cable until I finally got a copy of itunes to install. You will see later in this post below.).
    I then clicked Retry.
    ERROR MESSAGE 2 AGAIN
    I received the identical 'Apple Mobile Device Service' error as above.
    I then clicked Ignore.
    iTunes > Status
    > User Account Control pop-up window)
    > Do you want to allow to install Apple iTunes>
    Yes >
    > Congratulations > Finish
    > (iTunes pop-up error window):
    > iTunes Helper
    ERROR MESSAGE 3
    a)
    "Apple Application Support was not found.
    Apple Application Support is required to run iTunes.
    Please uninstall iTunes and install iTunes again.
    Error 2 "
    > (iTunes pop-up error window)
    > iTunes
    b)
    "Apple Application Support was not found.
    Apple Application Support is required to run iTunes.
    Please uninstall iTunes and install iTunes again.
    Error 2 (Windows Error 2)"
    > OK > OK
    ERROR MESSAGE 4
    I received all of these errors above
    when I had tried a fresh install before returning to the forum to search for answers.
    When I had first tried a fresh install, I didn't get as far as the Congrats.
    I only got as far as the first and second error listed above
    ("An error occurred during installation of assembly Microsoft VC80 CRT Type ="win32"...
    AND Service 'Apple Mobile Device Service' (Apple Mobile Device Service").
    Clicked on iTunes icon on desktop
    ERROR MESSAGE 5
    I receive the (iTunes pop-up error message window)
    error 2 windows error 2 (identical to what's listed listed under 3b).
    PART 2 - INSTALLATION RESOLUTION
    The issue finally is resolved.
    HERE IT IS!!!
    1) Uninstall iTunes
    2) check remaining Apple programs
    (click control panel > programs > uninstall)
    > check the listed Apple programs
    Apple Application Support 32 bit,
    Apple Mobile Device Support,
    Apple Software Update,
    Bonjour
    3) Locate and save the correct file version of iTunes for your OS and System.
    In my case, it's Win 7.
    You must check for the System Type.
    Computer > right click to properties > system type.
    In my case its 64 bit.
    The 32 bit installer is named iTunesSetup.exe,
    while the 64 bit installer is named iTunes64Setup.exe.
    I learned that some folks had experienced issues with
    the 64 bit installer on the Apple site whether it's
    because they had downloaded the 32 bit
    when they needed the 64 and therefore
    couldn't complete the install or in my case,
    what appears to perhaps be a corrupted file that stated 6464 in the .exe file name.
    This lead me to believe that finding the file with the correct file name and
    correct file size to prove it authentic for that version would likely be part of
    the solution if not the solution. File Hippo is one suggested means to locate the file.
    I locate the iTunes download "iTunes64Setup.exe" that matched the size of the file
    to a valid copy of that version of ITunes and I set it aside.
    4) I then made sure that all old copies
    and remnants of iTunes and Apple software
    has been uninstalled by checking add/remove.
    Then C: program files
    and then C: program files (x86),
    then running CC Cleaner,
    then cleaning the registry using CC Cleaner
    and then checking Tools under CC Cleaner.
    ***I discovered under Tools that there were remaining Apple files listed
    after the uninstall of iTunes and other files had taken place under iTunes***
    I visit tools under CC Cleaner and deleted the remaining Apple files
    including Apple Application Support, Mobile Device Support, and Bonjour,
    ***but I leave the Apple Software Update folder as is, in tact***
    under C: Program files (x86) and Tools of CC Cleaner and under Add/Remove.
    5) I restart the computer, install the new copy of iTunes 12.1.1 (64 bit),
    iTunes64Setup.exe, and it installed with zero errors.
    Hope someone will find this useful. Good luck.

    Try the "for older video cards" version.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • Photosmart printer -all-in-one 5520 and windows 8.1 - INSTALLATION ERROR

    I have a photosmart printer - model: all-in-one 5520; code number HPC57CC4  and my operating system is windows 8.1.
    I had problems with the scan function and so I decided to disinstal the printer (from the Control Panel) and I even cancelled  the HP folders.
    Then I tried to reinstal the printer with the original CD but I got the message: INSTALLATION ERROR - DRIVER PACKAGE INSTALL GIVES THE ERROR -536870329 FOR THE PACKAGE  C:\Program Files\HP\HP Photosmart 5520 series\DriverStore\Pipeline\hpvpl09.inf   (that's the translation from Italian)
    I have tried endless times to install with the online software from the HP assistance (hppsdr.exe, hppiw.exe, ps5520_1315-1.exe, hpscan and doctor) but I always get the above error message, the system recognizes my printer, but gives the error message few seconds after starting installing it.
    If i use the printer from other PCs it's ok, I've also tried both in the wireless modality and with the USB cable but the result is the same: no installation!
    thanks in advance fot your help.
    denise

    Hi @denig,
    Welcome to the HP Forums!
    I noticed that you are having trouble installing your HP Photosmart 5520 on Windows 8.1. I am happy to help you with this installation issue!
    Please try the following solutions:
    Uninstall the software. Uninstalling the Printer Software. (In case any was partially installed).  
    Clean boot the computer. How to perform a clean boot in Windows.
    Make sure no antivirus programs are running. Turn Windows Defender on or off.
    Make sure the firewall is disabled. Disabling the computer's firewall on a Windows 8 or Windows 8.1 computer.
    Re-install using the HP Printer Install Wizard for Windows.
    Hope this helps you resolve your issue, and have a good day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Maybe you are looking for