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

IIS application creation fails with BTDF

In Biztalk 2010 and Biztalk Deployment Framework 5.0 (BTDF) I want a virtual directory to be created. I added the VDir sections in the .btdfproj file, but after deploy via the IDE (but also from the built MSI), I get these errors: C:\Program Files…
Patrick Peters
  • 9,456
  • 7
  • 57
  • 106
2
votes
4 answers

Biztalk wcf-sql not able to configure

I am running into a weird problem with the installation / configuration of the BizTalk 2010 Adapter Pack. I am running BizTalk 2010 cluster on Windows Server 2008 R2, wanted to get WCF-SQL to work so I installed the 64 bit of LOB, 64-bit BizTalk…
Angela
  • 531
  • 2
  • 8
  • 18
2
votes
1 answer

How to debug a Receive and Send ports in BizTalk Admin Console?

I have couple of Receive and Send ports, they are working fine except one of them. So do we have any way by which I can debug or look at the sequence in which the ports are executed and get the details as to why that particular port is not working?
Shailender Singh
  • 987
  • 3
  • 14
  • 25
2
votes
1 answer

How to find the Port ID in Biztalk 2010?

I have configured a receiving port named it "SalesOrder" It contains a receiving location of File Type. Now when i use this receiving port in a Send port i define a filter like this : BTS.ReceivePortName==SalesOrder I start the ports and it works…
Shailender Singh
  • 987
  • 3
  • 14
  • 25
2
votes
2 answers

Debatching in xmlDisassembler using envelope schema, failing on empty message

I am debatching an incoming xml messages in BizTalk receive pipeline using an envelope schema. The debatching works well for any xml that contains the sub message I am trying to debatch but fails if the message does not contain any sub message. I…
David
  • 139
  • 1
  • 13
2
votes
2 answers

How to preprocess bindings file with Carriage Returns for BizTalk

I have a bindings XML file for BizTalk, the ports are WCF-WebHttp which is basically for calling rest services. These kind of ports have a HttpHeaders field where you normally put: Authorization: Basic ThenTHeToken ContentType:…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
2
votes
2 answers

New version BizTalk project deployment

I tried to deploy a new version of my BizTalk project. After the deployment, I can see there are 2 different version of assemblies in the resource. However, when I tried to start the orchestration, I always got the error message about "cannot find…
EmC
  • 111
  • 1
  • 7
2
votes
2 answers

BizTalk 2010 installation needed for build server (TFS2010)?

Is a (full) BizTalk 2010 installation needed to let a build server (TFS2010) build BizTalk 2010 solutions/projects ?
Patrick Peters
  • 9,456
  • 7
  • 57
  • 106
2
votes
0 answers

BizTalk 2010 Execute batch error. Exception information: TDDS failed to batch execution of streams. SQLServer

Getting this error in the event log every 5 mins** EventID: 5 Log Name:Application Execute batch error. Exception information: TDDS failed to batch execution of streams. SQLServer: XXXXXSQL01\xxxxxxxSQL01,1111, Database:…
Rosebud
  • 579
  • 2
  • 10
  • 19
2
votes
1 answer

BizTalk 2010 WCF Remove processing instruction

I need to do download an XML file from a public website (http://www.tcmb.gov.tr/kurlar/201707/10072017.xml) to get exchange rates. But I have a problem since the XML contains an xml-stylesheet processing instruction.
Tim D'haeyer
  • 584
  • 6
  • 19
2
votes
1 answer

the service instance will remain suspended until administratively resumed or terminated following error exception type initializer

I am getting the above error, exception type initializer. Could please give what type of take an action to resolved this issue. I got following error when am trying to drop a file in receive location and I did resumed in biztalk admin console it…
Naidu
  • 21
  • 4
2
votes
2 answers

BizTalk MAP project REBUILD takes very long time

My BizTalk Project Rebuild takes very very long time especially for MAP Projects, this is relatively very small schema and before it was taking very less time but suddenly the REBUILD time is up to 30-40 mins. Please provide your expect comment on…
SAM
  • 179
  • 1
  • 3
  • 14
2
votes
1 answer

Why do the bindings on my Orchestration change when I install an msi?

One of our projects consists of multiple simple Orchestrations. Whenever I deploy the Orchestrations in an msi from the Dev to live environment, the bindings on 2 of them change (The msi has no bindings in it). These Orchestrations have 2…
Andy
  • 2,248
  • 7
  • 34
  • 57
2
votes
1 answer

BizTalk 2010 WCF-Custom Adapter and database object ownership

I have created a BizTalk application that contains two orchestrations, one for each method I exposed as a SOAP service. Each method runs a specific Stored Procedure in SQL Server and returns the result. It all worked fine in development and testing…
2
votes
1 answer

Promoted Property in Orchestration

I have reading about that we can promote property in the orchestration. Below are my steps - Create a new "StudentID" promoted property. Change value "MessageContextPropertyBase". Update value of the "StudentID" in the orchestration. Create a…
KiddoDeveloper
  • 568
  • 2
  • 11
  • 34