Installing the templates into Job Scheduler

Before you can use the templates, you must install the templates into the Job Scheduler you select to manage your jobs.

StepsInstalling the Job Scheduler templates

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

  2. Run installTemplateXML with the following parameters:

    • On UNIX:

      installTemplateXML servername machinename serverport username password language
      
    • On Windows:

      installTemplateXML.bat servername machinename serverport username password language
      

      where:

      • servername is the name of the server where Job Scheduler is installed.

      • machinename is the name of the machine hosting the Job Scheduler server.

      • serverport is the port number for connecting to the Job Scheduler server.

      • username is the user's login name on the Job Scheduler server.

      • password is the user's password on the Job Scheduler server.

      • language is the code to indicate which language version of the templates is installed.

        Job Scheduler supports the following languages. Use the following language codes to specify language:

        • English — en

        • French — fr

        • Japanese — ja

        • Korean — ko

        • Simplified Chinese — zh

        If you do not specify a language code, Job Scheduler defaults to English templates.

    The Job Scheduler templates are now installed on the Job Scheduler server.