Rejected credentials - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

Initialization method ENSGenerationDocMgmtUnitTests.Test_Init threw exception. System.ServiceModel.Security.SecurityNegotiationException: System.ServiceModel.Security.SecurityNegotiationException: The server has rejected the client credentials. ---> System.Security.Authentication.InvalidCredentialException: The server has rejected the client credentials. ---> System.ComponentModel.Win32Exception: The logon attempt failed.

You will see this error on the server.

  1. If you see this error then you need to check that the ConfigServiceURL in the HxGN SDx server web.config file and the CacheServiceURL in the ConfigService/SPFSharedSettings/SPFAppServer.config are all set correctly.

  2. Check the identity of the site application pools are valid. For example:

From

<add key="CacheServiceURL" value="net.pipe://localhost.ingrnet.com/SPFCacheServer/CacheService.svc" />

To

<add key="CacheServiceURL" value="net.pipe://localhost/SPFCacheServer/CacheService.svc" />