posted @ 2008-12-03 16:49 鸡尾虾的壳 阅读(129) 评论(0) 推荐(0) 编辑
摘要:
部署包含odx的dll, 需要把orchestration unlisted,否则dll无法更新。 如果dll中包括property schema,并且被包含odx的project引用,也需要采用unlisted动作才能使部署生效。 Bindling File的Orchestration Segment中的TrackedSchemas列举了所有与Orchestration关联的schema。 阅读全文
摘要:
Context Property一般在Adapter, Pipeline中Promote。在Orchestration中,对ContextBase Property的赋值是Write,而不是Promote,这样的属性不能作为Route Filter。 Correlation Set中的Property是自动Promote的。在Send Shape中,Initialize Correlation S... 阅读全文
posted @ 2008-12-03 16:39 鸡尾虾的壳 阅读(163) 评论(0) 推荐(0) 编辑
摘要:
Orchestration Receive Shape Filter: MessageContextPropertyBase类型的Property;设计时状态;包括系统级,当前Project和引用dll中包括的所有Context Property。 Send Port Filter:MessageDataPropertyBase或者MessageContextPropertyBase类型的Prop... 阅读全文
posted @ 2008-11-21 11:06 鸡尾虾的壳 阅读(230) 评论(0) 推荐(0) 编辑
摘要:
如果EMS Server Restart,那么Adapter无法发送消息或者接受消息。事实上,当EMS Server down时,Adapter与它的TCP连接已经中断。而且,retery, retry interval属性对解决上面的问题没有任何帮助。 据MS Production Team的说法,Adapter固定retry 5次,每次的时间间隔很短。Retry结束后抛出异常。当EMS Se... 阅读全文
posted @ 2008-11-17 17:31 鸡尾虾的壳 阅读(158) 评论(0) 推荐(0) 编辑
摘要:
结构:Filter-->Group-->Statement。Group与Group之间表示或者关系。同一Group中的Statement之间表示并且关系。 Statement由"Property","Operator","Value"三个要素组成。 在UI上,假设A,B,C表示3个filter条件,那么(A||B)^C的逻辑关系无法表示出来。 阅读全文
posted @ 2008-11-12 17:40 鸡尾虾的壳 阅读(192) 评论(0) 推荐(0) 编辑
摘要:
Biztalk Adapter for Tibco EMS支持header property。只支持内建的TibcoEMS.Destination等属性。这些属性是只读的。在Orchestration中,给这些属性赋值不改变原值,engine会把它作为header property对待。 根据http://msdn.microsoft.com/en-us/library/aa560532.aspx... 阅读全文
posted @ 2008-11-07 11:17 鸡尾虾的壳 阅读(188) 评论(0) 推荐(0) 编辑
摘要:
ACK/NACK消息与触发它们的源消息是相互独立的,但是它们的Interchange-ID属性值是相同的。而且,源消息的MessageBase类型,以及定制的ContextBase类型的Property在ACK/NACK消息中都得到了保留。 对于outbound消息的属性不做保留。 阅读全文
posted @ 2008-11-04 16:57 鸡尾虾的壳 阅读(160) 评论(0) 推荐(0) 编辑
摘要:
Acknowledgement消息:消息从MessageBox到Port的发送可能成功,可能失败;成功时,系统发布ACK消息;失败时,系统发布NACK消息。 实现方法:在Pipeline中,Promote下面的属性 inmsg.Context.Write("AckRequired","http://schemas.microsoft.com/BizTalk/2003/system-prop... 阅读全文
posted @ 2008-10-31 17:01 鸡尾虾的壳 阅读(158) 评论(0) 推荐(0) 编辑