Forum Discussion
Mirroring cannot be restarted after stop
Hi Anonymous
Thanks for using Fabric Community.
At this time, we are reaching out to the internal team to get some help on this. We will update you once we hear back from them.
Thanks
- Anonymous2 years agoNot applicable
Hi Anonymous
The internal team replied as follows:
Its really hard to tell what's going on with out any context. We need details about the source, what tables they selected (all or a subset) - if they click on configuration - what do they see? If this is Snowflake, its possible to set it up badly, it looks all okay, and when you get to this screen things dont work.
Can you please provide these details?- Anonymous2 years agoNot applicable
hello,
I am trying to mirror data from Azure SQL database. The function was working well during in the past. Recently I stopped the repilication since I want to config the replication. I click the Configure replication buttion of mirroring interface as below pic. and I choose some of the tables, and unclick some of the tables, then click Apply Changes button.
So I see the screen like below:
It shows me 'Mirrored Azure SQL Database is stopping.'
and buttons of Start replication, stop replication, and monitor replication is set to unavailable.
- Anonymous2 years agoNot applicable
Hi Anonymous
Can you try to create a new mirrored database going to this same source? If it says the SQLDB is already Mirrored, run this on the source sql db:
EXEC sys.sp_change_feed_disable_db
Try this and let me know.
Thanks