Checking the AgilePoint Server log files

AgilePoint Server creates and maintains log files to store certain informational, warning, and/or error messages about the server and the workflow engine. These log files are created automatically, and named based on the date and time each file was created.

To enable AgilePoint Server debug mode, you must modify the "netflow.cfg" file located in the AgilePoint Server directory (e.g. "C:\AgilePoint\AgilePointServer\" or "C:\Inetpub\wwwroot\AgilePointServer\").

Add the debug attribute to the server element in the "netflow.cfg" file (as shown below):

<server
    eventCap="50"
    workingCap="50"
    maxLoop="50"
    swapoutTime="60"
    debug="true"
    archiveTime="180"
    assemblyPath="C:\Inetpub\AgilePointSite\TuscaSampleApplication\bin">

To access the logs, simply view the relevant file(s) using a text editor. The files are located within your AgilePoint Server folder at:

…\AgilePointServer\log\*.*