WMI Script to Terminate Suspended Orchestration Instances

Posted by: Stephen W. Thomas, on 29 Aug 2006 | View original | Bookmarked: 0 time(s)

Are you tired of having to go into the BizTalk Admin tool to terminate any suspended Orchestration instance before you want to redeploy? Scripting this task is simple using WMI. Just create a file called Terminate.vb and copy in this code:   TerminateAllOrchs Sub TerminateAllOrchs   Query = "SELECT * FROM MSBTS_ServiceInstance where ServiceClass = 1"   Set InstSet = GetObject("Winmgmts:!root\MicrosoftBizTalkServer").ExecQuery(Query)   For Each Inst In InstSet    ...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: BizTalk | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1649 | Hits: 209

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD