ZOWE Curl Command "Could Not Issue RACF Command" With Top Secret
search cancel

ZOWE Curl Command "Could Not Issue RACF Command" With Top Secret

book

Article ID: 262623

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

When the following curl command in ZOWE is issued: 

curl -X GET "https://mydoc.example.net:7557/omvs" -k --user uuuuuu -i -v -H "accept: application/aaaa"

it fails with the following error:

{"_objectType":"org.zowe.zss.error","_metaDataVersion":"0.0.1","error":"Could not issue RACF command"}.

Environment

Release : 16.0

Resolution

The ZOWE region acid needed a permit for IBMFAC(IRR.RADMIN.LISTUSER.)

TSS PER(zoweacid)  IBMFAC(IRR.RADMIN.LISTUSER.) ACC(READ)

The IBM manual RACF authorization - IBM Documentation says that IRR.RADMIN.LISTUSER. FACILITY class definition must be granted even if IRR.RADMIN was given authority. 

Also, the user issuing the command needed access to the facility from the MASTFAC on the ZOWE region acid 

TSS ADD(user) FAC(zowefac)