[CR #401265] When you open the Job Scheduler Administration window, the Job Scheduler task status always displays as stopped, even when the task is running. Because of this incorrect status, the Stop button is disabled.
Workaround: Start and stop Job Scheduler task from isql, using the sp_js_wakeup procedure.
To start a Job Scheduler task, run: sp_js_wakekup
'start_js', 1
To stop a Job Scheduler task, please run: sp_js_wakeup
'stop_js', 1
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |