BizTalk Server is Microsoft’s Integration and connectivity server solution. The BizTalk 2006R2 version (Release date 2 October 2007) is the first version to utilize the new Windows Communication Foundation (WCF) via native adapter.
Questions tagged [biztalk2006r2]
132 questions
6
votes
2 answers
BizTalk Web Reference - generated XSD has "lost" information from WSDL
I am using BizTalk 2006 R2 to generate a web reference from a WSDL file.
Comparing the generated XSD to the WSDL, it is apparent that a lot of information has been lost.
Consider the following extract from the WSDL:

NickBeaugié
- 720
- 9
- 17
6
votes
3 answers
Consuming a WCF service in BizTalk 2006 R2
I'm trying to figure out how to consume a WCF service in BizTalk 2006 R2 (sending a request and receiving a response).
I've gotten as far as going through the "Add Generated Items" wizard. Now I am trying to find out how to use the items it…
webdtc
6
votes
2 answers
How can I suppress individual BizTalk warnings in Visual Studio 2005
We are currently using BizTalk 2006 R2 to build Enterprise Integration solutions. We use BizTalk maps extensively, but when you build a solution in Visual Studio 2005, it produces the following warning against maps:
Warning Double-click here to…

Alan Gibson
- 61
- 2
6
votes
4 answers
Is there a way to automate turning a BizTalk Receive Location on or off through code?
Is there a way to automate the turning on or off of a Receive Location in BizTalk? It seems like there should be some kind of API or some such for this kind of thing. I would prefer to work in C#, but WMI or some kind of script would work too.

Andrew Dunaway
- 1,206
- 3
- 16
- 29
4
votes
2 answers
Can't terminate BizTalk instances in isolated adapter
Can anyone explain how I can remove service instances ?
- I've got a few which the BizTalk console shows as "Running"
- they are all in the Isolated Adapter
- tried doing a Stop with Full Stop option ...
- tried the Terminate Instance option…

SteveC
- 15,808
- 23
- 102
- 173
4
votes
1 answer
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…

SteveC
- 15,808
- 23
- 102
- 173
4
votes
4 answers
Set up notifications when Biztalk send/receive ports stop or are disabled
We have a Biztalk 2006 R2 server, and from time to time, the receive ports will change to "Disabled" status for any one of a number of reasons - most commonly, server maintenance elsewhere on the network causes the file share they point to to become…

SqlRyan
- 33,116
- 33
- 114
- 199
4
votes
1 answer
BizTalk Server Threading in Receive Pipelines
I am building custom pipeline components for receive pipelines in BizTalk Server (2006 and 2009). I am building the components in a streaming fashion.
My question: for any single inbound message, if I have a disassembling component, when I create n…
ToxicAvenger
3
votes
1 answer
BizTalk keeps asking for initialization of ALREADY initialized messages
In my orchestration I have various steps that maps a flat file to 2 intermediate messages and eventually writes to SQL. First I made it without exception handling and it worked with a valid input file.
msg0 msg1 …

strongmmc
- 137
- 12
3
votes
1 answer
Can a BizTalk Receive Port pull in FailedMessageRoutings like a Send Port does with filtering?
Is there anyway for a BizTalk receive port to initialize an orchestration, pulling in FailedMessages that could otherwise be routed to a send port in the console using filtering on ErrorType exists and the origional port name where it occurred? Or…

mirezus
- 13,892
- 11
- 37
- 42
3
votes
1 answer
Import small number of records from a very large CSV file in Biztalk 2006
I have a Biztalk project that imports an incoming CSV file and dumps it to a database table. The import works fine, but I only need to keep about 200-300 records from a file with upwards of a million rows. My orchestration discards these rows, but…

SqlRyan
- 33,116
- 33
- 114
- 199
3
votes
1 answer
Why can i promote property fields in BizTalk 2006 but distinguished fields are disabled?
I have a very strange behaviour in the Show Promotions Dialog in BizTalk 2006. It allows me to promote property fields:
But distinguished fields are disabled:
Any thoughts?
This is the XML Schema generated by the SQL Transport Schema Generation…

Klaus Stefan Gerber
- 245
- 2
- 15
3
votes
2 answers
Ordered delivery send port leaves a running instance in BizTalk
I have a MSMQ send port in BizTalk that is configured to send messages using ordered delivery. When the port has sent a batch of messages it leaves an instance of the port as an active running instance.
I still receive the correct files in the…

Riri
- 11,501
- 14
- 63
- 88
2
votes
1 answer
private bool in web service
I have a web service which accepts XML and passes from one system into BizTalk for routing to another system.
The service seems to contain a private bool which is stopping one particular element from getting through the service, every other one gets…

DarkW1nter
- 2,933
- 11
- 67
- 120
2
votes
1 answer