Hi,
My company has a system where we have a mirrored server and multiple clients communicating with that server using service broker. A new client was added recently and at first messages were being sent by the server and received by this new client. However, now the new client is neither receiving messages from the server nor is the server receiving messages from the client.
The sql logs for the client shows the error:
2008-07-21 14:05:44.28 spid14s Error: 9642, Severity: 16, State: 3.
2008-07-21 14:05:44.28 spid14s An error occurred in a Service Broker/Database Mirroring transport connection endpoint, Error: 8474, State: 11. (Near
endpoint role: Target, far endpoint address: '')
whilst the event log for the client gives:
An error occurred in Service Broker/Data mirroring transport connection endpoint Error:8471 State:2. (Near endpoint role: Initiator Far endpoint address '87.246.98.130')
An error occurred in Service Broker/Data mirroring transport connection endpoint Error:8471 State:2. (Near endpoint role: Initiator Far endpoint address '87.246.98.131')
The I.P. addresses above are those for the server and the mirror.
The brokers are running, the endpoints are running. But the transmission queues show the messages sitting there (both on the server and client) with the transmission_status column empty. The ports look to be configured correctly. We can telnet both ways. Have restarted sql server on client and endpoints on both client and server with no joy.
Any ideas.
Richard