When a user boots and logs in we have the lsclient run by login script via AD. Works like a champ.
Everything has worked fine from 3.0 to now.
Just after the 3.2 upgrade, when a computer registers and I view it from the web console, I see this for username and domain:
Domain: %USERDOMAIN%
Username: %USERNAME%
Everything else seems to be just fine.
I have requested some clients run the login script manually and when they do both Domain and Username then show fine as well. I
It only seems to occur when the script is run at login.
As said this was not an issue until I upgraded to 3.2 yesterday. In the error log I see many references per registered computer containing error 0x80072116 and references to the %USERNAME% and %USERNAME% values.
Also I'd like to add when I run the connection tester everything checks out ok. No errors there.
Below I have included an entry from the error log. There are MANY records (per PC) all showing the same info below:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
System.Runtime.InteropServices.COMException (0x80072116): Name translation: Could not find the name or insufficient right to see name. (Exception from HRESULT: 0x80072116)
at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
at Lansweeperservice.sweeperthread.LSADusersearch(clsComputer mycomputer, clsThreadinfo Threadinfo, SqlConnection& sqlcon)
%USERDOMAIN%\%USERNAME%
10/30/2008 7:47:24 AM : CRS19
System.Runtime.InteropServices.COMException (0x80072116): Name translation: Could not find the name or insufficient right to see name. (Exception from HRESULT: 0x80072116)
at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
at Lansweeperservice.sweeperthread.LSADusersearch(clsComputer mycomputer, clsThreadinfo Threadinfo, SqlConnection& sqlcon)