Un-enlisting a BizTalk MSMQ send port in batch file - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T11:27:28Z http://stackoverflow.com/feeds/question/269774 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/269774/un-enlisting-a-biztalk-msmq-send-port-in-batch-file 0 Un-enlisting a BizTalk MSMQ send port in batch file SteveC 2008-11-06T18:30:25Z 2009-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#687999 1 Answer by Bryan Corazza for Un-enlisting a BizTalk MSMQ send port in batch file Bryan Corazza 2009-03-27T00:00:13Z 2009-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>