Hi guys,
I'm working on an integration scenario of importing ledger journals through Recurring integration framwork.
The files are posted directly to the job queue through the API by the client application and most of the time, evenrithing works and the cases when any error occurs, it's very simple to find the details about on DMF Execution logs.
Today, we faced a scenario where one of the files processing ended up in the "Pre-processing failed" status and there are no details on DMF logs about what went wrong.
I've faced scenarios like this before, but in a developer environment, where i was able to track the problem using the debugger.
The problem is that this time, we are working on an UAT environment and remote debug is not an option due the customer's compliance rules. I did some reasearch, found some probable causes for of pre-processing failures I already checked, but nothing about a way to find the exactly cause.
So, my my main question here is: Are these pre-processing failures logged anywhere by the application?
Thanks!