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 |
bogey
Posting Yak Master
166 Posts |
Posted - 2007-05-30 : 17:02:00
|
Are there any problem with mirroring between sql server standard sp1 and sp2. We are doing some tests from our prod to a new server and we are getting the 1418 error |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-05-30 : 17:05:42
|
We are currently mirroring from sp1 to sp2 on multiple databases across multiple instances. We haven't encountered any errors.We upgraded the mirror site to sp2 while mirroring was there though. We'll be upgrading the other site to sp2 soon.Do you have the user error message for 1418?Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
|
|
bogey
Posting Yak Master
166 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-05-31 : 12:19:28
|
Can you telnet to port 5022 from the server that is getting this error to DBSQLP01?Tara Kizerhttp://weblogs.sqlteam.com/tarad/ |
|
|
bogey
Posting Yak Master
166 Posts |
Posted - 2007-05-31 : 13:22:54
|
Seems like doing this solved the problem.SELECT * FROM sys.tcp_endpointsthen drop the endpointDROP ENDPOINT Mirroring |
|
|
|
|
|