External Activator not launching application!
Hi,I am having the exact same problem, I have turned on verbose logging and still no luck.Error log doesn't appear to be showing much:6/12/2013 4:37:14 PM INFO The External Activator service is...
View ArticleSqlDependency class throws "The given key was not present in the dictionary."...
Today I ran into an issue when using the .Net SqlDependency class when calling SqlDependency.Start(connectionName, queueName). The class would throw the exception "KeyNotFound" - "The given key was not...
View ArticleAn error occurred in Service Broker internal activation while trying to scan...
After Migrating our Production database from sql 2008 to Sql 2012 SPI, our service broker queues are showing errors in the event logs. Prior to the upgrade we were not seeing any errors. We can...
View ArticleSQL Service Broker activated proc writes all print messages into SQL Error...
If any print message exists in a Service Broker activated proc, it generates a message (9724) : like The activated proc '[dbo].[reply_proc]' running on queue 'test.dbo.InitiatorQueue1DB' output the...
View ArticleSQLQueryNotificationStoredProcedure exception filling up the log
I'm seeing this exception over and over again for different users (exceptions seen via SQL Profiler). Any idea/clues as to where these are coming from and why? ExceptionThere is already an object...
View ArticleAn error occurred in Service Broker internal activation while trying to scan...
Hello!We recently upgraded some of our servers from SQL Server 2008 R2 to SQL Server 2012. Since that point, I have noticed the following error repeatedly in the error logs:Date 6/7/2013 10:22:09 AM...
View ArticleSQLQueryNotificationService-GUID running on queue...
I have gone through many threads which advocate the above problem is may be due to insufficient privliges OR a falsy setup of broker service.I have checked the articles which present solution i.e...
View ArticleMessage in transmission_queue with error although security context is right
Hi,I'm testing the dialog sample from "TSQL Programming" book, sending a message from one db to a target that is on a different db in the same instance. As expected, the transmission_queue shows the...
View ArticleError using RECEIVE with xml
I have a Stored procedure that acts upon a queue with the following code:DECLARE @message_body as XML, @MessageTypeName as varchar(256), @ConversationHandle as UniqueIdentifierWAITFOR (RECEIVE TOP (1)...
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 ArticleUsing SQL Broker Service for One way messaging
Hi AllI am novice to SQL Server Broker Service. I am trying to use the Broker service In one way messaging fashion. That means client application send message to queue and using internal activation on...
View ArticleMessage ordering in load balanced environment
HelloIs it possible to have message ordering when using load balanced workload.Simplistic scenario would be:2 IIS , each server installed with Sql Service Broker1 common storage could be sql server /...
View ArticleService Broker External Activator not functioning
Hi,I have created an Audit.exe application. This application will poll the data from a table in DatabaseA to another table in DatabaseB. Audit.exe runs successfully on a ServerC.Now I install the...
View ArticleExternal Activator not launching application!
Hi,I am having the exact same problem, I have turned on verbose logging and still no luck.Error log doesn't appear to be showing much:6/12/2013 4:37:14 PM INFO The External Activator service is...
View ArticleService Broker with WebService (WSDL)
Hello, We have developed a webservice (WDSL) that creates and manages mailboxes. This webservice (WDSL) works fine from our current ASP.NET website. We now want to avoid that users have to wait on the...
View ArticleExpress Edition as sender and reply to
HelloTrying to get my head around this Sql Service Broker.It's called a dialog and I guess that is exactly what I would like, but... My scenario:1 initiator and 1 target, two different servers.I've...
View ArticleService broker not sending message from target database
Hello all,i am facing a problem kindly help. the db owner of db1 and db2 is same 'sa'. when i send message from db1 its good but when i send message from db2 it never reaches and says: "An exception...
View ArticleDependency Event not firering though queue is created on the SQL server
I am trying to get my VB.net to execute some code when there is changes in a specific table.Rights on my SQL user should be right, the queue is created on the server when the Dependency.Start is run,...
View ArticleService Broker with ApplicationPoolIdentity user
Hi, I'm trying to set on IIS 7 an application pool identity to ApplicationPoolIdentity. SO is Windows 2008 R2. On IIS is hosted a web application that connects to a SQL Server 2008 R2 database and uses...
View ArticleService broker and orphaned connections
I have an application that is using the Service Broker is SQL 2008. About once a day the database's performance starts take a noticeable hit and I have determined that this is because of the Service...
View Article