ESB Toolkit 2.1 error: "Could not enlist Send Port 'ALL.Exceptions'..."

4

I reinstalled the ESB toolkit using the same process (painful) that worked twice before.

But now when I go try to start the BizTalk application "Microsoft.Practices.ESB" in the BizTalk Administration Console, the application fails to start showing the following error:

Could not enlist Send Port 'ALL.Exceptions'. 
Exception from HRESULT: 0xC00CE557 (Microsoft.BizTalk.SnapIn.Framework)

I found this error message in the event log:

Unable to communicate with MessageBox BizTalkMsgBoxDb on SQL Instance [MY SERVER].
Error Code: 0x8004d00e.
Possible reasons include:
1) The MessageBox is unavailable.
2) The network link from this machine to the MessageBox is down.
3) The DTC Configuration on either this local machine or the machine hosting this MessageBox is incorrect.

SQL Server seems to be running ok. Really don't know where to start looking...

biztalk
esb
biztalk-2010
asked on Stack Overflow Jun 22, 2011 by Costantino Pipero • edited May 27, 2015 by Dijkgraaf

1 Answer

8

I had the same problem. Check out the port's filters, if the list is empty try to manually configure the filters on the port as following: ErrorReport.FailureCode - Exists Microsoft.Practices.ESB.ExceptionHandling.Schemas.Property.FaultCode - exists those are the filters that usually exists on this port and somehow disappeared.

Worked for me, hope it will work for u as well

best regards, David

answered on Stack Overflow Jun 30, 2011 by David

User contributions licensed under CC BY-SA 3.0