List of default relational database connectors
A complete list of all database connectors available in Bonita for the major relational database vendors (e.g. Oracle, MySQL, PostgreSQL…).
This page lists the database connectors provided with Bonita. For some connectors there are special considerations, included in a section below.
If you are configuring a connector to a database that is the same type of database used by Bonita Engine, you are recommended to use the same driver for both, to limit possible conflicts.
Here is the list of database connectors. The links take you to sections of this page giving dedicated best practice information.
-
Ingres 10.1
-
Informix 11
-
DB2 9.7
-
PostgreSQL 8.4 or 9.2
-
h2 1.3
-
Oracle 10G or 11G
-
JDBC 4
-
AS 400
-
Datasource db query
To configure a database connector, follow the instructions in the wizard.
Teradata 14
If you are using the terajdbc4.jar
, you also need the tdgssconfig.jar
file.
Import both terajdbc4.jar
and tdgssconfig.jar
into Bonita Studio and add them to the connector configuration.
Specify terajdbc4.jar
as the active driver. To test the connector, you must specify both files. When you configure the process, specify both files in the process dependencies.
Microsoft SQL Server
Supported versions: This connector supports SQL Server 2008, 2012, 2014 and 2016.
Language encoding: MS SQL Server uses only one encoding at a time. To avoid errors when creating the database, please do the following when using alternative languages:
Define the encoding:
-
Option collation
-
Choose the language from the list
-
Save the configuration
Using a named instance: To use a named instance with your connector, you need to retrieve some information from the SQL Server Configuration Manager.
-
Go to MS SQL Server network configuration.
-
Go to Protocols for instance (where instance the name of the instance).
-
Open TCP/IP.
-
In the TCP properties, get the port number.
When you configure the connector, use this port number in the URL. For example: jdbc:sqlserver://localhost:53165
.
Sybase ASE 15
Two driver jar files are available, and the Driver and URL values to specify in the configuration wizard depend on which jar you use:
-
For
jconn4.jar
:
Driver:com.sybase.jdbc4.jdbc.SybDriver
URL: `jdbc:sybase:Tds:``host:port/database` -
For
jtds-1.3.1.jar
:
Driver:net.sourceforge.jtds.jdbc.Driver
URL: `jdbc:jtds:sybase://``host:port/database`