I've attempted to implement mirroring between two databases on separate servers. The database names are exactly the same but I've been receiving the following error:
Alter failed for Database 'databasename'. (Microsoft.SQLServer.Smo) An exception occurredwhile executing a Transact-SQL statement or batch. (Micrsoft.SqlServer.ConnectionInfo)
The remote copy of database "databasename" does not exist. Check the database name and reissue the command. (Microsoft SQL Server, Error:1448)
Software/Hardware used:
ASKED:
November 24, 2008 7:57 PM
UPDATED:
November 25, 2008 10:10 PM
The database was in a recovery state, I ran a full restore with no recovery.
Have you verified that you can connect to the remote sql server instance? Check ports and verify that you can communicate from one to the other. Also are you running transaction log dumps on the primary? If so then be sure to apply all of those dumps before setting up the mirror.