<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paul Gu&#124;blog &#187; BizTalk</title>
	<atom:link href="http://blog.paulgu.com/category/biztalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paulgu.com</link>
	<description>Sharing my world with the world</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:47:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Schema referenced by Map has been deleted</title>
		<link>http://blog.paulgu.com/biztalk/schema-referenced-by-map-has-been-deleted/</link>
		<comments>http://blog.paulgu.com/biztalk/schema-referenced-by-map-has-been-deleted/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 14:54:16 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2011/09/14/schema-referenced-by-map-has-been-deleted/</guid>
		<description><![CDATA[While doing a Development with Oracle Extracted Schemas my Visual Studio 2010 fired an below error when I tried to deploy my solution. Schema referenced by Map &#34;mapOrders&#34; has been deleted. The local, cached version of the BizTalk Server group configuration is out of date. You must refresh the BizTalk Server group configuration before making [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/biztalk/schema-referenced-by-map-has-been-deleted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Biztalk Send Port File Name Macros</title>
		<link>http://blog.paulgu.com/programming/biztalk-send-port-file-name-macros/</link>
		<comments>http://blog.paulgu.com/programming/biztalk-send-port-file-name-macros/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:41:41 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/08/14/biztalk-send-port-file-name-macros/</guid>
		<description><![CDATA[If you ever wanted to know how to use any other file name macros other than %MessageID% here they are: %datetime% Coordinated Universal Time (UTC) date time in the format YYYY-MM-DDThhmmss (for example, 1997-07-12T103508). %datetime_bts2000% UTC date time in the format YYYYMMDDhhmmsss, where sss means seconds and milliseconds (for example, 199707121035234 means 1997/07/12, 10:35:23 and [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/programming/biztalk-send-port-file-name-macros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install BizTalk 2004 On Windows XP SP 2</title>
		<link>http://blog.paulgu.com/biztalk/install-biztalk-2004-on-windows-xp-sp-2/</link>
		<comments>http://blog.paulgu.com/biztalk/install-biztalk-2004-on-windows-xp-sp-2/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 20:01:43 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[BizTalk]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/06/12/install-biztalk-2004-on-windows-xp-sp-2/</guid>
		<description><![CDATA[Windows XP with service pack 2 has features that will make installing BizTalk &#8216;fun&#8217;, but it obviously can be done. Here is a short version of what I did to get it running right in the first three times. This install will account for a fairly minimum install of BizTalk for core development purposes and [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/biztalk/install-biztalk-2004-on-windows-xp-sp-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get list of BizTalk host instance with specific status</title>
		<link>http://blog.paulgu.com/programming/get-list-of-biztalk-host-instance-with-specific-status/</link>
		<comments>http://blog.paulgu.com/programming/get-list-of-biztalk-host-instance-with-specific-status/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 15:50:52 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/02/18/get-list-of-biztalk-host-instance-with-specific-status/</guid>
		<description><![CDATA[The code below expects to execute on the machine its querying for. Code: ' ' WMI script to get list of BizTalk host instance with specific status ' ' MSBTS_HostInstance.ServiceState valid values ' 'Stopped: 1 'Start pending: 2 'Stop pending: 3 'Running: 4 'Continue pending: 5 'Pause pending: 6 'Paused: 7 'Unknown: 8 ' Option [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/programming/get-list-of-biztalk-host-instance-with-specific-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good tools in BizTalk 2004</title>
		<link>http://blog.paulgu.com/programming/good-tools-in-biztalk-2004/</link>
		<comments>http://blog.paulgu.com/programming/good-tools-in-biztalk-2004/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 13:42:39 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/02/13/good-tools-in-biztalk-2004/</guid>
		<description><![CDATA[There are two tools that I recommend here. The first is the BizTalk 2004 Explorer Extension. The extension is the BtsAsmExt.dll and is located in the \Program Files\Microsoft BizTalk Server 2004\Developer Tools subdirectory. This functionality is turned off by default (which is why most people don&#8217;t know about it). To enable this functionality, run regsvr32 [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/programming/good-tools-in-biztalk-2004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BizTalk SQL Agent Jobs</title>
		<link>http://blog.paulgu.com/database/biztalk-sql-agent-jobs/</link>
		<comments>http://blog.paulgu.com/database/biztalk-sql-agent-jobs/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 14:09:38 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/02/10/biztalk-sql-agent-jobs/</guid>
		<description><![CDATA[Execution of the BizTalk Server SQL Agent jobs are crucial for managing the BizTalk Server databases and for maintaining optimal performance. The Backup BizTalk Server job is the only supported method to backup the BizTalk Server databases and requires that all of the BizTalk Server databases are configured to use the SQL Server full recovery [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/database/biztalk-sql-agent-jobs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Archiving and Purging the BizTalk Tracking Database</title>
		<link>http://blog.paulgu.com/database/archiving-and-purging-the-biztalk-tracking-database/</link>
		<comments>http://blog.paulgu.com/database/archiving-and-purging-the-biztalk-tracking-database/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 16:23:26 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/02/09/archiving-and-purging-the-biztalk-tracking-database/</guid>
		<description><![CDATA[As BizTalk Server processes more and more data on your system, the BizTalk Tracking (BizTalkDTADb) database continues to grow in size. Unchecked growth decreases system performance and may generate errors in the Tracking Data Decode Service (TDDS). In addition to general tracking data, tracked messages can also accumulate in the MessageBox database, causing poor disk [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/database/archiving-and-purging-the-biztalk-tracking-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

