Skip to main content
Version: OpCon

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 TypeDescription
add_caldateIndicates 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_caldateIndicates 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_scheduleIndicates 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_tokenIndicates 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_variableIndicates 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_tokenIndicates 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_variableIndicates 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_dailyIndicates 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_masterIndicates 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_frequencyIndicates 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_dependencyIndicates 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_documentationIndicates that new documentation should be added for a schedule or a job. For additional information, refer to add_documentation Element Structure.