Configuring the Expiration Service
The expiration service is used to identify expired regulatory submissions and mark them as expired. You can configure the frequency at which this service runs. The service is controlled by the com.ptc.qualitymanagement.qms.regmstr.processExpiredSchedule property, located in the REGMSTR.wt.properties.xconf file.
The value for this property should be in the format HH:MM,Periodicity,Unit, where:
HH is the start time in hours (00–23) and MM is the start time in minutes (00–59).
Periodicity is the frequency at which the service runs.
Unit is a measurement unit for Periodicity. The value of Unit can be DAY, HOUR, or MINUTE.
The default value is set to 00:15,1,DAY, representing that the service is scheduled to run at 15 minutes past midnight, once a day.
Was this helpful?