Questions tagged [biztalk-2010]

Microsoft BizTalk Server 2010 is 7th version of Microsoft's ESB and B2B platform.

According to Microsoft:

BizTalk Server is Microsoft’s Integration and connectivity server solution. A mature product on its seventh release, BizTalk Server 2010 provides a solution that allows organizations to more easily connect disparate systems. Including over 25 multi-platform adapters and a robust messaging infrastructure, BizTalk Server provides connectivity between core systems both inside and outside your organization. In addition to integration functionality, BizTalk also provides strong durable messaging, a rules engine, EDI connectivity, Business Activity Monitoring (BAM), RFID capabilities and IBM Host/Mainframe connectivity

Microsoft BizTalk Server 2010 helps organizations meet the challenges of integrating diverse systems. Most organizations have a multitude of systems and technologies that are required for their daily operations. By bringing together these technologies in agile and scalable way, BizTalk can help unleash the potential of your existing infrastructure. BizTalk Server 2010 lets organizations:

  • Simplify and automate interoperability to reduce costs and errors
  • Gain critical insights on business processes and performance
  • Shield processes from change impacts
  • Promote agility and manageability
  • Integrate to eliminate redundancy
  • Automate your business interactions with partners
604 questions
26
votes
5 answers

BizTalk Orchestration Opens in Text View in VisualStudio Orchestration Designer

While working on a rather large BizTalk 2010 project I came across this very strange behaviour and wanted to post a solution to it here in case anyone else may experience this. When attempting to open an orchestration in the orchestration designer…
Ian
  • 281
  • 3
  • 4
15
votes
2 answers

WF 4 or BizTalk 2010?

I've got a question - BizTalk or WF? And let me clarify that I realize the analogous technologies behind the first three artifacts, and realize I could build them, but I don't find that they are built-in to WF and so I'm trying to understand why I…
8
votes
3 answers

How Dynamically change URL in a WCF Custom Behavior

Class is defined as follows: public class BizTalkRESTTransmitHandler : IClientMessageInspector I'm a method with this signature: public object BeforeSendRequest(ref Message request, IClientChannel channel) So I think I need to manipulate the…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
6
votes
1 answer

Is there someway to remove specific warning from an MSBuild run?

I'm getting warning in a BTDF MSBuild run like so ... EXEC : warning : If any of the assemblies were previously loaded by a Host Instance, it may be necessary to restart the Host Instance for changes to take effect. [C:\Program Files…
SteveC
  • 15,808
  • 23
  • 102
  • 173
6
votes
2 answers

Adapter slows down BizTalk

I'm facing a problem with a slow (custom) BizTalk adapter. Every night, an application sends more than 10'000 messages to a MSMQ within a few minutes. Unfortunately it takes hours for BizTalk to process them. I do not have any orchestration, just…
MFox
  • 215
  • 4
  • 13
5
votes
2 answers

What are the best BizTalk 2010 books?

http://www.amazon.com/s/ref=nb_sb_ss_c_1_12?url=search-alias%3Dstripbooks&field-keywords=biztalk+2010&x=0&y=0&sprefix=biztalk+2010 I'm trying to come up to speed on BizTalk 2010. I've been a .NET Web Developer for almost 10 years. I have some…
M. Travis Volker
  • 2,310
  • 3
  • 20
  • 21
5
votes
2 answers

Identifying HL7 V3 schemas for CDA R2

The company I work for recently started a project delving into the world of HL7 messaging and data trading. We are using BizTalk Server 2010 with the BTAHL7 accelerator for 2010 with success so far for HL7 v2 but now we have a need to accept HL7 v3…
Ritley572
  • 299
  • 4
  • 15
5
votes
2 answers

The blurring line between Biztalk and SSIS

I'm building an application that receive positional flat files from a legacy application and for each detail row I need to search inside a third application for some data and then fill up my database. And in case of any mal formed line in file, I…
MaltMaster
  • 758
  • 1
  • 10
  • 25
4
votes
1 answer

ESB Toolkit 2.1 error: "Could not enlist Send Port 'ALL.Exceptions'..."

I reinstalled the ESB toolkit using the same process (painful) that worked twice before. But now when I go try to start the BizTalk application "Microsoft.Practices.ESB" in the BizTalk Administration Console, the application fails to start showing…
4
votes
3 answers

BizTalk deployment errors

I got the following errors when I deployed my BizTalk project. Error 1 Failed to update binding information. Could not change the bindings for orchestration 'BizTalk_Server_test.BizTalk_Orchestration1,BizTalk Server test, Version=1.0.0.0,…
EmC
  • 111
  • 1
  • 7
4
votes
3 answers

Importing Biztalk bindings error

I am trying to deploy Biztalk project to my local Biztalk Server using Biztalk Deployment Framework and i am getting the following error: Information: Importing bindings "C:\Users...\PortBindings.xml" into application "Mdm" in BizTalk…
Arsen Magomedov
  • 480
  • 8
  • 21
4
votes
1 answer

SQL Receive Location disables after n-retries

We have one SQL Receive Location in our BizTalk 2010 Application. It is pointed at a server hosting SQL Server and works every day without fail. Today SQL Server was down for some reason and after 5 retries the SQL Receive Location became disabled.…
4
votes
1 answer

Calling a web/wcf service from orchestration: adding a generated item vs adding service reference

If I want to call a web service or wcf method from an orchestration, I can do it by either adding a service reference to the project or adding a generated item. What is the advantage of either approach - is there a best practice?
Jeremy
  • 44,950
  • 68
  • 206
  • 332
4
votes
6 answers

Biztalk not tracking send/receive ports

It seems that any new send or receive ports that I create do not display any tracking even if I tick all the tracking boxes. I have an existing application and the receive port and orchestration tracking work, but the send port tracking doesn't. On…
3
votes
1 answer

BizTalk, WCF-SAP adapter and load balancing

I have two BizTalk 2010 servers that belong to the same BizTalk group. They are being used to expose a web service front-end to SAP BAPI calls. A load balancer sits in front of the two BizTalk servers for the web service requests. If both BizTalk…
user7607
1
2 3
40 41