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
Release : 14.0
This message indicates that that userid of the OPSREST started task doesn't have read access to the resource BPX.SERVER.
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)