Hi everyone
Wile applying SP on Netweaver 7.41 on AIX/Oracle, the process stopped at step 5.6 - Execution - MAIN_NEWBAS/STARTSAP_NBAS. I found that the shadow instance did not start and the dev trace contains:
M Tue May 13 11:56:32 2014
M ThInit: running on host axdapsapsid
M calling db_connect ...
B Loading DB library '/usr/sap/SID/DVEBMGS32/exe/dboraslib.o' ...
B Library '/usr/sap/SID/DVEBMGS32/exe/dboraslib.o' loaded
B Version of '/usr/sap/SID/DVEBMGS32/exe/dboraslib.o' is "721.02", patchlevel (0.138)
B con_info_ext_support(): DBSL supports extended connect protocol
B ==> connect info for default DB will be read from ssfs
N RSecSSFs: Configuration value "rsec/ssfs_datapath" from profile explicitly overwritten by different value in environment variable RSEC_SSFS_DATAPATH [rsecssfs.c 4384]
N RSecSSFs: Configuration value "rsec/ssfs_keypath" from profile explicitly overwritten by different value in environment variable RSEC_SSFS_KEYPATH [rsecssfs.c 4393]
N RSecSSFs: Reverting overwriting of profile by different environment (disabled in dw) [rsecssfs.c 4403]
B *** ERROR => read_ssfs_record(): RSecSSFsGetRecord(DB_CONNECT/DEFAULT_DB_USER)=1 : Data file "/usr/sap/$SAPSYSTEMNAME/SYS/global/security/rsecssfs/data/SSFS_SID.DAT" cannot be opened for read
[dbcon.c 5096]
B *** ERROR => Connect to R/3 failed. USERID and/or PASSWD could not be retrieved from SSFS
[dbcon.c 4161]
M ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c 1521]
M in_ThErrHandle: 1
M *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c 11445]
The file is not corruted and I can read its content
sidadm 85> ./rsecssfx list
|---------------------------------------------------------------------------------|
| Record Key | Status | Timestamp of last Update |
|---------------------------------------------------------------------------------|
| DB_CONNECT/DEFAULT_DB_PASSWORD | Encrypted | 2014-05-13 13:09:44 UTC |
| DB_CONNECT/DEFAULT_DB_USER | Plaintext | 2014-05-13 13:09:22 UTC |
| DB_CONNECT/SHADOW_DB_PASSWORD | Encrypted | 2014-05-13 13:11:05 UTC |
| DB_CONNECT/SHADOW_DB_USER | Plaintext | 2014-05-13 13:10:57 UTC |
|---------------------------------------------------------------------------------|
did anyone see thsi issue before?