TicklerUnlockMonitor URL
Unlocks ticklers locked for more than a specified period of time. This is invoked by a scheduled job.
URL structure
- http:// host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path
Parameter values
- storeId
- Required: The store within which ticklers are of interest. If the store ID is 0, then this URL works on all the ticklers in the site.
- unlockAfterNumberOfHours
- The number of hours after last locked time when the tickler is locked. The default is 4 hours.
Example
The following example unlocks all ticklers in the site that are locked up for more than 4 hours.
http://myhostname/webapp/wcs/stores/servlet/TicklerUnlockMonitor?
unlockAfterNumberOfHours=4&storeId=0
Behavior
- Finds and unlocks all ticklers that are locked up for more than the specified period of time.
Exception Conditions
- Store ID is not a valid integer value.