Technical documentation - Archive imports

It is possible to archive old imports to keep the import storage a bit smaller.

The possibility to have different sources exist in version 5.1.6 and later.

Usage

Manual archiving

In import storage select the imports to archive. If the selected imports meet the configuration criterias they will get moved to the archive area. The archiving will move transform folder to an archive area. The corresponding import folder will get emptied except for the status file and moved to the same archive area.

Automatic archiving

If function is enabled using the configuration below, archiving will be triggered at each transform operation.

Configuration

Configuration file: import.config

Location: C:\ProgramData\Signifikant\Assert\

<XmlConfig> <ArchiveImportsConfig> <Enabled>true</Enabled> <!-- Imports that has completed before 7 days ago will get archived --> <DaysIntervalForImported>7</DaysIntervalForImported> <!-- Imports that has not been run at all and are older than 30 days will get archived --> <DaysIntervalForNotImported>30</DaysIntervalForNotImported> <!-- Archive directory --> <ArchiveDirectory>C:\Signifikant\Import_archive</ArchiveDirectory> </ArchiveImportsConfig> </XmlConfig>

 



Related issues