<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>MotoWilliams</title>
        <link>http://geekswithblogs.net/MotoWilliams/Default.aspx</link>
        <description>dot this &amp; dot that</description>
        <language>en-US</language>
        <copyright>Eric Williams</copyright>
        <managingEditor>vuduchile66@hotmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>MotoWilliams</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/MotoWilliams/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Visual Studio 2005 Team Edition for Database Professionals</title>
            <category>.Net</category>
            <link>http://geekswithblogs.net/MotoWilliams/archive/2006/05/31/80251.aspx</link>
            <description>&lt;font face="Verdana,Arial,Helvetica,sans-serif" color="#000080" size="2"&gt;Looks like for once the code name for a product is not as cool as the actual product name.  The "Data Dude" as it was called is going CTP June 11th.&lt;BR&gt;&lt;BR&gt;
http://msdn.microsoft.com/vstudio/teamsystem/products/dbpro/default.aspx&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=80251"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=80251" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/MotoWilliams/aggbug/80251.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Eric Williams</dc:creator>
            <guid>http://geekswithblogs.net/MotoWilliams/archive/2006/05/31/80251.aspx</guid>
            <pubDate>Wed, 31 May 2006 12:24:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MotoWilliams/comments/80251.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MotoWilliams/archive/2006/05/31/80251.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MotoWilliams/comments/commentRss/80251.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/MotoWilliams/services/trackbacks/80251.aspx</trackback:ping>
        </item>
        <item>
            <title>Biztalk Server 2004:  Using Generated WMI Classes to Query for Suspened Messages</title>
            <category>Biztalk</category>
            <link>http://geekswithblogs.net/MotoWilliams/archive/2006/02/12/69219.aspx</link>
            <description>&lt;font face="Verdana,Arial,Helvetica,sans-serif" color="#000080" size="2"&gt;So I have been using the generated WMI Classes from the &lt;b&gt;&lt;a href="http://geekswithblogs.net/gwiele/archive/2005/03/16/26469.aspx" target="_blank"&gt;Management (WMI) Extensions for Visual Studio .NET 2003 Server Explorer&lt;/a&gt;&lt;/b&gt; to build yet another version of a &lt;b&gt;&lt;a href="http://martijnh.blogspot.com/2004/07/biztalk-2004-suspended-queue-listener.html" target="_blank"&gt;Suspended Queue Listener&lt;/a&gt;&lt;/b&gt; for when &lt;b&gt;&lt;a href="http://blogs.msdn.com/biztalk_core_engine/archive/2004/06/30/169430.aspx" target="_blank"&gt;Biztalk Suspeneds a message in our FIFO solution&lt;/a&gt;&lt;/b&gt;.  Anyway I ran into snag after the event fires.  I get the suspended instance id without a problem but when I use the GetInstances with a SerivceInstanceID clause I only get one message, even when the suspended instance could have 2 or more messages suspended within it.&lt;p/&gt;
Here is the snippet:&lt;/font&gt;

