Hi, I have a tool that access WMI locally or remotely fine except for 1 scenario when the wmi needs to access sql database (through Biztalk classes).
Whhen SQL is installed on the same machine where I connect to wmi remotely, it works fine but when I connect to another machine that uses a remote sql server, it fails with the following error:
Internal error from OLEDB provider: "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'."
After googling, I thought that I needed to change the account under which WMI service runs but it seemed as an impossible mission and is not recommended. Then I cam across some articles indicating that I should enable "Network Access: Allow anonymous SID/Name translation" on the sql server machine following this MS articlehttps:/