SQL Server Connection String Tokens - Document Transfer - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Standard - Premier - Standard

Document Transfer

Platform
OnBase
Product
Document Transfer
Release
Foundation 24.1
License
Premier
Standard

Use the following connection string tokens in the connectionString element when using a SQL Server database.

Token

Description

Data Source

The server\instance name of the SQL Server instance hosting the database.

Database

The name of the database in SQL Server.

User Id

The user name of the user account accessing the database. This is a database user account, not a user account in OnBase.

Note:

If using integrated security, the User Id token is not used.

Password

The password of the user account accessing the database. This is a database user account, not a user account in OnBase.

Note:

If using integrated security, the Password token is not used.

Integrated Security

A true or false value specifying whether to use integrated security to access the database.

Encrypt A mandatory or optional value specifying whether to only allow encrypted connections to the database server.