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

  1. On the AgilePoint Server machine, in a text editor, open the file 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 NameDefinition

Vendor

Function:
Specifies the database technology to store your data.
Accepted Values:
  • Microsoft SQL Server
  • MySQL
  • Oracle
Default Value:
Example:
<notification Vendor="MSSQLDatabase" ... />

Connection String

Function:
Specifies the connection string to connect to your archive database.
Accepted Values:
A valid connection string.
Default Value:
None
Example:
<notification connectingString="application name=AgilePoint Server Archive; connection lifetime=5; server=DESKTOP-GM461C9; database=APDefaultDB2; trusted_Connection=yes"/>

Related Topics