<ReportPersistentProblemsAfterMinutes>
Section:
Service (Job Schedule Processor only)
Required:
No
Value type:
Integer
Default:
1440
Product:
Creo Elements/Direct Manager Java Services
Description
This tag specifies the time limit after which persistent problems must be reported. The Job Schedule Processor service sends scheduled tasks to the Job Spooler for execution. The following problems may occur during this process:
Network problems: Cannot connect to the Job Spooler
Job Spooler problems: Processing a request fails
Job Execution problems: Job execution fails
Database problems: Retrieving data from the database or writing to the database fails
Unexpected problems
If a problem persists for longer than the defined time limit, the Creo Elements/Direct Manager Server sends an e-mail to the users specified by the <AdminContactEmail> tag in your custom xml file.
Example
This example shows the valid configuration of the tag:
<ReportPersistentProblemsAfterMinutes>1440</ReportPersistentProblemsAfterMinutes>
Was this helpful?