Debugging ABBYY Flexicapture Export to the AP API

Created by Support Team, Modified on Tue, 7 Jul, 2020 at 11:52 AM by Support Team

To debug a ABBYY Flexicapture -> AP API export

  • Check that the ABBYY Flexicapture Processing Station Windows Service is running
  • Open the ABBYY Flexicapture Processing Service application and check for errors
  • Check that WfD Accounts Payable API is online (see below for steps on debugging API)


To check that the WfD Accounts Payable API is online

  • Navigate to http://<servername>/wfdapi/swagger and confirm that the swagger UI appears
  • Go to C:\wfd\web-api\live and open appsettings.json. Set EnableVerboseLogs = true
  • Open IIS from the Windows Start Menu and go to  Application Pools  -> wfd-live and press recycle
  • This will then cause log files to be generated in either the SQL Database or FileStorage folder that has been configured in the appsettings.json file

    Example SQL Query


SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT *
FROM [Logs]
WHERE [Level] IN (
    'Warning',
    'Error',
)



IMPORTANT! The WfD AP API generates a lot of logging output. It is important to remember to set EnableVerboseLogs to false once the debug session has finished to ease the growth of the both the SQL datbase and\or the local file system.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article