Server Events for the Archiving Process

enaio® 10.10 »

In terms of audit-proof archiving, the following events are available for server events:

  • BeforeOpenMedia

During an archiving process, before writing to a medium.

The name and number of the medium will be returned.

  • BeforeStartArchiveBatch

After the number of documents to be archived was calculated but before the archiving process begins.

The name and number of the object type as well as the number of documents to be archived will be returned.

  • OnCloseMedia

After the archiving on a medium within an archiving process was completed.

The name and number of the medium will be returned.

  • OnFinishArchiveBatch

After an archiving process was completed.

The name and number of the object type as well as the number of successfully/defectively archived documents and statistical data from the report file will be returned.

  • OnFinishMedia

After a medium was finally finished. That is, in case of errors if there is no more free space or if it is selected as blocked.

The name and number of the medium will be returned.

According to the context, the return values 'BreakJob' (cancel job) and 'BreakMedium' (do not use medium) may be available.