Transact

⌘K
  1. Home
  2. Transact
  3. System Configuration
  4. Ephesoft Transact Propert...
  5. Batch Execution Back-up XMLs

Batch Execution Back-up XMLs

Overview

A property has been added in ‘{Ephesoft-Home}/WEB-INF/classes/META-INF/dcma-util/dcma-backup-service.properties’ file by which user will be able to configure whether the batch xml backup needs to be taken after the execution of every plugin or after the execution of every module.

backup.plugin_batch_xml_backup_switch=OFF

The value of this property will be OFF by default stating that by default batch XMLs will be created after execution of every module.

Batch Execution Back-up XMLs for Report Data

Asynchronous Retry Mechanism

To make sure Ephesoft Reporting does not produce erroneous data due to missing Backup XMLs, a retry mechanism has been introduced.

If the XML copy operation for report data fails, Ephesoft will asynchronously retry the XML copy operation again (along with relevant Logs). This retry will be done twice at max.

Batch Execution Back-up XMLs Time Out

A property has been added in ‘{Ephesoft-Home}/WEB-INF/classes/META-INF/dcma-util/dcma-backup-service.properties’ file by which user will be able to configure the maximum time application would take in retrying to take the backup of Batch XML.

backup.batch_xml_backup_lock_timeout=60

The value of this property will be 60 seconds by default stating that for this time back up service will wait for lock to be released from batch XML.