Hi
Cant load Active Directory PowerShell Module on Domain Controller
This is the error
import-module : The server was unable to process the request due to an internal error. For more information about the
error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug>
configuration behavior) on the server in order to send the exception information back to the client, or turn on
tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.
At line:1 char:1
+ import-module ActiveDirectory
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (AD:PSDriveInfo) [Import-Module], ADException
+ FullyQualifiedErrorId : ADProvider:NewDrive:InvalidRoot:ADError,Microsoft.PowerShell.Commands.ImportModuleComman
d
I have Changed the Logging of the Web Services and this is the log file
ADWS Log - AppDomain Microsoft.ActiveDirectory.WebServices.exe with ID 1 - 06/18/2020 17:49:55 ((UTC+00:00) Dublin, Edinburgh, Lisbon, London)
OS Version Microsoft Windows NT 6.2.9200.0 - CLR Version 4.0.30319.42000
ADWS: [18/06/2020 17:49:55] [1] Main: entered
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: trying to remove priviledge SeBackupPrivilege
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: unable to remove SeBackupPrivilege priviledge because it was absent
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: trying to remove priviledge SeRestorePrivilege
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: unable to remove SeRestorePrivilege priviledge because it was absent
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: trying to remove priviledge SeAssignPrimaryTokenPrivilege
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: unable to remove SeAssignPrimaryTokenPrivilege priviledge because it was absent
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: trying to remove priviledge SeIncreaseQuotaPrivilege
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: unable to remove SeIncreaseQuotaPrivilege priviledge because it was absent
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: trying to remove priviledge SeDebugPrivilege
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: unable to remove SeDebugPrivilege priviledge because it was absent
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: trying to remove priviledge SeTcbPrivilege
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: unable to remove SeTcbPrivilege priviledge because it was absent
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: trying to remove priviledge SeShutdownPrivilege
Utils: [18/06/2020 17:49:55] [1] RemovePriviledgeFromProcess: unable to remove SeShutdownPrivilege priviledge because it was absent
Utils: [18/06/2020 17:49:55] [1] RemoveUnnecessaryPriviledges: all present unnecessary priviledges removed successfully
Program: [18/06/2020 17:49:55] [1] Main: Starting Windows service host.
WindowsHostService: [18/06/2020 17:49:55] [1] WindowsHostService constructed
WindowsHostService: [18/06/2020 17:49:55] [4] OnStart: entering.
WindowsHostService: [18/06/2020 17:49:55] [5] StartService: entering.
WindowsHostService: [18/06/2020 17:49:55] [4] OnStart: ServiceStart thread started.
PerfCounters: [18/06/2020 17:49:55] [5] InstallCountersIfNeeded: entered
PerfCounters: [18/06/2020 17:49:55] [5] AreCountersInstalled: entered
PerfCounters: [18/06/2020 17:49:55] [5] AreCountersInstalled: System\CurrentControlSet\Services\ADWS key is present
PerfCounters: [18/06/2020 17:49:55] [5] AreCountersInstalled: System\CurrentControlSet\Services\ADWS\Performance key is present
PerfCounters: [18/06/2020 17:49:55] [5] AreCountersInstalled: First Counter value is present
PerfCounters: [18/06/2020 17:49:55] [5] AreCountersInstalled: perf counters are installed
PerfCounters: [18/06/2020 17:49:55] [5] AreCountersCurrent: installed perf counter version: 6
PerfCounters: [18/06/2020 17:49:55] [5] AreCountersCurrent: desired perf counter version: 6
PerfCounters: [18/06/2020 17:49:55] [5] AreCountersCurrent: perf counter category ADWS is current
PerfCounters: [18/06/2020 17:49:55] [5] InstallCountersIfNeeded: counters already installed and current, no work needed
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Create Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Delete Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Get Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Put Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Enumerate Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Pull Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Open Enumeration Contexts' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'GetADGroupMember Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'GetADPrincipalGroupMembership Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'SetPassword Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'ChangePassword Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'GetADPrincipalAuthorizationGroup Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'TranslateName Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'GetADDomainController Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'GetADDomain Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'MoveADOperationMasterRole Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'GetADForest Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'ChangeOptionalFeature Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'GetVersion Operations Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Number of Directory Instances' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Possible Connections' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Allocated Connections' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Reserved Connections' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Non-reserved Connections In Use' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Reserved Connections In Use' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Open Web Service Sessions' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Active Web Service Sessions' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Web Service Sessions Created Per Second' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Custom Action LDAP Cache Maximum Possible Size' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Custom Action LDAP Cache Connection Creation Rate' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Custom Action LDAP Cache Connection Reuse Rate' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Custom Action DS RPC Cache Maximum Possible Size' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Custom Action DS RPC Cache Connection Creation Rate' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Custom Action DS RPC Cache Connection Reuse Rate' performance counter
AdwsPerfCounter: [18/06/2020 17:49:55] [5] AdwsPerfCounter: constructed 'Custom Action Cache Size' performance counter
PerfCounters: [18/06/2020 17:49:55] [5] Initialize: initializing performance counters
PerfCounters: [18/06/2020 17:49:55] [5] Initialize: all performance counters initialized
ADWSHost: [18/06/2020 17:49:56] [5] ADWSHost constructed
ADWSHostFactory: [18/06/2020 17:49:56] [5] ProvisionCertificate: using host name for certificate name
Utils: [18/06/2020 17:49:56] [5] GetComputerDnsName: computer name is WGI-SVR-BDC01.intetech.local
ADWSHostFactory: [18/06/2020 17:49:56] [5] ProvisionCertificate: using cert name WGI-SVR-BDC01.intetech.local
ADWSHostFactory: [18/06/2020 17:49:56] [5] ProvisionCertificate: caught a InvalidOperationException: System.InvalidOperationException: Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'LocalMachine', FindType
'FindBySubjectName', FindValue 'WGI-SVR-BDC01.intetech.local'.
at System.ServiceModel.Security.SecurityUtils.GetCertificateFromStoreCore(StoreName storeName, StoreLocation storeLocation, X509FindType findType, Object findValue, EndpointAddress target, Boolean throwIfMultipleOrNoMatch)
at System.ServiceModel.Security.SecurityUtils.GetCertificateFromStore(StoreName storeName, StoreLocation storeLocation, X509FindType findType, Object findValue, EndpointAddress target)
at System.ServiceModel.Security.X509CertificateRecipientServiceCredential.SetCertificate(StoreLocation storeLocation, StoreName storeName, X509FindType findType, Object findValue)
at Microsoft.ActiveDirectory.WebServices.ADWSHostFactory.ProvisionCertificate(ServiceHost host)
ADWSHostFactory: [18/06/2020 17:49:56] [5] ProvisionCertificate: skipping certificate provisioning
ADWSHostFactory: [18/06/2020 17:49:56] [5] AddServiceThrottlingBehavior: MaxConcurrentCalls=32, MaxConcurrentSessions=500
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateServiceHost: adding endpoints for Windows/
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxReceivedMessageSize=1048576, ReceiveTimeout=00:10:00
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxDepth=10, MaxArrayLength=16384, MaxStringContentLength=32768
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxReceivedMessageSize=1048576, ReceiveTimeout=00:10:00
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxDepth=10, MaxArrayLength=16384, MaxStringContentLength=32768
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxReceivedMessageSize=1048576, ReceiveTimeout=00:10:00
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxDepth=10, MaxArrayLength=16384, MaxStringContentLength=32768
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxReceivedMessageSize=1048576, ReceiveTimeout=00:10:00
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxDepth=10, MaxArrayLength=16384, MaxStringContentLength=32768
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxReceivedMessageSize=1048576, ReceiveTimeout=00:10:00
ADWSHostFactory: [18/06/2020 17:49:56] [5] CreateAdwsTransportBinding: MaxDepth=10, MaxArrayLength=16384, MaxStringContentLength=32768
ConfigurationSettings: [18/06/2020 17:49:56] [5] StartConfigurationLoading: entered
ConfigurationSettings: [18/06/2020 17:49:56] [5] StartConfigurationLoading: establishing watcher on C:\Windows\ADWS\Microsoft.ActiveDirectory.WebServices.exe.Config
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: entered
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for InitialPoolConnections, using default value 5
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 10 for MaxPoolConnections
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 50 for MaxPercentageReservedConnections
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for MaxReservedIdleTimeout, using default value 00:02:00
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for MaxReservedTimeout, using default value 00:30:00
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 5 for MaxConnectionsPerUser
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for MaxBindLifetime, using default value 00:15:00
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for MaxServerDownRetry, using default value 10
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for SyntaxCacheEntryLifetime, using default value 01:00:00
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 00:30:00 for MaxEnumContextExpiration
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 00:02:00 for OperationTimeout
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 00:02:00 for MaxPullTimeout
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 5 for MaxEnumCtxsPerSession
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 100 for MaxEnumCtxsTotal
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for CertName, using default value NULL
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for MaxGroupOrMemberEntries, using default value 5000
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for CustomActionConnectionCount, using default value 10
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for CustomActionIdleConnectionTimeout, using default value 00:02:00
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: no value specified for InstanceRediscoveryInterval, using default value 00:01:00
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 32 for MaxConcurrentCalls
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value 500 for MaxConcurrentSessions
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value Info for DebugLevel
ConfigurationSettings: [18/06/2020 17:49:56] [5] LoadConfigSettingsFromFile: using loaded value C:\WindowsDebugadws.log for DebugLogFile
ConfigurationSettings: [18/06/2020 17:49:56] [5] ValidateSettingLimits: entered
ClassManager: [18/06/2020 17:49:56] [5] Start: starting...
LdapSessionPoolImplementation: [18/06/2020 17:49:56] [7] ScavengerThread: thread starting
LdapSessionPoolImplementation: [18/06/2020 17:49:56] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:49:56] [5] EnumerationContextCache: using timer inverval 00:00:30
InstanceMap: [18/06/2020 17:49:56] [5] InstanceMap: using timer inverval 00:01:00
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadAll: beginning
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadNTDSInstance: entered
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadNTDSInstance: found NTDS Parameters key
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadNTDSInstance: trying to change state to DC
InstanceMap: [18/06/2020 17:49:56] [5] AddRemoveSessionPoolAndDictionaryEntry: trying to change state for identifier ldap:389
InstanceMap: [18/06/2020 17:49:56] [5] AddSessionPool: adding a session pool for NTDS
DirectoryDataAccessImplementation: [18/06/2020 17:49:56] [5] InitializeInstance: entering, instance=NTDS, init=5, max=10
LdapSessionPoolImplementation: [18/06/2020 17:49:56] [5] InitializeInstance: entering, instance=NTDS, init=5, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 0
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=NTDS
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=NTDS, new count=1, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 1
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=NTDS
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=NTDS, new count=2, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 2
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=NTDS
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=NTDS, new count=3, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 3
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=NTDS
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=NTDS, new count=4, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 4
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=NTDS
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=NTDS, new count=5, max=10
InstanceMap: [18/06/2020 17:49:56] [5] AddRemoveSessionPoolAndDictionaryEntry: state change successful (now hosts identifier ldap:389)
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadGCInstance: entered
InstanceMap: [18/06/2020 17:49:56] [5] CheckForGlobalCatalog: entered
DirectoryUtilities: [18/06/2020 17:49:56] [5] GetTimeRemaining: remaining time is 00:01:59.9989996
InstanceMap: [18/06/2020 17:49:56] [5] CheckForGlobalCatalog: isGlobalCatalogReady: TRUE
InstanceMap: [18/06/2020 17:49:56] [5] CheckForGlobalCatalog: NTDS Settings DN: CN=NTDS Settings,CN=WGI-SVR-BDC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=intetech,DC=local
DirectoryUtilities: [18/06/2020 17:49:56] [5] GetTimeRemaining: remaining time is 00:01:59.9919999
InstanceMap: [18/06/2020 17:49:56] [5] CheckForGlobalCatalog: options: 1
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadGCInstance: CheckForGlobalCatalog=True
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadGCInstance: trying to change state to Global Catalog
InstanceMap: [18/06/2020 17:49:56] [5] AddRemoveSessionPoolAndDictionaryEntry: trying to change state for identifier ldap:3268
InstanceMap: [18/06/2020 17:49:56] [5] AddSessionPool: adding a session pool for GC
DirectoryDataAccessImplementation: [18/06/2020 17:49:56] [5] InitializeInstance: entering, instance=GC, init=5, max=10
LdapSessionPoolImplementation: [18/06/2020 17:49:56] [5] InitializeInstance: entering, instance=GC, init=5, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 0
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=GC
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=GC, new count=1, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 1
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=GC
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=GC, new count=2, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 2
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=GC
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=GC, new count=3, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 3
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=GC
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=GC, new count=4, max=10
ConnectionPool: [18/06/2020 17:49:56] [5] ConnectionPool: trying to add connection 4
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: entering, instance=GC
ConnectionPoolEntry: [18/06/2020 17:49:56] [5] ConnectionPoolEntry: connection created
ConnectionPool: [18/06/2020 17:49:56] [5] AddConnectionIfPossible: grew pool, instance=GC, new count=5, max=10
InstanceMap: [18/06/2020 17:49:56] [5] AddRemoveSessionPoolAndDictionaryEntry: state change successful (now hosts identifier ldap:3268)
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadADAMInstances: entered
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadSnapshotInstances: entered
InstanceMap: [18/06/2020 17:49:56] [5] CheckAndLoadAll: complete
CustomActionCaches: [18/06/2020 17:49:56] [5] StartCaches: creating Custom Action connection caches
CustomActionCaches: [18/06/2020 17:49:56] [5] StartCaches: count=10, idle timeout=00:02:00
WindowsHostService: [18/06/2020 17:49:56] [5] StartService: The ADWS Service opened.
WindowsHostService: [18/06/2020 17:49:56] [5] SetLocationState: trying to set location state to 'True'
WindowsHostService: [18/06/2020 17:49:56] [5] StartService: thread completed
EnumerationContextCache: [18/06/2020 17:50:26] [a] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:50:26] [a] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:50:26] [a] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:50:26] [a] RemoveExpiredEntries done
LdapSessionPoolImplementation: [18/06/2020 17:50:36] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:50:36] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:50:36] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:50:36] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:50:36] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:50:36] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:50:56] [b] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:50:56] [b] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:50:56] [b] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:50:56] [b] RemoveExpiredEntries done
InstanceMap: [18/06/2020 17:50:56] [b] OnTimedEvent: got an event
InstanceMap: [18/06/2020 17:50:56] [b] CheckAndLoadAll: beginning
InstanceMap: [18/06/2020 17:50:56] [b] CheckAndLoadNTDSInstance: entered
InstanceMap: [18/06/2020 17:50:56] [b] CheckAndLoadNTDSInstance: found NTDS Parameters key
InstanceMap: [18/06/2020 17:50:56] [b] CheckAndLoadGCInstance: entered
InstanceMap: [18/06/2020 17:50:56] [b] CheckForGlobalCatalog: entered
DirectoryUtilities: [18/06/2020 17:50:56] [b] GetTimeRemaining: remaining time is 00:02:00
InstanceMap: [18/06/2020 17:50:56] [b] CheckForGlobalCatalog: isGlobalCatalogReady: TRUE
InstanceMap: [18/06/2020 17:50:56] [b] CheckForGlobalCatalog: NTDS Settings DN: CN=NTDS Settings,CN=WGI-SVR-BDC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=intetech,DC=local
DirectoryUtilities: [18/06/2020 17:50:56] [b] GetTimeRemaining: remaining time is 00:01:59.9939996
InstanceMap: [18/06/2020 17:50:56] [b] CheckForGlobalCatalog: options: 1
InstanceMap: [18/06/2020 17:50:56] [b] CheckAndLoadGCInstance: CheckForGlobalCatalog=True
InstanceMap: [18/06/2020 17:50:56] [b] CheckAndLoadADAMInstances: entered
InstanceMap: [18/06/2020 17:50:56] [b] CheckAndLoadSnapshotInstances: entered
InstanceMap: [18/06/2020 17:50:56] [b] CheckAndLoadAll: complete
LdapSessionPoolImplementation: [18/06/2020 17:51:16] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:51:16] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:51:16] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:51:16] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:51:16] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:51:16] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:51:26] [c] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:51:26] [c] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:51:26] [c] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:51:26] [c] RemoveExpiredEntries done
EnumerationContextCache: [18/06/2020 17:51:56] [d] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:51:56] [d] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:51:56] [d] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:51:56] [d] RemoveExpiredEntries done
LdapSessionPoolImplementation: [18/06/2020 17:51:56] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:51:56] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:51:56] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:51:56] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:51:56] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:51:56] [7] Scavenger: waking up at 00:00:40 interval
InstanceMap: [18/06/2020 17:51:56] [d] OnTimedEvent: got an event
InstanceMap: [18/06/2020 17:51:56] [d] CheckAndLoadAll: beginning
InstanceMap: [18/06/2020 17:51:56] [d] CheckAndLoadNTDSInstance: entered
InstanceMap: [18/06/2020 17:51:56] [d] CheckAndLoadNTDSInstance: found NTDS Parameters key
InstanceMap: [18/06/2020 17:51:56] [d] CheckAndLoadGCInstance: entered
InstanceMap: [18/06/2020 17:51:56] [d] CheckForGlobalCatalog: entered
DirectoryUtilities: [18/06/2020 17:51:56] [d] GetTimeRemaining: remaining time is 00:02:00
InstanceMap: [18/06/2020 17:51:56] [d] CheckForGlobalCatalog: isGlobalCatalogReady: TRUE
InstanceMap: [18/06/2020 17:51:56] [d] CheckForGlobalCatalog: NTDS Settings DN: CN=NTDS Settings,CN=WGI-SVR-BDC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=intetech,DC=local
DirectoryUtilities: [18/06/2020 17:51:56] [d] GetTimeRemaining: remaining time is 00:01:59.9950001
InstanceMap: [18/06/2020 17:51:56] [d] CheckForGlobalCatalog: options: 1
InstanceMap: [18/06/2020 17:51:56] [d] CheckAndLoadGCInstance: CheckForGlobalCatalog=True
InstanceMap: [18/06/2020 17:51:56] [d] CheckAndLoadADAMInstances: entered
InstanceMap: [18/06/2020 17:51:56] [d] CheckAndLoadSnapshotInstances: entered
InstanceMap: [18/06/2020 17:51:56] [d] CheckAndLoadAll: complete
EnumerationContextCache: [18/06/2020 17:52:26] [e] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:52:26] [e] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:52:26] [e] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:52:26] [e] RemoveExpiredEntries done
LdapSessionPoolImplementation: [18/06/2020 17:52:36] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:52:36] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:52:36] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:52:36] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:52:36] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:52:36] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:52:56] [f] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:52:56] [f] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:52:56] [f] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:52:56] [f] RemoveExpiredEntries done
InstanceMap: [18/06/2020 17:52:56] [f] OnTimedEvent: got an event
InstanceMap: [18/06/2020 17:52:56] [f] CheckAndLoadAll: beginning
InstanceMap: [18/06/2020 17:52:56] [f] CheckAndLoadNTDSInstance: entered
InstanceMap: [18/06/2020 17:52:56] [f] CheckAndLoadNTDSInstance: found NTDS Parameters key
InstanceMap: [18/06/2020 17:52:56] [f] CheckAndLoadGCInstance: entered
InstanceMap: [18/06/2020 17:52:56] [f] CheckForGlobalCatalog: entered
DirectoryUtilities: [18/06/2020 17:52:56] [f] GetTimeRemaining: remaining time is 00:02:00
InstanceMap: [18/06/2020 17:52:56] [f] CheckForGlobalCatalog: isGlobalCatalogReady: TRUE
InstanceMap: [18/06/2020 17:52:56] [f] CheckForGlobalCatalog: NTDS Settings DN: CN=NTDS Settings,CN=WGI-SVR-BDC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=intetech,DC=local
DirectoryUtilities: [18/06/2020 17:52:56] [f] GetTimeRemaining: remaining time is 00:01:59.9949996
InstanceMap: [18/06/2020 17:52:56] [f] CheckForGlobalCatalog: options: 1
InstanceMap: [18/06/2020 17:52:56] [f] CheckAndLoadGCInstance: CheckForGlobalCatalog=True
InstanceMap: [18/06/2020 17:52:56] [f] CheckAndLoadADAMInstances: entered
InstanceMap: [18/06/2020 17:52:56] [f] CheckAndLoadSnapshotInstances: entered
InstanceMap: [18/06/2020 17:52:56] [f] CheckAndLoadAll: complete
LdapSessionPoolImplementation: [18/06/2020 17:53:16] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:53:16] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:53:16] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:53:16] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:53:16] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:53:16] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:53:26] [10] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:53:26] [10] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:53:26] [10] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:53:26] [10] RemoveExpiredEntries done
LdapSessionPoolImplementation: [18/06/2020 17:53:56] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:53:56] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:53:56] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:53:56] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:53:56] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:53:56] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:53:56] [11] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:53:56] [11] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:53:56] [11] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:53:56] [11] RemoveExpiredEntries done
InstanceMap: [18/06/2020 17:53:56] [11] OnTimedEvent: got an event
InstanceMap: [18/06/2020 17:53:56] [11] CheckAndLoadAll: beginning
InstanceMap: [18/06/2020 17:53:56] [11] CheckAndLoadNTDSInstance: entered
InstanceMap: [18/06/2020 17:53:56] [11] CheckAndLoadNTDSInstance: found NTDS Parameters key
InstanceMap: [18/06/2020 17:53:56] [11] CheckAndLoadGCInstance: entered
InstanceMap: [18/06/2020 17:53:56] [11] CheckForGlobalCatalog: entered
DirectoryUtilities: [18/06/2020 17:53:56] [11] GetTimeRemaining: remaining time is 00:02:00
InstanceMap: [18/06/2020 17:53:56] [11] CheckForGlobalCatalog: isGlobalCatalogReady: TRUE
InstanceMap: [18/06/2020 17:53:56] [11] CheckForGlobalCatalog: NTDS Settings DN: CN=NTDS Settings,CN=WGI-SVR-BDC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=intetech,DC=local
DirectoryUtilities: [18/06/2020 17:53:56] [11] GetTimeRemaining: remaining time is 00:01:59.9939999
InstanceMap: [18/06/2020 17:53:56] [11] CheckForGlobalCatalog: options: 1
InstanceMap: [18/06/2020 17:53:56] [11] CheckAndLoadGCInstance: CheckForGlobalCatalog=True
InstanceMap: [18/06/2020 17:53:56] [11] CheckAndLoadADAMInstances: entered
InstanceMap: [18/06/2020 17:53:56] [11] CheckAndLoadSnapshotInstances: entered
InstanceMap: [18/06/2020 17:53:56] [11] CheckAndLoadAll: complete
EnumerationContextCache: [18/06/2020 17:54:26] [12] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:54:26] [12] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:54:26] [12] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:54:26] [12] RemoveExpiredEntries done
LdapSessionPoolImplementation: [18/06/2020 17:54:36] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:54:36] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:54:36] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:54:36] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:54:36] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:54:36] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:54:56] [13] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:54:56] [13] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:54:56] [13] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:54:56] [13] RemoveExpiredEntries done
InstanceMap: [18/06/2020 17:54:56] [13] OnTimedEvent: got an event
InstanceMap: [18/06/2020 17:54:56] [13] CheckAndLoadAll: beginning
InstanceMap: [18/06/2020 17:54:56] [13] CheckAndLoadNTDSInstance: entered
InstanceMap: [18/06/2020 17:54:56] [13] CheckAndLoadNTDSInstance: found NTDS Parameters key
InstanceMap: [18/06/2020 17:54:56] [13] CheckAndLoadGCInstance: entered
InstanceMap: [18/06/2020 17:54:56] [13] CheckForGlobalCatalog: entered
DirectoryUtilities: [18/06/2020 17:54:56] [13] GetTimeRemaining: remaining time is 00:02:00
InstanceMap: [18/06/2020 17:54:56] [13] CheckForGlobalCatalog: isGlobalCatalogReady: TRUE
InstanceMap: [18/06/2020 17:54:56] [13] CheckForGlobalCatalog: NTDS Settings DN: CN=NTDS Settings,CN=WGI-SVR-BDC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=intetech,DC=local
DirectoryUtilities: [18/06/2020 17:54:56] [13] GetTimeRemaining: remaining time is 00:01:59.9949997
InstanceMap: [18/06/2020 17:54:56] [13] CheckForGlobalCatalog: options: 1
InstanceMap: [18/06/2020 17:54:56] [13] CheckAndLoadGCInstance: CheckForGlobalCatalog=True
InstanceMap: [18/06/2020 17:54:56] [13] CheckAndLoadADAMInstances: entered
InstanceMap: [18/06/2020 17:54:56] [13] CheckAndLoadSnapshotInstances: entered
InstanceMap: [18/06/2020 17:54:56] [13] CheckAndLoadAll: complete
LdapSessionPoolImplementation: [18/06/2020 17:55:16] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:55:16] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:55:16] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:55:16] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:55:16] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:55:16] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:55:26] [14] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:55:26] [14] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:55:26] [14] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:55:26] [14] RemoveExpiredEntries done
LdapSessionPoolImplementation: [18/06/2020 17:55:56] [7] ScavengerThread: woke up
LdapSessionPoolImplementation: [18/06/2020 17:55:56] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:55:56] [7] GetReservationEnumerator: entering, instance=NTDS
LdapSessionPoolImplementation: [18/06/2020 17:55:56] [7] ScavengerThread: processing next pool
ConnectionPool: [18/06/2020 17:55:56] [7] GetReservationEnumerator: entering, instance=GC
LdapSessionPoolImplementation: [18/06/2020 17:55:56] [7] Scavenger: waking up at 00:00:40 interval
EnumerationContextCache: [18/06/2020 17:55:56] [15] OnTimedEvent: got an event
EnumerationContextCache: [18/06/2020 17:55:56] [15] RemoveExpiredEntries called
EnumerationContextCache: [18/06/2020 17:55:56] [15] RemoveExpiredEntries -- found 0 entries to remove
EnumerationContextCache: [18/06/2020 17:55:56] [15] RemoveExpiredEntries done
InstanceMap: [18/06/2020 17:55:56] [15] OnTimedEvent: got an event
InstanceMap: [18/06/2020 17:55:56] [15] CheckAndLoadAll: beginning
InstanceMap: [18/06/2020 17:55:56] [15] CheckAndLoadNTDSInstance: entered
InstanceMap: [18/06/2020 17:55:56] [15] CheckAndLoadNTDSInstance: found NTDS Parameters key
InstanceMap: [18/06/2020 17:55:56] [15] CheckAndLoadGCInstance: entered
InstanceMap: [18/06/2020 17:55:56] [15] CheckForGlobalCatalog: entered
DirectoryUtilities: [18/06/2020 17:55:56] [15] GetTimeRemaining: remaining time is 00:01:59.9990001
InstanceMap: [18/06/2020 17:55:56] [15] CheckForGlobalCatalog: isGlobalCatalogReady: TRUE
InstanceMap: [18/06/2020 17:55:56] [15] CheckForGlobalCatalog: NTDS Settings DN: CN=NTDS Settings,CN=WGI-SVR-BDC01,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=intetech,DC=local
DirectoryUtilities: [18/06/2020 17:55:56] [15] GetTimeRemaining: remaining time is 00:01:59.9910006
InstanceMap: [18/06/2020 17:55:56] [15] CheckForGlobalCatalog: options: 1
InstanceMap: [18/06/2020 17:55:56] [15] CheckAndLoadGCInstance: CheckForGlobalCatalog=True
InstanceMap: [18/06/2020 17:55:56] [15] CheckAndLoadADAMInstances: entered
InstanceMap: [18/06/2020 17:55:56] [15] CheckAndLoadSnapshotInstances: entered
InstanceMap: [18/06/2020 17:55:56] [15] CheckAndLoadAll: complete
Any help is greatly appreciated
Regards
Mark