Questions tagged [biztalk-2006]

BizTalk Server (or simply "BizTalk") enables companies to automate business processes, through the use of adapters which are tailored to communicate with different software systems used in an enterprise. Created by Microsoft, it provides enterprise application integration, business process automation, business-to-business communication, message broker and business activity monitoring.

BizTalk Server 2006 was the first version to run on Microsoft .NET 2.0.

BizTalk Server 2006 R2 was the first version to utilize the new Windows Communication Foundation (WCF) via native adapter.

18 questions
2
votes
2 answers

How to Call BizTalk Orchestration Dynamically

How can I call a BizTalk Orchestration dynamically knowing the Orchestration name? The call Orchestration shapes need to know the name and parameters of Orchestrations at design time. I've tried using 'call' XLang keyword but it also required…
usman shaheen
  • 3,636
  • 4
  • 30
  • 36
2
votes
2 answers

Consuming WCF from BizTalk 2006R1

I need to create an Orchestration in BizTalk 2006R1 that will consume a WCF basicHTTP web service. Does anyone have a pointers on how to do this please? The WCF service has been created by another team but I am able to request that they create an…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
2
votes
1 answer

Determining the receive port or location for a message in BizTalk 2006

I need to know which receive port or location a given message was received through by either examining the name of the receive port/location, or populating a context property with either the name, or with some static string that I can define on each…
Joseph Eames
  • 2,529
  • 3
  • 16
  • 15
1
vote
2 answers

Using BizTalk 2006 to join records

I have a problem I’m trying to solve with BizTalk and was hoping you would have some thoughts on the best way to solve it. I am loading in a flat file using a flat file adapter. This file contains records if a number of different types. Type 1…
Obi83
1
vote
3 answers

BizTalk 2006, same assemblies with different behaviour in different BizTalk applications

Is it possible to have the same assemblies behave differently in different BizTalk 2006 applications? For example, is it possible within an assembly to somehow have access to the BizTalk application Id or Name that is using that instance and then…
1
vote
1 answer

BizTalk 2006 with WebSphere MQ 7.0

Does anyone know if BizTalk 2006 MQSeries adapter (server version) supports MQ 7.0 on W2k3? I know R2 does but none of the documentation specifically mentions it.
1
vote
2 answers

BizTalk 2006 Tutorial 1: EDI-to-XML Document Translation

I cannot find the translated file after running the solution in BizTalk 2006 Tutorial Lesson 3: Run the EDI-to-XML Solution. It should be placed in the c:\Program Files\Microsoft BizTalk Server 2006 \EDI\Adapter\Getting Started with…
Vincent Wang
1
vote
2 answers

How to set "xml:lang" attribute?

I need to add a xml:lang attribute on the root xml node in the outbound document from BizTalk. This is a fixed value, so it may be set in the schema or something. This is what I want to get out: ... I've tried…
None
1
vote
3 answers

BizTalk 2006 Tracking Database Won't Shrink - Why?

I am running a BizTalk 2006 server instance on a SQL 2000 SP4 Database. I have a 10 GB Tracking DDB (9GB Used / 1GB Free). I am running the DTADB Archive & Purge jobs every hour. It is purging messages at 10 Days / 14 Days Hard. It runs without…
Christian Loris
  • 4,159
  • 1
  • 20
  • 29
0
votes
1 answer

DB2 Transport Component is not registered correctly

I'm trying to test the DB2 adapter for BizTalk 2006 (not R2). While trying to configure an instance in an application, I get an error stating: DB2 Transport Component is not registered correctly The enivronment is 2 BizTalk servers sharing a…
John Norcott
  • 124
  • 1
  • 8
0
votes
0 answers

BizTalk - Changing the admin and operators groups

I have a BizTalk 2006 (r1) implementation. This has two environments, UAT and Prod. Both are configured in the same way, two applications servers and a separate sql server (6 servers in total). At the time the implementation was created (16 years…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
0
votes
1 answer

Can you view message bodies using 'HAT' in BizTalk 2006?

So I need to view the message body of a message that is entering an orchestration in BizTalk 2006, because there is no admin console tracking, i'm trying to use Health and Activity Tracking' I can see the orchestration in the query results but when…
Kyle Mann
  • 17
  • 3
0
votes
1 answer

Moving BizTalk 2006 Database from SQL 2000 to SQL 2005

Has anybody had any experience migrating a BizTalk 2006 server from a SQL 2000 server to a SQL 2005 Server? I understand that nothing changes as far as the content of the databases - views, stored procs, etc. all remain the same. The scheduled…
Christian Loris
  • 4,159
  • 1
  • 20
  • 29
0
votes
1 answer

BizTalk stored procedure request through xml elements instead of attributes

I have to call a SP with a XML request. This one is autogenerated by the wizard as an XML document with an element like the following:
strongmmc
  • 137
  • 12
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
1
2