Receiving:
TSS7100E 007 J=JES2 A=*MISSING T=xxxxxxx F=JES - Password Missing
after applying Top Secret 16.0 fix RO98297.
The Top Secret documentation has recommended the use of NJEUSR for several releases now.
RO98297 fixed a 'bug' in our code. Top Secret is trying to sign this user on from your NJEUSR control option setting for NJE processing but it doesn't exist.
The NJEUSR Control Option is intended to supply a Default ACID to be used on store and forward Nodes to allow a Job to pass through without problems.
No checking is performed against this ACID, it simply allows the 'VERIFYX' to work by supplying the Default acid.
When a Job arrives at the Execution Node, it'll properly use the passed Token Userid passed from the Originating Node.
Here is what our Control Options Guide says about NJE Store and Forward nodes:
NJEUSR-NJE Store and Forward Nodes ACID
Valid on z/OS.
Use the NJEUSR control option to define a default ACID to be used for NJE Store?and?Forward nodes where no other userid can be identified. This control option is used to specify the userid when building a default token in response to a verify SESSION=TKNUNKWN request.
Notes:
* This ACID is used for the owner of the JOB or SYSOUTdata on the Store?and?Forward node and it will have no effect on the userid on the execution node.
* This control option can be included in the startup parms for Top Secret. It needs to be set on the intermediate node where the job or output is being lost, and should be a valid ACID for that node, as well as having access to JES and BATCH. However, no checking is done at the time the NJEUSR is set to make certain that the ACID specified is valid.
* If NJEUSR is modified while TSS is executing, and no value is set in the PARMFILE, the modified value will persist.
* If a value is present in PARMFILE for NJEUSR, that value will replace any modified value, if TCop Secret is restarted with the REINIT option.
This control option uses the Parameter File and TSS MODIFY Command entry methods.
This control option has the following format:
NJEUSR(acidname)
Sample acid:
TSS CREATE(NJEDEF) NAME('NJEDEF') PASSWORD(NOPW,0) TYPE(USER)
TSS ADD(NJEDEF) FAC(JES,BATCH,STC)
Set NJEUSR(NJEDEF) in your Top Secret parameter file.