M204.1518: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1518 skeleton}}
{{Template:M204.1518 skeleton}}
<P>User ID enqueueing is active, and you have tried to log in with a user ID that is already in use. The login has failed. </P>
<P>
<p><b>Response:</b> Log in with another user ID, or find the person using your user ID and have him log off. You may want to consider changing your password if another user is logged on with your user ID. </p>
User ID enqueueing is active, and you have tried to log in with a user ID that is already in use. The login has failed. </P>
<p><b>System manager response:</b> The User 0 LOGONENQ parameter was set to enforce unique user ID logins. If you want to allow multiple user IDs to be active, turn off this option. Note that the LOGONENQ option may not be active when using the VSAM
<p>
transparency feature. </p>
<b>Response:</b> Log in with another user ID, or find the person using your user ID and have him log off. You may want to consider changing your password if another user is logged on with your user ID. </p>
<p>
<b>System manager response:</b> The User 0 <var>LOGONENQ</var> parameter was set to enforce unique user ID logins. If you want to allow multiple user IDs to be active, turn off this option. Note that the <var>LOGONENQ</var> option may not be active when using the VSAM transparency feature.  
</p>
{{Template:M204.1518 footer}}
{{Template:M204.1518 footer}}
<!-- skeleton as it was in pdf/USERID userid IS CURRENTLY LOGGED ON /-->
<!-- skeleton as it was in pdf/USERID userid IS CURRENTLY LOGGED ON /-->

Latest revision as of 23:13, 7 March 2018

M204.1518  Userid token is currently logged on

User ID enqueueing is active, and you have tried to log in with a user ID that is already in use. The login has failed.

Response: Log in with another user ID, or find the person using your user ID and have him log off. You may want to consider changing your password if another user is logged on with your user ID.

System manager response: The User 0 LOGONENQ parameter was set to enforce unique user ID logins. If you want to allow multiple user IDs to be active, turn off this option. Note that the LOGONENQ option may not be active when using the VSAM transparency feature.

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