Connection settings
On the Settings tab of a database connection point, specify these properties:
Property | Description |
---|---|
Database driver: | Select one of the supported database drivers.
See the Supported Database drivers table below. Drivers are divided into
these four categories:
Note: Expired database drivers
can still be used in existing connection points, but cannot be
selected in new connection points.
|
Database | Select how to specify the
address of the database:
|
Host Name | Specify the host name of the server that hosts the database. This field is only enabled if Basic is selected. |
Port Number | Specify the number of the port that must be used to connect to the database. This field is only enabled if Basic is selected and database driver is not DB2/400. |
Schema Name | Specify the name of the database schema to be used. For Stored Procedure type, this field is only enabled if Basic is selected and the database driver is not Oracle. |
Service Name | Specify the name of the Oracle service name to be used. This field is only enabled if Basic is selected and the Database Type is Oracle. |
SID | Select SID (deprecated) check box if Service Name should be used as schema id instead of Service Name. This field is only enabled If Basic is selected and the Database Type is Oracle. |
URL | Specify the URL of the database that contains the In-box and Outbox
tables. The URL is dependent of the database type. See the Supported
Database table for details. This field is only editable if Advanced configuration is selected. |
User Name: | Specify the user name to connect to the
database. When using SQL Server with Windows authentication, you must use Advanced. Specify a valid Windows domain user name instead of a SQL Server user name. Note: Do not include the domain as part of the user
name.
|
Password: | Specify the password to connect to the database. |
This table lists supported database types and the URL formats:
Supported Database drivers | URL format |
---|---|
SQL Server (jTDS) | Select this option to connect to a Microsoft
SQL server database using the jTDS driver. When using SQL Server
authentication on a default instance: jdbc:jtds:sqlserver://hostname:port/schemaname
When using Windows authentication, use Advanced configuration and note that the domain is specified separate from the domain user name (where required): When using a named instance there are two formats; the first format is more consistent with the URL format of the default SQL instance:
When specifying the time-out and unit is second:
|
SQL Server (Microsoft) | Select this option to connect to a Microsoft
SQL server database using the Microsoft JDBC Driver 4.0 driver. We
recommend that you use this option when connecting to a Microsoft SQL
Server setup in a cluster mode. The URL is specified in this format:
For
example, when using SQL Server authentication on a default instance
with the
When specifying login time-out use the When specifying lock
time-out use the For a complete connection URL specification of this driver, see the Microsoft documentation at: https://msdn.microsoft.com/en-us/library/ms378428(v=sql.110).aspx |
Oracle | jdbc:oracle:thin:@hostname:port number/ServiceName |
DB2 |
jdbc:db2://hostname:port/schemaname When specifying time-out and unit is second:
|
DB2/400 |
jdbc:as400://hostname;naming=system;libraries=schemaname;prompt=false |
Postgres (PPAS) | jdbc:postgresql://hostname:port/schemaname?stringtype=unspecified When specifying time-out and unit is second:
For a complete connection URL specification of this driver, see the Postgres documentation at: https://jdbc.postgresql.org/documentation/93/connect.html To use this driver in ION, the parameter |
Custom |
Select any imported custom database driver. Use the URL format as documented by the driver provider. AnySQL modeler type cannot work with all custom driver types. Only Oracle custom driver
can be used. To have the custom Oracle driver available for AnySQL
modeler the driver type name must start with
|
After setting the properties, click
. You are informed whether the test is successful and if the connection details are correct.