The next release of BizTalk Server will be called BizTalk Server 2010 R2 and will focus on three primary themes:

• Platform Support – Helping customers stay up-to-date with the latest platforms.
• Improved B2B – Agile alignment to industry standards and continued investments in performance improvements.
• Ready for the Cloud – Enabling customers to take advantage of the benefits of cloud computing.

Yes, ready for the Cloud.

posted @ 2011-11-22 14:57 upzone 阅读(31) 评论(2) 编辑

Passed MS BI Certification: 70-448

posted @ 2011-10-25 16:39 upzone 阅读(18) 评论(0) 编辑

Passed 70-595 exam

 

posted @ 2011-08-10 17:10 upzone 阅读(27) 评论(2) 编辑

BizTalk’s future

With Microsoft’s push to the cloud people are publicly wondering about the amount of R&D investments being made in “traditional” on-premiss server software. Microsoft is making a big bet on cloud computing and they *will* succeed. Looking at BizTalk Server specifically, and Microsoft integration middleware in general I can tell you this:

In the past couple of years, Microsoft faced three major hurdles in the adoption of BizTalk Server:

1. Low latency challenges. This prohibited BizTalk being used in people facing applications.

2. .Net developers

3. The “two workflow engines” story

The first is commonly known. Until BizTalk 2010 you had to go into the Management Database to tweak some settings in order to accomplish lower latency scenarios. It still meant a minimum of 50ms for every persistence point, but for most scenarios it was okay. This could however not be combined with high throughput scenarios. Until BizTalk 2010, where these tuning settings can now be performed at the host and host instance level providing for combinations of low latency and high throughput solutions. But still…. every message goes at least once to the MessagBox database…

The second is probably less commonly known, but it is a fact that the “.Net developer” is the greatest BizTalk Server competitor. Why buy this stuff if you can build it yourself?

The third is also more and more known; why do we have two separate technologies and engines for handling human (WF) and system workflows (XLANG).

Together with the push to the cloud, this has resulted in some smart people at Microsoft coming up with a new architecture to make all of the above possible and satisfy everyone: one integration middleware architecture that enables development, deployment and management of integration solutions with one set of tools and which can be deployed in the Cloud and on-premises (Server or Appliance).

Watch for some cool stuff being released in the coming period. Some of it already has been released, such as this week’s CTP release of composite apps in Azure.

It will probably take them a couple of years until this all proves to work out well, but I’m confident they’ll manage. And for us integration specialists it will become better and better, because integration won’t go away and the architecture and tools will help us architect, design and build better integration solutions and at the same time bring new possibilities thanks to the cloud. This will be a real paradigm shift!

Cheers! Gijs

 

FW:

http://www.indafield.com/BizTalkNotes/2011/06/22/biztalks-future/
posted @ 2011-06-23 14:05 upzone 阅读(34) 评论(0) 编辑
posted @ 2011-06-10 13:47 upzone 阅读(65) 评论(0) 编辑
摘要: 远程桌面访问Matlab的方法方案一:一般情况下,matlab程序是不能在远程桌面的远程计算机上直接运行的,双击图标会产生Terminal Licence Limited类似的问题,类似的软件据说还有Modelsim,解决方法是用Windows NT兼容模式运行程序,操作:在matlab快捷方式上右键,依次选择属性,选择兼容性,选择用Windows NT4.0兼容模式运行程序,确定。方案二: 从实验室离开时启动matlab,这样在远程桌面时就可直接使用了。不过这样matlab就一直不能关掉,占用很多资源。而且每次离开时也很难记得打开。方案三:自从windows开始集成远程桌面功能以来,估计很少阅读全文
posted @ 2011-01-11 21:43 upzone 阅读(107) 评论(0) 编辑
摘要: TITLE: BizTalk Server 2006 Administration Console------------------------------Could not store transport type data for Primary Transport of Send Port '***_SendPort' to config store. Primary SSO Server '*****' failed. Cannot perform encryption or decryption because the secret is not available from th阅读全文
posted @ 2011-01-05 09:36 upzone 阅读(41) 评论(0) 编辑
摘要: Problem:The adapter failed to transmit message going to send port "SAP_Find_SO" with URL "http://abc:8080/abc/salesorderservice.svc". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.ServiceModel.Security.MessageSecurityException: The HTTP request is un阅读全文
posted @ 2010-12-10 21:59 upzone 阅读(135) 评论(0) 编辑
摘要: y=x3+3>>x=[0:0.001:100];y=power(x, 3)+3;plot(x, y), grid on阅读全文
posted @ 2010-10-22 10:17 upzone 阅读(19) 评论(0) 编辑
摘要: Visual Studio Install New Project Template For example, I want to install EP prj template: AxWebProject.zip Copy AxWebProject.zip zip file into this folder C:\Program Files\Microsoft Visual Studio 9....阅读全文
posted @ 2010-09-10 16:42 upzone 阅读(44) 评论(0) 编辑