I am unable to activate and issue commands from EMCS consoles. I get message IEE345I MODIFY AUTHORITY INVALID, FAILED BY MVS.
search cancel

I am unable to activate and issue commands from EMCS consoles. I get message IEE345I MODIFY AUTHORITY INVALID, FAILED BY MVS.

book

Article ID: 44770

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

Question:

I am issuing the commands to setup an EMCS console but I am getting message   

IEE345I MODIFY AUTHORITY INVALID, FAILED BY MVS.

How do I stop this command from failing.

 

Answer:

EMCS consoles require that the OPERCMDS resource be validated.
The default SAFDEF for RACROUTE REQUEST=AUTH,CLASS=OPERCMDS
causes the request to be ignored and a return code of 4/0:0 to be returned.

An override to the safdef will cause the racroute request to be validated

e.g.

ACF
SET CONTROL(GSO)
INSERT SAFDEF.CONSOLE ID(CONSOLE) MODE(GLOBAL) RACROUTE(REQUEST=AUTH,CLASS=OPERCMDS)
F ACF2,REFRESH(SAFDEF)
END

will cause the opercmds to be validated an dthe EMCS commands to be issued.

 

 

 

 

Environment

Release:
Component: ACF2MS

Resolution

-