<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
<channel>
	<title>Comments for Gobbledygooks by Richard Hallgren</title>
	
	<link>http://www.richardhallgren.com</link>
	<description>.NET, BizTalk and integration focused scribbles</description>
	<lastBuildDate>Mon, 16 Jan 2012 07:27:20 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/dotrichardcomments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="dotrichardcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on BAM ate my XML declaration! by Richard</title>
		<link>http://www.richardhallgren.com/bam-ate-my-xml-declaration/comment-page-1/#comment-1479</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 16 Jan 2012 07:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-1479</guid>
		<description>My mistake ... Looks like the problem actually still is there with CU3 ... Removed the update.</description>
		<content:encoded><![CDATA[<p>My mistake &#8230; Looks like the problem actually still is there with CU3 &#8230; Removed the update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running MSBuild scripts from Visual Studio by John Clarke</title>
		<link>http://www.richardhallgren.com/running-msbuild-scripts-from-visual-studio/comment-page-1/#comment-1477</link>
		<dc:creator>John Clarke</dc:creator>
		<pubDate>Thu, 12 Jan 2012 18:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/running-msbuild-scripts-from-visual-studio/#comment-1477</guid>
		<description>Hi
Can someone update Brennan's UL link to his solution as the link seems to have moved.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Can someone update Brennan&#8217;s UL link to his solution as the link seems to have moved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BAM ate my XML declaration! by David Grospelier</title>
		<link>http://www.richardhallgren.com/bam-ate-my-xml-declaration/comment-page-1/#comment-1475</link>
		<dc:creator>David Grospelier</dc:creator>
		<pubDate>Mon, 09 Jan 2012 13:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/bam-ate-my-xml-declaration/#comment-1475</guid>
		<description>Hi,
The problem is still here with BizTalk 2010 CU3 !</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The problem is still here with BizTalk 2010 CU3 !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using XSLT 1.0 to summarize a node-set with comma separated values by Torbjörn</title>
		<link>http://www.richardhallgren.com/using-xslt-1-0-to-summarize-a-node-set-with-comma-separated-values/comment-page-1/#comment-1461</link>
		<dc:creator>Torbjörn</dc:creator>
		<pubDate>Wed, 07 Dec 2011 12:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/using-xslt-1-0-to-summarize-a-node-set-with-comma-separated-values-2/#comment-1461</guid>
		<description>Thanks! Exactly what I needed.
/ TN</description>
		<content:encoded><![CDATA[<p>Thanks! Exactly what I needed.<br />
/ TN</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming pipeline and using context ResourceTracker to avoid disposed streams by Richard</title>
		<link>http://www.richardhallgren.com/streaming-pipeline-and-using-resourcetracker-to-avoid-disposed-objects/comment-page-1/#comment-1442</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 14 Nov 2011 15:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/streaming-pipeline-and-using-resourcetracker-to-avoid-disposed-objects/#comment-1442</guid>
		<description>I've seen this before but haven't had time to look into it. The common solution is to change the interchange behaviour, but that's of course a really bad workaround ...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen this before but haven&#8217;t had time to look into it. The common solution is to change the interchange behaviour, but that&#8217;s of course a really bad workaround &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming pipeline and using context ResourceTracker to avoid disposed streams by Tabarak</title>
		<link>http://www.richardhallgren.com/streaming-pipeline-and-using-resourcetracker-to-avoid-disposed-objects/comment-page-1/#comment-1441</link>
		<dc:creator>Tabarak</dc:creator>
		<pubDate>Mon, 14 Nov 2011 15:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/streaming-pipeline-and-using-resourcetracker-to-avoid-disposed-objects/#comment-1441</guid>
		<description>I am using a Flat File disassembler with Recoverable Interchange set to False in my custom receive pipeline. In Decode stage, through a .NEt component, I am reading the stream and copying to another folder and also promoting few properties and creating a header level record in db. Next, in the Validate stage, again using a .NET component, I am using BizTalkMapper to transform the messages to desired schema. As mentioned, I tried adding VirtualStream to ResourceTracker here, but still I continue to get the 'DataReader' error. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I am using a Flat File disassembler with Recoverable Interchange set to False in my custom receive pipeline. In Decode stage, through a .NEt component, I am reading the stream and copying to another folder and also promoting few properties and creating a header level record in db. Next, in the Validate stage, again using a .NET component, I am using BizTalkMapper to transform the messages to desired schema. As mentioned, I tried adding VirtualStream to ResourceTracker here, but still I continue to get the &#8216;DataReader&#8217; error. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming pipeline and using context ResourceTracker to avoid disposed streams by Tabarak</title>
		<link>http://www.richardhallgren.com/streaming-pipeline-and-using-resourcetracker-to-avoid-disposed-objects/comment-page-1/#comment-1438</link>
		<dc:creator>Tabarak</dc:creator>
		<pubDate>Fri, 11 Nov 2011 15:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/streaming-pipeline-and-using-resourcetracker-to-avoid-disposed-objects/#comment-1438</guid>
		<description>In my case, I am getting this error from Flat File Disassembler component in my Receive pipeline with Recoverable Interchange Processing set to False. If set to True, the issue is resolved. However, my requirement is to fail the entire interchange and hence would like to set it to False. Any help would be appreciated.

Thanks!</description>
		<content:encoded><![CDATA[<p>In my case, I am getting this error from Flat File Disassembler component in my Receive pipeline with Recoverable Interchange Processing set to False. If set to True, the issue is resolved. However, my requirement is to fail the entire interchange and hence would like to set it to False. Any help would be appreciated.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Third party BizTalk monitoring tools by Martin Pi</title>
		<link>http://www.richardhallgren.com/third-party-biztalk-monitoring-tools/comment-page-1/#comment-1418</link>
		<dc:creator>Martin Pi</dc:creator>
		<pubDate>Tue, 20 Sep 2011 23:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/third-party-monitoring-tools/#comment-1418</guid>
		<description>There are in fact a couple of other products on the market as well:

Frends Helium: http://www.frends.com/
Personally I am not too fond of this tool as it plugs in ontop of your BizTalk environment. If BizTalk goes down, so will the monitoring tool.

BizTalk Control Center: 
Open source is not always the best way to go. If you run into problems, sure you can fix the code up yourself, but the reality of it is you always end up stuck. Take the BizTalk documenter for example, great tool, but not well supported. Had to upgrade support for 2010 myself.

BizTalk360: http://www.BizTalk360.com
Have not used the tool yet, but eager to do so. Nice central web based admin tool as a replacement for some features of the BizTalk Admin Console. Has some rudementary monitoring capabilities.

Minotaur: http://www.ragingbulltech.com
We decided on this tool after looking at some of the others. Has a nice set of features, easy to setup. We had a issue with our IIS7 setup, but the Minotaur support guys sorted us out and had us running quite quickly - so good support. Minotaur had the best monitoring features and capabilities in our opinion out of all the products on the market.

In the past two years there has really been a boom in the market for monitoring products for BizTalk. A few years ago it was only MOM, then came SCOM, then Frends, then Minotaur and BizMon. And now BizTalk Control Center and BizTalk360. 

All in all there are a lot to choose from, good to have competition in the market.

HTH
Martin Pi</description>
		<content:encoded><![CDATA[<p>There are in fact a couple of other products on the market as well:</p>
<p>Frends Helium: <a href="http://www.frends.com/" rel="nofollow">http://www.frends.com/</a><br />
Personally I am not too fond of this tool as it plugs in ontop of your BizTalk environment. If BizTalk goes down, so will the monitoring tool.</p>
<p>BizTalk Control Center:<br />
Open source is not always the best way to go. If you run into problems, sure you can fix the code up yourself, but the reality of it is you always end up stuck. Take the BizTalk documenter for example, great tool, but not well supported. Had to upgrade support for 2010 myself.</p>
<p>BizTalk360: <a href="http://www.BizTalk360.com" rel="nofollow">http://www.BizTalk360.com</a><br />
Have not used the tool yet, but eager to do so. Nice central web based admin tool as a replacement for some features of the BizTalk Admin Console. Has some rudementary monitoring capabilities.</p>
<p>Minotaur: <a href="http://www.ragingbulltech.com" rel="nofollow">http://www.ragingbulltech.com</a><br />
We decided on this tool after looking at some of the others. Has a nice set of features, easy to setup. We had a issue with our IIS7 setup, but the Minotaur support guys sorted us out and had us running quite quickly &#8211; so good support. Minotaur had the best monitoring features and capabilities in our opinion out of all the products on the market.</p>
<p>In the past two years there has really been a boom in the market for monitoring products for BizTalk. A few years ago it was only MOM, then came SCOM, then Frends, then Minotaur and BizMon. And now BizTalk Control Center and BizTalk360. </p>
<p>All in all there are a lot to choose from, good to have competition in the market.</p>
<p>HTH<br />
Martin Pi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using BizTalk Config Explorer as a new way of documenting your BizTalk solutions by Richard</title>
		<link>http://www.richardhallgren.com/using-biztalk-config-explorer-as-a-new-way-of-documenting-your-biztalk-solutions/comment-page-1/#comment-1401</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 08 Sep 2011 11:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=677#comment-1401</guid>
		<description>Hi Jonas,

Thanks for your comment!

The tools &lt;em&gt;does&lt;/em&gt; support send port filters as for example are shown on this &lt;a href="http://demo.configexplorer.com/Application/Acme.PurchaseOrders/SendPort/External_Send_PurchaseOrder_Port" rel="nofollow"&gt;demo page&lt;/a&gt; - didn't it work for you?

When if comes to showing message flows we made a couple of attempts of showing that but it's really complicated as you say. The fact a flow can be controlled via configuration but also could be controlled using content based routing makes it really hard. What we done instead is to document message flows manually using a wiki solution instead. We have then had the different elements in the flow documentation link in to the generated technical docs and seen that as a layer below the flow docs.

In future versions the tool will support linking into a page within an application &lt;em&gt;without&lt;/em&gt; showing the left menu with &lt;em&gt;all&lt;/em&gt; the applications. This will make it much more sutable to link using an iframe and in a integrated way within the same page show both flow diagrams and technical docs from Config Explorer.</description>
		<content:encoded><![CDATA[<p>Hi Jonas,</p>
<p>Thanks for your comment!</p>
<p>The tools <em>does</em> support send port filters as for example are shown on this <a href="http://demo.configexplorer.com/Application/Acme.PurchaseOrders/SendPort/External_Send_PurchaseOrder_Port" rel="nofollow">demo page</a> &#8211; didn&#8217;t it work for you?</p>
<p>When if comes to showing message flows we made a couple of attempts of showing that but it&#8217;s really complicated as you say. The fact a flow can be controlled via configuration but also could be controlled using content based routing makes it really hard. What we done instead is to document message flows manually using a wiki solution instead. We have then had the different elements in the flow documentation link in to the generated technical docs and seen that as a layer below the flow docs.</p>
<p>In future versions the tool will support linking into a page within an application <em>without</em> showing the left menu with <em>all</em> the applications. This will make it much more sutable to link using an iframe and in a integrated way within the same page show both flow diagrams and technical docs from Config Explorer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using BizTalk Config Explorer as a new way of documenting your BizTalk solutions by Jonas</title>
		<link>http://www.richardhallgren.com/using-biztalk-config-explorer-as-a-new-way-of-documenting-your-biztalk-solutions/comment-page-1/#comment-1400</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 08 Sep 2011 09:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=677#comment-1400</guid>
		<description>I think I have the same problem as everyone else in the Biztalk community... visulize the flow in a messaging scenario. My solutions use orchestrations when they are needed but messaging combinded with flexible pipeline components and send port filtering are the prioritized solution. 

I miss the sendport filters in the config explorer...
However it doesn't solve my problem.. visualize the messageflow for a non Biztalk person. 

Any solutions?</description>
		<content:encoded><![CDATA[<p>I think I have the same problem as everyone else in the Biztalk community&#8230; visulize the flow in a messaging scenario. My solutions use orchestrations when they are needed but messaging combinded with flexible pipeline components and send port filtering are the prioritized solution. </p>
<p>I miss the sendport filters in the config explorer&#8230;<br />
However it doesn&#8217;t solve my problem.. visualize the messageflow for a non Biztalk person. </p>
<p>Any solutions?</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.331 seconds. --><!-- Cached page generated by WP-Super-Cache on 2012-01-29 15:49:23 --><!-- Compression = gzip -->

