MSIR.0655 URL too long for (type) session

From m204wiki
(Redirected from MSIR.0655)
Jump to navigation Jump to search

A Janus Web Server application tried to switch into legacy mode (via a Read Screen), or persistent mode (via a $Web_form_done), but the URL (including URL parameters — parameters after a question mark) was longer than 512 bytes. The request is cancelled, and legacy or persistent mode is not entered.

Change the application so the URL is shorter, perhaps by moving URL data into cookies. Or, if the error was caused by an unintentional Read Screen, correct the application to avoid the Read Screen when run as a web request.


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