OPSBCPII and the list of event id's
search cancel

OPSBCPII and the list of event id's

book

Article ID: 205717

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

It is important to know the list of event id's that OPSBCPII is registering for, interfacing with IBM Z/OS BCPii.

 

Environment

Release : All

Component : OPS/MVS BCPII INTERFACE

Resolution

Below the list of the event id's :

CPCEventIDs.Hwi_Event_CmdResp = 1;
CPCEventIDs.Hwi_Event_StatusChg = 1;
CPCEventIDs.Hwi_Event_NameChg = 1;
CPCEventIDs.Hwi_Event_ActProfChg = 1;
CPCEventIDs.Hwi_Event_ObjCreate = 1;
CPCEventIDs.Hwi_Event_ObjDestroy = 1;
CPCEventIDs.Hwi_Event_ObjException = 1;
CPCEventIDs.Hwi_Event_ApplStarted = 1;
CPCEventIDs.Hwi_Event_ApplEnded = 1;
CPCEventIDs.Hwi_Event_HwMsg = 1;
CPCEventIDs.Hwi_Event_HwMsgDel = 1;
CPCEventIDs.Hwi_Event_SecurityEvent = 1;
CPCEventIDs.Hwi_Event_CapacityChg = 1;
CPCEventIDs.Hwi_Event_CapacityRecord = 1;
CPCEventIDs.Hwi_Event_PowerChange = 1;

imageEventIDs.Hwi_Event_CmdResp = 1;
imageEventIDs.Hwi_Event_StatusChg = 1;
imageEventIDs.Hwi_Event_NameChg = 1;
imageEventIDs.Hwi_Event_ActProfChg = 1;
imageEventIDs.Hwi_Event_ObjCreate = 1;
imageEventIDs.Hwi_Event_ObjDestroy = 1;
imageEventIDs.Hwi_Event_ObjException = 1;
imageEventIDs.Hwi_Event_DisabledWait = 1;
imageEventIDs.Hwi_Event_OpSysMsg = 1;

 

OPSBCPII registers for these events at initialization and following a refresh.