May 2007 - Posts
Problem You need to map values from the source to the destination message depending on whether a logical condition evaluates to true or false. Solution Define the logical condition that the mapping actions should be based on by dragging logical functoids
Read More...
Instead of the path "<installation Drive>:\Program Files\Microsoft BizTalk Server 2006", sometimes Microsoft.RuleEngine.dll is located "<installation Drive>:\Program Files\Common Files\Microsoft BizTalk". After that, you should check if "Rule
Read More...
在Runtime阶段对BizTalk中的流程Debug是一件比较有趣的事,首先Attach Instance, 设置断点,然后一步一步执行流程,观察Message/变量/Port的变化,纠错的同时也是一种享受。 a. 首先在Call/Start流程的Shape处设置断点。 b. 执行Call/Start步骤(Ctl + G)后Right Click左边区域(Tracked Events)的对应步骤。 c. 在被调用的流程中设置新的断点,以便下次Debug时使用。 * 如果一个接收到的Message没有被后续的动作调用,在该界面你就无法看到该消息的正文
Read More...