Create a Database Connection
- Last UpdatedJun 04, 2025
- 4 minute read
You can create a new database connection to connect to either a repository datasource or an external datasource.
To create a Database Connection for a repository datasource
-
Log on to the Enterprise Console.
-
In the Enterprise Console, click
menu icon, click Settings, and then click Database Connections.
The Connection List page appears.
-
Click New.
The New Connection dialog box appears.
-
In the Title box, type the name of the database connection.
-
In the Description box, type any additional details for the database connection.
-
Select the Connect to repository datasource check box to connect to the current repository database. A database connection for the repository datasource is successfully created and is displayed in Connection List page.
Note: The repository database password does not support special characters & ; =.
To create a Database Connection to external datasource
-
Log on to the Enterprise Console.
-
In the Enterprise Console, click
menu icon, click Settings, and then click Database Connections.
The Connection List page appears.
-
Click New.
The New Connection dialog box appears.
-
In the Title box, type the name of the database connection.
-
In the Description box, type any additional details for the database connection.
-
Clear the Connect to repository datasource check box to connect to an external database.
Note: The repository database password does not support special characters & ; =.
-
Perform the steps mentioned in the following tables.
|
Field |
Description |
|---|---|
|
Database type |
Select SQL Server or Oracle. If the database type is Oracle, ensure to install Oracle Client on your machine. |
|
Connection type |
Select either Connection string or Connection provider. |
If Connection type is Connection string
|
Field |
Description |
|---|---|
|
Server name |
Perform one of the following:
|
|
Authentication type |
Provide information on the process used to validate a user. Both Windows, and Microsoft SQL Server authentication process is supported.
|
|
User Id |
Enter the Microsoft SQL Server user ID for Microsoft SQL Server type of authentication. For Windows Authentication, User Id is disabled. |
|
Password |
Enter the Microsoft SQL Server password for Microsoft SQL Server type of authentication. For Windows Authentication, Password is disabled. |
|
Advanced settings |
(Optional). You can enter any additional connection information, such as connection timeout. For example, Connection Timeout = 20 While creating a data source for a repository, use the following custom settings to set properties for connection pool: encrypt=true; enableltm=true; connectionretrywaittime=30; maxconnectionretries=10; sqlcommandtimeout=300; where,
|
|
Database |
Perform one of the following:
|
If Connection Type is Connection Provider
|
Field |
Description |
|
Assembly path |
Enter the path of the connection dll. In a client-server environment, the dll must be present on the machine that hosts the Enterprise Console site. All requests of install and uninstall are sent to the host site.
|