Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Custom Message Tracking
- This topic has 1 reply, 1 voice, and was last updated 9 years, 3 months ago by
community-content.
-
AuthorPosts
-
-
August 28, 2008 at 4:12 AM #20521
Hi,
I’m new to BizTalk so bear with me!
We have a pre-installed/configured Biztalk implementation used for a fairly small messaging service that we are looking to log and report on message traffic. I have looked into message tracking and have a basic understanding how to turn on tracking as well as view this using HAT.
Howeve, we require to write custom reports and would need to extract this data into another table/file from the internal BizTalk Tracking Database (BizTalkDTADb). Is there an easy way to do this or is there a guide somewhere? I wouldn’t have a clue which tables to query on etc. I’ve read about using WMI but not sure how much effort is involved with this? Any help on this would be appreciated…..
Thanks
Rich
-
August 29, 2008 at 7:58 AM #20530
I would suggest taking a look at BAM (Business Activity Monitoring). BAM will allow you to configure tracking profiles to track specific elements of your data(messages). So for instance lets say that you have a PO and you have Customer Name, Address, Price etc in your message and you would like to later Report on this information then BAM is a great solution. You basically configure BAM to track these specific elements and they will be placed into the BAMPrimaryImport database. From there you get BAM Portal (out of the box). This is essentially a Web Portal where you can query your BAM repository. I will admit that BAM lacks in the area of printed reports, it is more an adhoc query tool, but since all of this data is in SQL Server and BizTalk will create the necessary views it is very easy to hook up SQL Reporting Services or even an ASP.Net application to view this info.
Part of the problem with HAT is that you need to keep your BizTalkDTADb database ‘lean and mean’ in order for optimal performance. So I would try to avoid any dependencies on this database for long term reporting needs. The other thing is that unless are querying on promoted properties, HAT wil not give you element level information since your message is essentially stored as a ‘blob’ in the database.
Here are a couple links to get you started
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.