SQL Server Developer Center > SQL Server Forums > SQL Service Broker > No enabled application monitor is on behalf of queue...
Ask a questionAsk a question
 

AnswerNo enabled application monitor is on behalf of queue...

  • Tuesday, October 27, 2009 2:17 PMMark Shoemaker Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello,

    I am trying to set up external activation, and the external application doesn't ever seem to be launched.  I get the following error, which shows up in the EATrace.log:


    EXCEPTION    ERROR = 32, No enabled application monitor is on behalf of queue [my target queue name].


    Any ideas where I should be looking to find the source of the problem?  I'm not sure what it means by 'no enabled application monitor...'

    Thanks in advance.

Answers

  • Tuesday, October 27, 2009 3:54 PMPawel MarciniakAnswererUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    It means that EA has received a notification message properly, but it couldn't match it to any of the applications defined in the configuration file. Make sure all parts of the monitored queue are set in the config file properly (machine name, database name, schema name and finally queue name). Not that these names are case-sensitive. If this doesn't help, please paste the relevant section of your config file.

    Thanks,
    Pawel

All Replies

  • Tuesday, October 27, 2009 3:54 PMPawel MarciniakAnswererUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    It means that EA has received a notification message properly, but it couldn't match it to any of the applications defined in the configuration file. Make sure all parts of the monitored queue are set in the config file properly (machine name, database name, schema name and finally queue name). Not that these names are case-sensitive. If this doesn't help, please paste the relevant section of your config file.

    Thanks,
    Pawel