
Signature
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP
Hello Geoff,
Thank you for your info.
I got the following error once I start the mirroring:
TITLE: Database Properties
------------------------------
An error occurred while starting mirroring.
------------------------------
ADDITIONAL INFORMATION:
Alter failed for Database 'BESMgmt'. (Microsoft.SqlServer.Smo)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.3042.0
0&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationEx
ceptionText&EvtID=Alter+Database&LinkId=20476
------------------------------
An exception occurred while executing a Transact-SQL statement or batch.
(Microsoft.SqlServer.ConnectionInfo)
------------------------------
The mirror database, "BESmgmt", has insufficient transaction log data to
preserve the log backup chain of the principal database. This may happen if
a log backup from the principal database has not been taken or has not been
restored on the mirror database. (Microsoft SQL Server, Error: 1478)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.3042&
EvtSrc=MSSQLServer&EvtID=1478&LinkId=20476
------------------------------
BUTTONS:
OK
------------------------------
Here is what I did:
1. make a full back of BESMGMT database.
2. restore the database with no recovery option on mirroring server
3. establish mirroring using SQL studio manager
4. all three database servers has the same domain account as sql service
account.
any idea?
> You can use any paid SKU of SQL Server 2005 or higher (workgroup, standard,
> enterprise) as a witness server. The actual workload of the witness task is
[quoted text clipped - 15 lines]
> >
> > Thanks.
Linchi Shea - 02 Jul 2009 19:22 GMT
I'd try to re-sync the mirror database with another full database backup. 95%
of the time, this is because the copy on the mirroris not up to date.
Linchi
> Hello Geoff,
>
[quoted text clipped - 65 lines]
> > >
> > > Thanks.
EX Admin - 02 Jul 2009 19:46 GMT
FYI...
I am able to establish mirroring by recreating database from scratch, backup
and restore.
thank you very both of you for prompting help!
> I'd try to re-sync the mirror database with another full database backup. 95%
> of the time, this is because the copy on the mirroris not up to date.
[quoted text clipped - 70 lines]
> > > >
> > > > Thanks.
Linchi Shea - 02 Jul 2009 19:24 GMT
BTW, the main requirement for the witness is its availability. When it comes
time for a automated failover, that witness server better be there tohelp
determine the quorum.
Linchi
> Hello Geoff,
>
[quoted text clipped - 65 lines]
> > >
> > > Thanks.