seems i ran into this a long time ago. seeing it when i log into orion from ie on vdi. solarwinds common toolset api message pops up over and over. how do i make that stop. most annoying
Mike,
If you do not have Toolset installed on the server that is accessing the Web Console of Orion, you can actually turn off that feature that is on by default.
1. Access Orion Web Console
2. Settings > Manage Accounts
3. (Select) Account > Edit
4. (Set) Allow Browser Integration to No
And it should stop prompting.
If you have quite a few users, and would like to turn them off all at once, you can use the following SQL query:
UPDATE Accounts
SET ToolsetIntegration = 'N'
HTH
Awesome. Thank you.
Great! Good to hear that it helps