Hello,
we have an environment with a consolidated database using SQL Remote to service 4 remote databases. We have just set up and installed the HA option on the consolidated database and its working just fine except for one problem.
We track the time between user password changes and when it exceeds 30 days they must change their password. If a user at the consolidated database changes their password the grant connect works and is actioned on the mirror database just fine. When a remote user changes their password we use a stored procedure to execute a passthrough of the grant connect. This arrives via SQL Remote and is executed correctly on the production consolidated database but when the grant connect reaches the mirror it brings that server down with an assertion failure.
I suspect we'll have to raise a case for this but I wondered if anyone out there had encountered a similar problem before I do battle with SAP's awful website(s).
TIA, Paul