zowe / zowe-install-packaging

Packaging repository for the Zowe install scripts and files
Eclipse Public License 2.0
26 stars 52 forks source link

ZWE init security silently fail on group creation, CC is 0 #3835

Closed cumarav closed 1 month ago

cumarav commented 1 month ago

Describe the bug Init Security job completed successfully but group and accounts are not created.

READY                                                                                      
  LISTGRP  ZWEADMIN   OMVS                                                                 
ICH51003I NAME NOT FOUND IN RACF DATA SET                                                  
READY                                                                                      
  ADDGROUP ZWEADMIN   OMVS(AUTOGID)    DATA('ZOWE ADMINISTRATORS')                         
IRR52183I Use of automatic GID assignment requires SHARED.IDS to be implemented.           
READY                                                                                      
READY                                                                                      

As you see group has not been created but script continue

To Reproduce Steps to reproduce the behavior: use system where shared.ids is not configured.

Expected behavior Job should not has CC 0.

Additional context ZWE1SV job terminates with message: OMVS SEGMENT NOT DEFINED

Martin-Zeithaml commented 1 month ago

Hi,

This special behavior is mentioned in JCL:

This job WILL complete with return code 0.                    
The results of each command must be verified after completion.
cumarav commented 1 month ago

Ok, record it here with the symptoms