CEE5101C RETURN CODE 0000000156 REASON CODE 0B0C00FD Top Secret ACID Has OMVS SEGMENT
search cancel

CEE5101C RETURN CODE 0000000156 REASON CODE 0B0C00FD Top Secret ACID Has OMVS SEGMENT

book

Article ID: 205232

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP WEB ADMINISTRATOR FOR TOP SECRET

Issue/Introduction

Subject: CEE5101C RETURN CODE 0000000156 REASON CODE 0B0C00FD WITH OMVS SEGMENT DEFINED

Description: 
While installing the IBM Explorer for z/OS, the tasks JMON and RSED, during startup of JMON and after defining the OMVS segment, the following error occurs:

"CEE5101C During initialization, the callable service BPX1MSS failed. The system return code was 0000000156, the reason code was 0B0C00FD. The application will be terminated." 

This can also occur with the IBM Z/SAM product:

CEE5101C During initialization the callable service BPX1MSS failed. The system reason code was 0B0C00FD. The application will be terminated.

Environment

Release : 16.0

Component : CA Top Secret for z/OS

Resolution

A valid OMVS Segment means that the ACID must minimally have a UID, HOME, GROUP, and DFLTGRP.  

For example, 
Run the following commands to see which OMVS segments are present and valid -vs- absent and invalid 
(to, eg, confirm that DFLTBAT is a GROUP type acid, and has a valid GID on it):
TSS LIST(user-id) SEGMENT(OMVS) 
TSS LIST(group-id) DATA(BASIC) 

Run these commands to create a valid OMVS:

TSS ADD(rsedacid) GROUP(omvsgrp) DFLTGRP(omvsgrp)
TSS ADD(rsedacid) UID(111123)
TSS ADD(rsedacid) HOME(/u/rsed)
TSS ADD(omvsgrp) GID(111456)

TSS ADD(jmonacid) GROUP(omvsgrp2) DFLTGRP(omvsgrp2)
TSS ADD(jmonacid) UID(000123)
TSS ADD(jmonacid) HOME(000789)
TSS ADD(omvsgrp2) GID(000456)

TSS ADD(zsamacid) GROUP(omvsgrp3) DFLTGRP(omvsgrp3)
TSS ADD(zsamacid) UID(100123)
TSS ADD(zsamacid) HOME(/u/ibmzsam)
TSS ADD(omvsgrp3) GID(100456)

To verify:  
TSS LIST(rsedacid) SEGMENT(OMVS)
TSS LIST(jmonacid) SEGMENT(OMVS)
TSS LIST(zsamacid) SEGMENT(OMVS)

Note for older versions: 
Top Secret r15 for z/OS and earlier versions also require issuing this command after adding or replacing any OMVS fields:
TSS MODIFY OMVSTABS

Diagnostic search terms:
“reason code was 0B0C00FD”

Results:
“The RC=9C Reason Code=0B0C00FC usually means the USERID is missing a complete OMVS Segment, which is: GROUP, DFLTGRP, UID, and HOME”

BPXM009I RC 0000009C REASON 0B0C00FD With Top Secret ZOSMF Started Task

DURING THE IPL OF z/OS 2.1, STARTUP OF CA COMMON SERVICES (14.1) TASK ENFSNMP FAILS.