biztalk

Can someone recommend a Microsoft Biztalk HL7 Accellerator example / tutorial.

Can someone recommend a good tutorial, or example of using Microsoft Biztalk HL7 Accelerator to send and receive HL7 messages? What I can accomplish with Mirth in an hour is taking me much much longer (still not working) using Biztalk 2009 with the HL7 Accelerator. I'm just looking for general help on how to properly use the HL7 Accele...

Trying to create a certificate for BizTalk AS2 with KeyEncipherment

I'm trying to create a cert for our BizTalk team that has the Enhanced Key Usage for KeyEncipherment and Data encipherment. I'm trying to use makecert and cannot find the proper oid for the -eku switch. ...

Changing the installation of webservice

Hi, I have a Biz talk web-service. This webservice is always installed under C:\Inetpub\WWWRoot. But in production enviornment i want this to be installed in E:\Inetpub\WWWRoot (May be even different one). How can i specify this in my service or some other way, so that it is always installed in required drive. Thanks, Jain ...

Finding BizTalk 2006 installation folder

Is there any way to find out where Biztalk is installed on a machine using a PowerShell script? ...

DSNACICS through BizTalk 2009

Has anyone had any success with calling DSNACICS from BizTalk 2009? We previously used that procedure in our ASP application and in translating the application into BizTalk, we thought we could use that procedure again rather than setting up the full call to CICS. ...

BizTalk: how to limit number of connections to a wcf service?

I developed a BizTalk application that receives as input a file that contains a bunch of messages. I use the BizTalk XML disassembler component to 'debatch' the file in sepereate messages. Each of those messages is picked up from the MessageBox by an orchestration that transforms the message and calls a wcf service. The problem I am exp...

Maximum on BizTalk iterator functoid

Does the Iterator functoid in BizTalk 2006 R2 have a maximum or some other way to reset the value? I'm seeing the returned value starting back at 1 several times throughout the EDI document I'm generating without a clear pattern. ...

push message to biztalk orchestration from webservice

Hi all, I have created a BizTalk orchestration that sents a message to a wcf webservice, the webservice creates a task on sharepoint, and the orchestration receives a response (just a string "succes"). Now I also created an eventhandler in sharepoint when someone changes a task to "complete" some code can be executed. I want to be able ...

Redeploying BizTalk application that is used by other applications

I'm trying to deploy a new version of a BizTalk application that contains commun orchestrations for several applications (about 20 or so). The new version contains a new orchestration that will be used by several new applications. When I try importing the msi for the new version I get an error saying: "Cannot update assembly "[assem...

Files marked as readonly during build

It seems that when TFS does a build, when it creates the build directory and pulls the files down from source, it is marking all the source files as read only. This is causing a problem with a BizTalk solution that we have, it looks like at build time biztalk generates/edits a cs class for mapping files, and this is the same type of file...

Remote WMI call to BizTalk object throws COMException (0x80131904)

I'm trying to run an WQL query(SELECT * FROM MSBTS_SendPort) on an BizTalk host but when I run this query in my console application on an remote primary BizTalkHost I get an COMException who says "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'." If I run the same console application on the primary BizTalkHost then everything works...

BizTalk orchestration editor leaves errors in source code

I've finally tracked down an issue to bad code left in my ODX, presumably by Visual Studio I had a Construct Message with a Transform and Message Assignment in it ... Whenever I compiled, I was getting errors pointing at the assignment shape, and its usage of a distinguished promotion. I edited the Message Assignment ... removed the l...

Pros/Cons of using BizTalk instead of NServiceBus or MassTransit

I am curious if it even makes consider BizTalk for the implementation of a pub/sub messaging architecture (basically what you can do with NServiceBus or MassTransit is all I really need). My manager tends to want to stick with frameworks provided directly from Microsoft and so as part of my due diligence as to which one to use I need to...

Is BizTalk feasible for this?

Hello All, My team is planning to use Biztalk server 2006. The task is as follows:- Run a scheduled job every night which fetches from multiple databases a set of data (basically the same select query with a where clause run for about 20000 Id's) and writes it into an xml. Presently we have c# winform which does the same for one or mu...

What can cause an object reference error when using BizTalk to consume a WCF endpoint?

I'm on the other side of a BizTalk 2009 integration, and I have a fairly simple contract stood up that looks something like this: [ServiceContract(Name = "ReceiverService", Namespace = "http://services.company.org/")] public interface IReceiverService : ILoadBalanced { [OperationContract] void FinishedRouting(long applicationId); [O...

Biztalk 2010: mapping an xsd with a lot of elements with the same name

In Bitzalk 2010 I should map from an input to an XML with the following structure: <REQUEST> <PROGRAM name="PROGRAM123"> <INPUT> <INSTRUCT name="INSTR1"> <FIELD name="FIELD11">VALUE1</FIELD> <FIELD name="FIELD12">VALUE2</FIELD> <FIELD name="FIELD13">VALUE3</FIELD> </INSTRUCT> <INSTRUC...

How to Deploy a Workflow in the WindowsAzure Cloud?

Is it possible to deploy a WF (4.0) creating using .Net 4.0 in the windowsAzure cloud? Do we need to purchase a seperate BizTalk server account for this ? ...

BTSTask Add Non-BizTalk dll to Application

Is there a way to use BTSTask to add a non dll assembly to a BizTalk application? If I use the "AddReference" command it seems like it only allows you to add BizTalk assemblies? ...

Use of unconstructed message

I am using BizTalk 2004 I have an orchestration that has exception block that sends out the actual log file it is creating before it hit an exception. here is the design: My log file message may contain several record instances, say: (I added "-" in the nodes so you can see the sample) <-log> <-record> <-node1 /> <-node2 /> <-/record>...

BizTalk: Problem parsing Multipart Message returned from Web Service

I have an orchestration that calls a web service. The web service returns 2 arrays. One with log details and one with error messages. I want to write those two to a file. I have tried different methods. But they all end up with Exception thrown from: segment -1, progress -1 Inner exception: The XLANG/s message has no part at index '2'...