摘要: EDI sender阅读全文
posted @ 2011-11-28 10:44 Patrick Yu 阅读(23) 评论(1) 编辑
摘要: Biztalk Subscriber Publisher阅读全文
posted @ 2011-11-28 10:32 Patrick Yu 阅读(31) 评论(0) 编辑
摘要: EDI代码集阅读全文
posted @ 2011-11-26 21:11 Patrick Yu 阅读(88) 评论(0) 编辑
摘要: Biztalk 经典 题目阅读全文
posted @ 2011-11-03 16:34 Patrick Yu 阅读(75) 评论(0) 编辑
摘要: Biztalk WF阅读全文
posted @ 2011-11-03 16:26 Patrick Yu 阅读(47) 评论(0) 编辑

I like hiking in the mountains during holidays.
我喜欢在假日时去登山。

中文里讲的 「登山」或是「爬山」,英文里 充其量只能说成 hike in the mountains,像我自己常会不小心说成 mountain climbing,但是 mountain climbing 这个字指的是技术攀登,也就是要用绳索辅助的那种攀岩式 (rock climbing) 的爬山方法才能称得上是 mountain climbing。所以每次当我跟老美提到我从高中到大学都一直是 mountain climbing club 的一员,众人无不瞪大了眼睛,但后来发现我所作的不过是 mountain hiking 时,大家的敬佩之意立刻转为唾弃,因为只要有两条腿、可以行走又不会太懒的人都可以 hike in the mountains。但事实上我以前也是爬过南湖大雪剑等四十馀座百岳的,每趟行程下来少则三四天,多则七八天,而且我们不只爬山,身上还要背个二三十公 斤的大背包并且还要在山上野营好几天。所以其实我应该说 "I went mountain hiking, camping and backpacking." 比较能符合实际的状况。

其实美国人在山里面进行的活动可是五花八门,像我的前任室友就酷爱 mountain biking (登山自行车), caving (爬石灰岩洞),mountain canoeing (在山涧里划独木舟) 等,而专门负责这些活动的社团在我们学校叫 ORGT (Outdoor Recreation at Georgia Tech),我想在各校应该都有类似的组织。所以呢,下次我应该跟老美说我大学时参加的是 ORNTU,(Outdoor Recreation at National Taiwan University),这样子他们或许会比较能理解我们所谓的「登山社」大概是在玩些什么东西。

posted @ 2011-11-03 15:56 Patrick Yu 阅读(67) 评论(0) 编辑
摘要: 如果是在虚拟环境下安装BziTalk2010,比如Hyper-v,记住一点,所有的服务器必须有唯一的SID。关于SID的信息,可以通过http://bbs.51cto.com/topic/thread-202076.html了解,解释的挺全面。当然,Biztalk安装文档也有说明,不过很隐蔽,顺便说一句,Biztalk的安装文档做的太差,特别是分布式安装的。可以通过下面两种办法实现:不能用copy虚拟磁盘的形式创建,一定要全新安装。如果虚拟机是导入的,导入时选择生成新的SID. 如果忘记选择了怎么办,虽然MS提供了一个修改SID工具Sysrep,最好不要用那个东西,因为会破会操作系统(机器名等阅读全文
posted @ 2011-07-10 11:06 Patrick Yu 阅读(49) 评论(0) 编辑
  • The SAP adapter is not compatible with Microsoft BizTalk Adapter 2010 for mySAP Business Suite, the previous release of the adapter. This release of the adapter does not support sending and receiving messages having schemas generated using the earlier version of the adapter.

        Biztalk 2010不再单独提供SAP Adapter支持,需要用Adapter for mySAP Business Suite。已经使用SAP Adapter可以升级到Adapter for mySAP Business Suite。

  • The SAP adapter does not support RFCs with complex parameter types, including ITAB II (hierarchical) table types.
新的SAP adapter不支持RFC里面的复杂参数类型, 包括ITAB II表类型(内表类型)。
  • The SAP adapter does not support RFCs having custom ABAP types.
        不支持自定义的ABAP类型。
  • Due to issues with timeout handling by the underlying client library, the SAP adapter does not support command and connection timeout.
        由于潜在客户端链接库关于超时的问题,SAP adapter不支持命令行和连接超时。
  • If you change the system time of the computer running the BizTalk Server host, the time is not updated automatically in the BizTalk Server host. This could lead to incorrect behavior of the inbound operations that use the receive port of BizTalk Server. As a workaround, you must restart the host instance that has a receive port, after you have changed the system time of the computer running it.
更改系统时间之后,更新后的时间不会自动更新到Bzitalk Server host。 由此可能导致采用Biztalk服务器receive port的传入操作不正确。作为临时解决方案,必须重启对应这个receive port的Biztalk host instance

posted @ 2011-07-06 10:13 Patrick Yu 阅读(71) 评论(0) 编辑
摘要: 这几天在做相关的技术选型,用XI(新名字叫PI)还是Biztalk作为集成的技术平台项目组一直没有达成共识。目前打算找一些资料说明哪些场景XI做不了而Biztalk可以做的,目前考虑了事务控制方面XI可能出现问题,XI抛出来的SOAP 1.1的web service是不支持事物的,Biztalk 抛出来的WCF可以。其他方面请大家多多建议.阅读全文
posted @ 2011-07-05 17:32 Patrick Yu 阅读(151) 评论(0) 编辑
摘要: 第一种方式采用SAP.net Connector:最新版本是3.01,不开源,不知道有没有官方的技术支持。从3.0版本开始,使用方法上开始跟2.0相差很大,不再需要生成代理类,好处是一旦SAP RFC接口做了更改,不需要重新生成代理类。凡是都有两面性,这个好处也可以看做一个缺点:如果对RFC信息比较少,你不能用代理类的方式取得参数和者返回值的数据结构。 RfcConfigParameters parms = new RfcConfigParameters(); parms.Add(RfcConfigParameters.MessageServerHost, SAP Server IP); pa阅读全文
posted @ 2011-07-05 17:15 Patrick Yu 阅读(560) 评论(0) 编辑