ENWSIns.sh script fails with the following message, how to fix the issue ?
[2018-07-27 14:27:28] Checking ENDEVOR_SOFTWARE_DIR ......................................... [FAILED] > File EndevorService_lib.tar does not exist! > File EndevorService.war does not exist!
Release: CA Endevor Software Change Manager 18.0, 18.1
Component: Endevor Web Services
ENDEVOR_SOFTWARE_DIR is defined in the ENWSInstallOptions.properties, this parameter points to the path where CA Endevor SCM product installed. This path should contain two folders: software and tpv (for V18.0)/CA (for V18.1)
For example:
ENDEVOR_SOFTWARE_DIR="/path/to/endevor/v18/ESCM"
Both EndevorService_lib.tar and EndevorService.war resides in $ENDEVOR_SOFTWARE_DIR/tpv/tomcat
Restore ENDEVOR_SOFTWARE_DIR from the backup, then rerun the install installation script ENWSIns.sh.