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

Why split a BizTalk solution into multiple projects

I've read it's good practice to split a BizTalk solution into multiple projects, and have seen some debate as to the exact nature of the split, e.g. ... - could be split by artifact, i.e. Schemas, Orchestrations, Maps, etc. - could be split by…
SteveC
  • 15,808
  • 23
  • 102
  • 173
4
votes
2 answers

Can't terminate BizTalk instances in isolated adapter

Can anyone explain how I can remove service instances ? - I've got a few which the BizTalk console shows as "Running" - they are all in the Isolated Adapter - tried doing a Stop with Full Stop option ... - tried the Terminate Instance option…
SteveC
  • 15,808
  • 23
  • 102
  • 173
4
votes
1 answer

BizTalk set up in dual center environment

I have a question with setting up BizTalk clustered servers in both dual center. We have a data center in South of CA and North of CA. We want both BizTalk servers to be running at both dual center, possibly doing the same things. If there's a…
Angela
  • 531
  • 2
  • 8
  • 18
4
votes
5 answers

Why simple XPATH doesn't work

I have an XML (in BizTalk) that looks like
javros
  • 825
  • 10
  • 31
4
votes
4 answers

EDI equivalent in the .net world

I work for a small company. Currently we are re-writing our legacy application in C#. There is one part of the application that uses EDI, and I don't know where to look for solutions in the .net world. I have heard about BizTalk but not sure as to…
user80788
  • 59
  • 1
  • 2
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
1 answer

BizTalk AS2EDI track EDI message

We are using an AS2 connection both for receiving and sending EDI messages. We configured the communication to be encrypted/compressed and signed. Is it possible to track the EDI messages on receive - after decryption and compression on…
Corovei Andrei
  • 1,646
  • 6
  • 28
  • 42
4
votes
4 answers

Microsoft BizTalk Server vs Azure AppFabric Service Bus...?

We all know that BizTalk is an commercial product from Microsoft for ESB (Enterprise Service Bus). What are other ready-made features which BizTalk supports over the AppFabric Service bus. Or in other words what does AppFabric Service Bus doesn't…
Naveen Vijay
  • 15,928
  • 7
  • 71
  • 92
4
votes
2 answers

BizTalk - Flat file with Header multiple records and Footer - Disassemble problem

I have flat file schema (description below), I am getting flat file(description below) through custom pipeline, the flat file fails disassemble phase with the following error: Unexpected end of stream while looking for: '\r\n' The current…
Asaf Levy
  • 51
  • 1
  • 3
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
1 answer

BizTalk FF Disassembler - Only Working With Very Small Files

I have a BizTalk 2016 / VS 2015 Solution. There's a simple flat file schema that debatches each row by having a repeating record element have its "Max Occurs" property set to 0. The "config" part of the schema can be seen below:
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
4
votes
3 answers

BizTalk 2013 r2 Administration Console fail to open after MS security update KB4338815

Please help me finding a solution to these errors i'm getting wehen open BizTalk Administration Console after updating to MS security update KB4338815: First error: Failed to load Group [xxxxxx:BizTalkMgmtDb] data providers.…
Balatharan
  • 125
  • 13
4
votes
3 answers

Nothing happens when I press Sign in Button in Office365 Outlook Email Adapter configuration in BizTalk Server 2016

We are using BizTalk Server 2016 and I installed Future Pack 3 to test the Office365 Outlook Email adapter. I wanted to create a send port and select this adapter. I press the configure button to configure adapter and in this panel, I pressed sign…
ugur dogan
  • 71
  • 5
4
votes
4 answers

Web service scenario in BizTalk server

I am new to BizTalk server and I want to know that is it possible to communicate with bizTalk like a web server? My scenario is like this. I have a application in silverlight that will send request to biztalk (web service or http) with some…
user60939
  • 51
  • 1
  • 2
4
votes
2 answers

BizTalk 2016: How to use HTTP Send adapter with API token

I need to make calls to a rest API service via BizTalk Send adapter. The API simply uses a token in the header for authentication/authorization. I have tested this in a C# console app using httpclient and it works fine: string apiUrl =…
Bee
  • 109
  • 2
  • 11