Hi Experts,
I am new to SAP Basis.
I came accross an issue while installing EHP7 IDES.SAPINST is terminating at the step "start instance".Upon checking I found that connection to DB is not being established and r3trans returns error code 0012.
System Information----
DB --oracle 11.2.0.3( windows bundle patch already applied)
OS--Windows 2012 R2
Kernel--741 unicode
As per the note 1622837 I tried to setup the scure connection of ABAP to Oracle via SSFS.After following all the steps now r3trans is finished with 0000.But still I am unable to start the instance.
I have followed the below steps--
i)setting up the profile parameters --
rsec/ssfs_datapath = $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)rsecssfs$(DIR_SEP)data
rsec/ssfs_keypath = $(DIR_GLOBAL)$(DIR_SEP)security$(DIR_SEP)rsecssfs$(DIR_SEP)key
rsdb/ssfs_connect = 1
ii)setting up environment variables
set RSEC_SSFS_DATAPATH=/usr/sap/$SAPSYSTEMNAME/SYS/global/security/rsecssfs/data
set RSEC_SSFS_KEYPATH=/usr/sap/$SAPSYSTEMNAME/SYS/global/security/rsecssfs/key
set rsdb_ssfs_connect=1
iii) setting up SSFS storage
rsecssfx put DB_CONNECT/DEFAULT_DB_USER SAPSR3 -plain
rsecssfx put DB_CONNECT/DEFAULT_DB_PASSWORD *****
iv)Check SSFS storage
rsecssfx list
v)Exclude the standard SAP connect method
drop table ops$sidadm.sapuser;
Now here I am not able to find any table.It is showing table or view doesn't exist.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Now coming back to th error,I have checked the dev_wo log which says
"
*** ERROR => RSecSSFs: File "D:\usr\sap\ER7\SYS\global\security\rsecssfs\data\SSFS_ER7.DAT" cannot be opened in mode "rb": Permission denied (errno = 13) [D:/depot/bas/741_REL/src/krn/rsec/rsecssfs.c 1246] [rsecssfs.c 719]
B *** ERROR => read_ssfs_record(): RSecSSFsGetRecord(DB_CONNECT/DEFAULT_DB_USER)=-3 : File "D:\usr\sap\ER7\SYS\global\security\rsecssfs\data\SSFS_ER7.DAT" cannot be opened in mode "rb": Permission denied (errno = 13)
[dbcon.c 5766]
B *** ERROR => Connect to R/3 failed. USERID and/or PASSWD could not be retrieved from SSFS
[dbcon.c 4834]
M ***LOG R19=> ThDbConnect, db_connect ( DB-Connect 000256) [thDatabase.c 75]
M in_ThErrHandle: 1
M *** ERROR => ThInit: db_connect (step TH_INIT, thRc ERROR-DB-CONNECT_ERROR, action STOP_WP, level 1) [thxxhead.c 2195]
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Now this is a windows system and no restriction of permission is specified.I am attaching the complete dev_w0 log.
Please help me on the same.Thanks in advance..