Server is currently unavailable" on all my csp pages. I have a home version, 2016.1.0.656.0, and had never set up the web server (localhost only). I couldn't find the login to CSP Gateway Management, so I tried changing the password field in the csp.ini page. The system promptly reset the csp.ini file, near as I can tell, and now I get that error on all csp pages, even SMP, even /csp/samples. How do I reset things (and how do I get to the CSP Gateway Management after that?)
Thanks,
Michael Reach
--
--
Caché, Ensemble, DeepSee
---
You received this message because you are subscribed to the Google Groups "Caché, Ensemble, DeepSee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-publi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Default login/pass is _SYSTEM/SYSDefault login used if you installed with minimal security settings
If you changed CSP.ini directly, just remove your changes, and try again
On Mon, Aug 1, 2016 at 1:56 PM Michoel Reach <michoe...@gmail.com> wrote:
"Server Availability Error--Server is currently unavailable" on all my csp pages. I have a home version, 2016.1.0.656.0, and had never set up the web server (localhost only). I couldn't find the login to CSP Gateway Management, so I tried changing the password field in the csp.ini page. The system promptly reset the csp.ini file, near as I can tell, and now I get that error on all csp pages, even SMP, even /csp/samples. How do I reset things (and how do I get to the CSP Gateway Management after that?)
Thanks,
Michael Reach
--
Caché, Ensemble, DeepSee
---
You received this message because you are subscribed to the Google Groups "Caché, Ensemble, DeepSee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-public-cache+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael, My name is Pete, and I'll be helping you with this issue. If you installed a 2nd instance, it's likely using a different port for its web server, so we should still be able to debug the original instance. The password you are changing in the csp.ini file is getting changed simply because it is getting hashed. The password is still actually the same. That password allows you into the CSP Gateway Management Page, not the management portal. That is accessed here: http://localhost:<port>/csp/bin/Systems/Module.cxw Where <port> is the same port that you see when you try to load the management portal. If you can get into that page, then the issue is likely something to do with the CSPSystem user within Caché (most likely disabled). The best way to determine what is going wrong is to perform the following steps (all commands run from the %SYS namespace in terminal): --- 1) Enable auditing -> do ^SECURITY -> Auditing Setup -> Enable auditing 2) Make sure LoginFailure and Protect events are enabled -> do ^SECURITY -> Auditing Setup -> Configure auditing events -> Edit audit event -> enter '?' to get a list of events, and make sure those 2 events are enabled. If not, enter their # and enable them. 3) Reproduce the problem by trying to load the management portal 4) Collect the audit event -> do ^SECURITY -> Auditing Setup -> View system audit database -> Audit list -> accept all default inputs -> Get details of event # that corresponds to the likely Login Failure --- I would be happy to take a look at the audit event. If the problem is simply that the CSPSystem user is disabled or is using the wrong password, you can edit that by doing: do ^SECURITY -> User setup -> Edit user -> CSPSystem.