Posts Tagged: BizTalk 2009

Hotfix for BizTalk 2009 / Visual Studio 2008 Integration issues

Posted by & filed under Blog.

If you have spent any length of time working with BizTalk  server 2009, chances are you’ve probably come across number of issues with Visual Studio 2008 integration. For instance, project references between BizTalk projects raises unexplainable design-time errors in your orchestration files. These errors sometimes go away mysteriously if you recompile or resave associated files. Very annoying…
// READ MORE //

Failed to instantiate adapter "MLLP" fix

Posted by & filed under Blog.

One of our clients setup a new BizTalk 2009 server the other day and we came across a pretty weird issue. I tried to configure a new MLLP receive location, but received the following error: I figured it was due to something not being loaded properly, but shrugged it off and went to configure our…
// READ MORE //

HL7 Accelerator Schema Versioning

Posted by & filed under Blog.

One of the more frustrating curiosities I’ve encountered in developing HL7 solutions for BizTalk is the 1 schema rule for the HL7 Accelerator. Only 1 schema with the Microsoft namespace is allowed for a message type (i.e. only one http://microsoft.com/HealthCare/HL7/2X#ADT_A08_GLO_DEF ) in a BizTalk 2006 server group. This was true, even if the assemblies containing the schema…
// READ MORE //