02-16-05 12:47 PM
We have an application where trace the flow of messages withing the BizTalk
server. We use BizTalkDTADb database and a trigger on dta_ServiceInstances
table. Every instance of any service(pipelines, orchestrations, ...) is
tracked here, even if the service fails(error in orchestration, pipeline).
Now we've written a unit tests and discovered that for one specific process
the service instance isn't mentioned in the dta_ServiceInstances.
If we have a map on the send port and the map throws an exception, there
isn't any appropriate record in dta_ServiceInstances! It looks like a bug,
but we can't say this for sure.
Maybe someone had the same problem, or maybe it's a BizTalk 2004 bug. Could
someone help me, please, it's very important. Thanks a lot.
[ Post a follow-up to this message ]
|