
Hello MS Community
I've seen already, that <INSTANCE URL>/?mi=SysTableBrowser&TableName=<TABLENAME>&cmp=USMF&limitednav=true&lng=en-us can be used to show certain tables, including DMFStagingValidationLog.
But this table only gives an overview of all project errors.
How can I get to the exact location where the error messages are stored related to all jobs of a project (Import)?
For one I'm looking for the log text log/ error message shown in: Specific Import Project > Job History > Specific Job > View Execution Log
And also the error messages within: Specific Import Project > Job History > Specific Job > View Staging data
Also I found it's possible to enable Create Error File within the Data Management Framework Parameters. But for some reason the "View Error File" is always greyed out.
My goal is to summarize all error messages related to an import project without having to go one by one.
You can use DMFDefinitionGroupExecutionHistory table via table browser and then export all rows to excel or you can use DatamanagementExecutionExecutionJobDetails Odata entity , I’ve used that with Excel and power BI