MSIR.0353 Insufficient Web request buffer space: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(Automatically generated page update) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
Redesign the application to not produce so much form input data or cookie data, or increase the size of the Janus Web request buffers. The Janus Web request buffer size can be set with the RBSIZE parameter on the <var>[[JANUS DEFINE]]</var> command. | Redesign the application to not produce so much form input data or cookie data, or increase the size of the Janus Web request buffers. The Janus Web request buffer size can be set with the RBSIZE parameter on the <var>[[JANUS DEFINE]]</var> command. | ||
{{Template:MSIR.0353 footer}} | |||
[[Category:MSIR.0200 - MSIR.0399]] |
Latest revision as of 23:08, 3 March 2017
This message indicates that the Janus Web request buffer was not large enough to hold a browser request. Typically, standard header information uses less than 1024 bytes of request buffer space. Form input fields (especially text areas) and cookies can use considerably more.
Redesign the application to not produce so much form input data or cookie data, or increase the size of the Janus Web request buffers. The Janus Web request buffer size can be set with the RBSIZE parameter on the JANUS DEFINE command.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |