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
0 answers

Special Characters introduced into the files when uploaded to SFTP using Blogical adapter

We have a BizTalk 2009 solution which will fetch the files from FTP, do the processing and finally move to a SFTP . We found the files recently moved to SFTP started getting some special characters. for e.g. J¥§2qPTA |9Çô vœÅÖû}kky/A …
Venkatesh
  • 1,204
  • 1
  • 10
  • 18
2
votes
2 answers

BizTalk Orchestration: Respond with Untyped SOAP Fault

I have a BizTalk 2009 orchestration with a request-response port type that is published as a WCF Basic-HTTP web service. The port has one operation, and that operation has request and response messages with appropriate schemas. After receiving a…
Michael Petito
  • 12,891
  • 4
  • 40
  • 54
2
votes
1 answer

Upgrade BizTalk 2009 to BizTalk 2010

Our system is currently running in a BizTalk 2009 and its databases is created in SQL 2005 instance. We are planning to upgrade our BizTalk to 2010 by still using the same databases. Is it possible to use the same databases that was created in a…
2
votes
4 answers

Files marked as readonly during build

It seems that when TFS does a build, when it creates the build directory and pulls the files down from source, it is marking all the source files as read only. This is causing a problem with a BizTalk solution that we have, it looks like at build…
aceinthehole
  • 5,122
  • 11
  • 38
  • 54
2
votes
1 answer

Dispose a stream in a BizTalk pipeline component?

I'm fairly new to BizTalk and creating a custom pipeline component. I have seen code in examples that are similar to the following: public void Disassemble(IPipelineContext pContext, IBaseMessage pInMsg) { Stream originalDataStream =…
Chris Dunaway
  • 10,974
  • 4
  • 36
  • 48
2
votes
1 answer

BizTalk: Catch exception in orchestration

I'm new in BizTalk, I want to add catch exception in orchestration, but I do not see any component like CatchException in Toolbox. How can I do this?
Hong Nguyen
  • 403
  • 3
  • 14
2
votes
1 answer

How does the MSBuild CoreCompile Target Identify Reference Assemblies

Can anyone shed any light on how the CoreCompile task in TFS2010 (RC) Microsoft.TeamFoundation.Build targets generates the assembly references that are passed to csc.exe? We are seeing references to both version 2.0 and 4.0 of System.Xml.dll (shown…
Nick Heppleston
  • 1,973
  • 11
  • 18
2
votes
1 answer

Biztalk Server 2009 - Failover Clustering and Network Load Balancing (NLB)

We are planning a Biztalk 2009 set up in which we have 2 Biztalk Application Servers and 2 DB Servers (DB servers being in an Active/Passive Cluster). All servers are running Windows Server 2008 R2. As part of our application, we will have incoming…
2
votes
2 answers

Append invoice list EDI message on outgoing batch

One of our partners requires that a "summary" edi message is appended to any EDI invoice interchange (apparently known as "invoice list"). This message contains a reference that every individual invoice should have in an RFF segment, as well as the…
MarioDS
  • 12,895
  • 15
  • 65
  • 121
2
votes
2 answers

Can I configure BizTalk Server 2013 to join an existing SSO system that is based on an older infrastructure?

I installed and am attempting to configure a BizTalk Server 2013 system to which we want to transition from BTS 2009. It will use a remote, clustered SQL Server 2012 instance that runs alongside SQL Server 2008 SP3 which serves the present-day…
2
votes
1 answer

BizTalk orchestration XML tag definition for "signal"

I have an orchestration that contains the elements: I cannot find any documentation on the attributes LowerBound or…
MikeW
  • 1,568
  • 2
  • 19
  • 39
2
votes
3 answers

Multiple BizTalk Servers in a BizTalk Group - How to handle concurrency?

I'm currently responsible for putting up a multi environment BizTalk Deployment and we're planning on deploying two or more BizTalk Server in a BizTalk Group to provide High Availability and Scalability. Our concern now is how to handle concurrency…
2
votes
1 answer

Finding usages of external assemblies in BizTalk 2009

We have this Biztalk 2009 solution that, amongst other things, writes flat text files (tab separated) to a directory (a Send Port I believe). Prior to writing the file, some logic is being performed on different fields (stripping unwanted…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
2
votes
3 answers

BizTalk custom adaptor

I am not sure if I ask the right question, but this is the scenario I am trying to run: Multiple files (XML and a few related files, "attachments") have to get into BizTalk as a single message. I have looked into existing adapters, and don't see…
Sean Feldman
  • 23,443
  • 7
  • 55
  • 80
2
votes
2 answers

BizTalk 2009 Message error - The following procedure call failed

Very frequently the following error is getting logged into Application event logs on my BizTalk 2009 VM. But this error is inconsistent. Any clues? The following stored procedure call failed: " { call…
Muralidhar
  • 91
  • 3
  • 8
1 2
3
12 13