Comments
-
@Tordormore Can you share more details? Doesn't look to be the same issue. After you get the error in SWQL studio can you check and share the logs you got from "C:\ProgramData\SolarWinds\InformationService\v3.0\Orion.InformationService.log". Alsojust to confirm, can you run a simple API call and provide the error message…
-
I've rechecked, don't think it's possible to update accountsid using swis. Only the properties below…
-
Run sql query SELECT AccountID, AccountSID FROM [DATABASE].[dbo].[Accounts] WHERE AccountID='DOMAIN\ACCOUNT'. Replace DATABASE and DOMAIN\ACCOUNT with corresponding ones for you. If you got NULL AccountSID, just update the value with the proper SID for your account. Fixed for us this exact issue. I'm curios if this helps…