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
10
votes
1 answer

Error deploying BizTalk Application - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

Any idea why I would be getting this Access Denied Exception? I'm deploying a very basic BizTalk 2009 project from Visual Studio. error DEPLOY: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) error DEPLOY: at…
ScArcher2
  • 85,501
  • 44
  • 121
  • 160
9
votes
2 answers

In BizTalk why is an MSI file both imported and installed?

I'm working on a BizTalk project and don't understand the reason for both installing (double-clicking) and importing (using biztalk admin console) is needed. I have a BizTalk project and I added bindings to it's resources and exported an msi file. …
dtc
  • 10,136
  • 16
  • 78
  • 104
8
votes
3 answers

XSLT Transforming sequential XML to hierarchical XML

I have a requirement to transform a sequential XML node list into a hierarchical, but I run into some XSLT specific knowledge gap. The input XML contains articles, colors and sizes. In the sample below 'Record1' is an article, 'Record2' represents a…
6
votes
3 answers

BizTalk Flat File Schema - how to accept a LF or CRLF as the line delimiter

Our client sends us a flat file as input, which we then take and convert to an XML file before sending to the destination system. The flat file consists of multiple lines, each line is delimited by LF or CRLF. How do I create a Flat File Schema so…
FullOfQuestions
  • 412
  • 6
  • 14
5
votes
1 answer

BizTalk Zombies - any way to explicitly REMOVE a subscription from within a BizTalk orchestration

Background: We make use of a lot of aggregation, singleton and multiton orchestrations, similar to Seroter's Round Robin technique described here (BizTalk 2009). All of the these orchestration types have fairly arbitrary exit or continuation points…
StuartLC
  • 104,537
  • 17
  • 209
  • 285
5
votes
2 answers

Incremental build support in Biztalk 2009 and 2010 .btproj projects?

While chasing incremental build time improvements, I found that .btproj files and thus all other projects that depend on these are rebuilt (partly) on each incremental build. Tracking this all the way to BizTalkCommon.targets, I found that it does a…
RasmusKL
  • 891
  • 4
  • 16
5
votes
1 answer

BizTalk MQSC Adapter

I am having problems testing the MQSC Adapter in BizTalk to communicate with a Queue on Z/OS Host. The test senario: While sending messages though Biztalk I (Force)stop and start the Host channel, to mimic a HOST IPL. In this scenario I experienced…
Jorn
  • 217
  • 2
  • 5
  • 14
5
votes
4 answers

BizTalk 2009 ESB Confusion

I have a little experience with BizTalk and am trying to understand BizTalk 2009 ESB Toolkit 2 without using it. Firstly, I am wondering whether anyone can clear up a couple of concepts for me: What is the difference between an "on-ramp" and a…
Jon Archway
  • 4,852
  • 3
  • 33
  • 43
4
votes
5 answers

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…
rvdginste
  • 852
  • 7
  • 11
3
votes
1 answer

"Random" .NET Runtime error when building Biztalk 2009 solutions at the command line using VS2008 devenv.exe

To build Biztalk 2009 projects as part of a TFS 2010 team build I am using a MSBuild exec task to shell out to VS2008 devenv.exe like so...
Derek Evermore
  • 1,418
  • 1
  • 10
  • 22
3
votes
1 answer

Biztalk 2009 + VS 2010 = possible?

Is it possible to use Biztalk 2009 with VS 2010?
HelloWorld1
  • 13,688
  • 28
  • 82
  • 145
3
votes
1 answer

Determining the actual file name sent when using Send Port Macros

I have a BizTalk 2009 send port that uses the %datetime_bts2000% macro in the file name. When I look at the tracked message event, I don't get the name of the actual file that was sent. I thought I could get it from the context…
Christian Loris
  • 4,159
  • 1
  • 20
  • 29
3
votes
4 answers

Deploy BizTalk Application via MSBuild

I am trying to setup up a continuous integration type environment for BizTalk. When source code is checked in, I need it to build then deploy to a build server. I have found BTSTask.exe but this seems to only be able to install an application from…
aceinthehole
  • 5,122
  • 11
  • 38
  • 54
3
votes
3 answers

Biztalk mapper: how to detect a node that do not come in the xml

I would like to know how to detect that a node is not present in the origin. I have tried hundreds of things with the logical functoids with no success. The third case of this page is what I am looking…
Pablo Castilla
  • 2,723
  • 2
  • 28
  • 33
3
votes
2 answers

Calling SSIS from BizTalk Orchestration

I have a scenario were I need to move a vast amount of data, and I need to use BizTalk to control the flow and contain the business logic. The problem is that BizTalk will not be able to handle the amount of data that needs to be moved. We have…
aceinthehole
  • 5,122
  • 11
  • 38
  • 54
1
2 3
12 13