CA Datacom AXIVP01 Error -117 RETURN CODE 15 (139)      
search cancel

CA Datacom AXIVP01 Error -117 RETURN CODE 15 (139)      

book

Article ID: 226632

calendar_today

Updated On:

Products

DATACOM - AD CA 7 Workload Automation

Issue/Introduction

We are installing CA Datacom/AD for use with CA 7 and have an error when running IVP job AXIVP01.

INPUT STATEMENT:                                                                     
SELECT * FROM MUF_BUF_USE                              ;                             
                                                                                     
___________SQL ERROR SUMMARY START___________                                        
                                                                                     
SQLCODE = -117, SQLSTATE=S158B, DB RETURN CODE = 15(139)                             
MESSAGE = RAAT/CBS ERROR: CMD=SELFR TBL=MBU DBID=01000 KEY=MBUKY RC=15 (139)         
____________SQL ERROR SUMMARY END____________                                        

Environment

Release : 15.1

Component : Datacom/AD

Cause

The return code 15(139) is a security violation, see the Datacom documentation section Return Code 15 - SECURITY VIOLATION

This means Datacom external security is turned on and the userid running the IVP job does not have access to DBID 1000 which contains the Datacom dynamic system tables.

 

Resolution

The userid running the IVP job needs to be granted access to the tables in DBID 1000.

If using the sample CA 7 external security members  in the CAL2OPTN library, the external security resource class for tables is DCTABLE.
Use the following command to grant access:

ACF2:
SET RESOURCE(DCT)                                                               
RECKEY cxxname ADD(DB01000.- UID(userid) SERVICE(READ) ALLOW)  

Top Secret:
TSS PER(userid)) DCTABLE(cxxname.DB01000.) ACCESS(READ)  

RACF:
PERMIT cxxname.DB01000.* CLASS(DC@ABLE) ID(userid)) ACC(READ) 

 

 

 

Additional Information

See the CA 7 documentation section Secure the CA Datacom/AD MUF, the CA7 sample security members in the CAL2OPTN library are:

  • AL2ACF2D - For ACF2 
  • AL2RACFD - For RACF 
  • AL2TSSD  - For Top Secret