Configure the retry period for history document creation
You can configure the HistoryDocRetryPeriod parameter in the database. The HistoryDocRetryPeriod parameter defines the period of time that WorkZone retries creating a history document in case of failure.
You specify the time period using the format: d.hh:mm:ss
In ScanSQL, enter:
update wzp_settings set Value = '<d.hh:mm:ss>' where module = 'CreateProcessHistoryDocument' AND key = 'HistoryDocRetryPeriod'
if you do not configure this parameter, the default period of time is 1.00:00:00 (1 day).
When the retry period expires, an error message is shown in the Processes overview.
Note: You can also use the Oracle SQL Developer tool, which is included in a standard WorkZone installation and available on the WorkZone server.