Hi Expert,
when I install the NW731 on SUSE Linux, an error occurred and stopped at phrase: Create ICM userstore and prevented the install process, below is the error message:
Execution of the command "/usr/sap/SLT/SYS/exe/uc/linuxx86_64/saplikey pf=/usr/sap/SLT/SYS/profile/SLT_DVEBMGS00_isap -install_first_temp J1744025188 XXXXXX" finished with return code 2. Output:
saplikey: failed to connect to the database.
below is the log for dev_likey and saplikey.log:
dev_likey.log:
---------------------------------------------------
trc file: "dev_likey", trc level: 1, release: "720"
---------------------------------------------------
Mon Jul 29 13:43:10 2013
MtxInit: 0 0 0
Loading DB library '/usr/sap/SLT/SYS/exe/run/dboraslib.so' ...
Library '/usr/sap/SLT/SYS/exe/run/dboraslib.so' loaded
Version of '/usr/sap/SLT/SYS/exe/run/dboraslib.so' is "720.00", patchlevel (0.114)
read_con_info_ssfs(): DBSL supports extended connect protocol
==> connect info for default DB will be read from ssfs
Register application info.
Oracle client version: 11.2.0.3.0, V1, default build, (dbsl 720 081211, UNICODE[2])
Installed Oracle client patches:
# Patch 13508485 : Created on 21 Dec 2011, 13:23:38 hrs PST8PDT
# Patch Description: Created on 3 Jan 2012, 02:50:27 hrs PST8PDT
# Patch 11742262 : Created on 7 Mar 2012, 12:22:41 hrs CET
Client NLS setting (by OCINlsGetInfo(con=0)): 'AMERICAN_AMERICA.UTF16'
Connecting as SAPSR3/<pwd>@SLT on connection 0 (nls 0) ... (dbsl 720 081211, UNICODE[2])
Attaching to database server SLT (con=0, svchp=123eb30, srvhp=1241038)
Starting user session: OCISessionBegin(con=0, usr='SAPSR3', svc=123eb30, srv=1241038, usr=12778a8)
Mon Jul 29 13:43:20 2013
OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:
ORA-01017: invalid username/password; logon denied
*** ERROR => CONNECT failed with sql error '1017'
[dbsloci.c 14533]
***LOG BY2=> sql error 1017 performing CON [dblink 540]
***LOG BY0=> ORA-01017: invalid username/password; logon denied [dblink 540]
*** ERROR => saplikey: failed to connect to the database. [saplikey_w.c 762]
I followed the instruction of the note: 400241 created the table SAPUSER for OPS$SLTADM:
CREATE TABLE "OPS$SLTADM".SAPUSER(USERID VARCHAR2(256), PASSWD VARCHAR2(256));
INSERT INTO "OPS$SLTADM".SAPUSER VALUES ('SAPSR3','ISAPcomlab00');
Here is what I inserted to table SAPUSER:
SQL> select * from SAPUSER;
USERID
--------------------------------------------------------------------------------
PASSWD
--------------------------------------------------------------------------------
SAPSR3
ISAPcomlab00
SAPSR3-CRYPT
V01/0058ZctvSB67Wv1bO7wfAXOQL8Fn+BAzE289hsWrHW3+eRg=
until now, I still cannot connect to oracle:
isap:sltadm 52> R3trans -d
This is R3trans version 6.22 (release 720 - 18.11.11 - 11:29:00).
unicode enabled version
2EETW169 no connect possible: "DBMS = ORACLE --- dbs_ora_tnsname = 'SLT'"
R3trans finished (0012).
here is the log:
4 ETW000 [ dev trc,00000] Mon Jul 29 13:54:40 2013 10020119 10.102298
4 ETW000 [ dev trc,00000] OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR 48 10.102346
4 ETW000 [ dev trc,00000] OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017: 125 10.102471
4 ETW000 [ dev trc,00000] ORA-01017: invalid username/password; logon denied
4 ETW000 38 10.102509
4 ETW000 [ dbsloci.,00000] *** ERROR => CONNECT failed with sql error '1017' 38 10.102547
4 ETW000 [ dev trc,00000] set_ocica() -> SQL error code 1017 32 10.102579
4 ETW000 [ dev trc,00000] -->oci_get_errmsg (con=0, rc=1017) 30 10.102609
4 ETW000 [ dev trc,00000] OCIErrorGet -> SQL error code: 1017 107 10.102716
4 ETW000 [ dev trc,00000] ORA-01017: invalid username/password; logon denied
4 ETW000 52 10.102768
4 ETW000 [ dev trc,00000] DbSlConnect(con=0) -> orc=0, 99=DBSL_ERR_DB 50 10.102818
4 ETW000 [ dblink ,00000] ***LOG BY2=>sql error 1017 performing CON 94 10.102912
4 ETW000 [ dblink ,00000] ***LOG BY0=>ORA-01017: invalid username/password; logon denied 44 10.102956
2EETW169 no connect possible: "DBMS = ORACLE --- dbs_ora_tnsname = 'SLT'"
this is really drive me to crazy, pls help, help!