Running the installjsdb script

Stop Job Scheduler.

From an isql session, enter:

use sybmgmtdb
go
sp_js_wakeup "stop_js", 1
go

Run the installjsdb script included with this release:

 isql -Usa -P<sa password> -S<server name> -n -i$SYBASE/$SYBASE_ASE/scripts/installjsdb -o<output file>

Save the output of this step to an operating system file.

The installjsdb script looks for the sybmgmtdb database. The script updates Job Scheduler tables and stored procedures.

Start Job Scheduler, then, using isql, enter:

use sybmgmtdb
go
sp_js_wakeup "start_js", 1
go