Hi all,
I'm trying to implement SSO between SAP GUI and an ABAP system. Eventually, the SSO will include AS Java and ABAP WebGUI as well.
So far I have deploy the SSO Server on an AS Java 7.3 system. The SSO Server has the root certificate and the user CA certificate configured. The Login Module is SecureLoginModuleLDAP. The Login Module in the NetWeaver Administrator is configured for my MS AD.
On the ABAP system, I have configured the ABAP instance profile as described in http://scn.sap.com/docs/DOC-29687. I have created the PSE for SNC manually and modified the SNC name for my test user in SU01.
On the client side, I have the SSO Client and SAP GUI installed. When I login with my MS AD user, I can see the Kerberos Token activated. I can also authenticate myself on the MS AD using the SSO Client and obtain a certificate. SNC_LIB points to <Library path>\secgss.dll. SSF_LIBRARY_PATH points to <Library path>\secssf.dll.
The problem is that when I try to logon to the ABAP system using SNC with the SAP GUI, I have an error message saying "SAP System Message: S". There is also a few entries in SM21; "Delete session 001 after error 044".
This does not seem like a popular error on SCN as I did not find much past cases.
Any help will be much appreciated.
Cheers