Downgrading Job Scheduler

If you are downgrading to Adaptive Server versions 15.0.1 Cluster Edition, 15.0.1 Cluster Edition ESD, or 15.0.3 Cluster Edition, run installjsdb script from the lower version anytime you downgrade Job Scheduler.

  1. Disable Job Scheduler before you downgrade Adaptive Server:
    sp_configure "enable job scheduler", 0
  2. Downgrade Adaptive Server. See the installation guide for details.
  3. Run the installjsdb script from the version you are downgrading to:
    isql –Usa –Psa_password –Sservername –i $SYBASE_ASE/scripts/installjsdb
    Note: The directory with the location of the isql executable ($SYBASE_OCS/bin) must be in your path.
  4. Enable Job Scheduler:
    sp_configure "enable job scheduler", 1
  5. To start Job Scheduler, either restart the server, or enter:
    use sybmgmtdb�
    go�
    sp_js_wakeup "start_js",1
    go