Microsoft BizTalk
Microsoft BizTalk Server
Overview
Recent Reviews
Reviewer Pros & Cons
View all pros & consVideo Reviews
Leaving a video review helps other professionals like you evaluate products. Be the first one in your network to record a review of Microsoft BizTalk, and make your voice heard!
Pricing
View all pricingEntry-level set up fee?
- No setup fee
Offerings
- Free Trial
- Free/Freemium Version
- Premium Consulting / Integration Services
Would you like us to let the vendor know that you want pricing?
3 people want pricing too
Alternatives Pricing
Features Scorecard
No scorecards have been submitted for this product yet.Start a Scorecard.
Product Details
What is Microsoft BizTalk?
Microsoft BizTalk Technical Details
Operating Systems | Unspecified |
---|---|
Mobile Application | No |
Comparisons
View all alternativesCompare with
Reviews and Ratings
 (35)
Reviews
(1-7 of 7)- Popular Filters
Companies can't remove reviews or game the system. Here's why
The BizTalk server here at Runnymede hospital handles communication from Meditech which is our EMR system, this communication is made up of hl7 messages. Biztalk allows these messages to be sent down to our other down systems like the food ordering system for patients. I personally use the product for my job of supporting applications and databases here at the hospital as well as supporting the EMR system which works with Biztalk.
- Send and receive HL7 messages.
- Logging of errors.
- Ability to integrate with other systems.
- Better help guide.
- Better method to alert admins of issues maybe an email alert.
- Performance could be faster.
October 22, 2019
Microsoft data integration tool
We were required to develop a synchronizing tool for uploading, downloading and management for a huge set of documents. This synchronization should happen on daily basis. There should not be any downtime. Users should be able to change business rules dynamically. So we did a POC for using Microsoft BizTalk server for message queueing and using business rule engineering for dynamic rule changes.
- It is very user friendly. Users can change rules during run time and change workflow.
- Huge capacity for queueing messages. It supports all types of adapters like Oracle, Salesforce, SMTP, FTP, etc. Also users can built custom adaptors.
- If users want to dynamically deploy their solution without any downtime, this is a perfect solution. BizTalk will be a good fit, especially for public-facing websites.
- Well-proven in the market. I used it when developing a website for Virgin Trains, catering more than 800K user requests per day.
- Helps in load balancing.
- It still could add more cloud features.
- Need performance improvements.
- It is expensive. Cost should be reduced.
- Very few BizTalk experts. Usage is very low.
- Simplifying the mappers and pipeline configurations.
August 20, 2019
Microsoft BizTalk for Enterprise business
Microsoft BizTalk is being used in a number of places as an integration hub. Years ago it was chosen as the integration hub for the organization. As of late we have started moving some things off of this hub as it no longer meets our needs for an agile development platform.
- Microsoft BizTalk is extremely powerful
- Microsoft BizTalk can connect to a number of different enterprise applications
- Microsoft BizTalk utilities a GUI environment for development
- Microsoft BizTalk is over engineered for some situtations
- Microsoft BizTalk can be frustrating to use as it forces you to use the GUI as opposed to code
- Microsoft BizTalk is very resource intensive to create integrations
July 13, 2018
BizTalk Saves the Day
BizTalk is being used to move data between different systems of our company. Prior to BizTalk our old system were very unreliable but sense moving to BizTalk reliability has improved immensely
- Pick up after faults quickly
- Detailed messaging
- Detailed Reporting
- Hard to implement
- Reporting can be tough to dig in to
- Required 3rd party app for support
October 10, 2016
Biztalk's to me :)
We use BizTalk in combination with TOPdesk. Each time a network device enters the network it's checked ito make sure this use is valid. If not: the device is disabled from the network. This is a small example of how easy it is to use BizTalk. If users want to see which hardware is registered to their name they click a button on the intranet page, next BizTalk provides the data for the answer.
- The frequently used capabilities are very strong. It's quite simple to create basic tasks or connections to other systems.
- I would like to see a better error messaging system.
BizTalk is used as middleware to interface various engineering applications with SAP. It's used primarily by engineering and material governance users. Their applications create materials and bill of materials, and BizTalk interfaces with those applications to create and update those materials and bills of materials in SAP.
- BizTalk is great at mapping input files to output file (or input schemas to output schemas). It uses a pretty well designed mapping screen, and you drag arrows from one input field to the output field. You can also put all sorts of conditionals on the input to output fields mappings. That lets you change the output value based on more one input value, or if the input value has a certain value, or the absence of a value, you can set the output value to something else.
- BizTalk is good at connecting to SAP, and allows you to download SAP Idoc schemas to use in Orchestrations which allow you to send and receive SAP Idocs.
- BizTalk is pretty good at notifying you with email. In particular, you can have your Orchestrations send email based on a status. You can send email at the beginning, middle and end if you so desire. That is particularly useful developing and debugging orchestrations.
- BizTalk needs to be better at tracking down errors after the fact. Input files by default get deleted after processing successfully, unless you specifically specify that they don't. This can be an issue where you need to see what the input file contained, since you may have errors showing up in your target platform, in our case this was SAP.
- BizTalk logging needs improved. It needs to be able to log the content of the messages it sends and receives. It would be good if the log had a link to the input and output files.
- BizTalk needs to allow a simple way to preserve the input and output files for debugging purposes. A master setting on the orchestration would be helpful for this.
March 10, 2016
Simple walkthrough for BizTalk
Microsoft BizTalk is used in my organization as an integration tool across the whole organization to connect different LOB (line of business) applications, like CRM (customer relationship management) application, billing application, campaign management application and transaction management application.
The main purpose of using the tool here is to play the message broker role and let different systems exchange data in a real time manner.
- BizTalk uses Microsoft Visual Studio as the IDE (integrated development environment) tool, and it's very easy to use.
- The orchestration engine of BizTalk addresses resource issue very well for long-running business processes by dehydrating and rehydrating orchestration instances.
- BizTalk is very easy to integrate if the development is mainly on the Microsoft software family.
- BizTalk mainly used in a publish-subscribe pattern, it has toolkits from ESB (Enterprise Services Bus), but it's not as good as other native ESB systems.
- BizTalk didn't provide many native adapters and it needs to be made by a developer or bought from a third party, like Amazon S3 adapter or SMS adapter.
- BizTalk only supports JSON in the latest version 2013 R2, and it needs to transform JSON to XML for internal mail box use and then transform from XML back to JSON.