&lt;style type="text/css"&gt;
.cf { font-family: Lucida Console; font-size: 8pt; color: black; background: white; border-top: windowtext 1pt solid; padding-top: 0pt; border-left: windowtext 1pt solid; padding-left: 0pt; border-right: windowtext 1pt solid; padding-right: 0pt; border-bottom: windowtext 1pt solid; padding-bottom: 0pt; }
.cl { margin: 0px; }
.cb1 { color: blue; }
&lt;/style&gt;
&lt;div class="cf"&gt;
&lt;p class="cl"&gt;&amp;nbsp; &lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &lt;span class="cb1"&gt;const&lt;/span&gt; &lt;span class="cb1"&gt;int&lt;/span&gt; Zombies = 16;&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; ServiceInstance.ServiceInstanceCollection serviceInstances = ServiceInstance.GetInstances( String.Format( "ServiceStatus='{0}'", Zombies ) );&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &lt;span class="cb1"&gt;foreach&lt;/span&gt; ( ServiceInstance SuspendedInstance &lt;span class="cb1"&gt;in&lt;/span&gt; serviceInstances )&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; {&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &amp;nbsp; MessageInstance.MessageInstanceCollection messageInstances = MessageInstance.GetInstances( String.Format( "ServiceInstanceID='{0}'", SuspendedInstance.InstanceID ) );&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &amp;nbsp; &lt;span class="cb1"&gt;foreach&lt;/span&gt;( MessageInstance SuspendedMsg &lt;span class="cb1"&gt;in&lt;/span&gt; messageInstances )&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &amp;nbsp; {&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Console.WriteLine( SuspendedMsg.MessageInstanceID );&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; }&lt;/p&gt;
&lt;p class="cl"&gt;&amp;nbsp; &lt;/p&gt;
&lt;/div&gt;

&lt;p&gt;&lt;font face="Verdana,Arial,Helvetica,sans-serif" color="#000080" size="2"&gt;Anybody have any ideas?&lt;/p&gt;&lt;/font&gt;
&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=69219"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=69219" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/MotoWilliams/aggbug/69219.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Eric Williams</dc:creator>
            <guid>http://geekswithblogs.net/MotoWilliams/archive/2006/02/12/69219.aspx</guid>
            <pubDate>Sun, 12 Feb 2006 16:34:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MotoWilliams/comments/69219.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MotoWilliams/archive/2006/02/12/69219.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MotoWilliams/comments/commentRss/69219.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/MotoWilliams/services/trackbacks/69219.aspx</trackback:ping>
        </item>
        <item>
            <title>Biztalk 2006 Beta 1 - WebSphere MQ Adapter</title>
            <category>Biztalk</category>
            <link>http://geekswithblogs.net/MotoWilliams/archive/2005/08/10/49848.aspx</link>
            <description>&lt;font face="Verdana,Arial,Helvetica,sans-serif" color="#004080" size="2"&gt;At the moment I am a little to busy working on a current bug with the MQ Adapter for Biztalk 2004 so I haven't had time to fire up a virtual server image of Pathfinder yet.&amp;nbsp;&amp;nbsp;Has anyone out there had a chance to use it?&amp;nbsp;&amp;nbsp;I've also posted in the Beta Newsgroup but no one there has either used it or replied yet.&amp;nbsp;&amp;nbsp;If you have used it what kind of through put, as in messages per second, are you getting when configured to use FIFO on the send adapter?&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=49848"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=49848" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/MotoWilliams/aggbug/49848.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Eric</dc:creator>
            <guid>http://geekswithblogs.net/MotoWilliams/archive/2005/08/10/49848.aspx</guid>
            <pubDate>Wed, 10 Aug 2005 21:08:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MotoWilliams/comments/49848.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MotoWilliams/archive/2005/08/10/49848.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MotoWilliams/comments/commentRss/49848.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/MotoWilliams/services/trackbacks/49848.aspx</trackback:ping>
        </item>
        <item>
            <title>Hey Mircosoft, iTunes is kicking your a$$</title>
            <category>Media Center</category>
            <link>http://geekswithblogs.net/MotoWilliams/archive/2005/08/09/49728.aspx</link>
            <description>&lt;font face="Verdana,Arial,Helvetica,sans-serif" color="#004080" size="2"&gt;Why oh why does it take so darn long to load a list of Artists or Albums in My Music Application of Media Center?  Come on iTunes stores it's library as an XML file and you have a binary library file.  Seems to me the sort of performance argument between XML and Binary serialization - only backwards.&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=49728"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=49728" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/MotoWilliams/aggbug/49728.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Eric</dc:creator>
            <guid>http://geekswithblogs.net/MotoWilliams/archive/2005/08/09/49728.aspx</guid>
            <pubDate>Tue, 09 Aug 2005 12:33:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MotoWilliams/comments/49728.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MotoWilliams/archive/2005/08/09/49728.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/MotoWilliams/comments/commentRss/49728.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/MotoWilliams/services/trackbacks/49728.aspx</trackback:ping>
        </item>
        <item>
            <title>Some Company for SyncBackSE?</title>
            <category>Utilities</category>
            <category>Media Center</category>
            <link>http://geekswithblogs.net/MotoWilliams/archive/2005/08/08/49650.aspx</link>
            <description>I've been using &lt;a href="http://www.2brightsparks.com/syncback/sbse.html"&gt;SyncBackSE&lt;/a&gt; for quite a while now and I'm almost embarrassed on how much I love this little thing.  I use it to keep my music in sync between my Media Center PC and my two portable USB hard drives.  I don't have too much music , only about 7600 songs, but it is such a pain to remember which tags have been updated on which drive when I go into my tag clean up frenzies which is a &lt;a href="http://www.geekswithblogs.net/motowilliams/archive/2005/08/08/49653.aspx"&gt;requirement of Media Center to have all your music diplayed in the My Music section.&lt;/a&gt;  I also use it to keep my work laptop's data files and my local source code snippets backed up to my home drive at work.  Saves me tons of time on my 4 to 5 month repaving schedule!
&lt;BR&gt;&lt;BR&gt;
Now it looks like Microsoft has a similar tool on the way with &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e0fc1154-c975-4814-9649-cce41af06eb7&amp;DisplayLang=en"&gt;SyncToy&lt;/a&gt;.  Although I don't understand what they were thinking naming a function 'echo'...&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=49650"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=49650" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/MotoWilliams/aggbug/49650.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Eric</dc:creator>
            <guid>http://geekswithblogs.net/MotoWilliams/archive/2005/08/08/49650.aspx</guid>
            <pubDate>Mon, 08 Aug 2005 19:02:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/MotoWilliams/comments/49650.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/MotoWilliams/archive/2005/08/08/49650.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/MotoWilliams/comments/commentRss/49650.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/MotoWilliams/services/trackbacks/49650.aspx</trackback:ping>
        </item>
    </channel>
</rss>