TicklerUnlockMonitor URL
Unlocks ticklers locked for more than a specified period of time. This is invoked by a scheduled job.
URL structue
- 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.
Related concepts
Scheduler
JobsRelated reference
ActivityCleanUp URL
AddJob URL
AddBroadcastJob URL
CleanJob URL
EditJob URL
PaySynchronizePM URL
RaiseECEvent URL
RemoveJob URL
ScheduledDataDeploy URL
SchedCoupon URL
System URLs