Questions tagged [biztalk]

Microsoft BizTalk Server is a server product for Business Process Management and Enterprise Application Integration, developed by Microsoft.

Microsoft BizTalk Server is a server product for Business Process Management and Enterprise Application Integration, developed by Microsoft.

BizTalk enables organizations to integrate their business processes and manage through the exchange of electronic business documents (such as purchase orders, invoices, delivery notes, etc.) between applications in XML and other formats, as well as outside the boundaries of the organization. BizTalk supports several standard EDI formats such as EDIFACT, X12 and RosettaNet, and there are plenty of adapters available for facilitating connections to several platforms (including SAP and PeopleSoft) via various protocols such as HTTP, FTP, FTPS and SMTP.

BizTalk Server uses the Microsoft .NET technology and supports both SOAP and RESTful and Web Services. Software for BizTalk Server is done through Visual Studio .NET.

A mature product on its 11th release, BizTalk Server 2020 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 business rules engine (BRE), EDI connectivity, Business Activity Monitoring (BAM), RFID capabilities and IBM Host/Mainframe connectivity.

The BizTalk messaging system is mainly based on XML, as all incoming messages to this Middleware, such as flatfiles or JSON, are converted into a readable XML message, through a pipeline. BizTalk then lets you develop your own logic to process the messages through the application. The three main kinds of processing are done through Orchestrations, Maps and XSLT code.

BizTalk Server 2013 R2 has added more Cloud Integration capabilities and has added support for REST, and BizTalk 2016 added even more cloud integration. BizTalk 2020 rolled up the features introduced in BizTalk 2016 Feature packs into the main release.

Understanding BizTalk Server

BizTalk Server core documentation

What's New in BizTalk Server 2013 and 2013 R2

What's New in BizTalk Server 2016

What's New in BizTalk Server 2020

3571 questions
1
vote
1 answer

Unable to send a message using BTAHL72XSendPipeline

I have a recieve port, and location accepting an HL7 2.x message over MLLP. I have created a party, and configured the acknowledgement settings using the BTAHL7 configuration explorer. The message parses fine, ACKS are returned to the originating…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
2 answers

BAM Continuation issue with TPE

I have 2 Orchestrations in a parent/child relationship in my solution. The parent calls the child directly. The child Orchestration calls out to WCF services and the responses are returned to the child orchestration then back to the parent. I have…
Windchill
  • 11
  • 1
1
vote
1 answer

BizTalk HL7 Accelerator Enhanced vs Deferred mode

I am unsure of the difference between the deferred mode and enhanced mode. Both send two acknowledgements; 1 for accept and one for application acknowledgements, aside from that what is the difference in behavior?
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
2 answers

Is it possible to create and use a custom x86 CodeActivity with TFS 2010 workflow?

I am trying to create a custom CodeActivity to use with TFS 2010. Most of my work thus far has been based on this series (call out of thanks to Ewald for this). Everything was running great until I tied in the second piece. I am attempting to do…
Andrew Dunaway
  • 1,206
  • 3
  • 16
  • 29
1
vote
1 answer

BizTalk 2009 singleton orchestration receives messages in the wrong order

I have a somewhat unusual problem - I have two singleton orchestrations, let's call them Singleton-A and Singleton-B. Singleton-A assembles a message of type Message-A and sends it to the message box via a direct bound orchestration port. Because…
tom redfern
  • 30,562
  • 14
  • 91
  • 126
1
vote
1 answer

BizTalk Server and SalesForce - INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session

I'm working on an integration scenario between SalesForce and BizTalk Server 2010. I have read the following…
ershad
  • 121
  • 2
  • 8
1
vote
1 answer

how to pass a null as the store procedure parameter in WCF LOB adapter

one of parameter field requires to passed as null, use WCF lob SQL adapter, how to pass a null to a store procedure parameter? thanks
TOMMY WANG
  • 1,382
  • 3
  • 16
  • 39
1
vote
0 answers

Update table with WCF-SQL adapter

I have created an Orchestration where I am trying to fetch all the rows from the Request table with Created status. I want to update these rows with Completed status. I wrote a SP to fetch all the rows with Created status and I am able to get these…
Vijay
  • 101
  • 1
  • 6
1
vote
1 answer

Managing messages processed by a dynamic send port

We are building a distribution system where an incomming message is routed to a destination based on content of the message. This pattern in biztalk is relatively straightforward. In our solution, messages come in, are stored in a repository, and…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
2 answers

Issue with Web Reference after migration from BizTalk 2006 r2 to BizTalk 2010

I'm working on migration from BizTalk 2006 r2 to BizTalk 2010. So far upgrading solutions was successful, but when I'm trying to build project that containes Web Reference it fails with error - Custom tool error: System.Exception: Could not generate…
Ash
  • 1,924
  • 1
  • 13
  • 14
1
vote
1 answer

connecting biztalk to sql server on virtual pc

I have biztalk server installed on my host(physical machine) and i need to connect or use the sql server on my virtual pc 2007 machine.i have been running the virtual pc in loopback adapter networking mode but when i try to configure biztalk on the…
siddu_roi
  • 11
  • 3
1
vote
1 answer

How to implement last-in-first-out (LIFO) in BizTalk?

We have a situation where the latest messages are the most important and the older ones quickly become irrelevant, so the requirement that our new design implement a last-in-first-out (LIFO) pattern for the processing of incoming messages. So, how…
Alex In Paris
  • 1,017
  • 9
  • 19
1
vote
1 answer

Rule Policy not updating message?

I have built a schema, an orchestration with a receive port that receives messages of that type, and passes the message to a business rule. The business rule policy updates an element in the message with a true or false based on the rule. I have a…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
1 answer

BizTalk Insert Into Oracle Database - PL/SQL: ORA-00984: column not allowed here ORA

I am trying to do an insert from a file to the oracle database. i've mainly folllowed the tutorial i found here. I've done some minor changes to make it an Insert only though, but the Insert sent port picks up the file now but gives the below…
Andy
  • 2,248
  • 7
  • 34
  • 57
1
vote
2 answers

Routing/filtering messages without orchestrations

A lot of our use cases for Biztalk involve simply mapping and routing HL7 2.x messages from one system to another. Implementing maps and associating them to send/recieve ports is generally straightforward, but we also need to do some content based…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1 2 3
99
100