This might be a stupid questing, but im quite new in BizTalk.
I've started tracking all messages going through the system by choosing this feature in the administration console, on the actual schema.
But when I get a new message in the system I want to compare the ID of this message to those in the database? Is there any way to do this in the orchestration?
Are you tracking the whole message or just the ID?You can track just the by making it a promoted property…In any event, I think you’d need a custom query into the tracking database.I think you can use WMI – but that’s a little hard to work this.
I’d probably dig into the SQL tables in the tracking DB and see what tables I needed.Just make sure you are careful with the queries – read the blog post on Message Box Queries on the BizTalk Server Team blog for more details.
Hope this helps.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.