Problem with ESMDPLOY job after LU07250. FOMF0303I errno=8B, rsn=0924041B
search cancel

Problem with ESMDPLOY job after LU07250. FOMF0303I errno=8B, rsn=0924041B

book

Article ID: 255347

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

Applied new PTFs for ESM and CCS SAF service (LU07249 & LU07250), but after applying, ESMDPLOY job produced an error

+ extattr +p ./esmMService/lib/libbcm-apisdk-security.so
 FOMF0303I ./esmMService/lib/libbcm-apisdk-security.so: chattr() error: rv=-1, errno=8B, rsn=0924041B
+ false

Environment

Release : 15.0
z/OS

 

Cause

The problem was that the user ID did not have enough authority to modify the
RACF Facility class profile BPX.FILEATTR.PROGCTL.

OS/390 system log messages:

ICH408I USER(userid ) GROUP(SYS1 ) NAME(user name)
BPX.FILEATTR.PROGCTL CL(FACILITY)
INSUFFICIENT ACCESS AUTHORITY
ACCESS INTENT(READ ) ACCESS ALLOWED(NONE )

Resolution

Give the required authorization to the user ID running the ESMDPLOY job. The following command was entered from the ISPF command line (ISPF option 6):

RLIST FACILITY BPX.FILEATTR.PROGCTL ALL
PERMIT BPX.FILEATTR.PROGCTL CLASS(FACILITY) ID(userid) ACCESS(READ)
SETR RACLIST(FACILITY) REFRESH