Monitor BizTalk Server SQL Job fails

Monitor BizTalk Server SQL Job fails

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

Schematron validation using XSLT using BizTalk – Part 3

Schematron validation using XSLT using BizTalk – Part 3

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

Schematron validation using XSLT in BizTalk – Part 2

Schematron validation using XSLT in BizTalk – Part 2

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

Schematron Validation using XSLT in BizTalk – Part 1

Schematron Validation using XSLT in BizTalk – Part 1

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

The file ’’ cannot be copied to the run directory. The process cannot access the file because it is being used by another process.

The file ’’ cannot be copied to the run directory. The process cannot access the file because it is being used by another process.

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

Using WCF-WebHttp receive adapter for HTTP GET/POST / URL Rewrite.

Using WCF-WebHttp receive adapter for HTTP GET/POST / URL Rewrite.

  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

BizTalk REST Support Resources

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

TechNet Wiki and Integration

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.