Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Errorlog: The query notification dialog on conversation handle .... Expand / Collapse
Author
Message
Posted Tuesday, October 12, 2010 8:53 AM
SSC-Enthusiastic

SSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-EnthusiasticSSC-Enthusiastic

Group: General Forum Members
Last Login: Wednesday, May 15, 2013 8:18 AM
Points: 185, Visits: 750
Hello,

I've got an SQL Server instance installed whith Microsoft SQL Server 2005 - 9.00.4285.00 (X64) version, in de errorlog i've got a lot of the following errors (Errors on ERRORLOG)
I've got Service Broker configured, and the Service Brocker is configured like this:

Code of Service Broker
CREATE ENDPOINT [MyEndPoint]
AUTHORIZATION [MyDomain\MyUser]
STATE=STARTED
AS TCP (LISTENER_PORT = 14023, LISTENER_IP = ALL)
FOR SERVICE_BROKER (MESSAGE_FORWARDING = DISABLED
, MESSAGE_FORWARD_SIZE = 10
, AUTHENTICATION = WINDOWS NEGOTIATE
, ENCRYPTION = DISABLED)

Errors on ERRORLOG

Message
The query notification dialog on conversation handle '{A4E6A630-04D6-DF11-A980-001E0BC77A36}.' closed due to the following error: '<?xml version="1.0"?><Error xmlns="http://schemas.microsoft.com/SQL/ServiceBroker/Error"><Code>-8470</Code><Description>Remote service has been dropped.</Description></Error>'.

Can you help me on how troubleshoot this quetion?
Is the service broker not well configured?
Is there anything else that i can send you?

Thanks and regards,
JMSM :)
Post #1002895
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse