WSTOMINS fails installing ENDEVOR web interface
search cancel

WSTOMINS fails installing ENDEVOR web interface

book

Article ID: 369342

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Run WSTOMINS with SET ACTION=‘WEBINT’ and got the following error:

endevor_web_interface.yml: /path/to/tempdir/INSTINIT 100: FSUM7351 not found

Environment

Endevor V19

Web Interface

Cause

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).

Resolution

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"