我在Azure服务总线有问题 – 在前提下。 我有一个应用程序来处理我的On Premise Service Bus队列,我需要testing该应用程序的更新,以确保我们不会丢失队列中的任何项目。
我的问题具体是,如何将Microsoft Service Bus 1.1内部部署,数据库还原到我的开发计算机以在处理器应用程序中testing我的更新。
我尝试在这个文档中的所有选项: 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
我检查了我的连接string,都是正确的。
任何帮助?