Trying to display an Endevor element getting message - element not found.
search cancel

Trying to display an Endevor element getting message - element not found.

book

Article ID: 43673

calendar_today

Updated On:

Products

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

Issue/Introduction

Trying to display an element in Endevor. We get a list of all the elements but when tyring to display get a message "element not found" 
 
 

Resolution

It is possible that there is aproblem with the syncing of the Elements in the Endevor Master Control file and the Element Catalog. 
The job BC1JCSYN located in prefix.qual.CSIQJCL will let you sync the two files and resolve any not found elements.
The jcl/scl that you should use is:
 
//jobcard JOB (accounting),'name',MSGCLASS=X,                         
//  REGION=4096K                                                      
//*********************************************************************
//*    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.                        *
//*********************************************************************
//STEP1    EXEC PGM=NDVRC1,PARM=BC1PCSYNUPDATE',
//              DYNAMNBR=1500,REGION=4096K,              
//STEPLIB  DD DISP=SHR,DSN=prefix.qual.CSIQAUTU
//         DD DISP=SHR,DSN=prefix.qual.CSIQAUTH
//CONLIB   DD DISP=SHR,DSN=prefix.qual.CSIQLOAD
//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 *                                                      
//*                                                                    

If this does not resolve the problem, please open a case with the Broadcom Endevor support team immediately.