Archive Database Configuration in netflow.cfg
To configure archive database information from AgilePoint Server, do the procedure in this topic.
Archive database information is configured in the <archive> node of the AgilePoint Server configuration file netflow.cfg.
Prerequisites
How to Start
- On the AgilePoint Server machine,
in a text editor, open the file
netflow.cfg:
(AgilePoint Server instance installation folder) C:\Program Files\AgilePoint\AgilePointServerInstance\netflow.cfg
XML Node Format
<archive
Vendor="[database technology]"
connectionString="[connection string of the archive database]"
/>
XML Node Example
<archive
Vendor="MSSQLDatabase"
connectingString="application name=AgilePoint Server Archive;
connection lifetime=5;
server=DESKTOP-GM461C9;
database=APDefaultDB2;
trusted_Connection=yes"
/>
Attributes
Field Name | Definition |
---|---|
Vendor |
|
Connection String |
|