Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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...

like image 980
Costantino Pipero Avatar asked Feb 24 '23 19:02

Costantino Pipero


1 Answers

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

like image 57
David Avatar answered May 01 '23 14:05

David