Dov wrote:
The account we're using is a domain admin for the local domain, as well as domain admin for the remote domains; any suggestions where to start looking? The account the lansweeper service is using can access admin$, ipc$ and c$ with no problems ..
Accessing the computers is not really the problem, it's the service account that tries to lookup computers/users in active directory.
This part of the code uses the nametranslate object to translate domain\username into a path like ldap://cn=username,cn=domain,cn=local so it can be lookup up in active directory.
or it translates the computer accountname domain\computer$ into an adsi path
This translation part seems to fail.
Here is some technical explanation : http://www.rlmueller.net/NameTranslateFAQ.htm