SQL Service Broker 2012: the connection was closed by the remote end, or an...
Anyone can help with the below issue please? Much appreciated.We have about 2k+ messages in sys.transmission_queueTelnet to the ports 4022 is working fine.Network connectivity has been ruled out.The...
View ArticleService Broker not responding to initiator and messages get stuck in...
We keep having an outage roughly once a week where the messages get stuck in the transmission queue. We have got 2 application servers that sends messages to a database. The app servers are...
View ArticleHow to ignore service broker option for database deployment on always on server
We have setup service broker on our always on database. However, when we are trying to deploy database (sqlproj), deployment script tries to disable broker and fails, as database is part of always on...
View ArticleQuestions about SQLDependency
I am trying setup SQL dependency on local machine using SQL express, and i have following questions1>Does SQL dependency works with SQLExpress or do i need full SQL Server?2>On local machine, The...
View ArticleSend Email using service broker
Hi,i have a service broker application that i send message to the queue and a specific SP reads the message and process it, part of this processing is sending the information found on that message to a...
View Articleerror with SQL syntax
I'm trying to get onto a website i could normally get into but all it says is thisyou have an error in your SQL syntax;check the manual that corresponds to your MySQL server version for the right...
View ArticleSQL Notification Firing Erratically
Hello everyone and thanks for your help in advance. I am wokring on a SignalR application. Within the hub, I have the following code: Private Sub dependency_OnChange(sender As Object, e As...
View ArticleExternal Activator not launching Application
HelloI am setup an External Activator solution . I think I got everything as it should be, but the application is just not launching on the QUEUE_ACTIVATION eventExternal Activator service start...
View ArticleA database user associated with the secure conversation was dropped before...
Hi. I was repeatedly receiving this error message in a SQL Server 2008 Error Log:A database user associated with the secure conversation was dropped before credentials had been exchanged with the far...
View ArticleAll methods of change notification are based on a periodic queries of...
Dear Gurus!I need in silverlight application system of notification about changes in mssql database.I have try to use service broker, but met the problem - when service wait notification - ria services...
View ArticleService broker message stuck in Transmission Queue
Hi,I have a fairly simple Service Broker set up to send messages between 2 DBs within the same instance. Since there is no cross-networking here, I did not set up any routes. So I have a SendQ...
View ArticleWcf ria services - how to realise notification about changes in the database
Dear Gurus!Is there in wcf ria services any built-in mechanism for notification about changes in the database?
View ArticleCan't stop service
Dear Gurus!I create service with next code: public void AddEventChanges() { lbNames.Items.Clear(); SqlDependency.Stop(connectionString); SqlDependency.Start(connectionString); using (SqlConnection...
View ArticleNotification does not always fires
Dear Gurus!I use VS 2012 and silverlight project in c#. I am trying to make the event notification system with using signalR.On the server side I want to use service broker - start notification and...
View ArticleSQL Server Service Broker Updating Stored procedure
how can you update the service broker stored procedure. when i update the stored procedure the changes dont come into affect. i have tried to alter the queue, waited for all jobs to finish, but some...
View ArticleNotify Operator Task not sending email, Database mail works fine, Added...
SQL Server 2008 R2, Latest Updates. I added a Service Broker that has Alerts and Notifications in it. In adding the service broker I had to go into the Agent Properties, Alert System, enable mail...
View Articleserver guid value
is it required to change the server guid value for a database that is being attached to a newer instance of sql? I didn't think so, but what I'm finding is that the broker infrastructure does not...
View ArticleService Broker External Activator Service stuck in "Stopping" mode after...
Hi,We are using the Service Broker External Activator Service and we've come across an error involving runtime checkpointing and the process not being able to access the EARecovery.rlog file.. it goes...
View ArticleLog files full of service broker errors, but it works OK
We have a C# web application that is using SQL dependency to expire cached query data. Although everything is working okay we are seeing a lot of errors being generated particularly in our production...
View ArticleCan service broker work between SQL Server 2008 and 2012, ssbdiagnose...
Hello, We have a setup of three applications that sends and receive messages using Service Broker. One part is on a server, we'll call 'S' have Microsoft SQL Server 2008 (SP3) - 10.0.5512.0 (X64) The...
View Article