Error installing Dialog Instance ABAP+JAVA

Hi,
We're having a little issue with installation of a ERP dialog instance. The problem is, when the initial
installation was made, it was a system copy but not in the traditional way, the partner performed a copy
in OS level (cp -rp .... , etc). Once it was finished, renaming of certain this happended.
As we can see, DEV was the initial installation (normal way) but QAS and PRD were copies of DEV ( oracle
schema in PRD is SAPDEV too) this apparently doesn't cause a problem. But now the installer of a dialog
instance stops with this error:
PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>
(DBConnectionPool.java:115)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>
(PersistenceHandler.java:38)
        at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>
(ConfigurationCache.java:149)
        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init
(ConfigurationManagerBootstrapImpl.java:236)
        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>
(ConfigurationManagerBootstrapImpl.java:49)
        at com.sap.engine.configtool.batch.BatchConfig.go(BatchConfig.java:47)
        at com.sap.engine.configtool.batch.BatchConfig.main(BatchConfig.java:83)
        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: com.sap.sql.log.OpenSQLException: Error while accessing secure store: The encryption key
(usually in the key file) is not the key that is required to decrypt the data in the secure store file or
the system name (SID) is wrong..
        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>
(DBConnectionPool.java:112)
        ... 11 more
Caused by: com.sap.security.core.server.secstorefs.WrongKeyException: The encryption key (usually in the
key file) is not the key that is required to decrypt the data in the secure store file or the system name
(SID) is wrong.
        at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:2017)
        at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
        at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
        ... 13 more
Caused by: com.sap.security.core.server.secstorefs.InvalidStateException: Internal error during the
decryption process.
        at com.sap.security.core.server.secstorefs.Crypt.decrypt(Crypt.java:850)
        at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1985)
        ... 16 more
Caused by: javax.crypto.BadPaddingException: Invalid PKCS#5 padding length: 176
        at iaik.security.cipher.s.b(Unknown Source)
        at iaik.security.cipher.w.a(Unknown Source)
        at iaik.security.cipher.w.engineDoFinal(Unknown Source)
        at javax.crypto.Cipher.doFinal(DashoA12275)
        at com.sap.security.core.server.secstorefs.Crypt.decrypt(Crypt.java:825)
        ... 17 more
Error while connecting to DB.
The error occurs when the installer tries to connect to oracle via jdbc, but the files
SecStore.properties and SecStore.key are from DEV, and they were created with the values of DEV, so when
the installer tries with PRD as central instance name, it doesn't work, how can we recreate this files or
reconfigure the j2ee engine so the installer can connect and finish installation ?
Thanks in advance

Exactly, the problem is when the installer tries to execute the following:
/usr/j2se/bin/java -classpath /tmp/sapinst_instdir/ERP/LM/AS/ORA/DI/install/shar
edlib/launcher.jar -Xmx256m -d64 -d64 com.sap.engine.offline.OfflineToolStart co
m.sap.engine.configtool.batch.BatchConfig /usr/sap/PRD/SYS/global/security/lib/t
ools/iaik_jce.jar:/usr/sap/PRD/SYS/global/security/lib/tools/iaik_jsse.jar:/usr/
sap/PRD/SYS/global/security/lib/tools/iaik_smime.jar:/usr/sap/PRD/SYS/global/sec
urity/lib/tools/iaik_ssl.jar:/usr/sap/PRD/SYS/global/security/lib/tools/w3c_http
.jar:/tmp/sapinst_instdir/ERP/LM/AS/ORA/DI/install/lib:/tmp/sapinst_instdir/ERP/
LM/AS/ORA/DI/install/sharedlib:/oracle/client/10x_64/instantclient/ojdbc14.jar /
tmp/sapinst_instdir/ERP/LM/AS/ORA/DI/BatchConfig.xml
The file /tmp/sapinst_instdir/ERP/LM/AS/ORA/DI/BatchConfig.xml has this:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE config [
<!ELEMENT config (dbproperties, task*)>
   <!ELEMENT dbproperties (property*)>
   <!ELEMENT task (property*)>
     <!ATTLIST task name CDATA #REQUIRED>
   <!ELEMENT property (#PCDATA)>
     <!ATTLIST property key CDATA #REQUIRED>
     <!ATTLIST property value CDATA #REQUIRED>
]>
<config>
  <dbproperties>
    <property key="rdbms.maximum_connections" value="5"/>
    <property key="system.name" value="PRD"/>
    <property key="secstorefs.keyfile" value="/sapmnt/PRD/global/security/data/S
ecStore.key"/>
    <property key="secstorefs.secfile" value="/sapmnt/PRD/global/security/data/S
ecStore.properties"/>
    <property key="secstorefs.lib" value="/sapmnt/PRD/global/security/lib"/>
    <property key="rdbms.driverLocation" value="/oracle/client/10x_64/instantcli
ent/ojdbc14.jar"/>
    <property key="rdbms.connection" value="jdbc/pool/PRD"/>
    <property key="rdbms.initial_connections" value="1"/>
As you can see the are values "system.name" with PRD. This cause an error:
PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:115)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
        at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
        at com.sap.engine.configtool.batch.BatchConfig.go(BatchConfig.java:47)
        at com.sap.engine.configtool.batch.BatchConfig.main(BatchConfig.java:83)
        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: com.sap.sql.log.OpenSQLException: Error while accessing secure store: The encryption key (usually in the key file) is not the key that is required to decrypt the data in the secure store file or the system name (SID) is wrong..
        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:145)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:226)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:197)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:112)
        ... 11 more
Caused by: com.sap.security.core.server.secstorefs.WrongKeyException: The encryption key (usually in the key file) is not the key that is required to decrypt the data in the secure store file or the system name (SID) is wrong.
        at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:2017)
        at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:802)
        at com.sap.sql.connect.OpenSQLConnectInfo.lookup(OpenSQLConnectInfo.java:783)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.setDataSourceName(OpenSQLDataSourceImpl.java:209)
        ... 13 more
Caused by: com.sap.security.core.server.secstorefs.InvalidStateException: Internal error during the decryption process.
        at com.sap.security.core.server.secstorefs.Crypt.decrypt(Crypt.java:850)
        at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1985)
        ... 16 more
Caused by: javax.crypto.BadPaddingException: Invalid PKCS#5 padding length: 176
        at iaik.security.cipher.s.b(Unknown Source)
        at iaik.security.cipher.w.a(Unknown Source)
        at iaik.security.cipher.w.engineDoFinal(Unknown Source)
        at javax.crypto.Cipher.doFinal(DashoA12275)
        at com.sap.security.core.server.secstorefs.Crypt.decrypt(Crypt.java:825)
        ... 17 more
The same as configtool with PRD value.
So can we change the system.name value to PRD and is there a posibility to change the encpytion key so it can be used with PRD value ??
My theory is: The SecStore.key file is used to decript the SecStore.properties but the system.name value plays an important role in decryption, am I right??
Can I regenerate the key with the system.name = PRD so the error solves??
Regards.

Similar Messages

  • Error installing EP / NW2004s ABAP + JAVA stack

    Hello,
    While intalling EP7.0 I received the following error on the last step "Preparing to install minimal configuration".  I am using Rapidinstaller.  The error message from Util_configure_usages.log file is :
    Dec 14, 2006 8:14:12 PM  Info   : Severe (database) error. Return code: 64
    Dec 14, 2006 8:40:20 PM  Info   : Successfully parsed!
    Dec 14, 2006 8:40:20 PM  Info   : Executing command Configure...
    Dec 14, 2006 8:40:20 PM  Info   : Establishing DB connection...
    Dec 14, 2006 8:40:25 PM  Info   : Connecting succeeded!
    Dec 14, 2006 8:40:25 PM  Info   : Checking for preconditions..
    Dec 14, 2006 8:40:25 PM  Path   : Exception : The SQL Statement is wrong : SELECT * FROM BC_SL_PARTS LEFT OUTER JOIN BC_SL_ACTIVE_PARTS ON BC_SL_PARTS.PRODUCT_CODE=BC_SL_ACTIVE_PARTS.PRODUCT_CODE AND NAME=PART_NAME AND VENDOR=PART_VENDOR WHERE BC_SL_PARTS.PRODUCT_CODE = ? AND NAME = ? AND VENDOR = ?  ORDER BY LIST_ORDER
    java.lang.Exception
         at com.sap.exception.BaseExceptionInfo.traceAutomatically(BaseExceptionInfo.java:1141)
         at com.sap.exception.BaseExceptionInfo.<init>(BaseExceptionInfo.java:413)
         at com.sap.exception.BaseException.<init>(BaseException.java:302)
         at com.sap.sl.ut.infoprovider.exceptions.UTInfoException.<init>(UTInfoException.java:96)
         at com.sap.sl.ut.manager.persistence.db.InfoManager.setConfigured(InfoManager.java:353)
         at com.sap.sl.ut.manager.persistence.db.DataBaseInfoFactory.setConfigured(DataBaseInfoFactory.java:1080)
         at com.sap.sl.ut.manager.command.Configure.execute(Configure.java:30)
         at com.sap.sl.ut.manager.command.Command.exec(Command.java:88)
         at com.sap.sl.ut.manager.UtlMain.exec(UtlMain.java:56)
         at com.sap.sl.ut.manager.UtlMain.main(UtlMain.java:52)
         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.sql.SQLException: ORA-00376: file 4 cannot be read at this time
    ORA-01110: data file 4: 'E:\ORACLE\W50\SAPDATA4\SR3DB_1\SR3DB.DATA1'
    Any help on tihs will be much appreciated.
    Thanks
    Naghman

    Hi,
            Check whether the datafile or tablespace is offline..if so make it online and resume
    Kind regards
    Umesh K

  • Error installing Database instance on MSCS

    error installing Database instance on MSCS
    plateform: windows2003/oracle10g
    product: SAP ERP 2005
    Two node MSCS based cluster.
    - Installed OS and patched it.
    - Configured network adapters
    - Configured Shared storage device.
    - Installed Cluster server.(Tested by moving resources to other node successfully)
    - installed oracle10g
    - Patched db
    - Installed Oracle failsafe.
    - I have installed ASCS instance on first node using shared disk successfully.
    - Clustered the first node successfully
    - Created the oracle failsafe group
    - While installing the Database instance. (nothing was displayed in Dbhost field, i have manually entered virtual database host) . set all other wizard parameters ... installation stopped on step 5 e.i. "Create and Load Database" with an error message as follows.
    ERROR 2007-05-02 17:30:49
    CJS-00095  Error return code.<.br>DIAGNOSIS: Return code 1 of executable E:\oracle\PRD\102/bin/lsnrctl indicates an error.<.br>SOLUTION: See log file lsnrctl.log for details.
    ERROR 2007-05-02 17:30:49
    CJS-00095  Error return code.<.br>DIAGNOSIS: Return code 1 of executable E:\oracle\PRD\102/bin/lsnrctl indicates an error.<.br>SOLUTION: See log file lsnrctl.log for details.
    ERROR 2007-05-02 17:30:49
    FCO-00011  The step StartListener with step key |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener was executed with status ERROR .
    INFO 2007-05-02 17:32:01
    An error occured and the user decide to stop.\n Current step "|NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener".
    <b>the logfile is very big ... but let me paste the important part only ...</b>
    INFO 2007-05-02 17:30:24
    Execute step setPermissions of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0.
    INFO 2007-05-02 17:30:25
    Execute step copyScripts of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0.
    INFO[E] 2007-05-02 17:30:25
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:26
    Execute step PrepareOraCreateTablespace of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|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.
    INFO[E] 2007-05-02 17:30:26
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:27
    Execute step setDbenvEnvironment of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|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_OraDbCommon|ind|ind|ind|ind|0|0.
    INFO[E] 2007-05-02 17:30:27
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:28
    Execute step copyDbShellScripts of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|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_OraDbCommon|ind|ind|ind|ind|0|0.
    INFO 2007-05-02 17:30:29
    Execute step checkOraClientPreconditions of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO[E] 2007-05-02 17:30:29
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:30
    Execute step createOcl10Links of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO 2007-05-02 17:30:31
    Execute step createDbclientLst of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO[E] 2007-05-02 17:30:32
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:34
    Execute step setPermissions of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO 2007-05-02 17:30:35
    Execute step setDbenvEnvironment of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO[E] 2007-05-02 17:30:35
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:36
    Execute step doCleanOldNetworkFiles of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0.
    INFO[E] 2007-05-02 17:30:36
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:37
    Execute step doNetworkConfigurationServer of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0.
    INFO[E] 2007-05-02 17:30:37
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:38
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB\lsnrctl.log.
    INFO 2007-05-02 17:30:38
    Working directory changed to C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB.
    INFO 2007-05-02 17:30:38
    Output of E:\oracle\PRD\102\bin\lsnrctl stop LISTENER is written to the logfile lsnrctl.log.
    WARNING 2007-05-02 17:30:40
    Execution of the command "E:\oracle\PRD\102\bin\lsnrctl stop LISTENER" finished with return code 1. Output:
    LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 02-MAY-2007 17:30:38
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 61: Unknown error
    INFO 2007-05-02 17:30:40
    Creating file E:\oracle\PRD\102\NETWORK\ADMIN\listener.ora.
    INFO 2007-05-02 17:30:40
    Creating file E:\oracle\PRD\102\NETWORK\ADMIN\tnsnames.ora.
    INFO 2007-05-02 17:30:40
    Copied file 'E:/oracle/PRD/102/NETWORK/ADMIN/sqlnet.ora' to 'E:/oracle/PRD/102/NETWORK/ADMIN/sqlnet.1.ora'.
    INFO 2007-05-02 17:30:40
    Removing file E:\oracle\PRD\102\NETWORK\ADMIN\sqlnet.ora.
    INFO 2007-05-02 17:30:40
    Creating file E:\oracle\PRD\102\NETWORK\ADMIN\sqlnet.ora.
    INFO 2007-05-02 17:30:41
    Execute step doNetworkConfigurationClient of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0.
    INFO[E] 2007-05-02 17:30:41
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:41
    Creating directory
    sapgrp\sapmnt\PRD\SYS\profile\oracle.
    INFO 2007-05-02 17:30:41
    Creating file
    sapgrp\sapmnt\PRD\SYS\profile\oracle\tnsnames.ora.
    INFO 2007-05-02 17:30:42
    Creating file
    sapgrp\sapmnt\PRD\SYS\profile\oracle\sqlnet.ora.
    INFO 2007-05-02 17:30:43
    Execute step StartListener of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0.
    INFO[E] 2007-05-02 17:30:43
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:43
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB\lsnrctl.log.
    INFO 2007-05-02 17:30:43
    Working directory changed to C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB.
    INFO 2007-05-02 17:30:43
    Output of E:\oracle\PRD\102\bin\lsnrctl stop LISTENER is written to the logfile lsnrctl.log.
    WARNING 2007-05-02 17:30:44
    Execution of the command "E:\oracle\PRD\102\bin\lsnrctl stop LISTENER" finished with return code 1. Output:
    LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 02-MAY-2007 17:30:43
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PRD.WORLD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PRD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=oracleprd)(PORT=1527))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 61: Unknown error
    INFO 2007-05-02 17:30:44
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB\lsnrctl.log.
    INFO 2007-05-02 17:30:44
    Working directory changed to C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB.
    INFO 2007-05-02 17:30:44
    Output of E:\oracle\PRD\102\bin\lsnrctl start LISTENER is written to the logfile lsnrctl.log.
    WARNING 2007-05-02 17:30:49
    Execution of the command "E:\oracle\PRD\102\bin\lsnrctl start LISTENER" finished with return code 1. Output:
    LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 02-MAY-2007 17:30:44
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OraclePRD102TNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production
    System parameter file is E:\oracle\PRD\102\network\admin\listener.ora
    Log messages written to E:\oracle\PRD\102\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\PRD.WORLDipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\PRDipc)))
    Error listening on: (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=oracleprd)(PORT=1527))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
      TNS-00512: Address already in use
       32-bit Windows Error: 48: Unknown error
    Listener failed to start. See the error message(s) above...
    ERROR 2007-05-02 17:30:49
    CJS-00095  Error return code.<.br>DIAGNOSIS: Return code 1 of executable E:\oracle\PRD\102/bin/lsnrctl indicates an error.<.br>SOLUTION: See log file lsnrctl.log for details.
    ERROR 2007-05-02 17:30:49
    CJS-00095  Error return code.<.br>DIAGNOSIS: Return code 1 of executable E:\oracle\PRD\102/bin/lsnrctl indicates an error.<.br>SOLUTION: See log file lsnrctl.log for details.
    ERROR 2007-05-02 17:30:49
    FCO-00011  The step StartListener with step key |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener was executed with status ERROR .
    INFO 2007-05-02 17:32:01
    An error occured and the user decide to stop.\n Current step "|NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener".
    I have tried to start tnslistener manually but as soon as it get started it get stops.
    please help !
    Message was edited by:
            Rizwan Javed

    Starting tnslsnr: please wait...
    Failed to open service <OraclePRD102TNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production
    System parameter file is E:\oracle\PRD\102\network\admin\listener.ora
    Log messages written to E:\oracle\PRD\102\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\PRD.WORLDipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\PRDipc)))
    Error listening on: (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=oracleprd)(PORT=1527))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
      TNS-00512: Address already in use
       32-bit Windows Error: 48: Unknown error
    Listener failed to start. See the error message(s) above...
    this is what it shows

  • Installing dialog instance on cluster.

    Hi ,
    I have installed ASCS, SCS,CI and  DI  , on Unix Cluster Evironment ,
    Now i am trying to install Dialog instance on Node B, but it is looking for Default profile which is available on /sapmnt/sid/profiles,
    How do i get it on node B, Can anyone guide me how to do it using NFS, or is there any other way.
    Regards,
    SM..

    Hi
    you need to export your /sapmnt/<SID> structure using NFS on the host where it resides .
    If you want to use the inactive Node as an Application Server , you need to mount /sapmnt/<SID> from the NFS-Server , where it was exported , to your Node B Application Server .
    There is nothing different to an regular application server so far .
    Since there are different management interfaces on different operating systems , I cannot give more detailed informations , but I suppose , you will get this managed .
    If you have any technical difficulties , let us know and provide more details to your cluster environment (At least , which operating system you use and which error you get).
    Best regards
    dirk

  • Installing dialog instance on windows

    Hi Champs,
    Im trying to install Netweaver EP WAS server with MaxDB on Windows XP. I am a beginner in basis activity. I have successfully installed Central Instance and it is up and running fine. Now I am trying to install a Dialog instance. But when I run the sapinst.exe again it does not show me an option to install dialog instance. I tried giving same SID but it didnt work. It didn't create a DI. Can you please tell me what steps I have to perform to create a DI associated with the current CI?
    Regards,
    Piyush.

    Hi Uday,
    Thanks for you prompt reply. I have this guide but I am finding difficulty in finding the correct way to install a DI. Can you please provide the steps that need to be performed? I tried running sapinst.exe again with same SID but it didnt work.
    Regards,
    Piyush.

  • Windows Central Instance ABAP+JAVA plus UNIX ABAP dialog instances ?

    Hi everybody,
    we are an SAP software partner and provide SAP complementary software on UNIX and Windows platforms.
    Part of our software (a gateway) needs to be installed on the SAP application server.
    In order to setup a cross-platform test environment for our developers, I was thinking about extending the existing SAP ERP 6.0 Windows-based Central Instance (IDES, Oracle, usage types ABAP+JAVA) by multiple ABAP dialog instances which run on different UNIX flavours (Solaris, AIX, Linux).
    I searched the SAP Notes and found nothing which could confirm my plans, as this is quite an unusual setup and heterogenous systems are usually the other way round (CI on UNIX, DI on Windows).
    SAP Note 1067221 however mentions that DIs on different OS platforms are only partly supported, but it seems this is only valid for JAVA DIs?
    As I need only ABAP DIs, I hope my plans are fine?
    Many thanks for your feedback
      Markus

    > I searched the SAP Notes and found nothing which could confirm my plans, as this is quite an unusual setup and heterogenous systems are usually the other way round (CI on UNIX, DI on Windows).
    Well - what is "usual" depends on the requirements
    It's possible to do that. Technically there's no difference whether an application server is Unix or Windows based.
    There are, however, a few things to take care of:
    - if your system is non-Unicode, sorting algorithms are different on different platforms. Unicode systems use ICU which is cross-platform
    - if you want to automatically distribute your kernel on system start you will need to create a "share" on the Windows machine and make it accessible from  the various other platforms. You can, however, ensure "manually", that you use the same kernel patchlevels on all systems, then this is not needed
    - Windows is LittleEndian whereas most Unix systems are BigEndian, depending on if you exchange data between those systems (means, binary data, files through NFS) the programs must be aware of the fact, that a file can be either LE or BE.
    Markus

  • Error while installing dialog instance.....

    Hi all ,
    Am getting the following error when installing the dialog instance (BW 3.5 on Linux RHEL 4 IA 32 32Bit /Oracle 10.2,kernel 6.40) :
    Creating file /tmp/sapinst_instdir/NW04/SYSTEM/ABAP/ORA/NUC/DI/SAPEXE.SAR.log.ERROR 2007-09-20
    MOS-01022 PROBLEM :/tmp/sapinst_exe.9316.1190278558/SAPCAR -xvgf
    DVD_NW04_SR1_6.40_SAP_KERNEL_ORACLE/K09/UNIX/Linux_32/SAPEXE.SAR -R/sapmnt/BD0/exe returned with '28' . cause : see output './SAPEXE'.
    SOLUTION: solve the CAUSE and extract the archive manually. change permission of extracted file to '(bd0adm,USER,=rwxo)(sapsys,GROUP,=rxg)(Everyone,GROUP,=rx)'.Afterwards,skip current step and restart the installation.
    SAPCAR: could not open for writing/sapmnt/BD0/exe/disp+work(error 28).Text file busy.
    Pls suggest how to solve this error.
    Thanks in advance

    Ok - let me summarize.
    You have installed a CI and you want to install a second dialog instance with the SAME NAME on the SAME SYSTEM to install IGS? This won't work.
    IGS is installed by default, I don't understand the purpose of what you're doing there... please clarify
    Markus

  • Errors while installing database instance  of Java add-in

    <b>Hi,
    I encountered these errors while installing the database instance of Java add-in for ABAP using SAP NetWeaver 2004s SR1.</b>
    ERROR 2007-02-28 14:33:33
    <b>CJS-30049</b>  Execution of JLoad tool 'C:\j2sdk1.4.2_13\bin\java.exe -classpath "C:\Program
    Files\sapinst_instdir\NW04S\LM\AS-JAVA\ADDIN\ORA\CENTRAL\DB\install\sharedlib\launcher.jar"
    -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload
    "C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/lib/iaik_jce.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/jload.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/antlr.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/exception.jar;
    C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/jddi.jar;C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/logging.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/offlineconfiguration.jar;C:
    /Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/opensqlsta.jar;C:/Program
    Files/sapinst_instdir/NW04S/LM/AS JAVA/ADDIN/ORA/CENTRAL/DB/install/sharedlib/tc_sec_secstor
    efs.jar;C:\usr\sap\AP1\SYS\exe\uc\NTI386\ojdbc14.jar" -sec
    AP1,jdbc/pool/AP1,
    mdcsap05/sapmnt/AP1/SYS/global/security/data/SecStore.properties,
    mdcsa
    p05/sapmnt/AP1/SYS/global/security/data/SecStore.key -dataDir
    C:/tmp/INSTALL/51031693\JAVA_EXPORT\JDMP -job "C:\Program
    Files\sapinst_instdir\NW04S\LM\AS-JAVA\ADDIN\ORA\CENTRAL\DB\IMPORT.XML" -log jload.log'
    aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Program
    Files/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/DB/jload.java.log' for more
    information.
    ERROR 2007-02-28 14:33:33
    <b>FCO-00011</b>  The step importJavaDump with step key
    |NW_Addin_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|7|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    <b>Second error is easy, but I have no idea on how to resolve the first one.  Please help!</b>

    Hi
    what does jload.log and jload.java.log say ?
    regards
    dirk

  • Error  installing  7.01 ABAP trial version, during step "start instance"

    Hi,
    I have installed 7.01 ABAP trial version on WINDOWS VISTA.
    During the step 24/27 "start  instance" I have this error:
    INFO 2009-10-05 03:17:19.165
    Disconnect from message server (PC-Andre/3900) succeeded.
    INFO 2009-10-05 03:17:19.181
    Connect to message server (PC-Andre/3900) succeeded.
    INFO 2009-10-05 03:17:19.181
    Disconnect from message server (PC-Andre/3900) succeeded.
    INFO 2009-10-05 03:17:19.306
    State of instance NSP/DVEBMGS00 changed from ABAP: STARTING to ABAP: STARTING.
    WARNING[E] 2009-10-05 03:17:19.321
    CJS-30105  Instance NSP/DVEBMGS00 reached state SHUTDOWN after having state STARTING. Giving up.
    ERROR 2009-10-05 03:17:19.337
    FCO-00011  The step start with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|10|0|NW_CI_Instance_Start|ind|ind|ind|ind|2|0|start was executed with status ERROR .
    INFO 2009-10-05 08:46:25.193
    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_CI_Instance|ind|ind|ind|ind|10|0|NW_CI_Instance_Start|ind|ind|ind|ind|2|0|start".
    Please help me.
    Thanks.
    Andrea

    Thanks peoplel!!!
    The problem was the file "host" :
    in  the file C:\Winnt\system32\drivers\etc\hosts enter:
    <permanent IP address> <host name>
    For example:
    10.10.0.10      yourhost
    I was forget to change it.
    Bye!!!
    Edited by: zerofolle on Oct 6, 2009 12:24 AM

  • Error when installing dialog instance

    Dear Expert,
    We faced error message when starting up dialog instance. Please see the following error from trans.log:
    4 ETW000 R3trans version 6.14 (release 700 - 28.11.06 - 18:05:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 15.05.2008 - 20:39:34
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu May 15 20:39:34 2008                              66  0.000066
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    12  0.000078
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             30  0.000108
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' ...
    4 ETW000                                                                              36  0.000144
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/P01/SYS/exe/run/dbdb6slib.o), hdl 0
    4 ETW000                                                                            1154  0.001298
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' loaded
    4 ETW000                                                                              17  0.001315
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              20  0.001335
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' is "700.08", patchlevel (0.88)
    4 ETW000                                                                             244  0.001579
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              18  0.001597
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              19  0.001616
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              16  0.001632
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              24  0.001656
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         36  0.001692
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              18  0.001710
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              20  0.001730
    4 ETW000  [dev trc     ,00000]  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1179] (BEGIN)
    4 ETW000                                                                             783  0.002513
    4 ETW000  [dev trc     ,00000]  &+     DbSlConnectDB6: can't find user 'sapp01' in '/usr/sap/P01/SYS/global/dscdb6.conf'
    4 ETW000                                                                              20  0.002533
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              19  0.002552
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              20  0.002572
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              19  0.002591
    4 ETW000  [dev trc     ,00000]  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1179] (END)
    4 ETW000                                                                              28  0.002619
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'P01'"
    Need your assistance asap.
    Thank you and Best Regards,
    Rudi

    Hi Frank,
    i run R3trans -d command and the result is:
    4 ETW000 R3trans version 6.14 (release 700 - 28.11.06 - 18:05:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 16.05.2008 - 15:35:38
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Fri May 16 15:35:38 2008                              69  0.000069
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    12  0.000081
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             31  0.000112
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' ...
    4 ETW000                                                                              35  0.000147
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/P01/SYS/exe/run/dbdb6slib.o), hdl 0
    4 ETW000                                                                            1122  0.001269
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' loaded
    4 ETW000                                                                              17  0.001286
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              20  0.001306
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/P01/SYS/exe/run/dbdb6slib.o' is "700.08", patchlevel (0.88)
    4 ETW000                                                                             345  0.001651
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              18  0.001669
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/P01/SYS/exe/run/dbdb6slib.o
    4 ETW000                                                                              19  0.001688
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              16  0.001704
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              23  0.001727
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         37  0.001764
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              19  0.001783
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              20  0.001803
    4 ETW000  [dev trc     ,00000]  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1179] (BEGIN)
    4 ETW000                                                                             690  0.002493
    4 ETW000  [dev trc     ,00000]  &+     DbSlConnectDB6: password file contains empty lines
    4 ETW000                                                                               
    4 ETW000                                                                              25  0.002518
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              19  0.002537
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              20  0.002557
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              19  0.002576
    4 ETW000  [dev trc     ,00000]  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1179] (END)
    4 ETW000                                                                              27  0.002603
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'P01'"
    Please advice asap.
    Thanks in advance,
    Rudi A

  • How to add a java dialog instance to Java central instance of SAP CRM

    Hi Gys,
    I have installed a new dialog instance for the CRM Java landscape for the version 7.01 .
    CRM Abap instance is seperate and its data accessed by Jco connection by central instance but not dialog instance . Could you please let me know if any configuration steps to be followed.
    Thanks in advance
    Sudhakar

    Could you describe your problem a little bit more.
    I have installed a new dialog instance for the CRM Java landscape for the version 7.01 .
    CRM Abap instance is seperate
    Ok, sounds like 2 Java instances and one ABAP instance.
    and its data accessed by Jco connection by central instance but not dialog instance.
    This is where I get confused.
    Do you have one or more ABAP instances?
    What is your actual problem (what do you want to do)?

  • Error Install SAP Netweaver ABAP Trial Version 7.01

    Hello everyone,
      I'm trying to install SAP Netweaver ABAP Trial Version 7.01.
      My operating system is Windows XP Professional.
      I have 3 GB of RAM and 80 GB of free space.
       Unfortunately, the installation process is stuck in:
       Phase 18 of 27
       Import Monitor jobs: running 3, waiting 20, completed 5, failed 0, total 28.
       In log files there is no error.
       However, after 3 hours the installation stops.
       Can anyone help please?
    Regards,
    Viviane

    Hi all,
    Unfortunately I don't have this directory after the error of installation.
    I have the following directories:
    C: \ usr \ sap \ NSP \ DVEBMGS00
    C: \ usr \ sap \ NSP \ SYS
    C: \ usr \ sap \ NSP \ tmp
    NSP = SID
    I looked for errors in the log files but not found. Below is the log file import_monitor.log
    INFO: 2010-03-16 21:05:31
    Import Monitor is started.
    CONFIG: 2010-03-16 21:05:31
    Application options:
    dbCodepage=4103
    dbType=ADA
    extFiles=no
    importDirs=C:\docs\SAPNWABAP701SR1_TRIAL\SAP_NetWeaver_701_SR1_Export\DATA_UNITS\EXP1;C:\docs\SAPNWABAP701SR1_TRIAL\SAP_NetWeaver_701_SR1_Export\DATA_UNITS\EXP2;C:\docs\SAPNWABAP701SR1_TRIAL\SAP_NetWeaver_701_SR1_Export\DATA_UNITS\EXP3
    installDir=C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL
    jobNum=3
    loadArgs=-nolog -c 50000
    monitorTimeout=30
    orderBy=
    r3loadExe=C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2010-03-16 21:05:31
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2010-03-16 21:05:31
    List of packages with views: 'SAPVIEW'.
    TRACE: 2010-03-16 21:05:31 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is started.
    INFO: 2010-03-16 21:05:31 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\DDLADA.TPL' template file is successfully completed.
    Primary key creation: before load.
    Index creation: after load.
    INFO: 2010-03-16 21:05:32
    Data codepage 4103 is determined using TOC file 'C:\docs\SAPNWABAP701SR1_TRIAL\SAP_NetWeaver_701_SR1_Export\DATA_UNITS\EXP1\DATA\ATAB.TOC' for package 'ATAB'.
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask run
    Loading of 'REPOSRC' import package is started.
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'REPOSRC' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe -ctf I C:\docs\SAPNWABAP701SR1_TRIAL\SAP_NetWeaver_701_SR1_Export\DATA_UNITS\EXP1\DATA\REPOSRC.STR "C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" REPOSRC.TSK ADA -l REPOSRC.log
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask run
    Loading of 'DOKCLU' import package is started.
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'DOKCLU' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe -ctf I C:\docs\SAPNWABAP701SR1_TRIAL\SAP_NetWeaver_701_SR1_Export\DATA_UNITS\EXP1\DATA\DOKCLU.STR "C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" DOKCLU.TSK ADA -l DOKCLU.log
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC_1' import package is started.
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSSEXC_1' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe -ctf I C:\docs\SAPNWABAP701SR1_TRIAL\SAP_NetWeaver_701_SR1_Export\DATA_UNITS\EXP1\DATA\SAPSSEXC_1.STR "C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SAPSSEXC_1.TSK ADA -l SAPSSEXC_1.log
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'DOKCLU' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe -i DOKCLU.cmd -dbcodepage 4103 -l DOKCLU.log -nolog -c 50000
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'REPOSRC' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe -i REPOSRC.cmd -dbcodepage 4103 -l REPOSRC.log -nolog -c 50000
    TRACE: 2010-03-16 21:05:32 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC_1' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe -i SAPSSEXC_1.cmd -dbcodepage 4103 -l SAPSSEXC_1.log -nolog -c 50000
    INFO: 2010-03-16 21:15:34 com.sap.inst.migmon.LoadTask run
    Loading of 'DOKCLU' import package is successfully completed.
    TRACE: 2010-03-16 21:16:02 com.sap.inst.migmon.LoadTask run
    Loading of 'SMIMCONT1' import package is started.
    TRACE: 2010-03-16 21:16:02 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SMIMCONT1' import package:
    C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe -ctf I C:\docs\SAPNWABAP701SR1_TRIAL\SAP_NetWeaver_701_SR1_Export\DATA_UNITS\EXP1\DATA\SMIMCONT1.STR "C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\DDLADA.TPL" SMIMCONT1.TSK ADA -l SMIMCONT1.log
    TRACE: 2010-03-16 21:16:29 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SMIMCONT1' import package into database:
    C:\usr\sap\NSP\SYS\exe\uc\NTI386\R3load.exe -i SMIMCONT1.cmd -dbcodepage 4103 -l SMIMCONT1.log -nolog -c 50000
    Below the log file import_monitor.java
    java version "1.4.2_19"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_19-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_19-b04, mixed mode)
    Import Monitor jobs: running 1, waiting 27, completed 0, failed 0, total 28.
    Import Monitor jobs: running 2, waiting 26, completed 0, failed 0, total 28.
    Import Monitor jobs: running 3, waiting 25, completed 0, failed 0, total 28.
    Loading of 'DOKCLU' import package: OK
    Import Monitor jobs: running 2, waiting 25, completed 1, failed 0, total 28.
    Import Monitor jobs: running 3, waiting 24, completed 1, failed 0, total 28.
    Below the 'last log file created before the abrupt interruption of the installation:
    File name: SMIMCONT1.log

  • How to install dialog instance?

    hai
         I installed sap 4.6c. I want to install additional application server (dialog instance) in another system. can u tell me the steps should i follow? Do i need to install oracle in that system?
    with regards
    venkatesh

    Hi,
    As you said you want to install dilog instance in diffrent system means you have to install oracle client,,java.And we have to set the environment variables
    Then run the setup.cmd u will get three options
    central instance
    database instance
    dilog instance
    select diloginstance and run the installation ,same like as central installation.
    In dilog instance will ask the censtall instance instance number,database host name..etc.
    If u start once you can do it.
    i hope it will help you.
    kiran kumar.v

  • Installing Dialog Instances with ECC 6.0 and SQL Server 2005

    Hi, I have my ECC 6.0 SAP Server, it is Central Instance, Database instance, all in one. My users are working fine, however we will be adding some new users (15) and we want add a Dialog Instance. Can I add one Dialog instance to my landscape without any changes to my SAP Server ??? ..... My dialog instance will be in a new host.
    My hardware SAP Server is: 16 GB RAM, 500 GB RAID 5 for my database, four processors.
    What could be my Dialogue Instance hardware?
    I have read than I must install with sapinst and select Dialogue Instance and follow instructions. Are there any others considerations?? .....
    Do I must install SQL Server in the host Dialog instance ??.
    Please if you have some suggestions.
    Regards.

    Hello Jose,
    You can install your dialog instance without doing any change to the existing setup as you have mentioned its on a seprate new host.
    Two CPU's and 8GB memory would be fine for your dialog instance.It all depends on your requirement.
    Yes you need to install the dialog instance using SAPINST, its kool and sapinst would take care of all.
    You need not install any SQL server in the dialog instance host only you need to have a SQL client installed but that would be taken care by SAPINST.
    Hope this would clarify your query.
    Thanks and Regards,
    -Bijesh.

  • Error installing Database Instance in WAS 6.40

    Dear All
    I try to install Database Instance using R3 load mechanism (via image) but got this error;
    WARNING 2006-12-05 02:01:30
    The step FillNodesTable with step key SAPSYSTEM_DB|ind|ind|ind|ind|ind|0|SAPSYST
    EM|ind|ind|ind|ind|ind|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseServer|ind|i
    nd|db6|ind|ind|0|AssignNodegroupsToNodes|ind|ind|db6|ind|ind|0|FillNodesTable wa
    s executed with status ERROR.
    Can anyone help me on this matter. I stuck with the installation.
    Regards,

    Just rerun back the installation.

Maybe you are looking for

  • How to give other material as a free good

    Hi all, Here i am getting doubt how to give free good for one material to another material. for ex:- if customer buy product A he will get product B as a free good how do we configure in to sap. i tried in exclusive method in the sales order it is ex

  • White screen when publishing with CS6

    I have a strange problem, maybe someone already got it and knows how to solve it... I use Flash CS6 and suddenly when trying to publish a file I was working on for a few days now, I received a blank white screen. I checked and found that the problem

  • Title of Page Frame in Browser - How to Change?

    Hello, New to this. One quick question.... When you create a site in iWeb, the page title (or top frame in the browser) reflects the name of the page, and I can't find a way to edit that portion of the page. For example, the homepage of my site is ca

  • Same Conect By query workds fine in 9i but not in 10g - Please help

    We recently moved our project from 9i to 10g. A connect by query works fine in 9i environment but same not working in 10g environment. Please help. While trying with a sample table, that also behaves samem way. Please find the query and help on how t

  • Using Time.expression in a custom library

    Hello All, I am trying to write a piece of code in a custom library. Upon trying to save the code, it tries to compile and kicks out a message "...cannot resolve symbol symbol : class Time location..." Does any one know which class to import in order