Missing element from CA Endevor MCF file.
search cancel

Missing element from CA Endevor MCF file.

book

Article ID: 16551

calendar_today

Updated On:

Products

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

Issue/Introduction



I am trying to cast a package and one element in the package is getting a error that the element is missing.  What do I need to do to get the package to cast?

Environment

Release: ENDAE.00200-15.1-Endevor-Software Change Manager
Component:

Resolution

If you can see the the element in a element display then the element would seem ok in the MCF.  

After the display you then try to review the element and the message is element not found.


This indicates that the Element Catalog is out of sync with the MCF.

To fix this run the job BC1JCSYN located in prefix.qual.CSIQJCL:

//* (COPY JOBCARD)
//*********************************************************************
//*    BC1PCSYN - CATALOG SYNCHRONIZATION UTILITY                                           * 
//*                                                                                                                         *
//*   THE FOLLOWING CHANGES MUST BE MADE BEFORE THIS JOB CAN BE RUN:        *
//*                                                                                                                         *
//*   1. ADJUST THE PARM STATEMENT ON THE EXECUTE STATEMENT TO                   *
//*                                                                                                                         *
//*       EITHER VALIDATE OR UPDATE.                                                                     *
//*                                                                                                                         *
//*          PARM='BC1PCSYNUPDATE'.        -OR-                                                        *
//*          PARM='BC1PCSYNVALIDATE'                                                                     *
//*                                                                                                                         *
//*     NOTE:  STEP IS CURRENTLY SET TO VALIDATE.                                               *
//*********************************************************************
// INCLUDE MEMBER=SCMM@SYM
//STEP1    EXEC PGM=NDVRC1,REGION=4096K,PARM='BC1PCSYNVALIDATE'    
// INCLUDE MEMBER=SCMM@LIB
//BSTLST   DD SYSOUT=*                            
//SORTIN   DD UNIT=VIO,SPACE=(CYL,(10,5)),DISP=(,DELETE,DELETE),
//            DCB=(RECFM=FB,LRECL=403,DSORG=PS)
//SORTOUT  DD UNIT=VIO,SPACE=(CYL,(10,5)),DISP=(,DELETE,DELETE),
//            DCB=(RECFM=FB,LRECL=403,DSORG=PS)  
//SYSOUT   DD SYSOUT=*
//*********************************************************************
//* FOR A SINGLE ENVIRONMENT, INPUT TO BSTIPT CAN BE:
//*   ENVIRONMENT ENV1 .   
//*
//* FOR MULTIPLE ENVIRONMENTS, INPUT TO BSTIPT CAN BE:
//*   ENVIRONMENT  (ENV1, ENV2).
//*
//* IF BSTIPT IS DUMMY (OR EMPTY), ALL DEFINED ENVIRONMENTS WILL BE
//* SELECTED.
//*********************************************************************
//BSTIPT   DD *  
//*