Receiving errors trying to log on to the CA 7 TSO/ISPF interface.
search cancel

Receiving errors trying to log on to the CA 7 TSO/ISPF interface.

book

Article ID: 25241

calendar_today

Updated On:

Products

CA 7 Workload Automation

Issue/Introduction

The following error messages trying to log on to the CA 7 TSO/ISPF interface:

CA-7.X002 (xx yyyy) REQSESS FAILED, R15 = nnnnnnnn
CA-7.X015 (xx yyyy) REQSESS FAILED, R0 = nnnnnnnn
CA-7.X010 (xx yyyy) RTNCD = 00000010 FDBK2 = nnnnnnnn
CA-7.X005 (xx yyyy) SESSION TERMINATED DUE TO ERROR

Resolution

If you receive the above error messages when trying to log on to the CA 7 ISPF interface, check your CA7CLIST member CA7APL keyword. The CA7APL keyword must match the APPL= entry on your UCC7VTAM statement in the CA 7 Initialization File (pointed to by the UCC7IN DD statement in the CA 7 online procedure). If your UCC7VTAM statement looks like:

UCC7VTAM,APPL=CA7,NUMRECV=4,OPEN=YES,VTNAME=VTM

then the CA7APL keyword in the CA7CLIST member would be:

CA7APL(CA7).

If the CA7CLIST member CA7APL entry matches the APPL= entry in the initialization file and you still receive the errors, change the CA7CLIST member SESSAPL keyword to TSO9999:

CA7APL(CA7) SESSAPL(TSO9999).