SMADDI Message Types
Each input file must contain a <msgtype> element describing the type of SMADDI message. The SMADDI service and stored procedures support the following message types:
Message Type | Description |
---|---|
add_caldate | Indicates that a new date(s) should be added to an OpCon calendar(s). For additional information, refer to add_caldate and del_caldate Element Structures. |
del_caldate | Indicates that a new date(s) should be deleted from an OpCon calendar(s). For additional information, refer to add_caldate and del_caldate Element Structures. |
new_schedule | Indicates that a new schedule should be added to the Master tables of the OpCon database. For additional information, refer to new_schedule Element Structure. |
new_token | Indicates that a new global property should be added to the Master tables of the OpCon database. For additional information, refer to new_token and update_token Element Structures. |
new_variable | Indicates that a new threshold or resource should be added to the Master tables of the OpCon database. For additional information, refer to new_variable and update_variable Element Structures. |
update_token | Indicates that a global property value should be updated in the Master tables of the OpCon database. For additional information, refer to new_token and update_token Element Structures. |
update_variable | Indicates that a threshold/resource should be updated in the Master tables of the OpCon database. For additional information, refer to new_variable and update_variable Element Structures. |
new_daily | Indicates that a new job should be added to the Daily Tables of the OpCon database. For additional information, refer to new_daily Element Structure. |
new_master | Indicates that a new job should be added to the Master tables of the OpCon database. For additional information, refer to new_master Element Structure. |
add_frequency | Indicates that one or more frequencies should be added to a schedule or to a job. For additional information, refer to add_frequency Element Structure. |
add_dependency | Indicates that a new job, threshold, or resource dependency should be added to a job. If a schedule date is specified, the dependency is for the daily tables. If a schedule date is not specified, the dependency is for the master and can be associated with a frequency. For additional information, refer to add_dependency Element Structure. |
add_documentation | Indicates that new documentation should be added for a schedule or a job. For additional information, refer to add_documentation Element Structure. |