Description:
When creating a new user, the following are messages received:
TSS1610E Not Authorized to use NOPW keyword
TSS0301I CREATE FUNCTION FAILED, RETURN CODE = 4
Solution:
Action:
To set a password as NOPW, you must have UPDATE access to entity TSSCMD.USER.cmd.NOPW in the CASECAUT resource class.
Specifies the command being issued.
Limits: CREATE, ADDTO, or REPLACE
This keyword is used with ACIDs with ACID(MAINTAIN) authority Administrators who do not have ACID(MAINTAIN) authority must have UPDATE access to entity TSSCMD.USER.cmd.NOPW in the CASECAUT resource class, where cmd is the command being issued.
Note: Always replace cmd with the full command name.
TSSCMD.USER.ADDTO.PASSWORD
or
TSSCMD.USER.REPLACE.PASSWORD
Example of UPDATE permit command:
TSS ADD(dept) CASECAUT(TSSCMD) (if not already done)
TSS PER(acid) CASECAUT(TSSCMD.USER.cmd.NOPW) ACC(UPDATE)