A user submits a job via NJE while not elevated, to a system where that user is elevated,
and it errors out because the Userid is not getting passed on.
The assumption was that the userid would need elevated access on the destination lpar, so the userid was elevated manually.
The error message seen
TSS7145E ACCESSOR ID <*MISSING> NOT DEFINED TO SECURITY
$HASP106 JOB DELETED BY JES2 OR CANCELLED BY OPERATOR BEFORE EXECUTION
z/os
missing ACID on remote lpar
The reason a failure occurs when a userid is Elevated with bypass attributes via NJE.
The acid is Elevated correctly with bypass attributes but the RDT class nodes is pre-defined to ignore bypass attributes, this results in a hard failure for the NJE job when an acid is Elevated.
This attribute can not be changed via a TSS command.
At this point the only option would be to create a profile with the PERMITs need for the job to run, then Elevate the acid with this new profile.