Endevor web services install WSTOMCCS "FSUM7351 not found"
search cancel

Endevor web services install WSTOMCCS "FSUM7351 not found"

book

Article ID: 274901

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Installing Endevor Web Services and need to run iprfx.iqual.CSIQJCL(WSTOMCCS) which is failing with message "WSTOMCCS: FSUM7351 not found".

Environment

Release : 18.1

Resolution

The job WSTOMCCS will use Endevor utility BPXCOPY to copy the contents of SYSUT1 to $CCSDPDIR/WSTOMCCS.

1. WSTOMCCS job log had this error:
"1BPXF105E RETURN CODE 0000008D, REASON CODE 05620060.  AN ERROR OCCURRED DURING THE OPENING OF HFS FILE /xxx/xxx/endevor/tpv/tomcat/WSTOMCCS"
That appears to be due to trying to write WSTOMCCS to a read-only file system.
The following IBM document gives more detailed information: https://www.ibm.com/support/pages/got-return-code-0000008d-reason-code-05620060

2 . In ENWSInstallOptions.properties:
ENDEVOR_TOMCAT_INSTANCE="/xxx/xxx/ENDWEB/EDVTC"
ENDEVOR_SOFTWARE_DIR="/xxx/xxx/endevor"
CLEAN_ENDEVOR_TOMCAT_INSTANCE=N
In WSTOMCCS JCL:
SET CCSDPDIR='/xxx/xxx/endevor/tpv/tomcat'
NOTES: CCSDPDIR should have the same value as $ENDEVOR_TOMCAT_INSTANCE.
Also '/xxx/xxx/endevor/tpv/tomcat' is a sub-directory of $ENDEVOR_SOFTWARE_DIR. No changes should be made to the contents of  $ENDEVOR_SOFTWARE_DIR. That is the source and the installation script will copy files from source to target i.e. copy from $ENDEVOR_SOFTWARE_DIR to $ENDEVOR_TOMCAT_INSTANCE.
Ensure $ENDEVOR_TOMCAT_INSTANCE is mounted to a Read/Write ZFS filesystem using this USS command: df -v /xxx/xxx/ENDWEB/EDVTC

After setting the correct CCSDPDIR='/xxx/xxx/ENDWEB/EDVTC' the WSTOMCCS job ran successfully. Probably when the incorrect CCSDPDIR='/xxx/xxx/endevor/tpv/tomcat' was used that was a Read Only filesystem.