Skip to content

Monitor Data Archive Log

The Data Archive Log keeps the information about and status of the executions of data archive orders.

Fields

ColumnDescription
Log IdGenerated log identification.
Archive IdConcatenation of data archive object id and execution id.
StatusCan have the values Executing, Ready and Error. Executing means that the data archive process has started and not finished. If a fatal error has occurred the status will remain in Executing and an error message is written in the database alert log. Ready means that the data archive process is finished. Error means that the data archive process is finished with error.
ProcessedNumber of master data archive objects processed within this execution.
Order IdData archive order identification.
Archive DateDate and time when this order was started.
Start DateDate and time when this order execution was started.
Stop DateDate and time when this order execution was stopped.
Exec IdData archive order execution identification.
TextThe master select clause if everything goes right or the error text if anything goes wrong.
ParametersThe data archive order execution parameters and their values, if parameters exist. This is an IFS message string.