OPSVIEW 4.11.2 access error: OPSPARM SEC failure - Not authorized to read value of SSMMONDISP
search cancel

OPSVIEW 4.11.2 access error: OPSPARM SEC failure - Not authorized to read value of SSMMONDISP

book

Article ID: 247925

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Accessing OPSVIEW panel 4.11.2 (System State Manager - Status) results in a security failure. This occurs even when the OPS/MVS EXTSECURITY parameter is not enabled.

Environment

OPS/MVS

Cause

OPS/MVS requires TSO Operator (OPER) authority to access most operational features when no other security rules or exits (OPUSEX) are active. This check is performed against the TSOAUTH security class.

Resolution

Grant READ access to the OPER resource in the TSOAUTH class for the impacted user ID(s).

RACF:

PERMIT OPER ACCESS(READ) CLASS(TSOAUTH) ID(####)SETROPTS RACLIST(TSOAUTH) REFRESH

CA Top Secret:

TSS PERMIT(####) TSOAUTH(OPER)

CA ACF2:

SET RESOURCE(SAF)RECKEY OPER ADD(UID(####) SERVICE(READ))F ACF2,REBUILD(SAF)