"TSS7100E 007 J=jobname A=acid T=term F=BATCH - Password Missing" and "TSS7102E Password Missing" Are Received When Submitting Batch Jobs From A Remote Node via Power Networking.
search cancel

"TSS7100E 007 J=jobname A=acid T=term F=BATCH - Password Missing" and "TSS7102E Password Missing" Are Received When Submitting Batch Jobs From A Remote Node via Power Networking.

book

Article ID: 54293

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP Top Secret - VSE

Issue/Introduction

When submitting batch from a remote node via Power Networking, the following error messages are received:

    TSS7100E 007 J=jobname A=acid T=term F=BATCH - Password Missing     TSS7102E Password Missing 

Environment

Release:
Component: TSSVSE

Resolution

When a job submitted from a remote node begins execution, CA Top Secret verifies that the submitter is authorized to execute a JOB on the local VSE system.

If an ID statement is present, or if an ACID is derived using the specifications given by the JOBACID control option, or if an ACID is derived using the specifications given by the SUBACID control option, and if the ACID so specified or derived is different from that of the submitter, CA Top Secret will additionally verify that the submitter is authorized to submit a job on behalf of the ACID so specified or derived.

If the user is not authorized for the NODE, the password must be present in the job via VSE "// ID" statement. If the password is not present the:

    TSS7100E 007 J=jobname A=acid T=term F=BATCH - Password Missing     TSS7102E Password Missing   

will be received.

To authorize a user to a NODE and acid, issue the following command:

    TSS PERMIT(acid1) NODES(node.USERJ.acid2) ACCESS(accesslevel) 

To allow all users to submit to the NDOE, issue the following commands:

    TSS ADD(owningacid) NODES(*.)                TSS PER(ALL) NODES(*.USERS) ACC(UPDATE)     TSS PER(ALL) NODES(*.USERJ) ACC(UPDATE) 

Please refer to the CA Top Secret Implmentation: BATCH, STC and APPC Guide for more details about securing NODES.