BizTalkCommunity / BIzTalk-GetTrackedMessage-Tool

This tools allows you to extract a message body from the BizTalk tracking database using 3 possible ways Operations DLL, SQL, and WMI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BizTalk GetTrackedMessage Tool

This tool allows you to extract a message body from the BizTalk tracking database using 3 possible ways:

  • Operations DLL
  • SQL,
  • and WMI

The application has only one form (print-screen below), and expects the following parameters:

  • The message guid of the message you want to extract.
  • The extraction type (Use Operations DLL, Use SQL, Use WMI)
  • Tracking DB server (the BizTalk server name)
  • Tracking DB name (the BizTalk Tracking database name)

BIzTalk-GetTrackedMessage-Tool

More details here: 3 ways of programmatically extracting a message body from the BizTalk tracking database

THIS TOOL IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

Credits

Thiago Almeida | Linkedin

About Us

Sandro Pereira | DevScope | MVP & MCTS BizTalk Server 2010 | https://blog.sandro-pereira.com/ | @sandro_asp

Diogo Formosinho | DevScope | BizTalk Server Developer | https://www.linkedin.com/in/diogo-formosinho-242b221a2/

About

This tools allows you to extract a message body from the BizTalk tracking database using 3 possible ways Operations DLL, SQL, and WMI.

License:MIT License


Languages

Language:C# 100.0%