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
0
votes
2 answers
Routing failure when resumn instance - BizTalk
I have created a small BizTalk application which has a single dynamic send port with the Delivery Notification == transmitted.
The send port is configured to a folder path and when the folder is not exist it suspends the orchestration. When I try to…

Al Azam
- 1
- 1
0
votes
3 answers
BizTalk web service to return a value rather than void + ref
Is there anyway to get the web service generated by the BizTalk Web Services Wizard for an orchestration to return a value, rather than it have a void return and it use return by ref ?
I'm trying to emulate an existing web service which is very…

SteveC
- 15,808
- 23
- 102
- 173
0
votes
1 answer
BizTalk 2009 custom adapter 64 bit
Does anyone know what the registry settings should look like in order to get a 64 bit custom adapter to show up in the BizTalk admin console? I have created a 32 bit adapter, but would like to port it to 64 bit, but there's no information on…

Jason Stott
- 11
- 3
0
votes
1 answer
BizTalk 2006 R2 schema validation specific error message with failed message routing
I'm looking for a way to catch the actual exception thrown by BizTalk 2006 R2 when a receive port can't parse a message it picks up.
For example, I have a csv file that was not properly created, say it's missing a comma, so when BizTalk tries to…

John Norcott
- 124
- 1
- 8
0
votes
1 answer
Signing assemblies in VS2005 BizTalk project
The usual project properties page is not shown when I view properties for a BizTalk 2006R2 project in Visual Studio 2005. Instead I get the property dialog below. How do I get the one where you can choose to sign the assembly, the one with the tabs…

rickythefox
- 6,601
- 6
- 40
- 62
0
votes
2 answers
Biztalk Flat File Transform multiple unbound records causing Unexpected Data Error
I am trying to import a flat file into a SQL Database via Biztalk 2006 R2. The input file has a layout as follows with each line separated by CR/LF with an extra trailing CR/LF at the end:
00(29characters after) <=== Header
07(997characters after)…

SpaceCowboy74
- 1,367
- 1
- 23
- 46
0
votes
2 answers
Having loosely-coupled architecture without Biztalk ESB Toolkit
Is it possible to implement loosely-coupled architecture using BizTalk without utilizing BizTalk ESB Toolkit? Does BizTalk have this capability? The solution must be able receive and deliver messages in a synchronously in a queue.

user217648
- 3,338
- 9
- 37
- 61
0
votes
1 answer
BizTalk WCF Service Publishing Wizard to expose schemas as WCF service issue?
We are about to expose schemas as WCF service using the BizTalk WCF Publishing wizard. We have a bunch of schemas in an .dll file. However, when we choose request-response operations and selects a schema type only a few schemas is select-able in the…

geiralund
- 21
- 7
0
votes
2 answers
BizTalk ExecuteReceivePipeline can't accept XmdlDocument parameter
I'm trying to call a receive pipeline from the orchestration in order to catch any type of flatfile_to_xml error.
After searching for tutorials, the process seemed quite easy.
Added the libraries, created my inputMsg of type xmlDocument to inglobe…

strongmmc
- 137
- 12
0
votes
2 answers
BizTalk - create log file for pipeline fault
I need to handle an application for the 2006 version.
Starting with this version, BizTalk can route fault messages, and that's pretty good. Let's say I'm receiving a badly-formatted positional txt file and a receive pipeline can't let the message…

strongmmc
- 137
- 12
0
votes
1 answer
Microsoft BizTalk Server 2006 R2 Installation Wizard Internal Error 2738
HI
I am getting follwing message when i try to uninstall Biztalk server 2006 R2 from Win 7 laptop.
Internal Error 2738.
The uninstaller is logging following message.
MSI (s) (60:C8) [14:15:05:338]: Product: Microsoft BizTalk Server 2006 -- Removal…

Brainchild
- 1,814
- 5
- 27
- 52
0
votes
1 answer
Missing EdiMessageContent Table
I've got a new BizTalk group I've just created (with BizTalk Server 2006 R2 SP1). When I go to run the DTA purge job it complains with "Invalid object name 'EdiMessageContent'". This table does not exist in the DTA database.
So I compared my setup…

Krip
- 854
- 1
- 7
- 15
0
votes
1 answer
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.

Shawn Hubbard
- 932
- 10
- 23
0
votes
4 answers
BizTalk 2006 and BizTalk 2006 R2
How do I tell the 2 versions apart by looking only at their installations?

Developer
- 17,809
- 26
- 66
- 92
0
votes
2 answers
Where the vales like Userid and passwords are stored in SSO of BTDF
I have a query regarding BTDF SSO config setting. I am beginner with BizTalk.
I am looking for SSO storage where credentials are stored and retrieved from SSO. I have built-in app located at C:\Program Files (x86)\Deployment Framework for BizTalk…

Amol Khadilkar
- 13
- 3