I've had several servers running successfully on this new box. But after attempting to add active directory and make it the primary domain controller this problem occurred.
This is what I see in the Service Manager Console
TCAdmin - The Game Hosting Control Panel
Software Version : 2.0.115.0
.NET Version : 2.0.50727.8766 Windows 64 bits
uPnP Port Forwarding : Disabled
Current User : SYSTEM
The Service Manager has been started on 127.0.0.1:56017
System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
at System.Security.Principal.NTAccount.Translate(Type targetType)
at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
at TCAdmin.ServiceManLib.?.?(ProcessController ?, Int32 ?, String ?, String ?)
at TCAdmin.ServiceManLib.WindowsProcessController.Start2()
If I attempt to add a server the scheduler shows this error
TCAdmin.SDK.Remote.RemoteException: ---> System.Security.Principal.IdentityNotMappedException: at
System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess) at System.Security.Principal.NTAccount.Translate(Type targetType) at
System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified) at
System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule) at
TCAdmin.Monitor.GameHosting.WebServices.ServerUtilities.ConfigureGameAccount()
--- End of inner exception stack trace --- at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at
TCAdmin.GameHosting.SDK.Web.References.ServerUtilities.ServerUtilities.ConfigureGameAccount() at
TCAdmin.GameHosting.Automation.AutomationProcesses.***1347;() at
TCAdmin.GameHosting.Automation.AutomationProcesses.Start() at
TCAdmin.TaskScheduler.ModuleApi.StepBase.Start(Object arguments)
Anyone have experience on how to resolve this issue to make it compatible with active directory?