Re: BizTalk 2004 :: Business Rules :: firing rule on an index

Tech-Archive recommends: Fix windows errors by optimizing your registry



I've seen this problem before where the rule is added to the agenda three
times. I'd guess that your rule is evaluated for each node, and it is
returning true for all of them. What I mean is that either your rule
evaluation or action is referencing all instances somehow and therefore
firing three times. I'd try to limit your xpath, as suggested earlier, to
try and focus it on a single instance.

If you want to send a sample doc and your exported rules, I'd happily try to
update your policy to work as expected when I get a free minute.

Matt


"Carl" <czumbano@xxxxxxxxx> wrote in message
news:1133365094.042179.73880@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> The first place I'd look is the "XPath Selector" property of the node
> you're setting to true/false in the Action pane. Test the XPath against
> your docuemnt, you may find it's selecting all of the Nodes. You can
> edit the "XPath Selector" property in the XML Schemas tab of the Facts
> Explorer if it is.
>
> I hope this helps,
> -Carl
>


.