You can start a scheduled task at any time by running a script.
ServiceRegistryRepository#executeSchedulerTaskImmediate task_name task completed.
If the task has not
completed, the following message is displayed:Task will continue to run on server, check server log files for more information.
To see the progress of the task, examine the SystemOut.log file on
the WebSphere® Application
Server. This file is located in your WebSphere Application Server profile logs
directory; for example, C:\IBM\WebSphere\AppServer\profiles\default\logs\server1\SystemOut.log. The entries in the log are similar to the following:[09/12/09 10:12:39:684 GMT] 00000029 scheduler I GSR5174I: Task: Promotion with task id: 52 started.
.
.
.
[09/12/09 10:12:40:043 GMT] 00000029 scheduler I GSR5175I: Task: Promotion with task id: 52 complete.
c:\WebSphere\AppServer\bin\wsadmin -f executeSchedulerTaskImmediate.jacl
-cluster cluster1 -taskname Promotion