Kah_GW_Bad_Status_Warn raises an alert if a gateway connection status is BadDomain, InvalidOpid, or Sessfail.
A BadDomain status indicates that the logon to the target domain failed. You should check the SA z/OS customization dialog GATEWAY policy and verify that the target domain is defined correctly.
An InvalidOpid status indicates that the automation operator that is used for GATOPER automated function does not exist on the target domain. It is recommended that you use identical DSIOPF definitions for all systems that communicate though gateways. See AOFOPFGW for an example.
A SessFail status indicates a network problem that prevented creating or maintaining a gateway connection with the target domain. You should check your SNA and TCP/IP connectivity.
The formula is:
If
Gateway_Connections.Status equals BadDomain
or
Gateway_Connections.Status equals InvOpid
or
Gateway_Connections.Status equals SessFail
then
the situation Kah_GW_Bad_Status_Warn is true.