Hi Experts,
We'd like to use SAPGUI SSO with Kerberos.
ERP is installed under AD root domain (ROOT.COM) in the forest.
Users are belongs to AD sub domain (SUBDOM.COM) in the same forest.
ERP is installed under ROOT.COM, service user is SAPService @ ROOT.COM.
SNC name in user profile (SU01) is p:testuser@SUBDOM.COM
SAP Logon entry for SSO has SNC name, p:SAPService @ ROOT.COM.
Then user tries to log on via the entry for SSO, the error message "No user exists with SNC name "p:testuser@SUBDOM.COM""
I guess user's SNC name should be changed but I couldn't find what should be changed.
Kindly advise what setting is missing in our environment.
best regards,
Megumi
To the best of my knowledge this is also case sensitive. You might need to put in p:Testuser@SUBDOM.COM instead of p:testuser@SUBDOM.com. The user ID should match with AD's pre-windows 2000 logon name. Atleast that this the way it works in our environment.
Please edit the user using su01 and change the SNC name in SNC tab to something like p:dummy@SUBDOM.COM. Then save this change. Next, change the SNC name to p:testuser@SUBDOM.COM and save this change. Then try to logon and see what happens ?
Add a comment