We tried to do a database mirroring in two differences in one SQL 2005 Std. server.
We always got this error message.
An Exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
Database mirroring error: status 1488, severity 16, state 1, string dbname. (Microsoft SQL Server, Error 1499)
I searched error code 1499 or 1488. But there is no additional information about this issue.
I think the issue maybe related to .net framework 2.0, instead of SQL server itself.
Just wonder if anyone else have the same issue before, and did you fix it?
Thanks