Monitor Data Archive Log¶
The Data Archive Log keeps the information about and status of the executions of data archive orders.
Fields¶
Column | Description |
---|---|
Log Id | Generated log identification. |
Archive Id | Concatenation of data archive object id and execution id. |
Status | Can 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. |
Processed | Number of master data archive objects processed within this execution. |
Order Id | Data archive order identification. |
Archive Date | Date and time when this order was started. |
Start Date | Date and time when this order execution was started. |
Stop Date | Date and time when this order execution was stopped. |
Exec Id | Data archive order execution identification. |
Text | The master select clause if everything goes right or the error text if anything goes wrong. |
Parameters | The data archive order execution parameters and their values, if parameters exist. This is an IFS message string. |