Run WSTOMINS with SET ACTION=‘WEBINT’ and got the following error:
endevor_web_interface.yml: /path/to/tempdir/INSTINIT 100: FSUM7351 not found
Endevor V19
Web Interface
User accidentally removed WSTOMINS line 449 col 80 backslash (‘\’ is used for the line continuation).
./GenericWarIns.sh "endevorui" "Endevor Web Interface"
"endevor_web_interface.yml"
This is causing BPXBATCH to execute 2 separate commands instead of one – and the 2nd command failed with FSUM7351 (command not found).
Adding the backslash to col 80 of line 449 in WSTOMINS, and rerun WSTOMINS JCL with ACTION=‘WEBINT’, this will allow GenericWarIns.sh to deploy both web interface war file and yml file to the correct location in Tomcat.
./GenericWarIns.sh "endevorui" "Endevor Web Interface" \
"endevor_web_interface.yml"