MSIR.0364 Cancelling Web request because (errdesc)

From m204wiki
Revision as of 20:58, 18 December 2014 by JAL (talk | contribs) (add link)
Jump to navigation Jump to search

This message indicates that a Janus Web request is being cancelled, because CCATEMP is full or the thread is about to exceed the web port's MAXTEMP number of CCATEMP pages. The maximum CCATEMP pages per request can be set with the MAXTEMP parameter on the JANUS DEFINE command.

If CCATEMP was full, increase the amount of CCATEMP available to the Online, or reduce the CCATEMP utilization in the Online.

If MAXTEMP was exceeded, change the application to not send so much data (this error can occur if a SOUL program goes into a loop with Print statements on a web thread), or increase MAXTEMP on the port definition.