Use this information to troubleshoot Omnissa Access directory integration issues.
Identifying Domain Controller Latency in Windows Connectors
If end users are unable to log in with their Active Directory credentials and get an Access Denied error, or if login is very slow, follow these steps to determine whether domain controller network latency is causing the issue.
21.08 and Later Connectors
-
Check the connector log files. For the Directory Sync service, check the
DirectorySyncService.outandeds-service.logfiles, which are available in theINSTALL_DIR\Access Connector\Directory Sync Service\logsfolder. For the User Auth service, check theUserAuthService.outandeas-service.logfiles, which are available in theINSTALL_DIR\Access Connector\User Auth Service\logsfolder.Frequent
"Triggering forced windows DC discovery"messages in these files indicate high latency with the listed domain controllers. If this message appears more than three times in an hour, check the network latency for domain controllers. You can set alerts based on connector logs. -
On the connector server, check the
krb5.confanddomain_krb.jsonfiles, which contain the mapping of the domains to the current domain controllers used for each domain. For the Directory Sync service, the files are located in theINSTALL_DIR\Access Connector\Directory Sync Service\conffolder. For the User Auth service, the files are located in theINSTALL_DIR\Access Connector\User Auth Service\conffolder. -
Run the following commands from the connector server:
nltest /dsgetdc:domain /try_next_closest_site(gets the closest domain controller cached by the OS)nltest /dsgetdc:domain /force(clears the OS cache and tries to determine the closest domain controller again)The connector's Windows OS identifies the nearest domain controller for each domain used by the directory.
-
From the connector server, run the
pingorpspingcommand from the connector server for each domain controller and check if the domain controller responds quickly. Less than 20 ms is a good response time for apingrequest. -
From the connector server, run the
tracertcommand for each domain controller host for a domain and check the number of hops between the connector node and the domain controller host. -
Follow the best practices for domain network latency described in Best Practices to Avoid Network Latency, if the domain controller is slow to respond.
Was this page helpful?