Marcel Jeanneau
I've been trying to follow the whitepaper released by Microsoft about SQL Server 2005 Mirroring and MOSS (http://go.microsoft.com/fwlink/ LinkId=83725&clcid=0x409), but I've found that the document has a drastical error --it indicates that database mirroring session must be started from the principal server, and it must really be done from the mirror one. Ok let's pass it and move ahead (I could configure high availability mirroring with a witness server, finally) and when the backend fails over and I have to reconfigure MOSS, I follow the steps provided in the whitepaper but I can't reconnect to the Configuration Database, even though I have done
stsadm.exe -o renameserver -oldservername <SQLPRINCIPAL> -newservername <SQLMIRROR>
So I'm stuck here! I've tried to restart each and every service, restarted IIS, checked SQL Server services (mirror server active holding the active copies of the databases), I've run the MOSS configuration wizard first doing nothing but "Next .... next ..... next", then deattaching from the farm and reattaching again. Nothing. I've also tried with
stsadm.exe ¨Co setconfigdb ¨Cdatabaseserver <SQLMIRROR> ¨Cfarmuser <MYDOMAIN\MOSS_Service_Account> ¨Cfarmpassword <myFarmPassw0rd>
and get nothing. If I swith SQL roles back and use the stsadm.exe -o renameserver to reverse to the initial situation, then it works!! (MOSS back online). So what's wrong! I'm really stuck here. Two days by far.
Marcel Jeanneau