Error BPXF140E when running Endevor SMPE apply job
search cancel

Error BPXF140E when running Endevor SMPE apply job

book

Article ID: 233895

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Running the SMPE apply job for FMIDs CSIQI10 and CSIQI13.  Received the following error for CSIQI13 -"BPXF140E RETURN CODE 00000081, REASON CODE 0594003D.  A LINK FAILED FOR LINK
 NAME /u/########/ca/CSIQ181/ECSM/../tpv/tomc
at/webapps/endevor_eclipse. " 

The 'endevor_eclipse' directory does not exist.  Job SCM06MKD only creates the following -

sh set -x;                                                     
export dirbs=/u/########/ca/CSIQ181/ECSM;                       
export part1='/tpv/';                                          
umask 0002;                                                    
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/';                                   
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/shared/';                            
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/shared/lib/';                        
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/';                           
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/axis2/';                     
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/axis2/WEB-INF/';             
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/axis2/WEB-INF/services/';    
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/endevor/';                   
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/Eclipse-BasedUI/';           
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/Eclipse-BasedUI/bin/';       
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/Eclipse-BasedUI/features/';  
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/Eclipse-BasedUI/plugins/';   
mkdir -p $dirbs$part1;                                         
export part1='/tpv/tomcat/webapps/Eclipse-BasedUI/web/';       
mkdir -p $dirbs$part1;                                         
export part1='/CA/';                                           
mkdir -p $dirbs$part1;                                         

Environment

Release : 18.1

Component : Endevor Software Change Manager

Cause

Reason code, 003D, issued by message BPXF104E, indicates that the the directory in the pathname could not be found.

Resolution

There is no endevor_eclipse directory,  there is a zip file named endevor_eclipse_plugin.zip, this is the zip file for the Endevor Eclipse Based UI. 

The ZFS file itself is ECLPBINZ, it resides in CA directory, endevor_eclipse_plugin.zip is linked to ECLPBINZ.

 ECLPBINZ  LASTUPD         = CSIQI13  TYPE=ADD                                                                           
           LIBRARIES       = DISTLIB=ASIQHFS   SYSLIB=CSIQUSS0                                                           
           BINARY                                                                                                        
           FMID            = CSIQI13                                                                                     
           RMID            = CSIQI13                                                                                     
           PARM            = PATHMODE(0,7,7,5)                                                                           
           LINK            = '../tpv/tomcat/webapps/endevor_eclipse_plugin.zip'                                          


Make sure ECLPBINZ is received, correct the link error then rerun the apply job.