ESP Workload Automation Restart Option EE (Encore) step returns condition code 141
search cancel

ESP Workload Automation Restart Option EE (Encore) step returns condition code 141

book

Article ID: 23802

calendar_today

Updated On:

Products

ESP Workload Automation

Issue/Introduction

ESP Workload Automation Restart Option EE (Encore) step returns condition code 141 message "NOT AUTHORIZED. RACF WILL NOT ALLOW THIS DATA SET TO BE OPENED".  

 

 

Environment

Release: All Releases
Component: ESP Workload Automation
                     ESP Workload Automation Restart Option EE 

Cause

This message is issued because Encore predicts a security violation on the specified data set name.

Encore can be configured to predict certain types of errors such as security, data set not found, duplicate data set name, etc.  This type of prediction is enabled or disabled using the ENCPARM PREDICT command.

 

Resolution

To disable security violation prediction, code ENCPARM PREDICT SECURITY(NO) in the ESP Workload Automation initialization parmlib, or in the related application/job definition.

It is recommended this be done at the JOB/APPL definition level.  If security violation prediction is required for all jobs, then code ENCPARM PREDICT SECURITY(NO) in the ESP Workload Automation initialization parmlib.

Additional Information