1

I have executed service broker within same instances with success. But recently I started exploring Distributed Service broker application between multiple instances without any success.

I have created two instances(both are Developer Editions) in two different systems within my domain, when I send a message from one instance to another, its not sending to receiving/target instance. When I check sys.transmission_queue, I get transmission_status as below:

An error occurred while receiving data: 
'10054(An existing connection was forcibly closed by the remote host.)'.
4

1 に答える 1

1

Profiler を他のインスタンス (接続を「強制的に」閉じているインスタンス) にアタッチし、Audit Broker Loginクラスを監視します。接続を拒否する理由を追跡します (ほとんどの場合、エンドポイントに CONNECT 許可がありません)。

また、実行ssbdiagnoseすると問題が明らかになるはずです。

ssbdiagnose runtime connect to -S <machineA> connect to -S <machineB>
于 2012-06-22T12:50:30.183 に答える