Dear Community,
We've been working for many years with SSO on ABAP working fine using library gx64krb5.dll.
Since we ugraded to EHP7 for SAP ERP 6.0 (Stack 04) we would like to take the opportunity to also connect in SSO on ABAP web and JAVA.
I have have followed the implementation for SPNEGO on ABAP side on our SandBox as described in the videos http://scn.sap.com/docs/DOC-40178 but half success.
The good news is that the ABAP stack starts well, no shouting.
So we went from
snc/gssapi_lib = $(DIR_EXECUTABLE)\gx64krb5.dll
snc/identity/as = p:SAPServiceSBX@MYCOMPANY.NET
to
snc/gssapi_lib = $(DIR_INSTANCE)\SLL\sapcrypto.dll
snc/identity/as = p:SAPServiceSBX
(I replaced my company name with MYCOMPANY.NET)
The SAP GUI can connect without SNC
The bad news is that the SAP GUI does connect in SNC. The SNC filed up my previous connections automatically with p:CN=SAPServiceSBX.
But I am getting the following error message attached.
Can somebody help please ?