

Overview
Microsoft data integration tool
Microsoft BizTalk for Enterprise business
BizTalk Saves the Day
Biztalk's to me :)
Microsoft Biztalk is a versatile middleware tool at a reasonable price
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 …
Awards
Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards
Pricing
Entry-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?
6 people also want pricing
Alternatives Pricing
What is elastic.io Integration Platform?
The elastic.io Integration Platform is a hybrid integration system that users can deploy on-premise or in the cloud. It is highly scalable, with over 100 prebuilt application connectors for out-of-the-box use and a flexible data structure.
What is Cin7?
Cin7, headqduartered in Auckland, aims to make complex retail and wholesale simple with all-in-one cloud inventory, POS, EDI and 3PL. Cin7 allows users to manage sales channels, inventory, point of sale and supply chain in one central, cloud-based software. Cin7 offers integrations using third…
Product Demos
BizTalk Server - The Road ahead & What's Next
Microsoft BizTalk Server Course Part 1
Product Details
- About
- Tech Details
What is Microsoft BizTalk?
Microsoft BizTalk Technical Details
Operating Systems | Unspecified |
---|---|
Mobile Application | No |
Comparisons
Compare with
Reviews and Ratings
(37)Attribute Ratings
Reviews
(1-7 of 7)- 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.
Microsoft data integration tool
- 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.
Microsoft BizTalk for Enterprise business
- 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
BizTalk Saves the Day
- 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
Biztalk's to me :)
- 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 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.
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.
Microsoft BizTalk is good to use as a message broker tool to process long run business process across multiple applications, but may not be very good when the requirement is for a heavy real-time message queue or topic process or to distribute across multiple applications.
BizTalk is easy to integrate with .net family applications, but it may take more time for it to be integrated with other family applications like Java.