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.
Installing stored procedures on a target server
In your Sybase installation, go to the directory that contains the installation utility, which is $SYBASE/$SYBASE_ASE/jobscheduler/Templates/sprocs.
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.