Automic Workload Automation

 View Only

AE kicks 

Nov 27, 2018 04:45 AM

The Automation Engine notifies connected client programs¹ of changes in the AE system using kicks. There are several different types of kick. You can see these kicks by enabling xml=3 tracing for the GUI or AWI.

 

Kick type Description Example

TREE_CHANGED

The AE folder tree has changed. <kick client="0001" idnr="0000000000" system="AE_SYS_1">OFS        </kick>

ACTIVITY_LIST_CHANGED

The EH table has changed — may impact open Activities windows (JUI) or Process Monitoring views (AWI). Automic Web Interface²

<kick client="0001" idnr="0000000000" system="AE_SYS_1">EH         </kick>

Java User Interface²

<kick client="0001" idnr="0000000000" system="AE_SYS_1">OH         </kick>

PROCESSING_STARTED

Client state has changed to active. <kick client="0001" idnr="0000000000" system="AE_SYS_1">SYS_GO     </kick>

PROCESSING_STOPPED

Client state has changed to stop. <kick client="0001" idnr="0000000000" system="AE_SYS_1">SYS_STOP   </kick>

PROMPT_INPUT_REQUIRED

Prompt values are required in order to a execute an object. <kick client="0001" idnr="0000000000" system="AE_SYS_1">PRMPT      </kick>

HIGHEST_CALL_OPERATOR_CHANGED

Notification was added or removed for the current user. <kick client="0001" idnr="0000000000" system="AE_SYS_1">EOI        </kick>

HOST_ASSIGNMENT_CHANGED

Host assignment has changed. <kick client="0001" idnr="0000000000" system="AE_SYS_1">HACL       </kick>

KICK_UNDEFINED

Undefined kick <kick client="0001" idnr="0000000000" system="AE_SYS_1">UNDEFINED  </kick>

 

Notes:

1. Such as the AWI, JUI, agents, and programs using the Java Application Interface

2. OH is the table where the AE objects are stored; EH is the activity table. It is not clear why ACTIVITY_LIST_CHANGED kicks are labeled OH kicks in the UCDJ trace, instead of EH kicks.

Statistics
0 Favorited
15 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Nov 27, 2018 04:47 AM

This document is based on an earlier discussion, Forced GUI refresh and AE kick events. If you would like to contribute to the document, please contact one of the authors.

Related Entries and Links

No Related Resource entered.