Questions tagged [biztalk-2009]

Microsoft BizTalk Server 2009 is 6th version of Microsoft's ESB and B2B platform.

Microsoft BizTalk Server 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 , it provides enterprise application integration, business process automation, business-to-business communication, message broker and business activity monitoring.

183 questions
2
votes
1 answer

MSMQ Dead Letter Queue Message Recovery

I'm working on a BizTalk application that sends messages to a Transactional MSMQ location. If it is unable to write to the Queue, the message gets sent to the Dead Letter Queue on the BizTalk server. Is there a better way to handle this? I would…
TimWagaman
  • 980
  • 1
  • 10
  • 31
2
votes
2 answers

How can I remove Host Instance Zombies from BTMessageBox

After moving most of our BT-Applications from BizTalk 2009 to BizTalk 2010 environment, we began the work to remove old applications and unused host. In this process we ended up with a zombie host instance. This has resulted in that the…
2
votes
1 answer

BizUnit Custom Pipeline Test Case

I have a custom Pipeline component.. I am using below code Using BizUnit using System; using BizUnit.TestSteps.BizTalk.Pipeline; using BizUnit.Xaml; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Reflection; namespace…
user1104946
  • 680
  • 1
  • 9
  • 30
2
votes
2 answers

BizTalk 2009: Communication with all MessageBoxes has now been re-established

have installed BizTalk 2009 on the following environment: Windows 2008 server SQL Server 2008 IIS 7 Visual Studio 2008 I have also installed ESB toolkit 2.0. The BizTalk applications generally work, except the event log all the time shows this as…
Yaron Naveh
  • 23,560
  • 32
  • 103
  • 158
2
votes
1 answer

Biztalk Server 2009 - how to modify MaxConcurrentSessions?

We are getting the following error in the WCF tracelog. The system hit the limit set for throttle 'MaxConcurrentSessions'. Limit for this throttle was set to 10. Throttle value can be changed by modifying attribute 'maxConcurrentSessions' in…
2
votes
0 answers

WCF-Client custom endpoint behavior set protectionlevel

I'm trying to call a java webservice from a WCF client. The Java service uses WSE 3.0 security, so I'm using a custom binding and in the Reference.cs file of the service If I change the service contract to use protectionlevel.sign and everything is…
2
votes
1 answer

Biztalk 2009 Cannot parse message if MSH-7 (Date/Time of Message) is specified to milliseconds

I have a standard bi-directional interface using biztalk 2009 as our interface engine. What is happening is that we are receiving order messages that parse fine except for the fact that they are sending a date time in MSH.7 to milliseconds. The 3…
PlexDM
  • 51
  • 3
1
vote
2 answers

BizTalk HL7 send pipeline error due to line breaks in empty XML elements

I am mapping to an HL7 A31 message using the BizTalk mapper. The map has several inline XSLT scripting functoids. When the XML is put through the HL7 send pipeline, it generates an error: The element 'ROL_11_OfficeHomeAddress' has an invalid…
Sir Crispalot
  • 4,792
  • 1
  • 39
  • 64
1
vote
1 answer

BTS.SendPortTransformHint

What is the above property for and how to set it? I have researched Google, but all I got was the MSDN documentation for the corresponding .NET class, which doesn't have any useful information. Thanks.
Fabio
  • 730
  • 3
  • 10
1
vote
1 answer

The error threshold has been exceeded. The receive location is shutting down

I am doing polling using SQL adapter......For small records polling is succesful......but for large recorde i am getting following error.. The receive location "RcvSqlDataLoc" with URL "" is shutting down. Details:"The error threshold has been…
user1104946
  • 680
  • 1
  • 9
  • 30
1
vote
1 answer

Biztalk Getting 'NullPartException' error when using xpath

Profile: Biztalk 2009 update 4 on Windows 2008 Server SP2 (Development platform) Hi When using xpath to map my output using a Message Construct and a Message Assignment with the following code: sXPath =…
Chrisk
  • 11
  • 3
1
vote
1 answer

data base look up functoid

I have one table which has 2 IDs. Now I have to check id1 value of table1 and if it is equal to id of the destination schema then i have to take the id2 from the table1 and assign it into second element in the destination schema.. How to do…
user1104946
  • 680
  • 1
  • 9
  • 30
1
vote
2 answers

Mapping overlap in BizTalk - how to stop duplicating effort?

We have a pretty complex BizTalk interface which uses the HL7 accelerator. We use a canonical schema which can contain one of several types of transactions from our main patient administration system which we then map into HL7 messages for our…
Sir Crispalot
  • 4,792
  • 1
  • 39
  • 64
1
vote
2 answers

Biztalk - SOAP response contains multiref so it can't be processed

I consume a WCF service in Biztalk with the wizard "Add generated Items -> Consume WCF Service" The problem I have is the service is returning a response that can't be parsed: Reason: An error occurred when parsing the incoming document: "There are…
Juan
  • 588
  • 1
  • 8
  • 25
1
vote
1 answer

BizTalk - mapping a source that has a Parent-Child relationship a flat destination

I have seen this question about a parent child relationship, but it is not exactly the same since I have nothing to tag with. I have a source flat file that look like this Location Route Prod Company Date Amount XXX RT00008…
aceinthehole
  • 5,122
  • 11
  • 38
  • 54