BizTalk Server 2004 PowerToys by Erik Leaseburg

Reference: https://blogs.msdn.com/luke/articles/365678.aspx 
Document by Erik Leaseburg

 

BizTalk Server 2004 PowerToys

Get your BizTalk PowerToys now! Erik Leaseburg, a consultant with Microsoft Premier Services for the past five years and an expert in BizTalk Server, has collected the best PowerToys on the Web! Here they are!

Do you have a suggestion for a BizTalk Server PowerToy? Contact us!

Development PowerToys

Delimited File Schema Generator
https://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=b191423e-5db7-45aa-bf8c-3a38569cfafe
Generates a BizTalk flatfile schema from a well-formed character delimited flatfile.

Adapter Wizard
https://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=d3ac121c-8963-4735-b5e1-fc83b02f57c1
Wizard for creating custom send, receive, request-response and solicit-response adapters using the common adapter base classes and interfaces.
Webcast:  https://www.placeware.com/cc/microsoft/view?id=JUPBAG-37&pw=35DKTQ

Pipeline Component Wizard
https://www.gotdotnet.com/Workspaces/Workspace.aspx?id=1d4f7d6b-7d27-4f05-a8ee-48cfcd5abf4a
Wizard to quickly build custom send and receive pipeline components.

Pipeline Testing Tools
<Installation Path>\SDK\Utilities\PipelineTools
The pipeline tools supplied with the Microsoft® BizTalk® Server 2004 Software Development Kit (SDK) enable you to verify that a pipeline is functioning correctly without having to configure the BizTalk Server environment, such as send/receive ports. You can also use the pipeline tools to:

  • Debug third-party pipeline components outside of the server environment.
  • Diagnose parsing engine error messages.
  • Experiment with different schemas without the burden of compiling, deploying, undeploying, and recompiling.
  • Explore flat file and XML assembler/disassembler behavior.
  • View disassembler output and discover which message context properties are promoted and their values.
  • Run send/receive pipelines without disassembler and assembler components (for example, you can view the output of the S/MIME decoder).
  • Make fine-grained performance measurements of the pipeline alone (rather than the entire messaging subsystem)

Configuration/Management PowerToys

BizTalk Assembly Viewer
<Installation Path>\Developer Tools\BtsAsmExt.dll
Register this windows explorer extension using regsvr32 "C:\Program Files\Microsoft BizTalk Server 2004\Developer Tools\BtsAsmExt.dll" to:

  • View the types in BizTalk assemblies and their attributes
  • Add and remove assemblies from the GAC
  • Search for BizTalk artifacts using View -> Explorer Bar -> BizTalk Server Search from the Windows Explorer menu 

BizTalk Subscription Viewer
<Installation Path>\SDK\Utilities\BTSSubscriptionViewer.exe
The BTSSubscriptionViewer shows how BizTalk is matching the subscribers (Orchestrations and Send Ports) to items published/delivered to the MessagBox to view and troubleshoot binding, subscription and delivery issues. 

BizTalk Management Tool
https://www.gotdotnet.com/workspaces/workspace.aspx?id=992ca223-553c-475a-ac87-da7ae2c9016a
A single tool for efficiently managing BizTalk deployment, configuration and administration tasks normally performed across 3 separate tools: BizTalk Explorer, BizTalk Server Administration and Health and Activity Tracking (HAT)
Webcast:  https://www.placeware.com/cc/microsoft/view?id=JUPBAG-41&pw=35DKTQ

BizTalk Configuration Documenter
https://www.gotdotnet.com/workspaces/workspace.aspx?id=41c1faa9-13a6-478b-af81-d87ca946a222
This tool creates compiled help (*.chm) and Word 2003 XML files to quickly document the many artifacts (hosts, ports, orchestration diagrams, schemas, maps, pipelines, adapters, rule engine vocabularies and policies, and more) and their dependencies within a Biztalk Server 2004 environment.
Webcast:  https://www.placeware.com/cc/microsoft/view?id=JUPBAG-42&pw=35DKTQ

Monitoring/Performance PowerToys

BizTalk Performance Monitor Counters
<%SystemRoot%>\system32\perfmon.msc (Start -> Run -> perfmon -> OK)
The messaging, TDDS and orchestration engines maintain several real-time and aggregate performance counters that are viewable within Performance Monitor. These counters can show how many messages, TDDS batches/events/records, and orchestration instances and transactions are being processed by each engine, respectively.
Definition: TDDS - Tracking Data Decode Service (A.K.A. the BAM Event Bus Service) - processes tracking data (streams) stored in a source database and persists that data in a query table format in the destination database.

BizTalk Performance Setting Tool
https://go.microsoft.com/fwlink/?LinkId=31290
The SvcClassSettings tool is used by BizTalk 2004 administrators who need a simple UI to fine tune the performance settings of XLANG/s orchestrations, InProcess Messaging hosts, Isolated Messaging hosts and the MSMQT adapter. High and low watermark, memorymark and sessionmark settings as well as the maxium receive interval can be adjusted. The included help file describes how changing each of these settings affects BizTalk’s performance.

More BizTalk PowerToys

BizTalk Competition Winners (September 2004)

  1. BizTalk Server 2004 Management Tool (Paul Somers)
    https://www.gotdotnet.com/workspaces/workspace.aspx?id=992ca223-553c-475a-ac87-da7ae2c9016a
  2. BizTalk Server 2004 UDDI Publishing Wizard (Jesus Rodríguez)
    https://www.gotdotnet.com/workspaces/workspace.aspx?id=e92cb86f-1c41-46d2-ac13-4185aec35001
  3. BizTalk 2004 Nant Deployment Template (Scott Colestock)
    https://www.gotdotnet.com/workspaces/workspace.aspx?id=d66e1651-98e5-4ef4-9158-ac030a9b8a32
  4. BizTalk TIBCO Adapter (Pallavi Narayanaswamy)
    https://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=8db5108a-7a0a-4137-b98f-de530ee8570b
  5. Scheduled Orchestration Execution (Darrin Webber)
    https://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=163b20c8-d5b9-4795-b1b9-8a775a1a7359

BizTalk Competition Entries