In my shop we have used AppInsight for SQL on our Solarwinds DBs for quite some time.
Using credentials that I'll call MYDOMAIN\GeneralServiceAccount.
We use the general account for a number of different tasks; I wanted to create a special account for our DB monitoring in order to reduce the fault domain for password lockouts and other issues.
Created an account that I'll call MYDOMAIN\DbMonServiceAccount
I've set up host and DB permissions for the DBMon account exactly the same as for the general account, including downloading and running the sample SQL script from Thwack to set permissions.
Nonetheless, testing credentials for AppInsight for SQL these credentials fail (consistently).
As part of troubleshooting, I set up a custom application and pulled in a whole bunch of SQL components (like about 100) into that application. Testing against the DB server with the DBMon service account all tests successful.
Does anyone in the community have ideas for how I can next-step troubleshooting for this problem? Thanks much.