Closed boskamp closed 2 years ago
Needs to be fixed manually. Assuming Linux with dispatcher running as OS user idmadm and SAP IDM installed at /usr/sap/IDM/identitycenter, the required shell commands for user root are:
su - idmadm
ln -s /usr/sap/IDM/identitycenter/Key/ /usr/sap/IDM/identitycenter/KEY
This creates a symbolic link KEY (in uppercase) pointing to the correct, absolute path of the Key directory.
The following exception occurs in job log SET_BOBJ_USER_PASSWORD.log:
The failing file lookup comes directly from the SAP Identity Management 8.0 SP5 code. It's not rooted in the connector.
IDM tries to open:
/usr/sap/I85/identitycenter/KEY/Keys.ini
However, the correct path is:
/usr/sap/I85/identitycenter/Key/Keys.ini
This issue would probably not hurt users on case-insensitive filesystems like NTFS on Windows, but on Linux and other UNIXes, the difference between directory name "Key" and "KEY" makes a difference.