when i run a query in SWQL Studio, it seems to be using port 17777 and not the new port 17774. anyone figured out how to reconfigure it to use the new port?
Update your version of SWQL Studio. This has been fixed in the latest versions.Releases · solarwinds/OrionSDK
thing is i am running the latest version
Maybe you can specify the port in the server name field like this: orionserver.hosting.com:17774
The only thing I can think of is to maybe check your Server Type connection??
Are you using Orion (v3) or one of the other options? Or...., maybe point it to (Sever Name connection) to a different polling engine??
nope it failed to connect when i specify a port. the strange thing is that it connects fine without specifying a port but isn't able to execute a query after successfully connecting to it
i uninstalled and reinstalled and now get a different error message::
ok channel timed out is a separate problem caused by the default query being too big (it was doing a SELECT TOP 1000). when i lowered the number to SELECT TOP 100, it worked. so uninstalling and reinstalling resolved this issue.