Hi,
I installed the GP web client in a single host configuration on a Windows 2012 R2 server. All the installation procedure went without any problem, but Session Central service won't start.
An error is reported in the dynamics log in Event Viewer: An error occurred during session central service initialization: 'System.ArgumentException: Invalid Identity ---> System.Runtime.InteropServices.COMException: The specified directory service attribute or value does not exist.. (The full error is at the end of this message.)
Is there any requirements regarding the domain? Our domain controllers are still Windows 2003 R2.
Thank you for your help,
Eric
Full error message in event viewer:
An error occurred during session central service initialization: 'System.ArgumentException: Invalid Identity ---> System.Runtime.InteropServices.COMException: The specified directory service attribute or value does not exist.
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_SchemaEntry()
at System.DirectoryServices.AccountManagement.ADStoreCtx.IsContainer(DirectoryEntry de)
at System.DirectoryServices.AccountManagement.ADStoreCtx..ctor(DirectoryEntry ctxBase, Boolean ownCtxBase, String username, String password, ContextOptions options)
at System.DirectoryServices.AccountManagement.PrincipalContext.CreateContextFromDirectoryEntry(DirectoryEntry entry)
at System.DirectoryServices.AccountManagement.PrincipalContext.DoLDAPDirectoryInitNoContainer()
at System.DirectoryServices.AccountManagement.PrincipalContext.DoDomainInit()
at System.DirectoryServices.AccountManagement.PrincipalContext.Initialize()
at System.DirectoryServices.AccountManagement.PrincipalContext.get_QueryCtx()
at System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithTypeHelper(PrincipalContext context, Type principalType, Nullable`1 identityType, String identityValue, DateTime refDate)
at System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(PrincipalContext context, Type principalType, IdentityType identityType, String identityValue)
at Microsoft.Dynamics.GP.Web.Services.DirectoryServices.PrincipalManager.GetPrincipal(String userName)
--- End of inner exception stack trace ---
at Microsoft.Dynamics.GP.Web.Services.DirectoryServices.PrincipalManager.GetPrincipal(String userName)
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at Microsoft.Dynamics.GP.Web.Services.DirectoryServices.PrincipalManager.AddIdentityValues(String principalCollectionKey, IEnumerable`1 identityValues)
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionCentralService.InitializePrincipalManager()
at Microsoft.Dynamics.GP.Web.Services.Session.Service.SessionCentralService..ctor()'.
*This post is locked for comments