Inside Activate
Activate and Active Directory
How to find which Domain Controller Activate is running actions against
0 min
to find the domain controller (dc) that activate is talking to open command prompt on the activate job server run command netstat ano | find "389" look for lines like tcp 10 x x x 55238 10 x x x 389 established 1404 tcp 10 x x x 55274 10 x x x 389 established 3384 colour key ip address of the dc that activate is talking to pid (process id) of the process that is talking to the dc ldap port number additionally you can use 'tasklist /fi "pid eq 1404 "' without the single quotes to find the process that is talking to the dc the activate job service will look like; innovation activate service the activate web service will look like; w3wp exe from the ip address you can use ' ping a \<ip address>' command to resolve the name or ' nslookup \<ip address>' without the single quotes to get a hostname