I am importing data from a middleware and just curious to know that the error that we receive is store internally in F&O but how can I share that error to middleware for their tracking purpose. I am aware that the job status can be queried GetExecutionSummaryStatus but it does not give any details about the error. How can error be shared to external system if we use DMF.
for recurring integrations you can retrieve the full error log from the Execution you triggered when it has completed, you just need to implement a polling pattern in something like a logic app. There is a working example here:
There is a prerequisite step to retrieve the execution ID using the message id, which I don't believe is in the documentation. Its all in the Postman example.
you can view the detailed error log within the F&O dmf project exectution details or you can query this two entities for details:
Hope this helps.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.