Versions Compared

Key

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

...

Expand
titleArchival And Cleanup


Property nameDescriptionDefault valuePossible value
abpm.archive.fetchsizeNumber of records to be fetched at a time from result set cursor.
abpm.archive.pagesizeThe total number of records to be fetched by the query in a single page.
abpm.archive.chunksizeNumber of records to be processed in each thread. All the threads run in parallel fashion.
abpm.logs.archival.enable

Property to enable or disable the archival of the process flow repository and logs.

Set this property is to yes if you want to archive the process flow repositories and logs before they are cleaned up by the cleanup process. 

abpm.logs.b2b.retainTime

Property that defines the retain time for EDI and non-EDI transactions/templates.

abpm.logs.db.retryErrorCodes

Error codes for which retry is performed in case an error occurs while executing the query for all the tables.

You can enter multiple error code separated by comma.

abpm.logs.db.skipErrorCodes

Error codes for which no retry takes place in case an error occurs while executing the query for all the tables.

You can enter multiple error code separated by comma.

abpm.logs.migration.retainTime

Property that defines the retain time for migration log table.

abpm.logs.retainTime

Property that defines the retain time for tables other than EDI, and migration.

abpm.archive.logRetainTimeProperty that defines the retain time for archive tables.
abpm.logs.retryCount

The number of times the application retries running the query for log cleanup and archival in case the query execution fails.

The number of times the retry happens in case of failure of execution of a query.

abpm.logs.retryInterval

Time interval (in seconds) after which the re-execution of query for transaction log and transaction data tables is performed if the query execution fails.


...