将 Windows Server 服务总线数据库从服务器还原到本地计算机

将 Windows Server 服务总线数据库从服务器还原到本地计算机

我在 Azure 服务总线 - 本地方面遇到了麻烦。我有一个处理本地服务总线队列的应用程序,我需要在该应用程序上测试更新,以确保我们不会丢失队列中的任何项目。

我的问题具体是,如何将 Microsoft Service Bus 1.1 On Premise 数据库恢复到我的开发机器以在处理器应用程序中测试我的更新。

我尝试了本文档中的所有选项:https://msdn.microsoft.com/en-us/library/dn441405.aspx,但总是收到以下错误:

Restore-SBFarm : A network-related or instance-specific error occurred while
establishing a connection to SQL Server. The server was not found or was not
accessible. Verify that the instance name is correct and that SQL Server is
configured to allow remote connections. (provider: SQL Network Interfaces,
error: 26 - Error Locating Server/Instance Specified)
No linha:1 caractere:1
+ Restore-SBFarm -RunAsAccount "domain\user"
-GatewayDBConnectionStrin ...
+ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (Data Source=hos...Processing=True
:String) [Restore-SBFarm], SqlException
+ FullyQualifiedErrorId : FailedToDeploySchemaToDatabase,Microsoft.Service
Bus.Commands.RestoreSBFarm

我检查了我的连接字符串并且全部正确。

有什么帮助吗?

相关内容