Hi all,
I am trying to implement SSO on Windows and Unix systems, but I faced with the error below, even though I applied steps in help.sap.com;
N SncInit(): Initializing Secure Network Communication (SNC)
N PC with Windows NT (mt,ascii,SAP_UC/size_t/void* = 8/32/32)
N SncInit(): found snc/data_protection/max=3, using 3 (Privacy Level)
N SncInit(): found snc/data_protection/min=1, using 1 (Authentication Level)
N SncInit(): found snc/data_protection/use=9, using 3 (Privacy Level)
N SncInit(): found snc/gssapi_lib=D:\usr\sap\BST\sys\exe\run\sapcrypto.dll
N File "D:\usr\sap\BST\sys\exe\run\sapcrypto.dll" dynamically loaded as GSS-API v2 library.
N The internal Adapter for the loaded GSS-API mechanism identifies as:
N Internal SNC-Adapter (Rev 1.0) to SECUDE 5/GSS-API v2
N SncInit(): found snc/identity/as=p:CN=BST, OU=I0020125960, OU=ASTRON, C=TR
N *** ERROR => SncPAcquireCred()==SNCERR_GSSAPI [sncxxall.c 1432]
N GSS-API(maj): No credentials were supplied
N GSS-API(min): File is not existing
N Could't acquire ACCEPTING credentials for
N
N name="p:CN=BST, OU=I0020125960, OU=ASTRON, C=TR"
N SncInit(): Fatal -- Accepting Credentials not available!
N <<- SncInit()==SNCERR_GSSAPI
N sec_avail = "false"
M ***LOG R19=> ThSncInit, SncInitU ( SNC-000004) [thxxsnc.c 223]
M *** ERROR => ThSncInit: SncInitU (SNCERR_GSSAPI) [thxxsnc.c 225]
M in_ThErrHandle: 1
M *** ERROR => SncInitU (step 1, th_errno 44, action 3, level 1) [thxxhead.c 9564]
It is important that the system is not attached into an active directory domain. I am also aware that the PSE DN must be as same as "snc/identity/as" profile parameter. Anyone has a suggestion about the issue?
Thank you.