Web Services Analysis situations

The situations in this category inform you of problems either in accessing a specific Web service or in making a Web interface available to CICS applications.

Note:
All the attribute names in this group are prefixed with CICSplex_Internet_Status. except where stated.
CICSplex_Web_Service_Warning
Warning threshold exceeded; Web service not in service.

The WEBSERVICE identified in the alert is not INSERVICE. Determine why the WEBSERVICE is in this state, and take the appropriate action.

This could be because the Web service binding file could not be installed in the CICS region. Examine the CICS log, and look for a DFHPI0914 WEB SERVICE message that says the Web service is unusable because the WSBIND file is corrupt. This could be caused if you transferred the file using FTP mode ASCII instead of BINARY. To correct this error, retransfer the file using BINARY mode; then discard and reinstall the WEBSERVICE.

Formula

If the value of CICSplex_Web_Service_Details.Status does not equal Inservice
then situation CICSplex_Web_Service_Warning is true.
CICSplex_WebEnabled_Warning
Warning threshold exceeded for Web interface: disabled.

Specify TCPIP=YES in the CICS System Initialization Table to enable CICS Web support.

Formula

If the value of Web_Interface_Status does not equal Enabled
then situation CICSplex_WebEnabled_Warning is true.
CICSplex_WebEnabled_Critical
Critical threshold exceeded for Web interface: disabled.

Specify TCPIP=YES in the CICS System Initialization Table to enable CICS Web support.

Formula

If the value of Web_Interface_Status does not equal Enabled
then situation CICSplex_WebEnabled_Critical is true.
CICSplex_WebInstall_Warning
Warning threshold exceeded for Web interface: install.

To support operation of the CICS Web Interface, specify WEB=YES in the CICS System Initialization Table.

Formula

If the value of Web_Interface_Status equals Not_installed
then situation CICSplex_WebInstall_Warning is true.
CICSplex_WebInstall_Critical
Critical threshold exceeded for Web interface: install.

To support operation of the CICS Web Interface, specify WEB=YES in the CICS System Initialization Table.

Formula

If the value of Web_Interface_Status equals Not_installed
then situation CICSplex_WebInstall_Critical is true.