Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 High Availability
»
Mirroring Error 1479, 1474
Mirroring Error 1479, 1474
Rate Topic
Display Mode
Topic Options
Author
Message
ananda.murugesan
ananda.murugesan
Posted Wednesday, September 12, 2012 2:09 AM
SSC Eights!
Group: General Forum Members
Last Login: Today @ 10:17 PM
Points: 828,
Visits: 2,421
Hi,
OS - win 2008 R2 x64 enterprise edition
SQL - MSSQL R2 x64 enterprise edition with sp2
Pl. suggestion me, how to avoid these erroe in feature? are they required to apply any patch in sql side?
But, I am not enable any threshold like unsent log, unrestore log, commit overhead etc.. now its running system default values.
Principal server
-----------------
Message
Error: 1479, Severity: 16, State: 2.
Message
The mirroring connection to "TCP://servername:5023" has timed out for database "dbname" after 10 seconds without a response. Check the service and network connections.
Mirror server
-------------
source spid21s
Message
Error: 1474, Severity: 16, State: 1.
Message
Database mirroring connection error 4 'An error occurred while receiving data: '10054(An existing connection was forcibly closed by the remote host.)'.' for 'TCP://servername:5022'.
Post #1357831
Perry Whittle
Perry Whittle
Posted Wednesday, September 12, 2012 3:04 AM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 2:58 PM
Points: 5,242,
Visits: 11,259
are you using the default mirroring timeout value?
What is the result of the following query?
select mirroring_connection_timeout from sys.database_mirroring
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
Post #1357845
ananda.murugesan
ananda.murugesan
Posted Wednesday, September 12, 2012 3:10 AM
SSC Eights!
Group: General Forum Members
Last Login: Today @ 10:17 PM
Points: 828,
Visits: 2,421
Perry Whittle (9/12/2012)
are you using the default mirroring timeout value?
What is the result of the following query?
select mirroring_connection_timeout from sys.database_mirroring
Yes, currently default mirroring time out values.
query result
mirroring_connection_timeout = 10
Post #1357847
ananda.murugesan
ananda.murugesan
Posted Wednesday, September 12, 2012 3:42 AM
SSC Eights!
Group: General Forum Members
Last Login: Today @ 10:17 PM
Points: 828,
Visits: 2,421
I assume that DB Mirror environment is configured such a way that it utilizes synchronous mirroring without automatic failover and no wittness.
If the Mirrorred instance doesnt not receive any responses to Ping for 10 seconds from Principal and mirror server.
Pl. confirm, should I change this default value? at principal server end
ALTER DATABASE <dbname> SET PARTNER TIMEOUT 60
Post #1357864
Perry Whittle
Perry Whittle
Posted Wednesday, September 12, 2012 4:52 AM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 2:58 PM
Points: 5,242,
Visits: 11,259
it needs to account for network latency so yes change it to whatever you require
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
Post #1357885
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.