My Home loads very slowly and says unable to contact Thwack server.
Is there a way to fix this or remove the Thwack pane all together, The NOC really has no need to see it.
I hate to reply to my own but I found the manage views menu and removed it but do not know what the server is unrechable.
A
I'm having the same issue. We are behind a proxy server. Is there provisioning in the Orion settings to put a proxy server in?
In the web.config file in the root of the website, there is an <appSettings> section.
You'll want to add the following params to the section, like so:
<appSettings> <add key="proxyAvailable" value="true" /> <add key="userName" value="username" /> <add key="password" value="password " /> <add key="proxyAddress" value="IP of the proxy server" /> <add key="proxyPort" value="port of the proxy server" /></appSettings>
(Make sure not to remove the other parts the appSettings section.