C1G0508S when generating processors
search cancel

C1G0508S when generating processors

book

Article ID: 121505

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Have built a new instance and have the following error when trying to generate a processor

hh:mm:ss  C1G0202I  ACTION #1 / STMT #2
hh:mm:ss  C1G0203I     ADD      ELEMENT Element name
hh:mm:ss  C1G0205I        FROM DSNAME:  dsname
hh:mm:ss  C1G0204I        TO   ENVIRONMENT: Environment name  SYSTEM: System  SUBSYSTEM: Subsystem  TYPE: PROCESS  STAGE ID: Stage ID
hh:mm:ss  C1G0265I  PROCESSOR GROUP PROCESS FOR THIS ELEMENT WAS OBTAINED FROM PRIMARY ELEMENT TYPE
hh:mm:ss  SMGR121I  ELEMENT VVLL 0100 CREATED AT LOCATION Environment name/Stage ID/System/Subsystem/PROCESS
hh:mm:ss  C1G0143I  BEGINNING EXECUTION OF GENERATE PROCESSOR GPPROCSS OF GROUP PROCESS.
hh:mm:ss  C1G0246I  PROCESSOR GPPROCSS LOADED FROM CONLIB
hh:mm:ss  C1G0508S  INTERNAL ERROR IN FUNCTION C1GP2000 GETASXB. NO @ENDEVORACEE NAME TOKEN PAIR
hh:mm:ss  C1G0140S  ENDEVOR - C1GP2000 ABENDED CODE=U1314
hh:mm:ss  C1G0508S  INTERNAL ERROR IN FUNCTION C1GP2000 CHKASXB. UNABLE TO LOCATE TKN @ENDEVORACEE     RC 0000
hh:mm:ss  C1G0140S  ENDEVOR - C1GP0000 ABENDED CODE=U1314
hh:mm:ss  C1G0277I  ADD PROCESSING TERMINATED BECAUSE OF THE PREVIOUS ERROR
hh:mm:ss  C1G0200I  ELEMENT ACTION REQUEST PROCESSING COMPLETED, HIGHEST ENDEVOR RC WAS 0016
hh:mm:ss  C1G0210S  SERIOUS ERROR HAS OCCURRED - PROCESSING WILL BE TERMINATED.
          END OF EXECUTION LOG - HIGHEST ENDEVOR RC = 0016

Environment

z/OS
All Version of Endevor

Cause

The message C1G0508S is issued during alternate ID setup at the start of the processor execution.
The Endevor alternate ID is specified in RACFUID= parameter of C1DEFLTS table but its ACEE (a control block that describes a logged on user) is not found where it is expected to be.
This, in turn, is because, during initialization, Endevor performs a 'log on' of the alternate ID (via a RACROUTE REQUEST=VERIFY macro).
This request failed with the RACF violation that should be shown up at the beginning of the output by message ICH408I .... + LOGON/JOB INITIATION - REVOKED USER ACCESS ATTEMPT
This tells us that userid (which could be the endevor alternate ID defined in C1DEFLTS if defined) is revoked so that RACF doesn't allow it to 'logon'
 

Resolution

The error should clear by un-revoking this USERID used as the ALTERNATE ID in your security product(RACF, ACF2, or TSS).
Another option would be to specify a different alternate ID.
Also, if you are testing, you could run without an ALTERNATE ID (provided that your ID has access to all the files). We at CA support run usually this way when reproducing customer symptoms.