Missing element from Endevor MCF file.
search cancel

Missing element from 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 an error that the element is missing.  What do I need to do to get the package to cast?

Environment

All Supported Releases

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.

The job BC1JCSYN located in iprfx.iqual.CSIQJCL can be run in Validate mode to verify and then run in Update mode to fix: 

//* (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 *  
//*