The server has rejected the client credentials

marcelvos1marcelvos1 Member Posts: 6
edited 2022-09-22 in NAV Three Tier
Hi all,
In a SOAP web service we get sometimes the error 'The server has rejected the client credentials'. If we get this error we must restart the instance. After restart everything is working fine again. In the eventviewer we don't see any warning or error when this error occurs. Does someone have a suggestion for me?

Configuration
BC13
SOAP webservice using NTLM authentication
webservice called from a local middleware application

equmxchlvz61.png
7pombaq85hw2.png

Thanks!

Answers

  • Developer101Developer101 Member Posts: 528
    In the config file check this setting : Try different settings:

    "//ClientServicesProtectionLevel": [
    "Specifies the security services to protect the data stream between the Microsoft Dynamics NAV Web client and",
    "Microsoft Dynamics NAV Server. This value must match the value that is specified in the Microsoft Dynamics NAV Server",
    "configuration file. Valid options include: EncryptAndSign, Sign, None"
    ],
    "ClientServicesProtectionLevel": "EncryptAndSign",
    United Kingdom
Sign In or Register to comment.