![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/9/22/9227a732-6e5c-4233-af6e-9d6fd9d90504/9227a732-6e5c-4233-af6e-9d6fd9d90504-bg5e.png)
Upgrading Job Scheduler
80 Adaptive Server Enterprise
There is no need to specify any parameters.
6 Restart Adaptive Server.
7If the
sybmgmtdev device is less than 100MB, change the device to be a
minimum of 100MB. From
isql enter the following, where nn.nM is the
number of megabytes needed to get to 100 MB:
use master
go
disk resize name = 'sybmgmtdev' , size = 'nn.nM'
go
8 Optionally, add more log space. On some 64-bit platforms more space is
need for the
sybmgmtdb log. From isql enter:
use master
go
alter database sybmgmtdb LOG on sybmgmtdev=20
go
9 Upgrade the sybmgmtdb. Using isql, run the installjsdb script that is
included with this release and save the output to a file:
isql -Usa -Psa_password -Sservername -n
-i$SYBASE/$SYBASE_ASE/scripts/installjsdb
-ooutput_file
10 Enable Job Scheduler to start when Adaptive Server starts. From isql enter
the command:
sp_configure "enable job scheduler", 1
11 Start Job Scheduler. From isql enter the command:
sybmgmtdb..sp_js_wakeup "start_js", 1
go
Upgrading Job Scheduler templates
After upgrading to the new Adaptive Server, perform the following steps to
upgrade templates and jobs created from Job Scheduler templates.
Note For the Adaptive Server version 15.0.2 release, there are several changes
that impact Job Scheduler templates. These changes make some templates
incompatible with earlier versions of Adaptive Server. These templates are
version 3.0 in the XML files.