Determine what Endevor FMID are Installed
search cancel

Determine what Endevor FMID are Installed

book

Article ID: 104134

calendar_today

Updated On:

Products

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

Issue/Introduction

Is there a way to determine what FMIDS/Components have been installed for Endevor v18, v18.1 and v19?

Environment

Release: 18.0, 18.1, 19.0
Component: Endevor

Resolution

The 4 FMIDs for Endevor V18 are -- 

  • CSIQI00    /*CA Endevor SCM */
  • CSIQI01    /*CA Endevor SCM Japanese Localization */
  • CSIQI02    /*CA Endevor SCM Natural Interface */
  • CSIQI03    /*CA Endevor SCM for Web Services */ 

The 4 FMIDs for Endevor V18.1 are -- 

  • CSIQI10    /*CA Endevor SCM */
  • CSIQI11    /*CA Endevor SCM Japanese Localization */
  • CSIQI12    /*CA Endevor SCM Natural Interface */
  • CSIQI13    /*CA Endevor SCM for Web Services */ 
 

The 3 FMIDs for Endevor V19 are -- 

  • CSIQJ00    /*Endevor Software Change Manager */
  • CSIQJ01    /*Endevor Software Change Manager (Japanese Localization) */
  • CSIQJ02    /*Software Change Manager Natural Integration */ 

Note that Base FMID CSIQJ00 now contains the Endevor
Web Services component.



Run the following SMP/E list job against the Endevor CSI to see what FMIDs have been installed: 

//SMPELIST EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M 
//SMPCSI DD DISP=SHR,DSN=HLQ.endevor.version.CSI
//SMPCNTL DD *
  SET BOUNDARY (GLOBAL) . 
  LIST 
  ALLZONES        /* FOR ALL ZONES. */ 
  . 
/*



In the SMPLIST output, do a Find for FMID to see what FMIDs have been installed --

  • FMID            = CSIQI00   CSIQI01   CSIQI02   CSIQI03   for 18.0
  • FMID            = CSIQI10   CSIQI11   CSIQI12   CSIQI13   for 18.1
  • FMID            = CSIQJ00   CSIQJ01   CSIQJ02             for 19.0