Problem Description
Problem 1: Certain scheduled tasks need to be performed more often / less often / at other times of the day to provide optimal performance.
Problem 2: The status of an activities scheduled task needs to be checked. Is it still running? When was it fired the last time? When will it be fired the next time?
Problem 3: One of the schedulers needs to be stopped or started manually.
Solution with Websphere Commandline Interface
Problem 1:
- Search the HCL Connections documentation for the steps to solve your problem.
- Start the wsadmin commandline interface as administrator. ATTENTION: All commands for the commandline interface are case sensitive!
- Activate the relevant Jython script.
- Check out the relevant HCL Connections configuration XML file.
- Open the HCL Connections configuration XML file and edit the parameters. ATTENTION: Make sure you don’t accidentally violate the XML schema, e.g. by forgetting to close a tag or a quotation mark.
- Check in the configuration file again.
To successfully edit the intervals in which the scheduled tasks run, a deeper knowledge of HCL's Cron Expressions is necessary.
Problems 2+3:
- Search the HCL Connections documentation for the steps to solve your problem.
- Start the wsadmin commandline interface as administrator. ATTENTION: All commands for the commandline interface are case sensitive!
- Activate the relevant Jython script.
- Perform the relevant Jython commands.
Solution with Connections Administration Toolkit (CAT)
Navigate to Administration – Activities, subsection Scheduled Tasks.
Problem 1: For every scheduled task, the adjustable parameters are shown in a tab with the task name as tab caption.