|
![alt text][1] [1]: /upfiles/error.JPG hi team getting this error which configuring database mirroring in sql server 2008
(comments are locked)
|
|
Ramesh - if you have setup the endpoints as stated in the technet example there must be some sort of network issue outside of SQL Server. I would hazard a guess at firewall settings blocking the ports that you want to use for mirroring.
(comments are locked)
|
|
Microsoft has a couple of resources for troubleshooting database mirroring problems. Here is a short MS checklist for verifying that your database mirroring ports are enabled Make sure that...
This is part of a larger article called "Troubleshooting Database Mirroring Deployment," which is full of T-SQL scripts and database mirroring troubleshooting guidance.
(comments are locked)
|
|
what have you done to test the network between the two servers? alter database dbname set partnet='TCP://servre.local.ser:5022'
Nov 21 '10 at 02:39 AM
ramesh 1
@Ramesh - that doesn't test the network connection between the servers. You need to test the actual network connections e.g. try ping from one server to the other. As the error says, either the network address doesn't exist or the port is not accessible.
Nov 21 '10 at 03:15 AM
WilliamD
hi william, i have used to pint -t , and i am able to ping them , cartroomramesh.babu is the domain admin on both the server, but stil. i have dropped the end points and re created them with out any iissue, but still microsoft error 1418, remains the same.
Nov 23 '10 at 07:37 AM
ramesh 1
i have used this url to verify the problem http://technet.microsoft.com/en-us/library/ms179306.aspx but no result
Nov 23 '10 at 07:40 AM
ramesh 1
(comments are locked)
|
|
Have you tried IPs rather than names?
(comments are locked)
|

