CSPServer [css] Error setting up server
Hello,
Can I please check if anyone knows what the following alert means:
[Utility.Event] ISCLOG: CSPServer [css] Error setting up server $ZE=<DISCONNECT>Request+3^%SYS.cspServer2 ns=%SYS rtn=%SYS.cspServer2
Thank you for your help.
Comments
Hi @Mary George
Generally this message means that the Client disconnect from server because the request took to long time to reply.
See documentation description:
Thanks @Cristiano Silva
Is there any way to get more information on this alert from the system ? I can see these alerts in message log but it is not very clear from the alert which client connection was disconnected or anything else.
Hi @Mary George you can use the WebGateway EventLog to capture more informations about the request did to WebGateway.
See the documentation: https://docs.intersystems.com/iris20201/csp/docbook/DocBook.UI.Page.cls?KEY=GCGI_oper_config#GCGI_config_parms_system_event
Thank you @Cristiano Silva