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

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
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.


[[Category:Sirius Mods messages]]
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 (JANUS DEFINE parameter)|MAXTEMP]]</var> on the port definition. 
 
{{Template:MSIR.0364 footer}}
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 14:36, 10 November 2018

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.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages