In this blog post, let’s learn about the error message “41122 – Cannot failover availability group ‘%.*ls’ to this instance of SQL Server. The local availability replica is already the primary replica of the availability group. To failover this availability group to another instance of SQL Server, run the failover command on that instance of SQL Server. If local instance of SQL Server is intended to host the primary replica of the availability group, then no action is required.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
41122 – Cannot failover availability group ‘%.*ls’ to this instance of SQL Server. The local availability replica is already the primary replica of the availability group. To failover this availability group to another instance of SQL Server, run the failover command on that instance of SQL Server. If local instance of SQL Server is intended to host the primary replica of the availability group, then no action is required.
Reason for the Error
To be update soon…
Solution
To be update soon…