cancel
Showing results for 
Search instead for 
Did you mean: 

No user exists with SNC name " p:Email: "

Former Member
0 Kudos

Hi All,

Currently we are trying to configure SNC in our landscape, but we are not able to get into system because of the error mentioned above.

With the same setting and configuration steps our SNC is working in other systems, but some how its not working in this particular system.

Currently our system is on SAP EHP 7 For SAP ERP 6.0 SP 11 level.

Thanks and Regards

Nikhil Kulkarni

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Juan,

Thanks for your reply !!!

I have resolved SNC issue by configure SLL for rule based mapping.

Configure SLL for Rule-Based Mapping

Edit the gss.xml file found in the \usr\sap\<SID>\<Instance>\SLL directory so that the UpperCaseClientName value is set to true and the ClientNameSource value is set to AltNameUPNWithoutDomain.

gss.xml:

<gss>

<server>

...

<UpperCaseClientName>true</UpperCaseClientName>

<ClientNameSource>AltNameUPNWithoutDomain</ClientNameSource>

</server>

</gss>

JPReyes
Active Contributor
0 Kudos

That error shows up when your SNC name on the user master data is populated incorrectly..

Check the user via SU01 -> SNC tab -> SNC Name, the SNC name is usually p:<username>@<domain>

Regards, JP