Un-enlisting a BizTalk MSMQ send port in batch file - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T11:27:28Zhttp://stackoverflow.com/feeds/question/269774http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/269774/un-enlisting-a-biztalk-msmq-send-port-in-batch-file0Un-enlisting a BizTalk MSMQ send port in batch fileSteveC2008-11-06T18:30:25Z2009-03-27T00:00:13Z
<p>I've got a solution which I setup / cleanup using batch files ...
- there are a pair of MSMQ ports, send and receive, with another application on the end of the queues</p>
<p>I'm finding I can't properly stop the orchestration in the batch file ... the error is the send port is unenlisted
- I'm using the StopOrch.vbs script from the SDK samples</p>
<p>But I can go into BizTalk Admin Console and manually stop the orchestration with Full Terminate Ok</p>
<p>The setup / cleanup works Ok if I don't actually push any messages down the MSMQ queues</p>
http://stackoverflow.com/questions/269774/un-enlisting-a-biztalk-msmq-send-port-in-batch-file/687999#6879991Answer by Bryan Corazza for Un-enlisting a BizTalk MSMQ send port in batch fileBryan Corazza2009-03-27T00:00:13Z2009-03-27T00:00:13Z<p>Steve,</p>
<p>I would look at using a powershell script to handle terminating all the suspended messages and also shutdown the the orchestration the proper way. I believe there's a set of these scripts on codeplex if you search. Also look at the SDC MSBuilt components on complex for doing that as well.</p>
<p>-Bryan</p>