MSIR.0364 Cancelling Web request because (errdesc): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (add link)
Line 1: Line 1:
This message indicates that a Janus Web request is being cancelled, because either CCATEMP is full or the thread is about to exceed the web port's MAXTEMP number of CCATEMP pages. 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 User Language program goes into a loop with PRINT statements on a web thread), or increase MAXTEMP on the port definition. The maximum CCATEMP pages per request can be set with the MAXTEMP parameter on the JANUS DEFINE command. See the ''Janus TCP/IP Base Reference Manual'' for more information about the JANUS DEFINE command.
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 <var>[[MAXTEMP (JANUS DEFINE parameter)|MAXTEMP]]</var> number of CCATEMP pages. The maximum CCATEMP pages per request can be set with the <var>MAXTEMP</var> parameter on the <var>[[JANUS DEFINE]]</var> command.
 
If CCATEMP was full, increase the amount of CCATEMP available to the Online, or reduce the CCATEMP utilization in the Online.  
 
If <var>MAXTEMP</var> was exceeded, change the application to not send so much data (this error can occur if a SOUL program goes into a loop with <var>Print</var> statements on a web thread), or increase <var>MAXTEMP</var> on the port definition.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 20:58, 18 December 2014

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.