Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We started a new mirrored db in fabric pointing to an on-prem SQL Server database. CDC is enabled on the db and on couple of tables (for testing). Replication starts and shows 2 selected tables but no records imported. Suddenly both tables showing Failure with message "table does not exist" after I hit few refreshes it shows Running but no records imported and then suddenly fails again. Not sure what is the issue.
Solved! Go to Solution.
Turned out cdc_capture and cleanup jobs were not created on the on-prem server for some reason, manually created those with cdc_enable_table SP, now Fabric mirroring is up and running
Hi @wanwar,
Thank you for the update. We will now proceed to close this ticket. If you have any further queries or require assistance in the future, please feel free to raise a new ticket in the community forum.
We appreciate your engagement and support.
Thanks,
Prashanth Are
MS fabric community support
Turned out cdc_capture and cleanup jobs were not created on the on-prem server for some reason, manually created those with cdc_enable_table SP, now Fabric mirroring is up and running