Error message during database mirroring on SQL Server 2005
TCP://Joe:5024 principal
TCP://Joe:5025 mirror
TCP://Joe:1433 witness
If I attempt to run ALTER DATABASE newdotlearn SET Partner = 'TCP://DOTMIRROR1.joe.com:5024' from the mirror, it works. When I run ALTER DATABASE newdotlearn SET Partner = 'TCP://DOTMIRROR2.joe.com:5025' from the principal, I get the error. Do you know why?



