OPSREST is up but cannot be open on browser
search cancel

OPSREST is up but cannot be open on browser

book

Article ID: 266036

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Getting the following error message in the OPSREST joblog:

The calling address space is not permitted to the BPX.SERVER Facility class or the BPX.SERVER Facility class is undefined and caller not a superuser (UID=0); errno=139; errno2=0be800d8

Environment

Release : 14.0

Cause

This message indicates that that userid of the OPSREST started task doesn't have read access to the resource BPX.SERVER.

Resolution

Giving the userid of the OPSREST started task read access to the resource BPX.SERVER in the external security package solved this problem.

Top Secret:

TSS PERMIT(OPSREST) IBMFAC(BPX.SERVER) ACCESS(READ)

RACF:

PERMIT BPX.SERVER CLASS(FACILITY) ID(OPSREST) ACCESS(READ)