Friday, February 17

Notes on Upgrading from BTS 2006 to BTS 2010

One or two (or more) common but baffling errors you may come across when upgrading from BizTalk server 2006 to BizTalk server 2010


mismatched 'braces''{}' error or 'unexpected EOF' error.

This might suggest you have omitted to close some braces ({}) in your expression shapes, but it is actually a bug identified by Microsoft at this link http://support.microsoft.com/kb/2548064

Go to this link http://support.microsoft.com/kb/2573000 and click on 'View and request hotfix downloads' to request the hotfix from Microsoft (this should be emailed to you within 5 minutes after filling the form)

Download the application from the link provided in the email from Microsoft

Double-click on the exe file and extract it to a location on your computer

Close all instancs of Visual Studio and click on the exe file extracted to the location to install the hotfix


"Failed to load "" Type error on a send port

When using web references from web services to support legacy systems, you may use either a web reference message type or web reference port type in your orchestration.

This error is most likely due to the fact that you have matched a web reference message type to a logical port that is not of the same web reference port type in your orchestration, or matched a web reference port type to a message type not derived from the same web reference in your orchestration

You need to ensure that your web reference messages are matched with port types derived from the same web reference

No comments:

Post a Comment