Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Archive Cleaner task removes outdated archives that has has expired according to the Purge criteria in the Archive profile. The Archive Cleaner task is accessed from Execution Manager, which is opened by clicking the Tools button in the upper left part of the Desktop window. The Archive Cleaner is only configurable with respect to scheduling criteria. The cleanup of outdated files is mastered by removing the reference in the system as well as the file itself from the archive directory.

...

Resetting entry_id Sequence

For each new newly archived file, the agent will add an entry in the database with an incremental sequence number known as entry_id. This sequence number will NOT auto-cycle after reaching its maximum value. The user is required to manually alter or reset the sequence in this scenario to prevent overflow.

...

Code Block
languagesql
ALTER SEQUENCE mzowner.archive_entries_entry_id_seq CYCLE;


Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next subsection: