Purging quote clones

Purge Quote Clones batch processing deletes quote clones (copies of policy period quotes) from the PolicyCenter database. This work queue requires that you write your own implementation of the PolicyPeriodQuoteClonePlugin plugin interface and register it in the Plugins registry.

PolicyCenter does not schedules the PurgeQuoteClones work queue in the base configuration. You must either run this process manually or add the work queue to file scheduler-config.xml.

It is possible to launch Purge Quote Clones batch processing from within PolicyCenter, or, directly from a command prompt.

PolicyCenter

Navigate to the Server Tools Batch Process Info screen and run the Purge Quote Clones batch process.

Command prompt

Launch the Purge Quote Clones work queue from the PolicyCenter/admin/bin directory with the following command:

  maintenance_tools -password password -startprocess PurgeQuoteClones

The PolicyCenter administration command prompt tools all require that you enter the password of an administrative user for the tool to work. The use of a user name is optional.

See also