I have just setup Orion and am trying to access it via browser from a machine other than the server. When I login I get redirected to the login page again. Has anyone seen this before? Also I can login on the server from a web browser just fine.
This sounds like a problem we've started seeing where some browser reject the cookie our website sets. Customers who have had this problem have been able to work around it by making this edit:
Edit C:\Inetpub\Solarwinds\Orion\Login.aspx.cs.
Towards the end of the file, find this line:
FormsAuthentication.SetAuthCookie(username,true);
Change the "true" to "false" and save.
Thank you, that worked perfectly!
Glad to hear it. We'll be putting that in a hotfix soon.
Hi
after installing Orion 8.5.1, when I go to the server on the web, I get forwarded to the following URL which brings me the map without asking username and password.
any idea would be appreciated.
Thanks
Foroozan
sorry I forgot to put the URL in my last email.
Server-IP-Address/.../SummaryView.aspx
Could be caused by a DirectLink account.
I got the login page fixed however when I put admin user or any other usres, I can loging without any password and it DOESN't give me any of the items belong to thatuser in the title bar (such as "overview"", "reports", "Alerts", etc) and on the right side of the title bar it says: DirectLink (log out).
BUT if I out the right password, it goes to the right page!
Any Help would be appreciated.
I fixed it by disabling the directlink account.