Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • $SCHEDULER_DATA/config/factory.ini (used by JobScheduler) 
  • $SCHEDULER_DATA/config/hibernate.cfg.xml (used by JID) 
  • $SCHEDULER_DATA/config/sos_settings.ini (used by scheduler_install_tables.(sh|cmd))

3.1 MySql®

Because of licensing restrictions a MySql® JDBC® Driver is not provided. Please download a MySql® JDBC® driver before you start the JobScheduler installer. Alternatively, the MariaDB® JDBC® driver, delivered with the JobScheduler setup, can be used for MySql®

3.2 Microsoft® SQL Server and Sybase

Because of licensing restrictions when used with Sybase or Microsoft® SQL Server databases, a JDBC® driver appropriate to the database version used must be provided by the end user themselves. Alternatively, a jTDS JDBC® driver, delivered with the JobScheduler setup, can be used for Microsoft® SQL Server and Sybase databases. Otherwise please download a Microsoft® SQL Server or Sybase JDBC® driver before you start the JobScheduler installer.

If you want to use a Windows domain user instead of an sql user for the Microsoft® SQL Server connection then please read the How to connect to an SQL Server with a domain account article for more details.

3.3 PostgreSQL

PostgreSQL requires PL/pgSQL. Check the languages that are available for your database by using

...

Anchor
manual-creation
manual-creation

3.4 Manual Creation of Database Tables

SQL scripts which create the database tables required by the JobScheduler are available, should they not have been correctly created by the setup program. These scripts can be run using $SCHEDULER_HOME /install/scheduler_install_tables.(sh|cmd).

...