July 2007 - Posts
When you try to deploy a policy within Business Rule Composer, an error encountered. Error Message: The database "172.16.0.152:BizTalkRuleEngineDb" associated with the deployment driver does not match the database "RRV2:BizTalkRuleEngineDb" specified
Read More...
There are three levels for Atomic transaction's Isolation level property: 1, Read Committed 2, Repeatable Read 3, Serializable As below illustrate: READ COMMITTED It specifies that shared locks are held while the data is being read by the transaction.
Read More...
在BizTalk Server 2006的管理平台(Administration Console)里,新增了Export/Import功能。右键点击一个Application可以导出(Export)一个策略(Policy),并且生成一个XML文件(如下图)。 奇怪的是在Import Wizard里却没有对应的Policy导入选项(如下图): 所以在Administration Console里针对Policy(XML格式)的导入/导出是不对等的,要想顺利部署一个Policy(XML格式),只能利用BRE
Read More...