【发布时间】:2011-08-08 15:58:32
【问题描述】:
我们有一个生产数据库,其中服务代理被禁用。 我们有一个记录每个备份/恢复操作的分析器。我在其跟踪中找不到任何还原操作。 除了要禁用服务代理的数据库还原之外,还有其他原因吗?
请注意,此数据库使用高可用性和见证服务器进行镜像。在错误日志中,我可以找到
2011-07-29 09:00:52.53 spid25s Error: 1479, Severity: 16, State: 2.
2011-07-29 09:00:52.53 spid25s The mirroring connection to "TCP://DB84200:5022" has timed out for database "XXX" after 10 seconds without a response. Check the service and network connections.
2011-07-29 09:00:53.05 spid24s Database mirroring is inactive for database 'XXX'. This is an informational message only. No user action is required.
2011-07-29 09:00:53.72 spid24s Error: 1404, Severity: 16, State: 6.
2011-07-29 09:00:53.72 spid24s The command failed because the database mirror is busy. Reissue the command later.
镜像失败可以禁用服务代理吗?或者可能是相反的:镜像失败,因为服务代理被禁用?
任何解决此问题的建议将不胜感激!
【问题讨论】:
标签: sql-server-2005 mirroring service-broker