Re: Can't start mirroring
- From: Ekrem Önsoy <ekrem@xxxxxxxxxxxx>
- Date: Wed, 28 Nov 2007 16:27:51 +0200
Not setting mirror database' s recovery state as norecovery is one of the reasons of this problem. If it does not apply to your situation, then:
Are your Logins identical on your Principal and Mirror SQL Server Instances? Are they member of sysadmin fixed server role? If not, how did you configured your Logins?
Are your SQL Server servers members of a domain? If so, use domain accounts for your SQL Server service accounts.
--
Ekrem Önsoy
"Fabio Gava" <esa_ud@xxxxxxxxx> wrote in message news:%232fCqgcMIHA.4948@xxxxxxxxxxxxxxxxxxxxxxx
Ekrem Önsoy wrote:Fabia,
It raises that error because you did not restore your database on the
mirror server in norecovery mode.
No, I did it correctly, also if I'm afraid of the "(in recovery)" label that apper close to the DB name in Management studio. Is it normal behaviour?
I tried also with a T-SQL procedure I found here:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=67626
Skipping the witness part, since I don't have any.
It fails on:
ALTER DATABASE M2
SET PARTNER = 'TCP://HP02:10112'
GO
again, with error:
Msg 1418, Level 16, State 1, Line 1
The server network address "TCP://HP02:10112" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational.
while the counterpart on HP02 (the mirror) correctly executed.
-f
.
- Follow-Ups:
- Re: Can't start mirroring
- From: Fabio Gava
- Re: Can't start mirroring
- From: Fabio Gava
- Re: Can't start mirroring
- References:
- Can't start mirroring
- From: Fabio Gava
- Re: Can't start mirroring
- From: Ekrem Önsoy
- Re: Can't start mirroring
- From: Fabio Gava
- Re: Can't start mirroring
- From: Ekrem Önsoy
- Re: Can't start mirroring
- From: Fabio Gava
- Can't start mirroring
- Prev by Date: Re: Can't start mirroring
- Next by Date: Re: No Maintenance plan
- Previous by thread: Re: Can't start mirroring
- Next by thread: Re: Can't start mirroring
- Index(es):
Relevant Pages
|
Loading