Provide JDBC drivers

During the setup procedures of ARIS Server or ARIS Publisher Server using Oracle or Microsoft SQL Server the JDBC driver is provided automatically. You can enhance JDBC drivers manually.

Procedure

  1. Download the JDBC driver from the Microsoft or Oracle Web Sites to local directory that can be accessed by ARIS Cloud Controller (ACC).

    For example: d:\ojdbc<number>.jar.

  2. Start ARIS Cloud Controller (ACC).
  3. Stop the server runnables. Enter:

    stopall.

  4. Provide the JDBC driver using the enhance command. If you have blanks or special characters in the path, you must put it in quotes and use a double backslash instead of a single slash.
  5. Example:

    enhance abs_l with webappsClasspath local file "d:\\ojdbc<number>.jar"

    The file has been made available. The source file can be deleted.

  6. Start the server runnables. Enter:

    startall

The driver is available.