MSIR.0536 New password only appears once in post data

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

A form was posted to a URL associated with a JANUS WEB ALLOW rule that indicated a NEWPASSF2 field but the field was only filled in once by the user (or the field only appeared once in 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 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 both 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