Caché Server Pages Version 2012.2.2.801.0
Error Condition
You are not authorized to use this facility
Hi Dom
Access to the gateway interface is controlled (this is on Windoze) by CSP.ini file in the inetpub\CSPGateway directory you will see a key in there “Password” it’s encrypted
What you may need to do is set it
Password=
And see if that works
= =
Also it’s normally locked down so that you can only access from the local machine not from a remote.
= =
Finally it’s always worth checking the security audit to see if anything shows up there
Peter
--
--
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/groups/opt_out.
when I am processing a CSP page through the CSP server on NODE01 instance.
I sometimes get the following message (and other times get an HTTP 500 message) when the IIS web server tries to render a .csp page
Caché Server Pages Version 2012.2.2.801.0
Server Availability Error
Server is currently unavailable
The default IIS page points to menu.csp and *.csp pages are being mapped in IIS via CSPGateway_csp and the module CSPms which points to the CSPms.dll as required.
Normal pages render fine i.e. http://localhost:8080/NODE01/index.htm so it appears like the issue is outside IIS and looks to be in CSP - Any ideas?