Purging rate book export data

Purge Rate Book Export Result batch processing removes Excel and XML files associated with RateBookExportResult objects from the PolicyCenter database. Configuration parameter RateBookExportResultAgeForPurging sets the length of time to retain these files before deletion. By default, Guidewire sets the value of RateBookExportResultAgeForPurging to 60 days.

In the base configuration, PolicyCenter schedules the PurgeRateBookExportResult work queue to run every day at 3:00 a.m.

It is possible to launch Purge Rate Book Export Result 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 Rate Book Export Result batch process.

Command prompt

Launch the Purge Rate Book Export Result batch process from the PolicyCenter/admin/bin directory with the following command:

  maintenance_tools -password password -startprocess PurgeRateBookExportResult

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