Mark Barto's Blog

Technical Blog about the Microsoft .NET Platform and everything that surrounds it such as .Net, C#, BizTalk, WCF, ASP.NET, SQL, Silverlight, IIS ...

BizTalk: Solved - MessageType not promoted!

0862d686-2911-4ed8-a275-8574bc4c0f7a In my previous post MessageType not promoted I had a problem that the MessageType will not be promoted if there was an inbound mapping failure.

Unfortunately the MSDN Forum - BizTalk General also had no solution for this problem. Because of this problem I have contacted someone from Microsoft who may answer this question.

Read More ...

Posted by Mark on 30-06-2009 and Filed under: BizTalk
3 comments

Windows 2008: Snipping Tool

windows-vista-snipping-tool


There is a missing feature within Windows Server 2008 called Snipping Tool.

This tool enables you to capture screenshots, or snip, of any object on your screen, and then annotate, save, or sage the image.


Read More ...

Posted by Mark on 29-06-2009 and Filed under: Windows
4 comments

BizTalk: WCF - SQL Adapter for BizTalk 2009

Biztalk_sml If you are using the standard SQL adapter what is part of BizTalk you must be known that this adapter in the nearby future will not be supported anymore by Microsoft.

Because of this reason it is a best-practice to replace this adapter to the new WCF-SQL adapter.

This adapter which is also part of the BizTalk Adapter Pack 2.0 is also available as stand-alone download.


Read More ...

Posted by Mark on 26-06-2009 and Filed under: SQL, WCF, BizTalk
3 comments

BizTalk: MessageType not promoted !

msdn

On the Microsoft MSDN Forums I have asked a question why the MessageType is not promoted when an error occurred in the inbound mapping of the receiveport.

Unfortunately this was not the answer I was hoping for.

Read More ...

Posted by Mark on 16-06-2009 and Filed under: BizTalk
213 comments

BizTalk, ESB: Microsoft ESB Toolkit 2.0

Dd897973_BizTalkESBToolkitLogo(en-us,MSDN_10)

Finally the new ESB Toolkit 2.0 is available for download at the Microsoft website.
The name has also been changed from ESB Guidance to ESB Toolkit and this version will not be available on CodePlex anymore.

 

Read More ...

Posted by Mark on 09-06-2009 and Filed under: ESB, BizTalk
3 comments

BizTalk, ESB: CDATA element incorrectly closed

image  

We are using the Microsoft BizTalk Enterprise Server Bus (ESB) Guidance 2.0 CTP 2 as best practice within Microsoft BizTalk 2009. At the moment we are using especially the exception handling for fault handling.

We are not using the included ESB portal for resubmit the fault message but we have created a SharePoint Web Part which reads the EsbExceptionDB.

Unfortunately we have discovered that the Message Data that is written to the database is incorrectly when using CDATA elements in your original message.

Read More ...

Posted by Mark on 09-06-2009 and Filed under: ESB, BizTalk
5 comments

SQL Server 2008: Change Data Capture (CDC)

ms-sql2008_logo 

Within SQL Server 2008 there is a new feature called Change Data Capture (CDC). This features makes it possible to track changes such as insert, update or delete of a specific table within a database.

It will read the transaction log within SQL Server by running a job and will write the changes in a new system table within the database which you can query to get the changes.

Read More ...

Posted by Mark on 03-06-2009 and Filed under: SQL
3 comments