Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mahajanakhil1985
Yak Posting Veteran
71 Posts |
Posted - 2010-09-07 : 11:49:38
|
I am trying to mirror a database using Management Studio.When everything is done and I click on "Start Mirroring', then I get the following error message after some time.The server network address "TCP://CTX-2008.ent.test.com:5022" 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. (.Net SqlClient Data Provider)I have downloaded 'portqry' utility from Microsoft's website and observed that the requires ports are open and their status is 'listening'. The steps that I have followd are:1. Restored a backup of principal database with 'no recovery' option.2. Then restored the backup of transaction log with 'no recovery' option.3. Then used Management Studion to configure mirroring.On our domain, I have been able to setup "mirroring" but on a test domain with two machines, I am facing this error.On test domain, 'select * from sys.database_mirroring_endpoints' returns the expected results.Is there anything else that I could do to resolve this error? |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2010-09-07 : 12:48:17
|
Just an idea:On the server that can't be reached go into Configuration manager and see if protocol TCP/IP is enabled. No, you're never too old to Yak'n'Roll if you're too young to die. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
mahajanakhil1985
Yak Posting Veteran
71 Posts |
Posted - 2010-09-08 : 10:48:10
|
Thanks!everything suggested by webfred and tkizer already tried. Is there anything else that I can do? |
|
|
mahajanakhil1985
Yak Posting Veteran
71 Posts |
Posted - 2010-09-08 : 12:37:23
|
Following is the output that I get when I check the ports from one machine from another. I get the similar output in vice-versa case. C:\PortQryV2>PortQry.exe -n ctx -e 5022Querying target system called: ctxAttempting to resolve name to IP address...Name resolved to 101.91.0.33querying...TCP port 5022 (unknown service): LISTENINGC:\PortQryV2> |
|
|
mahajanakhil1985
Yak Posting Veteran
71 Posts |
Posted - 2010-09-09 : 05:46:50
|
Please help me out in solving this. |
|
|
mahajanakhil1985
Yak Posting Veteran
71 Posts |
Posted - 2010-09-10 : 05:38:47
|
Any updates to this?? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Hermosavnv
Starting Member
2 Posts |
Posted - 2013-07-08 : 04:01:20
|
unspammed |
|
|
|
|
|