by community-syndication | Jul 30, 2013 | BizTalk Community Blogs via Syndication
The monitor BizTalk Server SQL Job at one of our customers kept failing. The BizTalk job Monitor BizTalk Server (BizTalkMgmtDb) calls thestored procedure [dbo].[btsmon_Inconsistent]. While this stored procedure calls several other stored procedures to cleanup the messagebox and other meta-tables within BizTalk. Within these stored procedures SQL-commands are generated dynamically to run against the BizTalk […]
Blog Post by: Cnext
by community-syndication | Jul 29, 2013 | BizTalk Community Blogs via Syndication
It’s a great time to be a developer. Also a confusing time. We are at a point where there are dozens of legit places that forward-thinking developers can run their apps in the cloud. I’ll be taking a look at a few different types of applications in a brief series of “where the heck do […]
Blog Post by: Richard Seroter
by community-syndication | Jul 26, 2013 | BizTalk Community Blogs via Syndication
This post is the tenth in a weekly series intended to briefly spotlight those things that you need to know about new features in BizTalk Server 2013. This week we’re going to examine the new SFTP adapter included with BizTalk Server 2013. You read that correctly, we finally have an SFTP adapter out of the […]
Blog Post by: Nick Hauenstein
by community-syndication | Jul 26, 2013 | BizTalk Community Blogs via Syndication
This post is a continuation to the Schematron validation using XSLT in BizTalk blog series The source code for this blog post has been uploaded in the below location http://code.msdn.microsoft.com/Schematron-validation-b4d892ee Now that you know about the basic schematron XSLT implementation, we will now see how we can achieve this in BizTalk. High Level steps for […]
Blog Post by: shankarsbiztalk
by community-syndication | Jul 26, 2013 | BizTalk Community Blogs via Syndication
This post is a continuation to the Schematron validation using XSLT in BizTalk blog series The source code for this blog post has been uploaded in the below location http://code.msdn.microsoft.com/Schematron-validation-b4d892ee So, How to do schematron validation using XSLT in BizTalk? High level steps 1. Define the schematron rules in the .sch file 2. Use XSLT […]
Blog Post by: shankarsbiztalk
by community-syndication | Jul 26, 2013 | BizTalk Community Blogs via Syndication
This blog post is a 3 part series. The source code for this blog post has been uploaded in the below location http://code.msdn.microsoft.com/Schematron-validation-b4d892ee BizTalk has an out of the box XML validation pipeline component to validate the semantics of the XSD schema and return the error message. However it has a lot of drawbacks – […]
Blog Post by: shankarsbiztalk
by community-syndication | Jul 25, 2013 | BizTalk Community Blogs via Syndication
I’ve been working on a BizTalk Server 2004 project that had (not any more) between 6 or 8 visual studio solutions each one with a BizTalk Project inside. After a few minutes swapping from a solution to another I decided to add all the project in a single solution. I notice that all the solution […]
Blog Post by: Sandro Pereira
by community-syndication | Jul 24, 2013 | BizTalk Community Blogs via Syndication
This post is to demonstrate how we can use WCF-WebHttp receive adapter for HTTP GET/POST. This also include the re-direct of https to http. Consider the below URL are used in an (legacy) application which send GET/Post request to any other Integration Systems. If we need to get this GET/POST request flowing into the […]
Blog Post by: shadabanwer
by community-syndication | Jul 24, 2013 | BizTalk Community Blogs via Syndication
Microsoft offers REST support in BizTalk Server 2013 through the WCF-WebHttp Adapter. Something that has been anticipated by BizTalk developers for sometime. With BizTalk Server 2010 there was already quite a demand resulting:
in a TechNet Wiki Article called Invoke ReSTful Web Services with BizTalk Server 2010 describing a solution to consume Restful services with BizTalk 2010,
and a REST
by community-syndication | Jul 24, 2013 | BizTalk Community Blogs via Syndication
Recently I wrote a post for TechNet Wiki Blog and pointed out that many resources can be found through the TechNet Wiki. So in case you want to check out what is available on TechNet Wiki around integration I suggest reading Integration is my business and business is good!.
I have beenworking on a couple of articles for TechNet Wiki last 18 months and published them. I am not the only one.