The following CAISDI/med PRODUCT and EVENT initialization statements define the interaction between CAISDI and CA Dispatch to generate Service Desk tickets for CA Dispatch abends:
/*======================================================================*/
/* CA Dispatch Product Interface Definitions */ /* */ /* Define CA Dispatch product ABEND events that are to be */ /* captured by CAISDI/med, and how that information is to be */ /* presented in the ticket to CA Service Desk. */ /* */ /* Required customization: */ /* */ /* SERVER CAISDI/med name for Service Desk Server */ /* */ /* */ /* NOTE: Sample values for AFFECTED_END_USER, REPORTED_BY, */ /* ASSIGNEE, and TEMPLATE are valid, provided the */ /* CA Service Desk Administrator loads predefined */ /* templates and contacts. Otherwise, customize these */ /* parameters as directed by the CA Service */ /* Desk Administrator. */ /* */ /*====================================================================== */ PRODUCT CA DISPATCH, /* Product name */+ EVENT=ABEND, /* Event qualifier */+ JOBNAME=*, /* Product JOB names */+ AFFECTED_END_USER=System_Dispatch_User, /* Affected End User*/+ REPORTED_BY=System_Dispatch_User, /* Reported by */+ ASSIGNEE=System_Dispatch_User, /* Assigned contact name */+ PRIORITY=3, /* Priority for tickets */+ /* TEMPLATE='Dispatch,Priority unassigned', /* template name */+ SERVER=USDSRV01 /* Direct requests to this server */ EVENT ABEND, /* Capture ABEND events */+ PRODUCT=CA DISPATCH, /* Associated Product */+ COMPONENT='CADD CADDSPL R11 *', /* CA Dispatch */+ JOBNAME=*, /* Product JOB names */+ EXCLUDE=(X'122',X'222',X'522') /* Ignore x22 abends */
This example shows how the PRODUCT and EVENT statements are used to activate the capture of abend events for CA Dispatch. These statements also define the CA Service Desk attributes to be associated with the tickets that are opened as a result of the abend event.
For example, separate JOBNAME parameter operand specifications could be used to uniquely direct and categorize CA Service Desk tickets from each respective CA Dispatch component address space.
The remaining parameters identify CA Service Desk entities that are assigned to any generated tickets. These entities should be predefined by the CA Service Desk administrator on the target CA Service Desk server.
CA Dispatch recovery routines place the character string "CADD CADDSPL R11" in the SDWACID field for all CA Dispatch abend events. This COMPONENT specification indicates that CAISDI/med abend event intercept should capture any detected abend event where the concatenation of the SDWACID and SDWASC fields begins with the characters "CADD CADDSPL R11". The asterisk (*) in the sample initialization statement is a wild card, and indicates that any subsequent characters are considered a match condition.
The PRODUCT parameter on the EVENT statement defines the CAISDI/med product associated with the abend events captured. It is this PRODUCT name specification that makes the connection back to the CAISDI/med PRODUCT initialization statement.
Note: For more information about these parameters, see the chapter, "Running CAISDI." in the CA Common Services for z/OS CA Service Desk Integration Guide.
|
Copyright © 2011 CA.
All rights reserved.
|
|