Hi all,
I am performing EHP7 upgrade from EHP6 and keep getting error below:
The new SAP tools in /usr/sap/<SID>/SUM/abap/exe cannot connect to your database.
Checking in DBCONNCHK.LOG, error below is found:
Connect via SAPUSER not supported for kernel >=740. Only Secure Connect method possible.
This is pointing me to SAP Note 1622837 - connection problem to Oracle via SSFS.
Based on the note, I have performed the following:
- using <sid>adm, created directory in <dir_global>/security/rsecssfs/data & <dir_global>/security/rsecssfs/key
- chmod 700 to all directories
- maintaind SSFS profile parameters
- set environment varible RSEC_SSFS_DATAPATH & RSEC_SSFS_KEYPATH in Linux
- executed rsecssfx put DB_CONNECT/DEFAULT_DB_USER SAPSR3 -plain
- executed rsecssfx put DB_CONNECT/DEFAULT_DB_PASSOWRD <password> (password consists only alphabet and numbers)
- chmod 600 to SSFS_<sid>.DAT file
- created external encrytion key, with same permission (600)
- profile parameter rsdb/ssfs_connect = 1 added
- set env variable rsdb_ssfs_connect = 1
- restart SAP
I checked in wp trace, and I can see entries like "connect info for default DB will be read from ssfs".
Same for R3trans -d.
After all the steps above, I'm still getting the same error when re-execute the same phase in SUM. Any clue?
Current kernel 721_EXT_REL, linuxx86_64 unicode.
Thanks.