Perle 494 or 594 Controller displays error 432121

Issue:
What are common causes and solution for error 450||00 432121 ?

Solution:

Error message 4312121 in generally caused by one or more of the following reasons: 

1.   The Quser profile has become disabled. On the AS/400 command line, type   DSPUSRPRF USRPRF(QUSER).
This will display the Quser profile. Check the status field. It should say *enabled. 

If the Status field shows "disabled", then correct the problem. On the AS/400 command line, type:  
CHGUSRPRF USRPRF(QUSER) ...F4 prompt.  Change the status from *DISABLED to *ENABLED

Display User Profile - Basic

User profile . . . . . . . . . . . . . . . :                QUSER
Previous sign-on . . . . . . . . . . . . . :
Sign-on attempts not valid . . . . . . . . :       0
Status . . . . . . . . . . . . . . . . . . :  *ENABLED
Date password last changed . . . . . . . . :  10/23/02
Password expiration interval . . . . . . . :     *NOMAX
Set password to expired . . . . . . . . . :        *NO
User class . . . . . . . . . . . . . . . . :               *USER
Special authority . . . . . . . . . . . . :              *ALLOBJ
Group profile . . . . . . . . . . . . . . :                *NONE
Owner . . . . . . . . . . . . . . . . . . :                  *USRPRF
Group authority . . . . . . . . . . . . . :              *NONE
Group authority type . . . . . . . . . . . :          *PRIVATE
Supplemental groups . . . . . . . . . . . :         *NONE
Assistance level . . . . . . . . . . . . . :             *SYSVAL

2. The QUSER object authorities may be incorrectly assigned on the AS/400.  On the AS/400 command line, type: 

EDTOJAUT OBJ(QSYS/QUSER) OBJTYPE(*USRPRF)

The QSYS should have *ALL Object Authority.
The QUSER should have "USER DEF" Object Authority.
The *PUBLIC should have *EXCLUDE Object Authority.

Press F11 to display the Data authorities.

For QSYS include the following objects:  Opr, Mgt, Exist, Alter and Ref
For QUSER include Opr and Mgt
For *PUBLIC do not include any object authority.

3.  Check the AS/400  controlling sybsystems are active (ie., QCMN or QBASE and QINTER subsystems) . 
To check if these subsystems are active, type the following command:  WRKSBS
If you are using QCMN or QBASE, check options 4. Workstation name entries  and option 5. "workstation type entries".  If there are no entries in either of these options then you may be using a seperate subsystem for the workstations such as the QINTER subsystem. 
Therefore, in addition to starting QCMN be sure to also start QINTER.


NOTE:  The above error message 432121 may be accompanied by error messages 540407 and 0047 depending on the communications method. These messages may be a direct result of error 432121.  Therefore, resolving the error 432121 should clear any additional error messages.


Article ID:
104
Published:
1/29/2003 6:54:03 PM
Last Modified:
7/28/2006 12:56:47 PM
Keywords:
432121
Issue Type:
Trouble Shooting