by community-syndication | Jun 13, 2015 | BizTalk Community Blogs via Syndication
The only examples I could find was this forum question . The forum Q&A is not clear and suggested that one has to use a series of call templates with specific matches which seemed way to complicated to me. In this article show how I solved this another way. Consider the following BizTalk map which […]
Blog Post by: mbrimble
by Steve | Jun 12, 2015 | BizTalk Community Blogs via Syndication
Using IBM MQ 8 Client together with BizTalk 2013/2013 R2
Hello folks,
When IBM released the IBM MQ 8 Client, there was no way to use it with BizTalk because the client was compiled in C++ 2012 and BizTalk 2013/2013 R2 still uses an older C++ Runtime. Officially this is not supported by Microsoft, but it works. Microsoft actually supports only IBM MQ Client 7.1 and 7.5 together with BizTalk Host Integration Server 2013 (MQSC). After some discussions with IBM and after some month, IBM decided to ship with its package also the C++ dlls compiled in 2005 Runtime.
IBM Article : https://www-01.ibm.com/support/knowledgecenter/#!/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q030490_.htm
The C++ 2005 Runtime dlls are available in IBM MQ Client 8.0.0.2 : http://www-01.ibm.com/support/docview.wss?uid=swg24037500
Best Regards,
Steve
by Steve | Jun 12, 2015 | BizTalk Community Blogs via Syndication
Using IBM MQ 8 Client together with BizTalk 2013/2013 R2
Hello folks,
When IBM released the IBM MQ 8 Client, there was no way to use it with BizTalk because the client was compiled in C++ 2012 and BizTalk 2013/2013 R2 still uses an older C++ Runtime. Officially this is not supported by Microsoft, but it works. Microsoft actually supports only IBM MQ Client 7.1 and 7.5 together with BizTalk Host Integration Server 2013 (MQSC). After some discussions with IBM and after some month, IBM decided to ship with its package also the C++ dlls compiled in 2005 Runtime.
IBM Article : https://www-01.ibm.com/support/knowledgecenter/#!/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q030490_.htm
The C++ 2005 Runtime dlls are available in IBM MQ Client 8.0.0.2 : http://www-01.ibm.com/support/docview.wss?uid=swg24037500
Best Regards,
Steve
by community-syndication | Jun 10, 2015 | BizTalk Community Blogs via Syndication
I started BizTalk360 4 years ago after getting frustrated by not having good tooling for BizTalk Server administration and monitoring. At that stage I was focused purely on listening to community and customer feedback, their pain points and slowly but steadily adding feature after feature into the product. It took nearly 18 months, before I […]
The post Way Of Saying Thank You To Our Customers. 10% Discount Until End Of July 2015 appeared first on BizTalk360 Blog.
Blog Post by: Saravana Kumar
by community-syndication | Jun 4, 2015 | BizTalk Community Blogs via Syndication
De Axon Olympus KaaS-sessies In Nederland zijn er veel gebruikers van BizTalk Server en andere Microsoft integratie technologie%u00ebn. Professionals die vragen hebben en graag met hun vak bezig zijn. Axon Olympus herkent de behoefte aan kennisuitwisseling en organiseert daarom een […]
Blog Post by: AxonOlympus
by community-syndication | Jun 2, 2015 | BizTalk Community Blogs via Syndication
This section provides information about troubleshooting your BizTalk 2013 R2 Accelerator for RosettaNet (BTARN) installation. Do not install SQL Server on the domain controller computer If you install SQL Server on the same computer as your domain controller computer, it returns the following error message when it is trying to create the SQL send ports: […]
Blog Post by: Sandro Pereira
by Rob Callaway | Jun 2, 2015 | BizTalk Community Blogs via Syndication
Lessons Learned
Over the last few months, everyone here at QuickLearn Training has learned a thing or two about the Azure App Service and Logic Apps team at Microsoft. The most obvious is that the team is full of Work-a-saurus-Rexes. The number of changes and added features since Azure App Service Logic Apps went into Public Preview (on March 24th) is astounding.
Here’s another thing we’ve learned: keeping up with those changes (and more importantly keeping our Cloud-Based Integration Using Azure App Service course up-to-date with those changes) is going to be a fascinating process. It seems like every day we discover something new or different and we have to decide the best way to incorporate it into our course. Honestly, with the cutting-edge technology, the always interesting integration stories, and awesome team that I work with, I’ve never had more fun designing a course.
Updates to Azure App Service Logic Apps
Enough with the praise! The real purpose of this entry is to provide a log of the updates that we’ve made to the course since our first run last month (May 6th – 8th).
- Coverage of the updates and changes to Visual Studio templates introduced in the Azure SDK 2.6
- Added coverage for the JSON encoder API App
- Added lecture and labs on building custom API Apps that implement Push and Poll triggers
- Added using the T-Rex Metadata Library to markup API App objects and create custom Swagger metadata for use by the Logic App Designer
- Restructured the course to provide a more seamless flow through the various technologies
These changes represent a month’s worth of work for the QuickLearn team, and are additive to all the amazing content that we had previously.
Trust Us, We’re Professionals
Azure App Service Logic Apps are the future of the Microsoft integration story. If you haven’t looked at it yet, the time to start is now. If you have looked and you’re finding it hard to keep up with the rapid evolution, don’t fret because we have your back. It’s probably not your full-time job to stay up-to-date on these rapid changes, but it is ours. We love doing it and our team is committed to staying up-to-date on everything in the realm of Logic Apps, and we’re happy to help keep you up-to-date too. Your next chance to catch this exciting and fun class is July 13th, 2015.
As always, your purchase of our class comes with the ability to retake the course for free anytime within 6 months.
by community-syndication | Jun 2, 2015 | BizTalk Community Blogs via Syndication
Lessons Learned Over the last few months, everyone here at QuickLearn Training has learned a thing or two about the Azure App Service and Logic Apps team at Microsoft. The most obvious is that the team is full of Work-a-saurus-Rexes. … Continue reading →
The post Azure App Service Logic Apps Course: Update 1 appeared first on QuickLearn Blog.
Blog Post by: Rob Callaway
by community-syndication | Jun 1, 2015 | BizTalk Community Blogs via Syndication
This section provides detailed information about additional configurations of BizTalk 2013 R2 Accelerator for RosettaNet (BTARN) that you need to do before you start using it: Start BTARN orchestrations, send ports, and receive locations, manually. These do not start automatically when you install and configure BTARN. Note: You need to start the “PrivateInitiator_To_LOB” and “PrivateResponder_To_LOB” […]
Blog Post by: Sandro Pereira
by community-syndication | May 31, 2015 | BizTalk Community Blogs via Syndication
This post is about using a recursive XSLT Call Template to create many elements from one using an incrementing counter. I found this example interesting and thought it was worth sharing. This post is for James just to show that I will use XSLT if I really have to. Recently I was presented with the […]
Blog Post by: mbrimble