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
 
Line 3: Line 3:
If CCATEMP was full, increase the amount of CCATEMP available to the Online, or reduce the CCATEMP utilization in the Online.  
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.   
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}}
{{Template:MSIR.0364 footer}}
[[Category:MSIR.0200 - MSIR.0399]]
[[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