Workflow Database Configuration in netflow.cfg
To configure workflow database from AgilePoint Server, do the procedure in this topic.
The workflow database is configured in the <database> node of the AgilePoint Server configuration file netflow.cfg.
Prerequisites
Good to Know
- This is only one location where database connection strings are configured.
For more information, refer to Default Locations for Database Connection Strings.
How to Start
- On the AgilePoint Server machine, in a text editor, open the file netflow.cfg.
XML Node Format
<database
Vendor="[database technology]"
connectionString="[connection string of the workflow database]"
/>
XML Node Example
<database
Vendor="MSSQLDatabase"
connectionString="application name=AgilePoint Server;
connection lifetime=5;
min pool size=10;
server=DESKTOP-GM461C9;
database=APDB;
trusted_Connection=yes"
/>
Attributes
Field Name | Definition |
---|---|
Vendor |
|
Connection String |
|