MSIR.0535 New password missing in post data

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

A form was posted to a URL associated with a JANUS WEB ALLOW rule that indicated a NEWPASSF or NEWPASSF2 field but the field was not filled in by the user (or the field was not part of the form). This error will result in either the JANUS WEB ON LOGONERR rule associated with the port being driven or a "404 Unauthorized" response being sent back to the browser if there is no LOGONERR rule. This latter would probably be very confusing to the end-user so it is probably best to have a LOGONERR processor to deal with this kind of error if NEWPASSF or NEWPASSF2 is being used. This error will be returned into a message that can be examined via $WEB_NUM_LOGMSG and $WEB_LOGMSG in the LOGONERR handler. The appropriate response to this error would be to redisplay the form with an error message indicating that the NEWPASSF or NEWPASSF2 field must be filled in or to redirect to a URL that will do this.


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