MSIR.0364 Cancelling Web request because (errdesc)

From m204wiki
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.


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