Saturday, October 31, 2009

The Messaging Engine failed to register an adapter

When we get this error:

"The Messaging Engine failed to register an adapter . Details: "Registering multiple adapter types within the same process is not a supported scenario. For e.g. HTTP and SOAP receive adapters cannot co-exist in the same process".

Probably we have at least two receive locations from different adapters in the same IIS AppPool.

We have to separate the receive locations from different adapters in different IIS application pools.

More information at:
http://technet.microsoft.com/en-us/library/aa577833(BTS.10).aspx

No comments: