Feature blog image

Jan 16

XMLReader converts carriage return line feed (0xD0xA) to line feed(0XA)

I had a fight with the XMLReader class this week because #xD, #xA, and #xD#xA character combinations are converted to a single #xA character when you use this

By Mark Brimble
Feature blog image

Jan 10

Optimising Pipeline Performance: Do not read the message into a string

Continuing on from my last post, Junior spoke to Bill and he said “the key is anything the reads the message into a string, XMLDocument or XDocument is to be

By Mark Brimble
Feature blog image

Jan 9

Optimising Pipeline Performance: XMLWriter vs. XDocument

Junior and I  looked at the pipeline component listed below This component  reads a  document , converts it to Base64 encoded string, adds the

By Mark Brimble
Feature blog image

Jan 7

Pipeline Component Wizard for BizTalk 2013 and 2013R2

I was teaching one of our juniors how to write a custom pipeline component today and thought that this wizard would be quick start for them They could only

By Mark Brimble
Feature blog image

Dec 18

Security Wizard Woes: The BAM Portal website Default Web Site is not valid.

I got this error yesterday while trying to install the BAM portal in a very locked down environment The full error went on to say “The service cannot be

By Mark Brimble
Feature blog image

Dec 16

Security Wizard Woes: ‘System.EnterpriseServices.TransactionProxyException’

I arrived at the same place that Kent Weare arrived at here In my case MSDTC was also configured based on Microsoft’s recommendations I also used the DTC

By Mark Brimble

Nov 11

https://exceldatareader.codeplex.com/

I just wanted to shout out about this community project because I have been using it a lot lately We have been using it in a BizTalk pipeline component with

By Mark Brimble
Feature blog image

Nov 10

MABS: Lessons in Configuring a (Service Bus) Queue Source

This weekend I keep on getting this error when I tried to deploy a Microsoft Azure BizTalk Services solution; “COQueueSource deployment failed at

By Mark Brimble
Feature blog image

Oct 10

BizTalk 2013 Solution Template

The mad coder has blogged about a BizTalk 2010/ Visual Studio 2008 Solution template based on Dan Rosanova’s book – BizTalk Patterns 2010 If you try to

By Mark Brimble
Feature blog image

Sep 25

BAM is displaying only one day of aggregations

We implemented a BAM solution using BizTalk Server 2013 and Standard SQL server 2012 that contained an aggregation  We set up a scheduled aggregation as

By Mark Brimble
turbo360

Back to Top