SQL Server Connection String Tokens - Data Capture Server - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Data Capture Server Deployment Guide

Platform
OnBase
Product
Data Capture Server
Release
Foundation 22.1
License
Premier
Standard
Essential

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.