Description:
When a user not yet defined to UAMS tries to do an initial logon to Webcenter, the login may fail with various messages, such as N00801, N47H99 and N47J08, all of which contain the text
NSX210 UNKNOWN USERID
Solution:
When the Netmaster region is configured to use SEC=NMSAF with modeling capability in UAMS, new users who login to the region for the first time should automatically be defined to UAMS, and be able to login with the userid and password defined to the external security product (ACF2, Top Secret, etc).
When a new user does the initial logon to the WebCenter instead of through a 3270 session, the creation of the userid may fail with
N00801 APPC USER xxxxxxx LOGON FAILED FOR REASON - NSX210 UNKNOWN USERID: xxxxxxx
N47H01 APPC SENDING ERROR DATA (FMH7).
N47H02 APPC SYSTEM TRANSACTION: START
N47H03 APPC CONVERSATION ID 1836 LINK=- LU=USFRCS.PD1CNM
N47H08 APPC ERROR: USER NOT AUTHORIZED.
N47H04 APPC ERROR: SENSE 080F6051 CONVERSATION TERMINATED ABNORMALLY.
N47H11 APPC ERROR FROM SOLVE VERSION 060300
N47H99 N47J08 SIGNON FAILED FOR USERID xxxxxxx - NSX210 UNKNOWN USERID: xxxxxxx
N47H05 APPC ERROR PROCESSING COMPLETE.
W3LG2101 Processing error, LOGON FAILURE (APPC START): U=xxxxxxx RC=16 MSG=N47H99
N47J08 SIGNON FAILED FOR USERID xxxxxxx - NSX210 UNKNOWN USERID: xxxxxxx
To prevent or correct this problem, add the following parameter to the SXPARM member of the PARMLIB pointed to in the SXCTL DD statement of the RUNSYSIN.
WEBMODEL YES
This will allow modeling for users who do the initial logon through the WebCenter instead of TN3270.