How Do I Use the AgilePoint Server Log File to Troubleshoot a Problem?

Symptoms

Sometimes a process may not be running in a desired manner that app designer may want to find our more information for the problem shooting.

Cause

Troubleshooting the AgilePoint Server.

Resolution

AgilePoint Server spools error messages and server information into the netflow.log file. This file contains valuable information that is very useful in troubleshooting AgilePoint Server. Application designer can also spool their error messages into this log file to debug their own custom code. This netflow.log file is located under the folder:

(AgilePoint Server installation folder) C:\Program Files\AgilePoint\AgilePoint Server\log

The following are sample log messages from the netflow.log where it shows a custom attribute is not set up correctly by the client's application:

Failed to find the custom attribute or property of process template stub. 
    Process='/sites/AscentnFinancialSite/EmployeeExit/EmployeeExit-2005-0003.xml#1' 
    and attribute/property name='Sybase'.
StackTrace:
at Ascentn.Workflow.Core.WFProcessInstancePropeller.FromImport(IWFActivityInstance ai)
at Ascentn.Workflow.Core.PromoteProcessInstanceEventHandler.FromImport(WFProcessInstance 
    pi, IWFActivityInstance ai)
at Ascentn.Workflow.Core.PromoteProcessInstanceEventHandler.
    PromoteProcessInstance(IWFRunner runner, WFProcessInstance instance, 
    WFEvent evt)
at Ascentn.Workflow.Core.PromoteProcessInstanceEventHandler.Execute(WFEvent evt, 
    IWFRunner runner)
at Ascentn.Workflow.Core.WFProcessRunner.ProcessEvent(WFEvent evt)