Installing stored procedures on a target server

Before you can run jobs on target servers, you must install the stored procedures used by the templates on the target servers where you want your jobs to run.

StepsInstalling stored procedures on a target server

  1. In your Sybase installation, go to the directory that contains the installation utility, which is $SYBASE/$SYBASE_ASE/jobscheduler/Templates/sprocs.

  2. Run installTemplateProcs with the following parameters:

    • On UNIX:

      installTemplateProcs target_servername username password
      
    • On Windows:

      installTemplateProcs.bat target_servername username password
      

      where:

      • target_servername is the name of the target server.

      • username is the login name on the target server for the user installing the templates.

      • password is the password on the target server for the user installing the templates.

    The stored procedures are now installed in the sybsystemprocs database on the target server. See Chapter 5, “Command Reference” for more information on stored procedures.