In this blog post, let’s learn about the error message “35263 – During the undo phase, a function call (%ls) to the primary replica returned an unexpected status (Code: %d). Check for a possible cause in the SQL Server error log for the primary replica. If an error occurred on the primary database, you might need to suspend the secondary database, fix the issue on the primary database, and then resume the database.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
35263 – During the undo phase, a function call (%ls) to the primary replica returned an unexpected status (Code: %d). Check for a possible cause in the SQL Server error log for the primary replica. If an error occurred on the primary database, you might need to suspend the secondary database, fix the issue on the primary database, and then resume the database.
Reason for the Error
To be update soon…
Solution
To be update soon…