An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @Steven Bogaers ,
Thank you for reaching out to the Microsoft Q&A forum.
This looks like the metadata synchronization process is stuck after the D365 F&O database capacity issue.
The important status values are:
TableMetadataUpdated: false
IsCompleted: false
IsSynapseArtifactsUpdateInvoked: false
NoOfAttempts: 102
The fact that new change files are still being created means the data changes are reaching the storage account, but the downstream Synapse merge/metadata processing is not completing.
I recommend the following:
Confirm that the D365 F&O database capacity issue is fully resolved and there are no ongoing capacity or throttling errors.
Check the Synapse Link monitoring/logs for errors around DataSyncMetadataProcessor.GetAllMetadataForEntitiesFromCRM.
Check whether the issue affects all tables or only specific tables.
Verify that the Synapse workspace and storage account have sufficient capacity and that the required permissions are working.
Do not manually delete or merge the change files, as this may cause data synchronization issues.
Since the process has already made 102 attempts and has been stuck for around three weeks, if there is no actionable error, I recommend opening a Microsoft support request for further investigation of the metadata synchronization state.
The main point is: change files are being generated, but the metadata update/merge stage appears to be stuck. The error from GetAllMetadataForEntitiesFromCRM would be the most useful information to identify the exact cause.