Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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