<?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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Implements IVillage</title>
    <link>http://www.implementsivillage.net/</link>
    <description>It takes a village to keep up with .Net</description>
    <language>en-us</language>
    <copyright>Christian M Loris</copyright>
    <lastBuildDate>Tue, 05 May 2009 21:40:45 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>cloris@lorisc.com</managingEditor>
    <webMaster>cloris@lorisc.com</webMaster>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ImplementsIvillage" type="application/rss+xml" /><item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=e7e68324-fa23-4457-85c5-409ea895fb62</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,e7e68324-fa23-4457-85c5-409ea895fb62.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,e7e68324-fa23-4457-85c5-409ea895fb62.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=e7e68324-fa23-4457-85c5-409ea895fb62</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So we've been being pestered by our DBAs (you know the ones) to move our
BizTalk Server 2006's Data Tier from our aging SQL Server 2000 Cluster to our new
shiny SQL Server 2005 Cluster.  The end of our fiscal year was approaching so
we brought in a consultant to help us. I highly recommend Catapult Systems if you
need any BizTalk help. They're smart guys and have reasonable rates (in comparison
to Oracle, who doesn't?).  We met with our consultant Mark and gave him the tour
of our environment and he came back a week later with a solid procedure... BAM, MsgBox,
WSS, Jobs, DBs... all of it.  We executed the procedure along with enough red
lines to maintain their human status.  All seemed to go well - hosts started,
jobs started, Group Hub back up, but wait!  Couple of jobs are failing? 
Hmmm.  Update some physical paths in the backup job and all is well.  Wait.
Tracked Message Copy keeps failing: 
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
            <font color="#ff0000">Executed as user: HARRIS\MLBSQLVLM1. Could not find server 'mlbxxx\sql3'
in sys.servers. Verify that the correct server name was specified. If necessary, execute
the stored procedure sp_addlinkedserver to add the server to sys.servers. [SQLSTATE
42000] (Error 7202).  The step failed.</font>
          </p>
        </blockquote>
        <p>
Now this is very confusing.  We're all on one server.  No need for any linked
servers.  Why does it think mlbxxx\sql3 is a linked server it can't connect with. 
Is it a permission issue?  I checked and double checked the database configuration
from the old server and nothing jumped out at me.  OK.  Time to step into
the deep dark reaches of the BizTalk stored procedures... the starting point: bts_CopyTrackedMessagesToDTA
at line 70:
</p>
        <font color="#0000ff" size="2">
          <font color="#0000ff" size="2">
            <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
              <font size="2">
                <p>
                </p>
              </font>
              <font color="#0000ff" size="2">
                <font color="#0000ff" size="2">exec</font>
              </font>
              <font size="2">
              </font>
              <font color="#808080" size="2">
                <font color="#808080" size="2">(</font>
              </font>
              <font color="#ff0000" size="2">
                <font color="#ff0000" size="2">'INSERT
INTO ['</font>
              </font>
              <font size="2">
              </font>
              <font color="#808080" size="2">
                <font color="#808080" size="2">+</font>
              </font>
              <font size="2"> @dtaDbServer </font>
              <font color="#808080" size="2">
                <font color="#808080" size="2">+</font>
              </font>
              <font size="2">
              </font>
              <font color="#ff0000" size="2">
                <font color="#ff0000" size="2">'].['</font>
              </font>
              <font size="2">
              </font>
              <font color="#808080" size="2">
                <font color="#808080" size="2">+</font>
              </font>
              <font size="2"> @dtaDbName </font>
              <font color="#808080" size="2">
                <font color="#808080" size="2">+</font>
              </font>
              <font size="2">
              </font>
              <font color="#ff0000" size="2">
                <font color="#ff0000" size="2">'].[dbo].[Tracking_Parts1](uidMessageID,
nvcPartName, uidPartID, uidOldPartID, nNumFragments, imgPart, imgPropBag)<br />
SELECT TOP '</font>
              </font>
              <font color="#000000" size="2">
              </font>
              <font color="#808080" size="2">
                <font color="#808080" size="2">+</font>
              </font>
              <font color="#000000" size="2"> @nTotalNumParts </font>
              <font color="#808080" size="2">
                <font color="#808080" size="2">+</font>
              </font>
              <font color="#000000" size="2">
              </font>
              <font color="#ff0000" size="2">
                <font color="#ff0000" size="2">'
mp.uidMessageID, mp.nvcPartName, mp.uidNewPartID, mp.uidOldPartID, p.nNumFragments,
p.imgPart, p.imgPropBag<br />
FROM (SELECT TOP 50 uidMessageID, nID FROM TrackingMessageReferences WITH (ROWLOCK
INDEX(IX_TrackingMessageReferences)) ORDER BY nID ASC) as t<br />
INNER LOOP JOIN #TrkMsgNewPartIDs mp WITH (ROWLOCK) ON t.uidMessageID = mp.uidMessageID<br />
INNER LOOP JOIN Parts p WITH (ROWLOCK INDEX(IX_Parts)) ON mp.uidOldPartID = p.uidPartID<br />
OPTION (KEEPFIXED PLAN)'</font>
              </font>
              <font color="#808080" size="2">
                <font color="#808080" size="2">)
</font>
              </font>
            </blockquote>
          </font>
        </font>
        <p>
          <font size="2">
            <font color="#000000">The thing that jumped out at me was the use of
the full 4 part reference to the TrackingParts1 table.  This should be extra
clear.  There should be no confusion.  Let me look in sys.server... it's
wrong... it has MLBYYY\sql3.  How could this be... how can I ask the server it's
name:</font>
          </font>
        </p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <font color="#000000">
          </font>
          <font size="2">
            <font color="#0000ff" size="2">
              <font color="#0000ff" size="2">
                <p>
select
</p>
              </font>
            </font>
            <font color="#000000" size="2">
            </font>
            <font color="#ff00ff" size="2">
              <font color="#ff00ff" size="2">SERVERPROPERTY</font>
            </font>
            <font color="#808080" size="2">
              <font color="#808080" size="2">(</font>
            </font>
            <font color="#ff0000" size="2">
              <font color="#ff0000" size="2">'servername'</font>
            </font>
            <font color="#808080" size="2">
              <font color="#808080" size="2">); <font color="#000000">returns
mlbxxx\sql3. correct. strange.</font></font>
            </font>
          </font>
        </blockquote>
        <p dir="ltr">
          <font color="#808080" size="2">
            <font color="#808080" size="2">
              <font color="#000000">Is
there another way?  Yes.</font>
            </font>
          </font>
        </p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <font color="#808080" size="2">
            <font color="#808080" size="2">
              <font color="#000000">
                <font color="#0000ff" size="2">
                  <font color="#0000ff" size="2">
                    <p>
select
</p>
                  </font>
                </font>
                <font size="2">
                </font>
                <font color="#ff00ff" size="2">
                  <font color="#ff00ff" size="2">@@servername</font>
                </font>
                <font color="#808080" size="2">
                  <font color="#808080" size="2">; <font color="#000000">return
mlbyyy\sql3 - </font><font color="#000000">wrong.  It thinks it has two names?</font></font>
                </font>
                <font color="#808080" size="2">
                  <font color="#808080" size="2">
                  </font>
                </font>
              </font>
            </font>
          </font>
        </blockquote>
        <p dir="ltr">
          <font color="#808080" size="2">
            <font color="#808080" size="2">
              <font color="#000000">The
detail here is how each command gets the name.  The SERVERPROPERTY comes from
the Windows OS.  @@servername is the name set during installation.  I am
guessing the SQL Server was built from an image and the @@servername was never adjusted
when the machine was renamed.  So why didn't my query work?  It appears
that when you specify the full four part name of a table, it goes to sys.servers to
find out about the specified server.  If you don't specify a server (less than
full 4 part naming), it bypasses sys.servers and assumes local or gets the name from
the SERVERPROPERTY.</font>
            </font>
          </font>
        </p>
        <p dir="ltr">
          <font color="#000000">The fix:</font>
        </p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
            <font face="Verdana">sp_dropserver &lt;mlbyyywhatever was returned by @@servername&gt;;<br /></font>
            <font face="Verdana">go;<br /></font>
            <font face="Verdana">sp_addserver 'mlbxxx\sql3', local;<br />
go</font>
          </p>
        </blockquote>
        <p>
          <font face="Verdana">then restart the server or instance. See the <a href="http://msdn.microsoft.com/en-us/library/ms143799.aspx">KB
article</a> for the gory details.  Once this was corrected, everything worked
like a charm.</font>
        </p>
        <p dir="ltr">
          <font color="#808080" size="2">
            <font color="#808080" size="2">
              <font color="#000000">
              </font> 
</font>
          </font>
        </p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=e7e68324-fa23-4457-85c5-409ea895fb62" />
      </body>
      <title>When your BizTalk Server Doesn't Know Its Name (aka [Error 7202])</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,e7e68324-fa23-4457-85c5-409ea895fb62.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/uz-Qvjx719E/PermaLink,guid,e7e68324-fa23-4457-85c5-409ea895fb62.aspx</link>
      <pubDate>Tue, 05 May 2009 21:40:45 GMT</pubDate>
      <description>&lt;p&gt;
So we've been being pestered by our DBAs&amp;nbsp;(you know the ones)&amp;nbsp;to move our
BizTalk Server 2006's Data Tier from our aging SQL Server 2000 Cluster to our new
shiny SQL Server 2005 Cluster.&amp;nbsp; The end of our fiscal year was approaching so
we brought in a consultant to help us. I highly recommend Catapult Systems if you
need any BizTalk help.&amp;nbsp;They're smart guys and have reasonable rates (in comparison
to Oracle, who doesn't?).&amp;nbsp; We met with our consultant Mark and gave him the tour
of our environment and he came back a week later with a solid procedure... BAM, MsgBox,
WSS, Jobs, DBs... all of it.&amp;nbsp; We executed the procedure along with enough red
lines to maintain their human status.&amp;nbsp; All seemed to go well - hosts started,
jobs started, Group Hub back up, but wait!&amp;nbsp; Couple of jobs are failing?&amp;nbsp;
Hmmm.&amp;nbsp; Update some physical paths in the backup job and all is well.&amp;nbsp; Wait.
Tracked Message Copy&amp;nbsp;keeps failing:&amp;nbsp;
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
&lt;font color=#ff0000&gt;Executed as user: HARRIS\MLBSQLVLM1. Could not find server 'mlbxxx\sql3'
in sys.servers. Verify that the correct server name was specified. If necessary, execute
the stored procedure sp_addlinkedserver to add the server to sys.servers. [SQLSTATE
42000] (Error 7202).&amp;nbsp; The step failed.&lt;/font&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
Now this is very confusing.&amp;nbsp; We're all on one server.&amp;nbsp; No need for any linked
servers.&amp;nbsp; Why does it think mlbxxx\sql3 is a linked server it can't connect with.&amp;nbsp;
Is it a permission issue?&amp;nbsp; I checked and double checked the database configuration
from the old server and nothing jumped out at me.&amp;nbsp; OK.&amp;nbsp; Time to step into
the deep dark reaches of the BizTalk stored procedures... the starting point: bts_CopyTrackedMessagesToDTA
at line 70:
&lt;/p&gt;
&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt; &lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;font size=2&gt; 
&lt;p&gt;
&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;exec&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;&lt;font color=#ff0000 size=2&gt;'INSERT
INTO ['&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;+&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; @dtaDbServer &lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;+&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;&lt;font color=#ff0000 size=2&gt;'].['&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;+&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; @dtaDbName &lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;+&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;&lt;font color=#ff0000 size=2&gt;'].[dbo].[Tracking_Parts1](uidMessageID,
nvcPartName, uidPartID, uidOldPartID, nNumFragments, imgPart, imgPropBag)&lt;br&gt;
SELECT TOP '&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;+&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt; @nTotalNumParts &lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;+&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;&lt;font color=#ff0000 size=2&gt;'
mp.uidMessageID, mp.nvcPartName, mp.uidNewPartID, mp.uidOldPartID, p.nNumFragments,
p.imgPart, p.imgPropBag&lt;br&gt;
FROM (SELECT TOP 50 uidMessageID, nID FROM TrackingMessageReferences WITH (ROWLOCK
INDEX(IX_TrackingMessageReferences)) ORDER BY nID ASC) as t&lt;br&gt;
INNER LOOP JOIN #TrkMsgNewPartIDs mp WITH (ROWLOCK) ON t.uidMessageID = mp.uidMessageID&lt;br&gt;
INNER LOOP JOIN Parts p WITH (ROWLOCK INDEX(IX_Parts)) ON mp.uidOldPartID = p.uidPartID&lt;br&gt;
OPTION (KEEPFIXED PLAN)'&lt;/font&gt;&lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;)&gt;
&lt;/font&gt;&lt;/font&gt;
&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;p&gt;
&lt;font size=2&gt;&lt;font color=#000000&gt;The thing that jumped out at me was the use of the
full 4 part reference to the TrackingParts1 table.&amp;nbsp; This should be extra clear.&amp;nbsp;
There should be no confusion.&amp;nbsp; Let me look in sys.server... it's wrong... it
has MLBYYY\sql3.&amp;nbsp; How could this be... how can I ask the server it's name:&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;font color=#000000&gt;&lt;/font&gt;&lt;font size=2&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt; 
&lt;p&gt;
select
&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#ff00ff size=2&gt;&lt;font color=#ff00ff size=2&gt;SERVERPROPERTY&lt;/font&gt;&lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;&lt;font color=#ff0000 size=2&gt;'servername'&lt;/font&gt;&lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;); &lt;font color=#000000&gt;returns
mlbxxx\sql3. correct. strange.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr&gt;
&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#000000&gt;Is there
another way?&amp;nbsp; Yes.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#000000&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt; 
&lt;p&gt;
select
&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; &lt;/font&gt;&lt;font color=#ff00ff size=2&gt;&lt;font color=#ff00ff size=2&gt;@@servername&lt;/font&gt;&lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;; &lt;font color=#000000&gt;return
mlbyyy\sql3 - &lt;/font&gt;&lt;font color=#000000&gt;wrong.&amp;nbsp; It thinks it has two names?&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/blockquote&gt; 
&lt;p dir=ltr&gt;
&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#000000&gt;The detail
here is how each command gets the name.&amp;nbsp; The SERVERPROPERTY comes from the Windows
OS.&amp;nbsp; @@servername is the name set during installation.&amp;nbsp; I am guessing the
SQL Server was built from an image and the @@servername was never adjusted when the
machine was renamed.&amp;nbsp; So why didn't my query work?&amp;nbsp; It appears that when
you specify the full four part name of a table, it goes to sys.servers to find out
about the specified server.&amp;nbsp; If you don't specify a server (less than full 4
part naming), it bypasses sys.servers and assumes local or gets the name from the
SERVERPROPERTY.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p dir=ltr&gt;
&lt;font color=#000000&gt;The fix:&lt;/font&gt;
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
&lt;font face=Verdana&gt;sp_dropserver &amp;lt;mlbyyywhatever was returned by @@servername&amp;gt;;&lt;br&gt;
&lt;/font&gt;&lt;font face=Verdana&gt;go;&lt;br&gt;
&lt;/font&gt;&lt;font face=Verdana&gt;sp_addserver 'mlbxxx\sql3', local;&lt;br&gt;
go&lt;/font&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
&lt;font face=Verdana&gt;then restart the server or instance. See the &lt;a href="http://msdn.microsoft.com/en-us/library/ms143799.aspx"&gt;KB
article&lt;/a&gt; for the gory details.&amp;nbsp; Once this was corrected, everything worked
like a charm.&lt;/font&gt;
&lt;/p&gt;
&lt;p dir=ltr&gt;
&lt;font color=#808080 size=2&gt;&lt;font color=#808080 size=2&gt;&lt;font color=#000000&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&gt;&gt;&gt;&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=e7e68324-fa23-4457-85c5-409ea895fb62" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,e7e68324-fa23-4457-85c5-409ea895fb62.aspx</comments>
      <category>BizTalk</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,e7e68324-fa23-4457-85c5-409ea895fb62.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=7f61e06f-2a66-4f7f-a268-6532b2337c11</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,7f61e06f-2a66-4f7f-a268-6532b2337c11.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,7f61e06f-2a66-4f7f-a268-6532b2337c11.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=7f61e06f-2a66-4f7f-a268-6532b2337c11</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Back in early 2002, my company sponsored a bunch of it's developers to get their MCSDs. 
These were the days of VB6 and COM+.  After many evenings at a local college
and 4 certification tests - we were MCSDs.  PrimMarily a web developer, I didn't
get to put much of the COM+ to use, but the SQL Server 2000 Design &amp;
Implementation class proved extremely useful.  With my newly minted MCP
&amp; MCSD next to my name, I set out to upgrade my career.  Two of my
next three jobs were made possible by interviewers who noted my credentials.  Although
the credentials didn't get me the job, they got my resume the leg up it needed to
get in the door.  For this, I am always grateful for having done the certification.
</p>
        <p>
Over the following years, I passed the .Net solutions architechture certification
but didn't do much after this.  Come 2007, I began wokring with BizTalk
Server 2006.  Now anyone who has worked with this product knows it is huge. 
There are numerous parts to this technology stack and each more complex than
the next.  After some training and a book, we were off developing solutions. 
I got the opportunity to attend Teched 2008 Developer in Orlando last year and
used some of my down time to pass the Biztalk certification test.  I spent
many hours in the lab doing test prep and reviewing the online test guide with some
books.  I managed to pass on the first try despite the ridiculous number of social
events I felt compelled to attend.  Returning to work I not only had a deeper
knowledge for the core BizTalk development I was doing, but I also had a stronger
understanding of the entire stack from BAM to BAS but also BRE and a few key points
about orchestrations that always eluded me.
</p>
        <p>
I am now sadly looking at my VB6 era MCSD and hoping to upgrade it.  I've used
the online planner and have a good feel for what I need to do to reach MCPD - lots
more tests.  The study room and being locked away from work at a conference center
helps get things moving faster.  So regardless of wether I get to join the Bus,
more certifications and visits to MS learning are in my future.  They have proven
their worth to me both in job seeking and comprehensive study of the technology.
</p>
        <p>
PS - Anybody reading this who doesn't know about the Get On The Bus Contest - Go here: <a href="http://blogs.technet.com/mslcommunity/archive/2009/04/09/another-chance-to-get-on-the-bus-or-fly-directly-to-teched.aspx">http://blogs.technet.com/mslcommunity/archive/2009/04/09/another-chance-to-get-on-the-bus-or-fly-directly-to-teched.aspx</a></p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=7f61e06f-2a66-4f7f-a268-6532b2337c11" />
      </body>
      <title>Why I'm passionate about Microsoft Learning &amp; Certification</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,7f61e06f-2a66-4f7f-a268-6532b2337c11.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/L85879RvT3Q/PermaLink,guid,7f61e06f-2a66-4f7f-a268-6532b2337c11.aspx</link>
      <pubDate>Mon, 20 Apr 2009 03:38:24 GMT</pubDate>
      <description>&lt;p&gt;
Back in early 2002, my company sponsored a bunch of it's developers to get their MCSDs.&amp;nbsp;
These were the days of VB6 and COM+.&amp;nbsp; After many evenings at a local college
and 4 certification tests - we were MCSDs.&amp;nbsp; PrimMarily a web developer, I didn't
get to put much of the&amp;nbsp;COM+ to use, but the&amp;nbsp;SQL Server 2000 Design &amp;amp;
Implementation class&amp;nbsp;proved extremely useful.&amp;nbsp; With my newly minted MCP
&amp;amp; MCSD next to my name, I set out to upgrade my career.&amp;nbsp;&amp;nbsp;Two of&amp;nbsp;my
next three jobs were made possible by interviewers who noted my credentials.&amp;nbsp;&amp;nbsp;Although
the credentials didn't get me the job, they got my resume the leg up it needed to
get in the door.&amp;nbsp; For this, I am always grateful&amp;nbsp;for having done the certification.
&lt;/p&gt;
&lt;p&gt;
Over the following years, I passed the .Net solutions architechture certification
but didn't do much after this.&amp;nbsp; Come 2007, I began wokring with&amp;nbsp;BizTalk
Server 2006.&amp;nbsp; Now anyone who has worked with this product knows it is huge.&amp;nbsp;
There are numerous&amp;nbsp;parts to this technology stack and each more complex than
the next.&amp;nbsp; After some training and a book, we were off&amp;nbsp;developing solutions.&amp;nbsp;
I got the opportunity to attend Teched 2008&amp;nbsp;Developer in Orlando last year and
used some of my down time to pass the Biztalk&amp;nbsp;certification test.&amp;nbsp; I spent
many hours in the lab doing test prep and reviewing the online test guide with some
books.&amp;nbsp; I managed to pass on the first try despite the ridiculous number of social
events I felt compelled to attend.&amp;nbsp; Returning to work I not only had a deeper
knowledge for the core BizTalk development I was doing, but I also had a stronger
understanding of the entire stack from BAM to BAS but also BRE and a few key points
about orchestrations that always eluded me.
&lt;/p&gt;
&lt;p&gt;
I am now sadly looking at my VB6 era MCSD and hoping to upgrade it.&amp;nbsp; I've used
the online planner and have a good feel for what I need to do to reach MCPD - lots
more tests.&amp;nbsp; The study room and being locked away from work at a conference center
helps get things moving faster.&amp;nbsp; So regardless of wether I get to join the Bus,
more certifications and visits to MS learning are in my future.&amp;nbsp; They have proven
their worth to me both in job seeking and comprehensive study of the technology.
&lt;/p&gt;
&lt;p&gt;
PS - Anybody reading this who doesn't know about the Get On The Bus Contest - Go here: &lt;a href="http://blogs.technet.com/mslcommunity/archive/2009/04/09/another-chance-to-get-on-the-bus-or-fly-directly-to-teched.aspx"&gt;http://blogs.technet.com/mslcommunity/archive/2009/04/09/another-chance-to-get-on-the-bus-or-fly-directly-to-teched.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=7f61e06f-2a66-4f7f-a268-6532b2337c11" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,7f61e06f-2a66-4f7f-a268-6532b2337c11.aspx</comments>
      <category>General;Learning;TechEd</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,7f61e06f-2a66-4f7f-a268-6532b2337c11.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=88ae0d2b-95ce-4912-bff7-1234d2d6c8e0</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,88ae0d2b-95ce-4912-bff7-1234d2d6c8e0.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,88ae0d2b-95ce-4912-bff7-1234d2d6c8e0.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=88ae0d2b-95ce-4912-bff7-1234d2d6c8e0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <font size="2">
          <p>
Event Description: Steve Smith Microsoft MVP in Asp.Net and Regional Director will
be speaking about Asp.Net MVC and Solid Coding principles 
</p>
          <p>
Event Time: 4/15/2009 6:30 PM to 4/15/2009 8:00 PM (GMT-5: Eastern Time US &amp; Canada) 
</p>
          <p>
Event Location: 
</p>
        </font>
        <font face="Arial" size="2">
          <font face="Arial" size="2">Space Coast Credit
Union Headquarters</font>
        </font>
        <font size="2"> 8045 N. Wickham Road, Melbourne, Florida,
32940, UNITED STATES
<p>
Register: 
</p></font>
        <a href="http://www.ugss.codezone.com/UGEventView.CodezoneCom?EventID=6483">
          <u>
            <font color="#0000ff" size="2">
              <font color="#0000ff" size="2">http://www.ugss.codezone.com/UGEventView.CodezoneCom?EventID=6483
</font>
            </font>
          </u>
        </a>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=88ae0d2b-95ce-4912-bff7-1234d2d6c8e0" />
      </body>
      <title>Space Coast .Net User Group 4/15 Meeting - Steve Smith Microsoft MVP speaks about Asp.Net MVC and Solid Coding Principles</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,88ae0d2b-95ce-4912-bff7-1234d2d6c8e0.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/eKP3PxOCljs/PermaLink,guid,88ae0d2b-95ce-4912-bff7-1234d2d6c8e0.aspx</link>
      <pubDate>Tue, 07 Apr 2009 17:02:22 GMT</pubDate>
      <description>&lt;font size=2&gt; 
&lt;p&gt;
Event Description: Steve Smith Microsoft MVP in Asp.Net and Regional Director will
be speaking about Asp.Net MVC and Solid Coding principles 
&lt;/p&gt;
&lt;p&gt;
Event Time: 4/15/2009 6:30 PM to 4/15/2009 8:00 PM (GMT-5: Eastern Time US &amp;amp; Canada) 
&lt;/p&gt;
&lt;p&gt;
Event Location: 
&lt;/font&gt;&lt;font face=Arial size=2&gt;&lt;font face=Arial size=2&gt;Space Coast Credit Union Headquarters&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; 8045
N. Wickham Road, Melbourne, Florida, 32940, UNITED STATES&gt;
&lt;p&gt;
Register: 
&lt;/font&gt;&lt;a href="http://www.ugss.codezone.com/UGEventView.CodezoneCom?EventID=6483"&gt;&lt;u&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;http://www.ugss.codezone.com/UGEventView.CodezoneCom?EventID=6483
&lt;/u&gt;&gt;&gt;&lt;/a&gt;&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=88ae0d2b-95ce-4912-bff7-1234d2d6c8e0" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,88ae0d2b-95ce-4912-bff7-1234d2d6c8e0.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,88ae0d2b-95ce-4912-bff7-1234d2d6c8e0.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=6ed5c05d-0b13-4e0d-be50-fcddfa50506f</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,6ed5c05d-0b13-4e0d-be50-fcddfa50506f.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,6ed5c05d-0b13-4e0d-be50-fcddfa50506f.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=6ed5c05d-0b13-4e0d-be50-fcddfa50506f</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <font size="2">
          <p>
Event Description: Speaker: Chris Loris Topic: Data Warehousing 101- What is a Data
Warehouse and why do you need it? This session will cover the basics the who's why's
and what's of Data Warehousing with a dive into Dimensional Modeling. Christian Loris
is a Software Engineer currently working in Data Warehousing, BI and BizTalk middleware
at Harris Corporation. In the past Chris has worked as an ASP.Net developer, Engineering
Manager, Professional Services Engineer, Test Engineer and a Technical Writer. --SOCIAL
HOUR AFTER at Holiday Inn-- 
</p>
          <p>
Event Time: 4/9/2009 6:30 PM to 4/9/2009 8:00 PM (GMT -5) 
</p>
          <p>
Event Location: 
</p>
        </font>
        <font face="Arial" size="2">
          <font face="Arial" size="2">Space Coast Credit
Union Headquarters </font>
        </font>
        <font size="2">8045 N Wickham Rd, Melbourne, Florida,
32908, UNITED STATES
<p>
Register: 
</p></font>
        <a href="http://www.ugss.codezone.com/UGEventView.CodezoneCom?EventID=6436">
          <u>
            <font color="#0000ff" size="2">
              <font color="#0000ff" size="2">http://www.ugss.codezone.com/UGEventView.CodezoneCom?EventID=6436
</font>
            </font>
          </u>
        </a>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=6ed5c05d-0b13-4e0d-be50-fcddfa50506f" />
      </body>
      <title>Speaking at Space Coat SQL User Group on 4/9 - Data Warehousing and Dimensional Modeling</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,6ed5c05d-0b13-4e0d-be50-fcddfa50506f.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/mOmq7zH-CA0/PermaLink,guid,6ed5c05d-0b13-4e0d-be50-fcddfa50506f.aspx</link>
      <pubDate>Tue, 07 Apr 2009 17:00:26 GMT</pubDate>
      <description>&lt;font size=2&gt; 
&lt;p&gt;
Event Description: Speaker: Chris Loris Topic: Data Warehousing 101- What is a Data
Warehouse and why do you need it? This session will cover the basics the who's why's
and what's of Data Warehousing with a dive into Dimensional Modeling. Christian Loris
is a Software Engineer currently working in Data Warehousing, BI and BizTalk middleware
at Harris Corporation. In the past Chris has worked as an ASP.Net developer, Engineering
Manager, Professional Services Engineer, Test Engineer and a Technical Writer. --SOCIAL
HOUR AFTER at Holiday Inn-- 
&lt;/p&gt;
&lt;p&gt;
Event Time: 4/9/2009 6:30 PM to 4/9/2009 8:00 PM (GMT -5) 
&lt;/p&gt;
&lt;p&gt;
Event Location: 
&lt;/font&gt;&lt;font face=Arial size=2&gt;&lt;font face=Arial size=2&gt;Space Coast Credit Union Headquarters &lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt;8045
N Wickham Rd, Melbourne, Florida, 32908, UNITED STATES&gt;
&lt;p&gt;
Register: 
&lt;/font&gt;&lt;a href="http://www.ugss.codezone.com/UGEventView.CodezoneCom?EventID=6436"&gt;&lt;u&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;http://www.ugss.codezone.com/UGEventView.CodezoneCom?EventID=6436
&lt;/u&gt;&gt;&gt;&lt;/a&gt;&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=6ed5c05d-0b13-4e0d-be50-fcddfa50506f" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,6ed5c05d-0b13-4e0d-be50-fcddfa50506f.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,6ed5c05d-0b13-4e0d-be50-fcddfa50506f.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=067019be-f3c3-4a8b-bff5-646efae517ef</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,067019be-f3c3-4a8b-bff5-646efae517ef.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,067019be-f3c3-4a8b-bff5-646efae517ef.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=067019be-f3c3-4a8b-bff5-646efae517ef</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <table border="0">
          <tbody>
            <tr valign="top">
              <td>
                <img src="http://www.implementsivillage.net/content/binary/oleg-sych.jpg" border="1" />
                <font face="Arial">
                </font>
              </td>
              <td>
                <p>
                  <font size="2">
                    <strong>When:</strong> 9/17/2008 6:30 PM<br /><strong>Location:</strong> Space Coast Credit Union HQ - 8045 N. Wickham Road. Melbourne.
Usa.<br /><strong>Description:</strong> Why write repetitive code when you can generate it?
Learn about Text Template Transformation Toolkit (T4) - one of the best-hidden new
features of Visual Studio 2008. T4 allows you to use simple ASP.NET-like template
syntax to generate application source code, configuration files, stored procedures
and more. This presentation gives you all the information you need to start using
T4 effectively in your project. We will go from basics (such as T4 template syntax)
to advanced topics (such as template design and use of T4 in large projects) stopping
along the way to create several templates from scratch. Oleg Sych will be speaki ng.
Bio: Oleg Sych is a Senior Lead Consultant at Catapult Systems. He has been working
as a professional software engineer since 1993, building distributed enterprise applications
since 2000 and working with .NET technologies since 2002. Oleg holds a Masters Degree
in Computer Science, MCSD and MCPD Enterprise certifications. His professional interests
include framework design and enterprise application architecture. 
<br /></font>
                </p>
                <p>
                  <font size="2">RSVP - </font>
                  <a href="https://www.codezone.com/UGEventView.CodezoneCom?EventID=5336">
                    <font size="2">https://www.codezone.com/UGEventView.CodezoneCom?EventID=5336</font>
                  </a>
                </p>
              </td>
            </tr>
          </tbody>
        </table>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=067019be-f3c3-4a8b-bff5-646efae517ef" />
      </body>
      <title>Space Coast .Net User Group - Oleg Sych on Code Generation with T4 Text Templates</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,067019be-f3c3-4a8b-bff5-646efae517ef.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/34ITssgo1Zg/PermaLink,guid,067019be-f3c3-4a8b-bff5-646efae517ef.aspx</link>
      <pubDate>Wed, 17 Sep 2008 04:11:54 GMT</pubDate>
      <description>&lt;table border=0&gt;
&lt;tbody&gt;
&lt;tr valign=top&gt;
&lt;td&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/oleg-sych.jpg" border=1&gt;&lt;font face=Arial&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;
&lt;font size=2&gt;&lt;strong&gt;When:&lt;/strong&gt; 9/17/2008 6:30 PM&lt;br&gt;
&lt;strong&gt;Location:&lt;/strong&gt; Space Coast Credit Union HQ - 8045 N. Wickham Road. Melbourne.
Usa.&lt;br&gt;
&lt;strong&gt;Description:&lt;/strong&gt; Why write repetitive code when you can generate it?
Learn about Text Template Transformation Toolkit (T4) - one of the best-hidden new
features of Visual Studio 2008. T4 allows you to use simple ASP.NET-like template
syntax to generate application source code, configuration files, stored procedures
and more. This presentation gives you all the information you need to start using
T4 effectively in your project. We will go from basics (such as T4 template syntax)
to advanced topics (such as template design and use of T4 in large projects) stopping
along the way to create several templates from scratch. Oleg Sych will be speaki ng.
Bio: Oleg Sych is a Senior Lead Consultant at Catapult Systems. He has been working
as a professional software engineer since 1993, building distributed enterprise applications
since 2000 and working with .NET technologies since 2002. Oleg holds a Masters Degree
in Computer Science, MCSD and MCPD Enterprise certifications. His professional interests
include framework design and enterprise application architecture. 
&lt;br&gt;
&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font size=2&gt;RSVP - &lt;/font&gt;&lt;a href="https://www.codezone.com/UGEventView.CodezoneCom?EventID=5336"&gt;&lt;font size=2&gt;https://www.codezone.com/UGEventView.CodezoneCom?EventID=5336&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=067019be-f3c3-4a8b-bff5-646efae517ef" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,067019be-f3c3-4a8b-bff5-646efae517ef.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,067019be-f3c3-4a8b-bff5-646efae517ef.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=80e13e16-6025-4422-a62a-e243e1f66344</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,80e13e16-6025-4422-a62a-e243e1f66344.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,80e13e16-6025-4422-a62a-e243e1f66344.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=80e13e16-6025-4422-a62a-e243e1f66344</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So, the wife's car is making noise and we need to locate the mechanic she usually
goes to.  The car's been pretty reliable for the last 4 years so no need of repairs...
until now.  What was the name of that shop we like (in this case, the name also
changed).  Well, I don't know what its called so the usual yello page searches
don't help.   But wait! I know where it is!  Google Earth time!
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/ge_sat_view.gif" border="0" />
        </p>
        <p>
So there's the garage where I remember it.  What good does this do me? 
Down to street view!
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/ge_street_view.gif" border="0" />
        </p>
        <p>
Problem Solved... P&amp;J Auto in Melbourne, Florida.  Off to the yellow pages
since it wasn't listed in Google's business listings.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=80e13e16-6025-4422-a62a-e243e1f66344" />
      </body>
      <title>Tip on finding the name of a business you can't remember</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,80e13e16-6025-4422-a62a-e243e1f66344.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/9Rc6BUFRSWc/PermaLink,guid,80e13e16-6025-4422-a62a-e243e1f66344.aspx</link>
      <pubDate>Wed, 17 Sep 2008 04:05:51 GMT</pubDate>
      <description>&lt;p&gt;
So, the wife's car is making noise and we need to locate the mechanic she usually
goes to.&amp;nbsp; The car's been pretty reliable for the last 4 years so no need of repairs...
until now.&amp;nbsp; What was the name of that shop we like (in this case, the name also
changed).&amp;nbsp; Well, I don't know what its called so the usual yello page searches
don't help.&amp;nbsp;&amp;nbsp; But wait! I know where it is!&amp;nbsp; Google Earth time!
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/ge_sat_view.gif" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
So there's the garage where I remember it.&amp;nbsp; What good does this do me?&amp;nbsp;
Down to street view!
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/ge_street_view.gif" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Problem Solved... P&amp;amp;J Auto in Melbourne, Florida.&amp;nbsp; Off to the yellow pages
since it wasn't listed in Google's business listings.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=80e13e16-6025-4422-a62a-e243e1f66344" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,80e13e16-6025-4422-a62a-e243e1f66344.aspx</comments>
      <category>General</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,80e13e16-6025-4422-a62a-e243e1f66344.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=87b7a93b-3785-4978-90bf-7aaf372e9b91</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,87b7a93b-3785-4978-90bf-7aaf372e9b91.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,87b7a93b-3785-4978-90bf-7aaf372e9b91.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=87b7a93b-3785-4978-90bf-7aaf372e9b91</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I got this from <a href="http://seroter.wordpress.com/2008/09/16/new-microsoft-kb-article-on-biztalk-database-support/">Richard
Seroter's blog</a> - <a href="http://support.microsoft.com/kb/952555/en-us">How
to maintain and troubleshoot BizTalk Server databases</a></p>
        <p>
It looks to be very helpful from the brief skimming I gave it.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=87b7a93b-3785-4978-90bf-7aaf372e9b91" />
      </body>
      <title>New Microsoft KB article gives guidance on Database maintenance &amp; troubleshooting for BizTalk</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,87b7a93b-3785-4978-90bf-7aaf372e9b91.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/L27XPN11NTw/PermaLink,guid,87b7a93b-3785-4978-90bf-7aaf372e9b91.aspx</link>
      <pubDate>Tue, 16 Sep 2008 19:45:14 GMT</pubDate>
      <description>&lt;p&gt;
I got this from &lt;a href="http://seroter.wordpress.com/2008/09/16/new-microsoft-kb-article-on-biztalk-database-support/"&gt;Richard
Seroter's blog&lt;/a&gt; -&amp;nbsp;&lt;a href="http://support.microsoft.com/kb/952555/en-us"&gt;How
to maintain and troubleshoot BizTalk Server databases&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
It looks to be very helpful from the brief skimming I gave it.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=87b7a93b-3785-4978-90bf-7aaf372e9b91" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,87b7a93b-3785-4978-90bf-7aaf372e9b91.aspx</comments>
      <category>BizTalk</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,87b7a93b-3785-4978-90bf-7aaf372e9b91.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=2e2e9d61-f200-4371-8434-5d754e833eff</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,2e2e9d61-f200-4371-8434-5d754e833eff.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,2e2e9d61-f200-4371-8434-5d754e833eff.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2e2e9d61-f200-4371-8434-5d754e833eff</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I couldn't resist sharing this.  I spent a mid-size chunk of my life playing
Half Life and its related properties.  It now appears to be bleeding out into
the real world:
</p>
        <p>
   <a href="http://www.joystiq.com/2008/09/09/terrible-news-gordon-freeman-spotted-near-large-hadron-collider/">http://www.joystiq.com/2008/09/09/terrible-news-gordon-freeman-spotted-near-large-hadron-collider/</a></p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=2e2e9d61-f200-4371-8434-5d754e833eff" />
      </body>
      <title>Real Life meets Half Life</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,2e2e9d61-f200-4371-8434-5d754e833eff.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/mt0yLGxSB0U/PermaLink,guid,2e2e9d61-f200-4371-8434-5d754e833eff.aspx</link>
      <pubDate>Wed, 10 Sep 2008 13:06:19 GMT</pubDate>
      <description>&lt;p&gt;
I couldn't resist sharing this.&amp;nbsp; I spent a mid-size chunk of my life playing
Half Life and its related properties.&amp;nbsp; It now appears to be bleeding out into
the real world:
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="http://www.joystiq.com/2008/09/09/terrible-news-gordon-freeman-spotted-near-large-hadron-collider/"&gt;http://www.joystiq.com/2008/09/09/terrible-news-gordon-freeman-spotted-near-large-hadron-collider/&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=2e2e9d61-f200-4371-8434-5d754e833eff" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,2e2e9d61-f200-4371-8434-5d754e833eff.aspx</comments>
      <category>General</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,2e2e9d61-f200-4371-8434-5d754e833eff.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=d7b007e9-1528-4bd2-8ec0-299624b437c3</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,d7b007e9-1528-4bd2-8ec0-299624b437c3.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,d7b007e9-1528-4bd2-8ec0-299624b437c3.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=d7b007e9-1528-4bd2-8ec0-299624b437c3</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
A very insightful bit of writing by Richar Seroter on <a href="http://seroter.wordpress.com/2008/08/15/impact-of-database-availability-on-biztalk-web-services/">what
happens to BizTalk Web Service receive locations when the DB goes bye bye</a>. When
the SQL Server goes off line, take down the IIS service on your BizTalk servers. 
This is really kind of scary.  When the SQL Server goes offline, the BizTalk web
services return 202's which is just as good as a 200 to most - and the message is
lost.  I need to think this one through and see how to deal with it.  We
don't lose our database alot, but it has gone offline on enough occasions to make
this a real concern.  Anybody have expereince handling this one?
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=d7b007e9-1528-4bd2-8ec0-299624b437c3" />
      </body>
      <title>What Happens to BizTalk when SQL goes down?</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,d7b007e9-1528-4bd2-8ec0-299624b437c3.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/aJ7m1Xg1TUI/PermaLink,guid,d7b007e9-1528-4bd2-8ec0-299624b437c3.aspx</link>
      <pubDate>Tue, 02 Sep 2008 16:57:48 GMT</pubDate>
      <description>&lt;p&gt;
A very insightful bit of writing by Richar Seroter on &lt;a href="http://seroter.wordpress.com/2008/08/15/impact-of-database-availability-on-biztalk-web-services/"&gt;what
happens to BizTalk Web Service receive locations when the DB goes bye bye&lt;/a&gt;.&amp;nbsp;When
the SQL Server goes off line, take down the IIS service on your BizTalk servers.&amp;nbsp;
This is really kind of scary.&amp;nbsp; When the SQL Server goes offline, the BizTalk&amp;nbsp;web
services return 202's which is just as good as a 200 to most - and the message is
lost.&amp;nbsp; I need to think this one through and see how to deal with it.&amp;nbsp; We
don't lose our database alot, but it has gone offline on enough occasions to make
this a real concern.&amp;nbsp; Anybody have expereince handling this one?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=d7b007e9-1528-4bd2-8ec0-299624b437c3" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,d7b007e9-1528-4bd2-8ec0-299624b437c3.aspx</comments>
      <category>BizTalk</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,d7b007e9-1528-4bd2-8ec0-299624b437c3.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=2242d1eb-af70-4353-8ab1-d9a008eae485</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,2242d1eb-af70-4353-8ab1-d9a008eae485.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,2242d1eb-af70-4353-8ab1-d9a008eae485.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2242d1eb-af70-4353-8ab1-d9a008eae485</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Thanks to Joe Healy for passing on the <a href="http://devfish.net/fullblogitemview.aspx?blogid=572">announcement</a> from
Stan Kennedy.  On October 1st, there will be the first meeting of the Central
Florida BizTalk User Group in Tampa.  A bit of a hall, but I will be attempting
the trip.  Anyoneinterested in car pooling?
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=2242d1eb-af70-4353-8ab1-d9a008eae485" />
      </body>
      <title>Central Florida BizTalk User Group</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,2242d1eb-af70-4353-8ab1-d9a008eae485.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/VL-SON898Fk/PermaLink,guid,2242d1eb-af70-4353-8ab1-d9a008eae485.aspx</link>
      <pubDate>Tue, 02 Sep 2008 16:46:42 GMT</pubDate>
      <description>&lt;p&gt;
Thanks to Joe Healy for passing on the &lt;a href="http://devfish.net/fullblogitemview.aspx?blogid=572"&gt;announcement&lt;/a&gt; from
Stan Kennedy.&amp;nbsp; On October 1st, there will be the first meeting of the Central
Florida BizTalk User Group in Tampa.&amp;nbsp; A bit of a hall, but I will be attempting
the trip.&amp;nbsp; Anyoneinterested in car pooling?
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=2242d1eb-af70-4353-8ab1-d9a008eae485" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,2242d1eb-af70-4353-8ab1-d9a008eae485.aspx</comments>
      <category>BizTalk;User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,2242d1eb-af70-4353-8ab1-d9a008eae485.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=1ba02041-3caf-4afe-a505-9f10365f3ca8</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,1ba02041-3caf-4afe-a505-9f10365f3ca8.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,1ba02041-3caf-4afe-a505-9f10365f3ca8.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=1ba02041-3caf-4afe-a505-9f10365f3ca8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Since getting back from TechEd things have been a bit crazy.  The rest of the
week there was a blast.  I got to meet many more community members and catch
some really interesting presentations.  I am currently fascinated with the SQL
Server 2008 Data Mining tools and am in search of a good problem.   I'd
like to turn this into a presentation for the local User Group.  
</p>
        <p>
One of the other highlights was using the Certification Testing at the conference. 
After sorting out some issues with the name on my certification, I was able to finally
get this logo:
</p>
        <p align="center">
          <img src="http://www.implementsivillage.net/content/binary/MCTS(rgb)_511.gif" border="0" />
        </p>
        <p align="left">
That was not a pleasant test.  The tool just has so many facets to it and it's
really impossible to have used all of them.  But the test prep senter at the
conference and some reading got me a pass on the first try.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=1ba02041-3caf-4afe-a505-9f10365f3ca8" />
      </body>
      <title>Updates</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,1ba02041-3caf-4afe-a505-9f10365f3ca8.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/ECfFcvDzQiA/PermaLink,guid,1ba02041-3caf-4afe-a505-9f10365f3ca8.aspx</link>
      <pubDate>Mon, 21 Jul 2008 20:31:22 GMT</pubDate>
      <description>&lt;p&gt;
Since getting back from TechEd things have been a bit crazy.&amp;nbsp; The rest of the
week there was a blast.&amp;nbsp; I got to meet many more community members and catch
some really interesting presentations.&amp;nbsp; I am currently fascinated with the SQL
Server 2008 Data Mining tools and am in search of a good problem.&amp;nbsp;&amp;nbsp; I'd
like to turn this into a presentation for the local User Group.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
One of the other highlights was using the Certification Testing at the conference.&amp;nbsp;
After sorting out some issues with the name on my certification, I was able to finally
get this logo:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/MCTS(rgb)_511.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=left&gt;
That was not a pleasant test.&amp;nbsp; The tool just has so many facets to it and it's
really impossible to have used all of them.&amp;nbsp; But the test prep senter at the
conference and some reading got me a pass on the first try.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=1ba02041-3caf-4afe-a505-9f10365f3ca8" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,1ba02041-3caf-4afe-a505-9f10365f3ca8.aspx</comments>
      <category>BizTalk;TechEd;User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,1ba02041-3caf-4afe-a505-9f10365f3ca8.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=0bf42628-e1ff-4486-b09d-2f9dcaa366c5</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,0bf42628-e1ff-4486-b09d-2f9dcaa366c5.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,0bf42628-e1ff-4486-b09d-2f9dcaa366c5.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=0bf42628-e1ff-4486-b09d-2f9dcaa366c5</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p style="MARGIN: 0in 0in 0pt">
          <font face="Calibri">
            <font size="3">When: <span class="yshortcuts" id="lw_1213158780_1" style="BACKGROUND: none transparent scroll repeat 0% 0%; CURSOR: hand; BORDER-BOTTOM: #0066cc 1px dashed">Wednesday
June 11, 2008 @ 6:30PM</span><br />
Where: Space Coast Credit Union Corp Headquarters<br /><br />
Want to know what you need to do to keep your DBA happy and make your application
run really fast? Wondering if stored procedures are really faster than dynamic sql?
Need some good guidelines for adding indexes? We'll spend an hour talking about performance
in this very interactive presentation.<br /><br />
Andy Warren of </font>
            <a href="http://www.endtoendtraining.com/" target="_blank" rel="nofollow">
              <span class="yshortcuts" id="lw_1213158780_2">
                <font size="3">End
to End Training</font>
              </span>
            </a>
            <font size="3"> will be speaking.<br /><br /></font>
            <a href="https://www.clicktoattend.com/invitation.aspx?code=128348" target="_blank" rel="nofollow">
              <font size="3">Register
if you plan to attend this event</font>
            </a>
            <br />
            <br />
            <font size="3">Then will be pizza and magazines available for those who attend. We
will be raffleing off a Technet plus subscription at the end of the meeting.</font>  </font>
        </p>
        <p>
        </p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=0bf42628-e1ff-4486-b09d-2f9dcaa366c5" />
      </body>
      <title>Space Coast .Net User Group June Meeting - Andy Warren of End To End Training - SQL Server For Developers</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,0bf42628-e1ff-4486-b09d-2f9dcaa366c5.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/RXLrkS8evps/PermaLink,guid,0bf42628-e1ff-4486-b09d-2f9dcaa366c5.aspx</link>
      <pubDate>Wed, 11 Jun 2008 04:36:31 GMT</pubDate>
      <description>&lt;p style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Calibri&gt;&lt;font size=3&gt;When: &lt;span class=yshortcuts id=lw_1213158780_1 style="BACKGROUND: none transparent scroll repeat 0% 0%; CURSOR: hand; BORDER-BOTTOM: #0066cc 1px dashed"&gt;Wednesday
June 11, 2008 @ 6:30PM&lt;/span&gt;
&lt;br&gt;
Where: Space Coast Credit Union Corp Headquarters&lt;br&gt;
&lt;br&gt;
Want to know what you need to do to keep your DBA happy and make your application
run really fast? Wondering if stored procedures are really faster than dynamic sql?
Need some good guidelines for adding indexes? We'll spend an hour talking about performance
in this very interactive presentation.&lt;br&gt;
&lt;br&gt;
Andy Warren of &lt;/font&gt;&lt;a href="http://www.endtoendtraining.com/" target=_blank rel=nofollow&gt;&lt;span class=yshortcuts id=lw_1213158780_2&gt;&lt;font size=3&gt;End
to End Training&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;font size=3&gt; will be speaking.&lt;br&gt;
&lt;br&gt;
&lt;/font&gt;&lt;a href="https://www.clicktoattend.com/invitation.aspx?code=128348" target=_blank rel=nofollow&gt;&lt;font size=3&gt;Register
if you plan to attend this event&lt;/font&gt;&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
&lt;font size=3&gt;Then will be pizza and magazines available for those who attend. We will
be raffleing off a Technet plus subscription at the end of the meeting.&lt;/font&gt;&amp;nbsp; &lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=0bf42628-e1ff-4486-b09d-2f9dcaa366c5" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,0bf42628-e1ff-4486-b09d-2f9dcaa366c5.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,0bf42628-e1ff-4486-b09d-2f9dcaa366c5.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=b59237cd-4671-4650-8a95-f4982b07b66d</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,b59237cd-4671-4650-8a95-f4982b07b66d.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,b59237cd-4671-4650-8a95-f4982b07b66d.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=b59237cd-4671-4650-8a95-f4982b07b66d</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The day started out with the key note by Bill Gates.  Very nice speech on the
focus of their development efforts for the years to come.  We were also treated
to the director's cut of the Bill Gates' Last Day video.
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/DSC04170.JPG" border="0" />
        </p>
        <p>
I've made some new friends.
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/DSC04173.JPG" border="0" />
        </p>
        <p>
Drank my MSDN Subscription's worht of Beer at Howl at The Moon for Geekfest 2008. 
It was a nice time and I got to meet many more of the folks from the Florida .Net
Communities.  
</p>
        <img src="http://www.implementsivillage.net/content/binary/geekfest.jpg" border="0" />
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=b59237cd-4671-4650-8a95-f4982b07b66d" />
      </body>
      <title>TechEd 2008 - Tuesday in Review</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,b59237cd-4671-4650-8a95-f4982b07b66d.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/T-3QbfGVTdM/PermaLink,guid,b59237cd-4671-4650-8a95-f4982b07b66d.aspx</link>
      <pubDate>Thu, 05 Jun 2008 20:52:29 GMT</pubDate>
      <description>&lt;p&gt;
The day started out with the key note by Bill Gates.&amp;nbsp; Very nice speech on the
focus of their development efforts for the years to come.&amp;nbsp; We were also treated
to the director's cut of the Bill Gates' Last Day video.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/DSC04170.JPG" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
I've made some new friends.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/DSC04173.JPG" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Drank my MSDN Subscription's worht of Beer at Howl at The Moon for Geekfest 2008.&amp;nbsp;
It was a nice time and I got to meet many more of the folks from the Florida .Net
Communities.&amp;nbsp; 
&lt;/p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/geekfest.jpg" border=0&gt;&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=b59237cd-4671-4650-8a95-f4982b07b66d" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,b59237cd-4671-4650-8a95-f4982b07b66d.aspx</comments>
      <category>TechEd</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,b59237cd-4671-4650-8a95-f4982b07b66d.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=7f0d2f88-36d9-4d13-85f2-3e41f45ffd38</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,7f0d2f88-36d9-4d13-85f2-3e41f45ffd38.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,7f0d2f88-36d9-4d13-85f2-3e41f45ffd38.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=7f0d2f88-36d9-4d13-85f2-3e41f45ffd38</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I arrived on Monday afternoon at the convention center.   I always forget
how incredibly large the facility is.  The first glimpse of the floow was empty
but beautiful.  The booths were very well put togeather.
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/DSC04161.JPG" border="1" /> <img src="http://www.implementsivillage.net/content/binary/DSC04162.JPG" border="1" /><br /><img src="http://www.implementsivillage.net/content/binary/DSC04160.JPG" border="1" /></p>
        <p>
The afternoon was spent at the INETA Community Summit with the Florida Delegation
led by Joe Healy (Only half of us could vote).  It was a great discussion on
the challenges, successes, tips and more of building a community.  I got
some good ideas to bring back to the Space Coast .Net User Group.
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/DSC04157.JPG" border="1" /> <img src="http://www.implementsivillage.net/content/binary/DSC04155.JPG" border="1" /></p>
        <p>
After the summit was hotel check-in followed by Party with Palermo at the Glow Lounge. 
Ran into a former co-worker who was staying at the same hotel and we got to catch-up
over copious servings of beer.
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/glow lounge1.jpg" border="1" /> <img src="http://www.implementsivillage.net/content/binary/glow lounge2.jpg" border="1" /></p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=7f0d2f88-36d9-4d13-85f2-3e41f45ffd38" />
      </body>
      <title>TechEd 2008 - Monday In Review</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,7f0d2f88-36d9-4d13-85f2-3e41f45ffd38.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/gt14P8o7LnU/PermaLink,guid,7f0d2f88-36d9-4d13-85f2-3e41f45ffd38.aspx</link>
      <pubDate>Tue, 03 Jun 2008 20:35:49 GMT</pubDate>
      <description>&lt;p&gt;
I arrived on Monday afternoon at the convention center.&amp;nbsp;&amp;nbsp; I always forget
how incredibly large the facility is.&amp;nbsp; The first glimpse of the floow was empty
but beautiful.&amp;nbsp; The booths were very well put togeather.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/DSC04161.JPG" border=1&gt;&amp;nbsp;&lt;img src="http://www.implementsivillage.net/content/binary/DSC04162.JPG" border=1&gt;
&lt;br&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/DSC04160.JPG" border=1&gt;
&lt;/p&gt;
&lt;p&gt;
The afternoon was spent at the INETA Community Summit&amp;nbsp;with the Florida Delegation
led by Joe Healy (Only half of us could vote).&amp;nbsp; It was a great discussion on
the challenges, successes, tips and more of building&amp;nbsp;a community.&amp;nbsp; I got
some good ideas to bring back to the Space Coast .Net User Group.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/DSC04157.JPG" border=1&gt;&amp;nbsp;&lt;img src="http://www.implementsivillage.net/content/binary/DSC04155.JPG" border=1&gt;
&lt;/p&gt;
&lt;p&gt;
After the summit was hotel check-in followed by Party with Palermo at the Glow Lounge.&amp;nbsp;
Ran into a former co-worker who was staying at the same hotel and we got to catch-up
over copious servings of beer.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/glow lounge1.jpg" border=1&gt;&amp;nbsp;&lt;img src="http://www.implementsivillage.net/content/binary/glow lounge2.jpg" border=1&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=7f0d2f88-36d9-4d13-85f2-3e41f45ffd38" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,7f0d2f88-36d9-4d13-85f2-3e41f45ffd38.aspx</comments>
      <category>TechEd</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,7f0d2f88-36d9-4d13-85f2-3e41f45ffd38.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=460ee4fe-2bf4-4f12-b559-78e94e90d6a0</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,460ee4fe-2bf4-4f12-b559-78e94e90d6a0.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,460ee4fe-2bf4-4f12-b559-78e94e90d6a0.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=460ee4fe-2bf4-4f12-b559-78e94e90d6a0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I put a couple of collections on Live Maps to help everyone find the where &amp; when
of the after hours events at TechEd 2008 Dev.
</p>
        <ul>
          <li>
            <a href="http://maps.live.com/?v=2&amp;encType=1&amp;cid=CFC2AD568D78AB1A!164">TechEd
2008 Dev Evenings - Monday</a>
          </li>
          <li>
            <a href="http://maps.live.com/?v=2&amp;encType=1&amp;cid=CFC2AD568D78AB1A!168">TechEd
2008 Dev Evenings - Tuesday</a>
          </li>
          <li>
            <a href="http://maps.live.com/?v=2&amp;encType=1&amp;cid=CFC2AD568D78AB1A!173">TechEd
2008 Dev Evenings - Thursday</a>
          </li>
        </ul>
        <p>
I was comparing the list of evening events from the IT Pro week to the Developer's
week and I have come to the conclusion - we're boring.  The IT Pro week is booked
with evening events all over the place on every night.  It really doesn't matter,
I'll be in my room in the evenings studying for certs (cough... not...).
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=460ee4fe-2bf4-4f12-b559-78e94e90d6a0" />
      </body>
      <title>TechEd 2008 Evenings - Maps @ Live Maps</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,460ee4fe-2bf4-4f12-b559-78e94e90d6a0.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/NzWu5GEVE6c/PermaLink,guid,460ee4fe-2bf4-4f12-b559-78e94e90d6a0.aspx</link>
      <pubDate>Fri, 30 May 2008 13:46:18 GMT</pubDate>
      <description>&lt;p&gt;
I put a couple of collections on Live Maps to help everyone find the where &amp;amp; when
of the after hours events at TechEd 2008 Dev.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://maps.live.com/?v=2&amp;amp;encType=1&amp;amp;cid=CFC2AD568D78AB1A!164"&gt;TechEd
2008 Dev Evenings - Monday&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://maps.live.com/?v=2&amp;amp;encType=1&amp;amp;cid=CFC2AD568D78AB1A!168"&gt;TechEd
2008 Dev Evenings - Tuesday&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://maps.live.com/?v=2&amp;amp;encType=1&amp;amp;cid=CFC2AD568D78AB1A!173"&gt;TechEd
2008 Dev Evenings - Thursday&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
I was comparing the list of evening events from the IT Pro week to the Developer's
week and I have come to the conclusion - we're boring.&amp;nbsp; The IT Pro week is booked
with evening events all over the place on every night.&amp;nbsp; It really doesn't matter,
I'll be in my room in the evenings studying for certs (cough... not...).
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=460ee4fe-2bf4-4f12-b559-78e94e90d6a0" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,460ee4fe-2bf4-4f12-b559-78e94e90d6a0.aspx</comments>
      <category>TechEd</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,460ee4fe-2bf4-4f12-b559-78e94e90d6a0.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=fcb21301-3064-4199-afbe-08c52f61265a</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,fcb21301-3064-4199-afbe-08c52f61265a.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,fcb21301-3064-4199-afbe-08c52f61265a.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=fcb21301-3064-4199-afbe-08c52f61265a</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
These are odd months for the User Groups with the kids getting out of school. 
You're never sure what you'll get.  We had a crowd of 15+ attendees. Some regulars
and some designers who were new to the group.  Jeff's presentation was quite
extensive but paced to not bore.
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/JBSCDNUG.jpg" border="1" />
        </p>
        <p>
Next month is going tobe SQL Guru Andy Warren - more info to follow.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=fcb21301-3064-4199-afbe-08c52f61265a" />
      </body>
      <title>SCDNUG Meeting with Jeff Barnes on Silverlight 2 a Success</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,fcb21301-3064-4199-afbe-08c52f61265a.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/2U24yWofmTY/PermaLink,guid,fcb21301-3064-4199-afbe-08c52f61265a.aspx</link>
      <pubDate>Thu, 22 May 2008 13:34:53 GMT</pubDate>
      <description>&lt;p&gt;
These are odd months for the User Groups with the kids getting out of school.&amp;nbsp;
You're never sure what you'll get.&amp;nbsp; We had a crowd of 15+ attendees. Some regulars
and some designers who were new to the group.&amp;nbsp; Jeff's presentation was quite
extensive but paced to not bore.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/JBSCDNUG.jpg" border=1&gt;
&lt;/p&gt;
&lt;p&gt;
Next month is going tobe SQL Guru Andy Warren - more info to follow.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=fcb21301-3064-4199-afbe-08c52f61265a" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,fcb21301-3064-4199-afbe-08c52f61265a.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,fcb21301-3064-4199-afbe-08c52f61265a.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=170fb77c-cf61-4678-9fdb-ac640f4c33b6</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,170fb77c-cf61-4678-9fdb-ac640f4c33b6.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,170fb77c-cf61-4678-9fdb-ac640f4c33b6.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=170fb77c-cf61-4678-9fdb-ac640f4c33b6</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I ran into a BizTalk problem today that was inevitable.  We interface with PeopleSoft 
a bunch.  PeopleSoft has some very specific Schemas it uses to communicate. 
We have two seperate applications that make use of the same schema in reading responses
posted to the PeopleSoft web service.  Well the second of two projects what put
into production a few days ago.  When I came in this morning, one of them had
a suspended message on the receive side of a HTTP Send/Receive adapter:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
            <font face="Courier New">Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines,
Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
<br /></font>
            <font face="Courier New">Source: "XML disassembler" 
<br />
Receive Port: "rcvFile" 
<br />
URI: "C:\Test\In\*.xml" 
<br />
Reason: Cannot locate document specification because multiple schemas matched the
message type</font>
          </p>
        </blockquote>
        <p dir="ltr">
So, as expected, BizTalk could not figure out which schema to resolve the message
to as it exists in this Applicaion and another.  The default XML Receive Pipieline
is not very helpful in this situation as it is just that - default.  The solution
turns out to be quite simple.  Create a new Receive Pipeline and add an XML Disassembler
to the Disassemble stage.  In the XML Disassembler's properties, add the desired
schema from the application to the disassembler's Document Schemas collection. 
This tells the disassembler to select from this list only.  If the list is empty,
it will behave the same way as the default XML Receive Pipeline.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=170fb77c-cf61-4678-9fdb-ac640f4c33b6" />
      </body>
      <title>Handling Identical Schemas Across Multiple Applications</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,170fb77c-cf61-4678-9fdb-ac640f4c33b6.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/fvkTYG6KuoM/PermaLink,guid,170fb77c-cf61-4678-9fdb-ac640f4c33b6.aspx</link>
      <pubDate>Wed, 21 May 2008 21:36:22 GMT</pubDate>
      <description>&lt;p&gt;
I ran into a BizTalk problem today that was inevitable.&amp;nbsp; We interface with PeopleSoft&amp;nbsp;
a bunch.&amp;nbsp; PeopleSoft has some very specific Schemas it uses to communicate.&amp;nbsp;
We have two seperate applications that make use of the same schema in reading responses
posted to the PeopleSoft web service.&amp;nbsp; Well the second of two projects what put
into production a few days ago.&amp;nbsp; When I came in this morning, one of them had
a suspended message on the receive side of a HTTP Send/Receive adapter:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
&lt;font face="Courier New"&gt;Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines,
Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
&lt;br&gt;
&lt;/font&gt;&lt;font face="Courier New"&gt;Source: "XML disassembler" 
&lt;br&gt;
Receive Port: "rcvFile" 
&lt;br&gt;
URI: "C:\Test\In\*.xml" 
&lt;br&gt;
Reason: Cannot locate document specification because multiple schemas matched the
message type&lt;/font&gt; 
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr&gt;
So, as expected, BizTalk could not figure out which schema to resolve the message
to as it exists in this Applicaion and another.&amp;nbsp; The default XML Receive Pipieline
is not very helpful in this situation as it is just that - default.&amp;nbsp; The solution
turns out to be quite simple.&amp;nbsp; Create a new Receive Pipeline and add an XML Disassembler
to the Disassemble stage.&amp;nbsp; In the XML Disassembler's properties, add the desired
schema from the application to the disassembler's Document Schemas collection.&amp;nbsp;
This tells the disassembler to select from this list only.&amp;nbsp; If the list is empty,
it will behave the same way as the default XML Receive Pipeline.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=170fb77c-cf61-4678-9fdb-ac640f4c33b6" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,170fb77c-cf61-4678-9fdb-ac640f4c33b6.aspx</comments>
      <category>BizTalk</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,170fb77c-cf61-4678-9fdb-ac640f4c33b6.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.andrewconnell.com/blog/Default.aspx">Andrew Connel</a> &amp; <a href="http://bobfox.securespsite.com/FoxBlog/">Bob
Fox</a> kick-off TechEd right with <a href="http://www.andrewconnell.com/blog/archive/2008/05/19/SharePoint-by-Day-SharePint-by-Night-vTechEd-North-America-2008.aspx">SharePoint
by Day and SharePint at Night</a>. 
</p>
        <ul>
          <li>
            <strong>SharePoint by Day, SharePint by Night @ TechEd North America 2008 Developer<br /></strong>Monday, June 2, 7p -&gt;? @ BB Kings Orlando (9101 International Drive #2230;
Orlando, FL)<strong /></li>
          <li>
            <strong>SharePoint by Day, SharePint by Night @ TechEd North America 2008 IT Pro<br /></strong>Monday, June 9, 7p -&gt;? @ BB Kings Orlando (9101 International Drive #2230;
Orlando, FL) 
</li>
        </ul>
Another stop for an evening!<img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0" /></body>
      <title>TechEd Evenings - SharePoint By Day, SharePint By Night</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/Dhda-ubSnag/PermaLink,guid,1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0.aspx</link>
      <pubDate>Wed, 21 May 2008 17:13:38 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.andrewconnell.com/blog/Default.aspx"&gt;Andrew Connel&lt;/a&gt; &amp;amp; &lt;a href="http://bobfox.securespsite.com/FoxBlog/"&gt;Bob
Fox&lt;/a&gt; kick-off TechEd right with &lt;a href="http://www.andrewconnell.com/blog/archive/2008/05/19/SharePoint-by-Day-SharePint-by-Night-vTechEd-North-America-2008.aspx"&gt;SharePoint
by Day and SharePint at Night&lt;/a&gt;. 
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SharePoint by Day, SharePint by Night @ TechEd North America 2008 Developer&lt;br&gt;
&lt;/strong&gt;Monday, June 2, 7p -&amp;gt;? @ BB Kings Orlando (9101 International Drive #2230;
Orlando, FL)&lt;strong&gt;&lt;/strong&gt; 
&lt;li&gt;
&lt;strong&gt;SharePoint by Day, SharePint by Night @ TechEd North America 2008 IT Pro&lt;br&gt;
&lt;/strong&gt;Monday, June 9, 7p -&amp;gt;? @ BB Kings Orlando (9101 International Drive #2230;
Orlando, FL) 
&lt;/li&gt;
&lt;/ul&gt;
Another stop for an evening!&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0.aspx</comments>
      <category>TechEd</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,1e35c8c2-ceb1-4e68-a72c-98ffe3d77ee0.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=f96c8eb7-eb21-45fb-b509-d2af39530f2b</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,f96c8eb7-eb21-45fb-b509-d2af39530f2b.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,f96c8eb7-eb21-45fb-b509-d2af39530f2b.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=f96c8eb7-eb21-45fb-b509-d2af39530f2b</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The onslaught of things to in the evening continues (You don't have to be going to
TechEd to come to this one!):
</p>
        <p>
          <a href="http://www.partywithpalermo.com">
            <img style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" alt="Party with Palermo" src="http://www.partywithpalermo.com/images/pwpbadge.jpg" />
          </a>
        </p>
        <div>
          <span style="FONT-FAMILY: Tahoma">
            <strong>June 2, 2008 @ 7:00PM - 10:00PM</strong>
          </span>
        </div>
        <div>
          <span style="FONT-FAMILY: Tahoma">
            <span class="style1">
              <em>
                <font color="#353245" size="5">Glo
Lounge</font>
              </em>
            </span>  <a href="http://www.gloloungeorlando.com/">http://www.gloloungeorlando.com/</a></span>
          <br />
          <span style="FONT-FAMILY: Tahoma">
            <span class="content2">8967 International Dr, Orlando,
FL<br /></span>Ph: 407.351.0361<br style="FONT-FAMILY: Tahoma" />
 <br style="FONT-FAMILY: Tahoma" />
Cover charge is 1 business card.  This will get you in the door and register
you for the grand prize drawings. 
</span>
        </div>
        <div>
          <ul style="FONT-SIZE: x-large; FONT-FAMILY: Tahoma">
            <li>
Free to attend 
</li>
            <li>
Free fingerfood 
</li>
            <li>
Free drink 
</li>
            <li>
Free swag 
</li>
          </ul>
        </div>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=f96c8eb7-eb21-45fb-b509-d2af39530f2b" />
      </body>
      <title>TechEd Evenings - Party with Palermo</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,f96c8eb7-eb21-45fb-b509-d2af39530f2b.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/HFTtOiTOgGc/PermaLink,guid,f96c8eb7-eb21-45fb-b509-d2af39530f2b.aspx</link>
      <pubDate>Tue, 20 May 2008 13:52:53 GMT</pubDate>
      <description>&lt;p&gt;
The onslaught of things to in the evening continues (You don't have to be going to
TechEd to come to this one!):
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.partywithpalermo.com"&gt;&lt;img style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" alt="Party with Palermo" src="http://www.partywithpalermo.com/images/pwpbadge.jpg"&gt; &lt;/a&gt;
&lt;/p&gt;
&lt;div&gt;&lt;span style="FONT-FAMILY: Tahoma"&gt;&lt;strong&gt;June 2, 2008 @ 7:00PM - 10:00PM&lt;/strong&gt;&lt;/span&gt; 
&lt;/div&gt;
&lt;div&gt;&lt;span style="FONT-FAMILY: Tahoma"&gt;&lt;span class=style1&gt;&lt;em&gt;&lt;font color=#353245 size=5&gt;Glo
Lounge&lt;/font&gt;&lt;/em&gt;&lt;/span&gt;&amp;nbsp; &lt;a href="http://www.gloloungeorlando.com/"&gt;http://www.gloloungeorlando.com/&lt;/a&gt;&lt;/span&gt; 
&lt;br&gt;
&lt;span style="FONT-FAMILY: Tahoma"&gt;&lt;span class=content2&gt;8967 International Dr, Orlando,
FL&lt;br&gt;
&lt;/span&gt;Ph: 407.351.0361&lt;br style="FONT-FAMILY: Tahoma"&gt;
&amp;nbsp;&lt;br style="FONT-FAMILY: Tahoma"&gt;
Cover charge is 1 business card.&amp;nbsp; This will get you in the door and register
you for the grand prize drawings. 
&lt;/div&gt;
&lt;div&gt;
&lt;ul style="FONT-SIZE: x-large; FONT-FAMILY: Tahoma"&gt;
&lt;li&gt;
Free to attend 
&lt;li&gt;
Free fingerfood 
&lt;li&gt;
Free drink 
&lt;li&gt;
Free swag 
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&gt;&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=f96c8eb7-eb21-45fb-b509-d2af39530f2b" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,f96c8eb7-eb21-45fb-b509-d2af39530f2b.aspx</comments>
      <category>TechEd</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,f96c8eb7-eb21-45fb-b509-d2af39530f2b.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=f8513ce6-f8b7-412a-ac93-727aad2e2e77</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,f8513ce6-f8b7-412a-ac93-727aad2e2e77.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,f8513ce6-f8b7-412a-ac93-727aad2e2e77.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=f8513ce6-f8b7-412a-ac93-727aad2e2e77</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft Architecht Evangelist <a href="http://blogs.msdn.com/jbarnes/">Jeff barnes</a> will
be presenting Siverlight 2.0 on Wednesday May 21st for the SCDNUG.  We last saw
Jeff with Joe Healy on the Tiki Hut Tour.  Jeff is a great presenter and I am
looking forward to getting up to speed on Silverlight 2!  <a href="http://www.scdnug.org/">More
Info Here</a>.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=f8513ce6-f8b7-412a-ac93-727aad2e2e77" />
      </body>
      <title>Space Coast .Net User Group - Silver Light 2.0 with Jeff Barnes</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,f8513ce6-f8b7-412a-ac93-727aad2e2e77.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/l2HlG9c4Zzk/PermaLink,guid,f8513ce6-f8b7-412a-ac93-727aad2e2e77.aspx</link>
      <pubDate>Mon, 19 May 2008 18:14:02 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft Architecht Evangelist &lt;a href="http://blogs.msdn.com/jbarnes/"&gt;Jeff barnes&lt;/a&gt; will
be presenting Siverlight 2.0 on Wednesday May 21st for the SCDNUG.&amp;nbsp; We last saw
Jeff with Joe Healy on the Tiki Hut Tour.&amp;nbsp; Jeff is a great presenter and I am
looking forward to getting up to speed on Silverlight 2!&amp;nbsp; &lt;a href="http://www.scdnug.org/"&gt;More
Info Here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=f8513ce6-f8b7-412a-ac93-727aad2e2e77" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,f8513ce6-f8b7-412a-ac93-727aad2e2e77.aspx</comments>
      <category>Learning;User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,f8513ce6-f8b7-412a-ac93-727aad2e2e77.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=8286c6c5-21c9-46b2-923a-fb0e4b3fb048</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,8286c6c5-21c9-46b2-923a-fb0e4b3fb048.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,8286c6c5-21c9-46b2-923a-fb0e4b3fb048.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8286c6c5-21c9-46b2-923a-fb0e4b3fb048</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I am looking forward to TechEd but am also a little overwhelmed.  I am working
up my shcedule with the <a href="https://www.msteched.com/dev/Default.aspx">Schedule
Builder</a> and am frankly in awe of the number and variety of sessions.  I want
to attend sessions, meet with folks, do labs and even take a cert or two.  How
to do all of this and stay sane?
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
            <a href="http://www.dougseven.com/blog/2008/05/geekfest-party.html">GeekFest 2008
TechEd Edition</a>
          </p>
        </blockquote>
        <p dir="ltr">
Doug Seven &amp; Company (MSFT) are throwing this event at Howl at the Moon. 
I haven't been to a Howl at The Moon since the one at Church Street closed. 
I am looking forward to getting reaquainted in Geek style.  Hope to see some
familiar faces there.
</p>
        <p>
 
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=8286c6c5-21c9-46b2-923a-fb0e4b3fb048" />
      </body>
      <title>TechEd Dev Evenings - GeekFest 2008 TechEd Edition</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,8286c6c5-21c9-46b2-923a-fb0e4b3fb048.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/p4zswrpT41k/PermaLink,guid,8286c6c5-21c9-46b2-923a-fb0e4b3fb048.aspx</link>
      <pubDate>Sun, 18 May 2008 18:04:20 GMT</pubDate>
      <description>&lt;p&gt;
I am looking forward to TechEd but am also a little overwhelmed.&amp;nbsp; I am working
up my shcedule with the &lt;a href="https://www.msteched.com/dev/Default.aspx"&gt;Schedule
Builder&lt;/a&gt; and am frankly in awe of the number and variety of sessions.&amp;nbsp; I want
to attend sessions, meet with folks, do labs and even take a cert or two.&amp;nbsp; How
to do all of this and stay sane?
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
&lt;a href="http://www.dougseven.com/blog/2008/05/geekfest-party.html"&gt;GeekFest 2008
TechEd Edition&lt;/a&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr&gt;
Doug Seven &amp;amp; Company (MSFT) are throwing this event at Howl at the Moon.&amp;nbsp;
I haven't been to a Howl at The Moon since the one at Church Street closed.&amp;nbsp;
I am looking forward to getting reaquainted in Geek style.&amp;nbsp; Hope to see some
familiar faces there.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=8286c6c5-21c9-46b2-923a-fb0e4b3fb048" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,8286c6c5-21c9-46b2-923a-fb0e4b3fb048.aspx</comments>
      <category>TechEd</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,8286c6c5-21c9-46b2-923a-fb0e4b3fb048.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=b40af6f1-46f4-4792-b3dc-9f680e1c43e1</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,b40af6f1-46f4-4792-b3dc-9f680e1c43e1.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,b40af6f1-46f4-4792-b3dc-9f680e1c43e1.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=b40af6f1-46f4-4792-b3dc-9f680e1c43e1</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Spent a few days battling an error on an HTTP Send Port.  We've been having messages
suspend when posting data to Siebel.  The funny part is that the messages
got accross ok.  We were only getting the error on the ACK from the send port. 
The error message on the suspended message was:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p>
The server committed a protocol violation. Section=ResponseHeader Detail=CR must be
followed by LF
</p>
        </blockquote>
        <p dir="ltr">
We brough this up to the Siebel guys but they were a little slow moving on the informatio
that they were sending us bad responses.  After a few days I got nervous that
the problem may have not been on their end.  So I dragged out NetMon.  And
here's what I saw:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p dir="ltr">
  Frame: 
<br />
+ Ethernet: Etype = Internet IP (IPv4)<br />
+ Ipv4: Next Protocol = TCP, Packet ID = 50895, Total IP Length = 467<br />
+ Tcp: Flags=...PA..., SrcPort=HTTP(80), DstPort=1427, Len=427, Seq=2928398986 - 2928399413,
Ack=4246831364, Win=64240 (scale factor not found)<br />
- Http: Response, HTTP/1.1, Status Code = 204<br />
  - Response: 
<br />
     ProtocolVersion: HTTP/1.1<br />
     StatusCode: 204, No content<br />
     Reason: No Content<br />
     Date:  Thu, 15 May 2008 20:28:51 GMT<br />
     Server:  Microsoft-IIS/6.0<br />
     XPoweredBy:  ASP.NET<br />
     process instance id:  1-1DEHL5<br />
     user-agent:  Microsoft (R) BizTalk (R) Server 2006 3.0.1.0<br />
     datahandlingsubsystem:  HRFQADProductInbound<br />
     transporttype:  HTTP<br />
     expect:  100-continue<br />
     object id:  1-Z02HX<br />
     connection:  Keep-Alive<br />
     cache-control:  no-cache, must-revalidate, max-age=0<br />
     Pragma:  no-cache<br />
     Host:  mlbsbltst1vm<br />
     HeaderEnd: CRLF
</p>
        </blockquote>
        <p dir="ltr">
So I dragged out RFC 2616 to go over what the HTTP Header should look like. 
I found that the header field name should be a token and that the definition of a
token is:
</p>
        <font face="Courier New" size="2">
          <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
            <p>
token = 1*&lt;any CHAR except CTLs or separators&gt;<br />
separators = "(" | ")" | "&lt;" | "&gt;" | "@"<br />
             | "," | ";"
| ":" | "\" | &lt;"&gt;<br />
             | "/" | "["
| "]" | "?" | "="<br />
             | "{" | "}"
| SP | HT
</p>
          </blockquote>
        </font>
        <p dir="ltr">
So, in the aforementioned header the following fields are of interest:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p dir="ltr">
     process instance id:  1-1DEHL5<br /><br />
     object id:  1-Z02HX
</p>
        </blockquote>
        <p dir="ltr">
They are bad.  BizTalk is right.  Working on the Siebel guys to take out
these custom header fileds (or make them compliant at the least). 
</p>
        <p dir="ltr">
The problem troubleshooting something like this is that BizTalk chokes on the message
in the pipeline and it doesn't get captured anywhere.  I had to reproduce it
in an environment where I could use NetMon to grab the actual data from the wire. 
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=b40af6f1-46f4-4792-b3dc-9f680e1c43e1" />
      </body>
      <title>BizTalk HTTP Send Port Error: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,b40af6f1-46f4-4792-b3dc-9f680e1c43e1.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/w_GW14VPKrg/PermaLink,guid,b40af6f1-46f4-4792-b3dc-9f680e1c43e1.aspx</link>
      <pubDate>Thu, 15 May 2008 20:54:09 GMT</pubDate>
      <description>&lt;p&gt;
Spent a few days battling an error on an HTTP Send Port.&amp;nbsp; We've been having messages
suspend when&amp;nbsp;posting data to Siebel.&amp;nbsp; The funny part is that the messages
got accross ok.&amp;nbsp; We were only getting the error on the ACK from the send port.&amp;nbsp;
The error message on the suspended message&amp;nbsp;was:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
The server committed a protocol violation. Section=ResponseHeader Detail=CR must be
followed by LF
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr&gt;
We brough this up to the Siebel guys but they were a little slow moving on the informatio
that they were sending us bad responses.&amp;nbsp; After a few days I got nervous that
the problem may have not been on their end.&amp;nbsp; So I dragged out NetMon.&amp;nbsp; And
here's what I saw:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p dir=ltr&gt;
&amp;nbsp; Frame: 
&lt;br&gt;
+ Ethernet: Etype = Internet IP (IPv4)&lt;br&gt;
+ Ipv4: Next Protocol = TCP, Packet ID = 50895, Total IP Length = 467&lt;br&gt;
+ Tcp: Flags=...PA..., SrcPort=HTTP(80), DstPort=1427, Len=427, Seq=2928398986 - 2928399413,
Ack=4246831364, Win=64240 (scale factor not found)&lt;br&gt;
- Http: Response, HTTP/1.1, Status Code = 204&lt;br&gt;
&amp;nbsp; - Response: 
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProtocolVersion: HTTP/1.1&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StatusCode: 204, No content&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reason: No Content&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date:&amp;nbsp; Thu, 15 May 2008 20:28:51 GMT&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server:&amp;nbsp; Microsoft-IIS/6.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XPoweredBy:&amp;nbsp; ASP.NET&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; process instance id:&amp;nbsp; 1-1DEHL5&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user-agent:&amp;nbsp; Microsoft (R) BizTalk (R) Server 2006 3.0.1.0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datahandlingsubsystem:&amp;nbsp; HRFQADProductInbound&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transporttype:&amp;nbsp; HTTP&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; expect:&amp;nbsp; 100-continue&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object id:&amp;nbsp; 1-Z02HX&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connection:&amp;nbsp; Keep-Alive&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cache-control:&amp;nbsp; no-cache, must-revalidate, max-age=0&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pragma:&amp;nbsp; no-cache&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Host:&amp;nbsp; mlbsbltst1vm&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HeaderEnd: CRLF
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr&gt;
So I dragged out RFC 2616 to go over what the HTTP Header should look like.&amp;nbsp;
I found that the header field name should be a token and that the definition of a
token is:
&lt;/p&gt;
&lt;font face="Courier New" size=2&gt; &lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p&gt;
token = 1*&amp;lt;any CHAR except CTLs or separators&amp;gt;&lt;br&gt;
separators = "(" | ")" | "&amp;lt;" | "&amp;gt;" | "@"&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | "," | ";"
| ":" | "\" | &amp;lt;"&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | "/" | "["
| "]" | "?" | "="&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | "{" | "}"
| SP | HT
&lt;/p&gt;
&lt;/blockquote&gt;&lt;/font&gt; 
&lt;p dir=ltr&gt;
So, in the aforementioned header the following fields are of interest:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p dir=ltr&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; process instance id:&amp;nbsp; 1-1DEHL5&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object id:&amp;nbsp; 1-Z02HX
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr&gt;
They are bad.&amp;nbsp; BizTalk is right.&amp;nbsp; Working on the Siebel guys to take out
these custom header fileds (or make them compliant at the least).&amp;nbsp;
&lt;/p&gt;
&lt;p dir=ltr&gt;
The problem troubleshooting something like this is that BizTalk chokes on the message
in the pipeline and it doesn't get captured anywhere.&amp;nbsp; I had to reproduce it
in an environment where I could use NetMon to grab the actual data from the wire.&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=b40af6f1-46f4-4792-b3dc-9f680e1c43e1" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,b40af6f1-46f4-4792-b3dc-9f680e1c43e1.aspx</comments>
      <category>BizTalk</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,b40af6f1-46f4-4792-b3dc-9f680e1c43e1.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=28dc75a1-0a92-4383-8129-89be2f22555c</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,28dc75a1-0a92-4383-8129-89be2f22555c.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,28dc75a1-0a92-4383-8129-89be2f22555c.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=28dc75a1-0a92-4383-8129-89be2f22555c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
So Microsoft comes to the Orange County Convention Center for two weeks in June (aka
TechEd).  They paid for the thing for two whole weeks.  The weekend between
the IT Pro Week and the Dev Week is part of that two weeks and the aforementioned
facility will be sitting idle.  What so you do?  Let the community have
it...
</p>
        <p>
          <strong>
            <font color="#ff0000" size="6">Microsoft Commmunity Summit 2008 </font>
          </strong>
        </p>
        <div id="slogan">
          <strong>
            <font color="#ff0000" size="4">Orlando Convention Center,
June 7 and 8</font>
          </strong>
        </div>
        <div>
          <br />
          <font size="3">So what is it?  Basically, the Florida User Group Communities
were asked what would they do with the Orlando Convention Center for a weekend? 
What they came up with was a <b>FREE weekend</b> with loads of great content. 
Get all the latest information and registration at </font>
          <a href="http://www.floridatweener.com/">
            <font size="3">http://www.floridatweener.com</font>
          </a>
          <font size="3">. </font>
        </div>
        <div>
          <font size="3">
          </font> 
</div>
        <div>I hope to be there.  I am attending Tech Ed on the first week.  It
looks like it is going to be an amazing event.  Joe Heally put the call out to
the community and this is what happened.  Take a look at the agenda and you'll
be amazed.  Hope to see you there.
</div>
        <!--       FOOTER      -->
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=28dc75a1-0a92-4383-8129-89be2f22555c" />
      </body>
      <title>Microsoft Commnity Summit 2008</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,28dc75a1-0a92-4383-8129-89be2f22555c.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/j7rcjj_kgQU/PermaLink,guid,28dc75a1-0a92-4383-8129-89be2f22555c.aspx</link>
      <pubDate>Mon, 12 May 2008 12:58:48 GMT</pubDate>
      <description>&lt;p&gt;
So Microsoft comes to the Orange County Convention Center for two weeks in June (aka
TechEd).&amp;nbsp; They paid for the thing for two whole weeks.&amp;nbsp; The weekend between
the IT Pro Week and the Dev Week is part of that two weeks and the aforementioned
facility will be sitting idle.&amp;nbsp; What so you do?&amp;nbsp; Let the community have
it...
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font color=#ff0000 size=6&gt;Microsoft Commmunity Summit 2008 &lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;div id=slogan&gt;&lt;strong&gt;&lt;font color=#ff0000 size=4&gt;Orlando Convention Center, June
7 and 8&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br&gt;
&lt;font size=3&gt;So what is it?&amp;nbsp; Basically, the Florida User Group Communities were
asked what would they do with the Orlando Convention Center for a weekend?&amp;nbsp; What
they came up with was a &lt;b&gt;FREE weekend&lt;/b&gt; with loads of great content.&amp;nbsp; Get
all the latest information and registration at &gt;&lt;/font&gt;&lt;a href="http://www.floridatweener.com/"&gt;&lt;font size=3&gt;http://www.floridatweener.com&lt;/font&gt;&lt;/a&gt;&lt;font size=3&gt;. &lt;/font&gt;
&lt;/div&gt;
&lt;div&gt;&lt;font size=3&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;I hope to be there.&amp;nbsp; I am attending Tech Ed on the first week.&amp;nbsp; It
looks like it is going to be an amazing event.&amp;nbsp; Joe Heally put the call out to
the community and this is what happened.&amp;nbsp; Take a look at the agenda and you'll
be amazed.&amp;nbsp; Hope to see you there.
&lt;/div&gt;
&lt;!--       FOOTER      --&gt;&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=28dc75a1-0a92-4383-8129-89be2f22555c" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,28dc75a1-0a92-4383-8129-89be2f22555c.aspx</comments>
      <category>Development;General;User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,28dc75a1-0a92-4383-8129-89be2f22555c.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=1f156b62-ad70-4334-9564-fb74c9d002f6</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,1f156b62-ad70-4334-9564-fb74c9d002f6.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,1f156b62-ad70-4334-9564-fb74c9d002f6.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=1f156b62-ad70-4334-9564-fb74c9d002f6</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://www.implementsivillage.net/content/binary/bilde.jpg" border="0" />
        </p>
        <p>
We had a lively evening last night (see our house in the picture above).  A brush
fire in the preserve behind our home came very very close.  But the amazing response
from all of the fire departments in Brevard County saved every home that was threatened. 
An amazing job by these guys with special thanks to the Titusville unit who setup
in our yard.  The strategy is apparently to let it burn all it wants to burn,
but stop it short of the house.  The less fuel left means less work later.  
</p>
        <p>
It was also an amazing night out to connect with neighbors and show support for each
other.  I got to talk with atleast 20 of my neighbors at various times throughout
the night.  An incredible example of community.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=1f156b62-ad70-4334-9564-fb74c9d002f6" />
      </body>
      <title>Fire! Fire!</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,1f156b62-ad70-4334-9564-fb74c9d002f6.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/GZX9DPqgE8A/PermaLink,guid,1f156b62-ad70-4334-9564-fb74c9d002f6.aspx</link>
      <pubDate>Fri, 02 May 2008 15:27:46 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/bilde.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
We had a lively evening last night (see our house in the picture above).&amp;nbsp; A brush
fire in the preserve behind our home came very very close.&amp;nbsp; But the amazing response
from all of the fire departments in Brevard County saved every home that was threatened.&amp;nbsp;
An amazing job by these guys with special thanks to the Titusville unit who setup
in our yard.&amp;nbsp; The strategy is apparently to let it burn all it wants to burn,
but stop it short of the house.&amp;nbsp; The less fuel left means less work later.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
It was also an amazing night out to connect with neighbors and show support for each
other.&amp;nbsp; I got to talk with atleast 20 of my neighbors at various times throughout
the night.&amp;nbsp;&amp;nbsp;An incredible example of community.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=1f156b62-ad70-4334-9564-fb74c9d002f6" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,1f156b62-ad70-4334-9564-fb74c9d002f6.aspx</comments>
      <category>General</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,1f156b62-ad70-4334-9564-fb74c9d002f6.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=830cf60f-6726-45d1-875f-f8f03b03d7ef</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,830cf60f-6726-45d1-875f-f8f03b03d7ef.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,830cf60f-6726-45d1-875f-f8f03b03d7ef.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=830cf60f-6726-45d1-875f-f8f03b03d7ef</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I got the word today that my manager would sign off on me attending TechEd this year! 
Very excited!  I've attended VS Live in the past and am anxious to see how Tech
Ed compares.  Just looking at the conference agenda makes me think I will be
burning out by Day 4.  If anybody from the Space Coast .Net User Group is going,
drop me a line so we can hook up.  I am on the Tech Ed community site as well.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=830cf60f-6726-45d1-875f-f8f03b03d7ef" />
      </body>
      <title>Going to TechEd 2008 Developer!</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,830cf60f-6726-45d1-875f-f8f03b03d7ef.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/Xd7h2CGoKPo/PermaLink,guid,830cf60f-6726-45d1-875f-f8f03b03d7ef.aspx</link>
      <pubDate>Mon, 21 Apr 2008 18:34:22 GMT</pubDate>
      <description>&lt;p&gt;
I got the word today that my manager would sign off on me attending TechEd this year!&amp;nbsp;
Very excited!&amp;nbsp; I've attended VS Live in the past and am anxious to see how Tech
Ed compares.&amp;nbsp; Just looking at the conference agenda makes me think I will be
burning out by Day 4.&amp;nbsp; If anybody from the Space Coast .Net User Group is going,
drop me a line so we can hook up.&amp;nbsp; I am on the Tech Ed community site as well.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=830cf60f-6726-45d1-875f-f8f03b03d7ef" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,830cf60f-6726-45d1-875f-f8f03b03d7ef.aspx</comments>
      <category>General;Learning;User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,830cf60f-6726-45d1-875f-f8f03b03d7ef.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=3533789f-64ca-4fe9-a206-be82d6f149bf</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,3533789f-64ca-4fe9-a206-be82d6f149bf.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,3533789f-64ca-4fe9-a206-be82d6f149bf.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=3533789f-64ca-4fe9-a206-be82d6f149bf</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I experienced the power of the Blog for the first time last week.  An entry I
wrote concerning <a href="http://www.implementsivillage.net/PermaLink,guid,9db1f973-ab24-47df-a7bf-235bafbe56f3.aspx">HTTP
Send Port timeouts and message re-transmits</a> came home.  I got an email
from somebody in my employer's government division regarding my post.  The 3rd
party vendor they use for a procurement system has BizTalk as part of the solution. 
they were seeing multiple message posts to a web service.  The tech support guy
at the 3rd party vendor sent them a link to my blog.  The government division
folks recognized my name and emailed me.  A short teleconference later and the
problem was understood and solved.  Small wide world.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=3533789f-64ca-4fe9-a206-be82d6f149bf" />
      </body>
      <title>Blog Comes Full Circle</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,3533789f-64ca-4fe9-a206-be82d6f149bf.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/jGlWKWrWWms/PermaLink,guid,3533789f-64ca-4fe9-a206-be82d6f149bf.aspx</link>
      <pubDate>Wed, 02 Apr 2008 15:25:27 GMT</pubDate>
      <description>&lt;p&gt;
I experienced the power of the Blog for the first time last week.&amp;nbsp; An entry I
wrote concerning &lt;a href="http://www.implementsivillage.net/PermaLink,guid,9db1f973-ab24-47df-a7bf-235bafbe56f3.aspx"&gt;HTTP
Send Port timeouts and message re-transmits&lt;/a&gt;&amp;nbsp;came home.&amp;nbsp; I got an email
from somebody in my employer's government division regarding my post.&amp;nbsp; The 3rd
party vendor they use for a procurement system has BizTalk as part of the solution.&amp;nbsp;
they were seeing multiple message posts to a web service.&amp;nbsp; The tech support guy
at the 3rd party vendor sent them a link to my blog.&amp;nbsp; The government division
folks recognized my name and emailed me.&amp;nbsp; A short teleconference later and the
problem was understood and solved.&amp;nbsp; Small wide world.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=3533789f-64ca-4fe9-a206-be82d6f149bf" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,3533789f-64ca-4fe9-a206-be82d6f149bf.aspx</comments>
      <category>Blog</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,3533789f-64ca-4fe9-a206-be82d6f149bf.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=96c1f224-f91e-4e67-9f35-4d9ef748e094</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,96c1f224-f91e-4e67-9f35-4d9ef748e094.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,96c1f224-f91e-4e67-9f35-4d9ef748e094.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=96c1f224-f91e-4e67-9f35-4d9ef748e094</wfw:commentRss>
      <slash:comments>3</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I am speaking tonight with a colleague at the Space Coast .Net User Group.  The
meeting is at 6:30 PM at the Space Coast Credit Union's Headquarters Building. 
George Tomek will be presenting on WF and I will be doing Practical Adapter Pattern. 
Hope to see some familiar faces.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=96c1f224-f91e-4e67-9f35-4d9ef748e094" />
      </body>
      <title>Speaking Tonight at Space Coast .Net User Group</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,96c1f224-f91e-4e67-9f35-4d9ef748e094.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/x3NLuUp_tM8/PermaLink,guid,96c1f224-f91e-4e67-9f35-4d9ef748e094.aspx</link>
      <pubDate>Wed, 19 Mar 2008 17:20:48 GMT</pubDate>
      <description>&lt;p&gt;
I am speaking tonight with a colleague at the Space Coast .Net User Group.&amp;nbsp; The
meeting is at 6:30 PM at the Space Coast Credit Union's Headquarters Building.&amp;nbsp;
George Tomek will be presenting on WF and I will be doing Practical Adapter Pattern.&amp;nbsp;
Hope to see some familiar faces.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=96c1f224-f91e-4e67-9f35-4d9ef748e094" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,96c1f224-f91e-4e67-9f35-4d9ef748e094.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,96c1f224-f91e-4e67-9f35-4d9ef748e094.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=998fccdd-f63e-4b08-b0da-ef050d1a4f69</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,998fccdd-f63e-4b08-b0da-ef050d1a4f69.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,998fccdd-f63e-4b08-b0da-ef050d1a4f69.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=998fccdd-f63e-4b08-b0da-ef050d1a4f69</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>When:<br /></strong>2/20/2008<br />
6:30 PM - 8:30 PM
</p>
        <p>
          <strong>Where:<br /></strong>Space Coast Credit Union Corp Headquaters<br />
8045 N. Wickham Road<br />
Melbourne, FL 32940
</p>
        <p>
          <strong>What:</strong>
          <br />
The ADO.NET Entity Framework, part of ADO.NET components of the .NET Framework, is
an Object-Relational mapping technology from Microsoft. It is geared to solving the
mismatch between the formats data is stored in a database and in which it is consumed
in an object-oriented programming language or other front ends.
</p>
        <div>ADO.NET Entity Framework will be released in the first half of 2008, separate
from .NET Framework 3.5 and Visual Studio 2008.
</div>
        <div> 
</div>
        <div>John Papa, Senior Consultant for ASPSoft, Inc., a Microsoft MVP [C#], MCSD.NET,
and an author of several XML, ADO and SQL books will be speaking. John has over 10
years experience in architecting and developing Microsoft technologies as a consultant
and a trainer. He is the author of the Data Points column in MSDN Magazine and can
often be found speaking at user groups, MSDN Web Casts, and industry conferences such
as VSLive. 
<br /></div>
        <div>Register: <a href="https://www.clicktoattend.com/invitation.aspx?code=122449">https://www.clicktoattend.com/invitation.aspx?code=122449</a></div>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=998fccdd-f63e-4b08-b0da-ef050d1a4f69" />
      </body>
      <title>SCDNUG February Meeting - John Papa and .Net Entity Framework</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,998fccdd-f63e-4b08-b0da-ef050d1a4f69.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/2PVMM_D8j7M/PermaLink,guid,998fccdd-f63e-4b08-b0da-ef050d1a4f69.aspx</link>
      <pubDate>Wed, 20 Feb 2008 03:39:01 GMT</pubDate>
      <description>&lt;p&gt;
&lt;strong&gt;When:&lt;br&gt;
&lt;/strong&gt;2/20/2008&lt;br&gt;
6:30 PM - 8:30 PM
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Where:&lt;br&gt;
&lt;/strong&gt;Space Coast Credit Union Corp Headquaters&lt;br&gt;
8045 N. Wickham Road&lt;br&gt;
Melbourne, FL 32940
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;What:&lt;/strong&gt;
&lt;br&gt;
The ADO.NET Entity Framework, part of ADO.NET components of the .NET Framework, is
an Object-Relational mapping technology from Microsoft. It is geared to solving the
mismatch between the formats data is stored in a database and in which it is consumed
in an object-oriented programming language or other front ends.
&lt;/p&gt;
&lt;div&gt;ADO.NET Entity Framework will be released in the first half of 2008, separate
from .NET Framework 3.5 and Visual Studio 2008.
&lt;/div&gt;
&lt;div&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;John Papa, Senior Consultant for ASPSoft, Inc., a Microsoft MVP [C#], MCSD.NET,
and an author of several XML, ADO and SQL books will be speaking. John has over 10
years experience in architecting and developing Microsoft technologies as a consultant
and a trainer. He is the author of the Data Points column in MSDN Magazine and can
often be found speaking at user groups, MSDN Web Casts, and industry conferences such
as VSLive. 
&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Register: &lt;a href="https://www.clicktoattend.com/invitation.aspx?code=122449"&gt;https://www.clicktoattend.com/invitation.aspx?code=122449&lt;/a&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=998fccdd-f63e-4b08-b0da-ef050d1a4f69" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,998fccdd-f63e-4b08-b0da-ef050d1a4f69.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,998fccdd-f63e-4b08-b0da-ef050d1a4f69.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=187ad163-eb2e-4ca5-9956-e3a33edf5217</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,187ad163-eb2e-4ca5-9956-e3a33edf5217.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,187ad163-eb2e-4ca5-9956-e3a33edf5217.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=187ad163-eb2e-4ca5-9956-e3a33edf5217</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>When:<br /></strong>2/20/2008<br />
6:30 PM - 8:30 PM
</p>
        <p>
          <strong>Where:<br /></strong>Space Coast Credit Union Corp Headquaters<br />
8045 N. Wickham Road<br />
Melbourne, FL 32940
</p>
        <p>
          <strong>What:</strong>
          <br />
The ADO.NET Entity Framework, part of ADO.NET components of the .NET Framework, is
an Object-Relational mapping technology from Microsoft. It is geared to solving the
mismatch between the formats data is stored in a database and in which it is consumed
in an object-oriented programming language or other front ends.
</p>
        <div>ADO.NET Entity Framework will be released in the first half of 2008, separate
from .NET Framework 3.5 and Visual Studio 2008.
</div>
        <div> 
</div>
        <div>John Papa, Senior Consultant for ASPSoft, Inc., a Microsoft MVP [C#], MCSD.NET,
and an author of several XML, ADO and SQL books will be speaking. John has over 10
years experience in architecting and developing Microsoft technologies as a consultant
and a trainer. He is the author of the Data Points column in MSDN Magazine and can
often be found speaking at user groups, MSDN Web Casts, and industry conferences such
as VSLive. 
<br /></div>
        <div>Register: <a href="https://www.clicktoattend.com/invitation.aspx?code=122449">https://www.clicktoattend.com/invitation.aspx?code=122449</a></div>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=187ad163-eb2e-4ca5-9956-e3a33edf5217" />
      </body>
      <title>SCDNUG February Meeting - John Pap and .Net Entity Framework</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,187ad163-eb2e-4ca5-9956-e3a33edf5217.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/75I5vJT4bdc/PermaLink,guid,187ad163-eb2e-4ca5-9956-e3a33edf5217.aspx</link>
      <pubDate>Wed, 20 Feb 2008 03:38:57 GMT</pubDate>
      <description>&lt;p&gt;
&lt;strong&gt;When:&lt;br&gt;
&lt;/strong&gt;2/20/2008&lt;br&gt;
6:30 PM - 8:30 PM
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Where:&lt;br&gt;
&lt;/strong&gt;Space Coast Credit Union Corp Headquaters&lt;br&gt;
8045 N. Wickham Road&lt;br&gt;
Melbourne, FL 32940
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;What:&lt;/strong&gt;
&lt;br&gt;
The ADO.NET Entity Framework, part of ADO.NET components of the .NET Framework, is
an Object-Relational mapping technology from Microsoft. It is geared to solving the
mismatch between the formats data is stored in a database and in which it is consumed
in an object-oriented programming language or other front ends.
&lt;/p&gt;
&lt;div&gt;ADO.NET Entity Framework will be released in the first half of 2008, separate
from .NET Framework 3.5 and Visual Studio 2008.
&lt;/div&gt;
&lt;div&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;John Papa, Senior Consultant for ASPSoft, Inc., a Microsoft MVP [C#], MCSD.NET,
and an author of several XML, ADO and SQL books will be speaking. John has over 10
years experience in architecting and developing Microsoft technologies as a consultant
and a trainer. He is the author of the Data Points column in MSDN Magazine and can
often be found speaking at user groups, MSDN Web Casts, and industry conferences such
as VSLive. 
&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Register: &lt;a href="https://www.clicktoattend.com/invitation.aspx?code=122449"&gt;https://www.clicktoattend.com/invitation.aspx?code=122449&lt;/a&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=187ad163-eb2e-4ca5-9956-e3a33edf5217" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,187ad163-eb2e-4ca5-9956-e3a33edf5217.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,187ad163-eb2e-4ca5-9956-e3a33edf5217.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=059fee7c-2d43-46ab-9fa9-06ca0b307884</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,059fee7c-2d43-46ab-9fa9-06ca0b307884.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,059fee7c-2d43-46ab-9fa9-06ca0b307884.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=059fee7c-2d43-46ab-9fa9-06ca0b307884</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Are you experiencing similar BizTalk issues like the ones I described in previous
posts?  I've seen some search term hits that indicate you might be.  If
so, please comment or emailme directly, I'd like to hear about it and compare notes.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=059fee7c-2d43-46ab-9fa9-06ca0b307884" />
      </body>
      <title>BizTalk Blocking Issues - You Having Them?</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,059fee7c-2d43-46ab-9fa9-06ca0b307884.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/CiGaJnhmq6s/PermaLink,guid,059fee7c-2d43-46ab-9fa9-06ca0b307884.aspx</link>
      <pubDate>Wed, 23 Jan 2008 03:18:20 GMT</pubDate>
      <description>&lt;p&gt;
Are you experiencing similar BizTalk issues like the ones I described in previous
posts?&amp;nbsp; I've seen some search term hits that indicate you might be.&amp;nbsp; If
so, please comment or emailme directly, I'd like to hear about it and compare notes.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=059fee7c-2d43-46ab-9fa9-06ca0b307884" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,059fee7c-2d43-46ab-9fa9-06ca0b307884.aspx</comments>
      <category>BizTalk</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,059fee7c-2d43-46ab-9fa9-06ca0b307884.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=0bcc4254-af70-455b-bd96-aad9309ed4cd</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,0bcc4254-af70-455b-bd96-aad9309ed4cd.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,0bcc4254-af70-455b-bd96-aad9309ed4cd.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=0bcc4254-af70-455b-bd96-aad9309ed4cd</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you came to the Visual Studio 2008 Install fest, then come to the Intro class. 
Joe will be giving the guided tour.  If you already know the product, wait until
the end of the presentation and hit Joe with the hard questions... he can take it.
</p>
        <p>
          <strong>Introduction to Visual Studio 2008<br /><br /></strong>Presenter: Joe Healy, Microsoft Developer Evanglist<br /><br />
Microsoft® Visual Studio® 2008 delivers on Microsoft’s vision of smart client applications
by enabling developers to rapidly create connected applications that deliver the highest
quality, rich user experiences. With Visual Studio 2008, organizations will find it
easier than ever before to capture and analyze information to help them make effective
business decisions. Visual Studio 2008 enables organizations of every size to rapidly
create more secure, manageable, and reliable applications that take advantage of Windows
Vista™ and the 2007 Office system.
</p>
        <p dir="ltr" style="MARGIN-RIGHT: 0px">
          <strong>Where: 
<br /></strong>Charlie and Jakes Brewery Grill<br />
6300 N Wickham Rd<br />
Melbourne, FL 32940<br />
USA<br /><a href="https://www.clicktoattend.com/directions.aspx?code=122453">driving directions</a></p>
        <p>
          <strong>When:<br /></strong>1/22/2008<br />
6:30 PM - 8:30 PM<br />
Welcome Time:<br />
1/22/2008 6:15 PM Eastern Time
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=0bcc4254-af70-455b-bd96-aad9309ed4cd" />
      </body>
      <title>Space Coast .Net User Group January Meeting</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,0bcc4254-af70-455b-bd96-aad9309ed4cd.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/n7R0kJoewks/PermaLink,guid,0bcc4254-af70-455b-bd96-aad9309ed4cd.aspx</link>
      <pubDate>Tue, 22 Jan 2008 03:15:56 GMT</pubDate>
      <description>&lt;p&gt;
If you came to the Visual Studio 2008 Install fest, then come to the Intro class.&amp;nbsp;
Joe will be giving the guided tour.&amp;nbsp; If you already know the product, wait until
the end of the presentation and hit Joe with the hard questions... he can take it.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Introduction to Visual Studio 2008&lt;br&gt;
&lt;br&gt;
&lt;/strong&gt;Presenter: Joe Healy, Microsoft Developer Evanglist&lt;br&gt;
&lt;br&gt;
Microsoft® Visual Studio® 2008 delivers on Microsoft’s vision of smart client applications
by enabling developers to rapidly create connected applications that deliver the highest
quality, rich user experiences. With Visual Studio 2008, organizations will find it
easier than ever before to capture and analyze information to help them make effective
business decisions. Visual Studio 2008 enables organizations of every size to rapidly
create more secure, manageable, and reliable applications that take advantage of Windows
Vista™ and the 2007 Office system.
&lt;/p&gt;
&lt;p dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;strong&gt;Where: 
&lt;br&gt;
&lt;/strong&gt;Charlie and Jakes Brewery Grill&lt;br&gt;
6300 N Wickham Rd&lt;br&gt;
Melbourne, FL 32940&lt;br&gt;
USA&lt;br&gt;
&lt;a href="https://www.clicktoattend.com/directions.aspx?code=122453"&gt;driving directions&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;When:&lt;br&gt;
&lt;/strong&gt;1/22/2008&lt;br&gt;
6:30 PM - 8:30 PM&lt;br&gt;
Welcome Time:&lt;br&gt;
1/22/2008 6:15 PM Eastern Time
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=0bcc4254-af70-455b-bd96-aad9309ed4cd" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,0bcc4254-af70-455b-bd96-aad9309ed4cd.aspx</comments>
      <category>Development;Learning;User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,0bcc4254-af70-455b-bd96-aad9309ed4cd.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=6999c59d-ae99-4ef5-9997-7d826fc1365c</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,6999c59d-ae99-4ef5-9997-7d826fc1365c.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,6999c59d-ae99-4ef5-9997-7d826fc1365c.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=6999c59d-ae99-4ef5-9997-7d826fc1365c</wfw:commentRss>
      <title>Microsoft vs. [Insert Other Vendor Here] - An Intangible to Consider</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,6999c59d-ae99-4ef5-9997-7d826fc1365c.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/oyBaykNCkpY/PermaLink,guid,6999c59d-ae99-4ef5-9997-7d826fc1365c.aspx</link>
      <pubDate>Tue, 22 Jan 2008 02:57:39 GMT</pubDate>
      <description>&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;I
am in the middle of a medium size BI project where we chose Microsoft for ETL with
the SSIS component of SQL Server 2005.&amp;nbsp; For various factors, we decided on Cognos
8 for the Cube and Presentation layers.&amp;nbsp; As part of the analysis we took in to
account things like cost, Gartner, In-House skill sets and so on.&amp;nbsp; It was a pretty
even race for Cognos &amp;amp; MS Performance Point Server (PPS) and we ended up going
with Cognos.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;Some background
information on our Cognos implementation.&amp;nbsp; It came in-house with a product called
Agile.&amp;nbsp; So since we were licensed, we went with it for basic reporting needs.&amp;nbsp;
Now we're at the point we're we are really looking at BI - time analysis of data,
ad hoc analysis, KPIs, and so on.&amp;nbsp; We made an assumption that we could leverage
our existing Cognos skill sets into the world of Cognos 8 BI.&amp;nbsp; It wasn't a great
bet.&amp;nbsp; We sent some people to training and they took away what most take away
from a week long course based on a vendor curriculum (This is not just a Cognos issue,
we have a real challenge finding solid training for the Microsoft stuff too).&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;Now, I was in
the same position our Cognos talent was in when I went to work on BizTalk.&amp;nbsp; I
had a strong background in the fundamentals of .Net languages and Web development.&amp;nbsp;
I went off to take the one week training course (much love to Mark Berry at &lt;a href="http://www.dunntraining.com"&gt;&lt;font color=#800080&gt;Dunn
Training&lt;/font&gt;&lt;/a&gt;) and came away with a strong set of basic tools.&amp;nbsp; When I
went up against the kind of problems we're hitting in Cognos right now, there was
a difference.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;Searching for
help on Cognos technical issues is really difficult.&amp;nbsp; There is very little out
there in the way of web based community.&amp;nbsp; And a lot of what you do find refers
to Cognos' KB which is protected by password.&amp;nbsp; I am not sure what the hurdle
is to getting the password setup... a call to our account representative and some
paperwork.&amp;nbsp; When you're slugging out a technical issue this is not the best customer
experience to have.&amp;nbsp; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;On the other hand,
Microsoft's community is unbelievably rich and returns many hits when searching for
answers.&amp;nbsp; BizTalk is a pricy tool and is seldom afforded by those outside of
serious enterprise grade businesses – which makes is developer base quite small compared
to C#, SQL, ASP.Net, etc.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;Never the less,
there is a rich and vibrant community of users who post and share tremendous amounts
of technical insight and know how.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;I
have become truly active in my local developer community in the pas couple of years
and I see now why Microsoft pours so much effort into these folks.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;As
a direct result, I typically can solve most of my technical glitches or unknowns with
a minimal amount of time on Google or Live Search.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;I am not saying
Microsoft is perfect.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;I have my issues
when I call in for Technical Support and deal with some of the first line folks.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;I
here the same frustrations form my Cognos counterparts.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;The
nice thing is that there is such a wealth of Microsoft product knowledge living both
outside and inside Microsoft, that it’s one of those intangibles that is rarely given
due weight in a product study.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;It certainly
keeps the number of calls I’ve made to Microsoft to a minimum.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;As
for which is the best product… another time and another blog post.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;Comment:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: #003300; FONT-FAMILY: Verdana"&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;If
anyone ever wants to experience the Microsoft community in full force – go to a local
Code Camp.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;I’ve never gotten so many
professional contacts in one place.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;And
if there aren’t any near you, call you Microsoft Developer Evangelist and ask nicely
for some help.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;You’d really be amazed.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=6999c59d-ae99-4ef5-9997-7d826fc1365c" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,6999c59d-ae99-4ef5-9997-7d826fc1365c.aspx</comments>
      <category>BizTalk;Development;General;Learning;User Group;Windows</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,6999c59d-ae99-4ef5-9997-7d826fc1365c.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=39afaac9-66b1-4421-8667-d549306c1ad9</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,39afaac9-66b1-4421-8667-d549306c1ad9.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,39afaac9-66b1-4421-8667-d549306c1ad9.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=39afaac9-66b1-4421-8667-d549306c1ad9</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Wes is putting on a mini-conference that is focusing on SQL Server technologies. 
$99 and on a Friday - A Training day from work and doesn't cost $1200.  Serioously
thinking about attending.  <a href="http://dayofdata.com/default.aspx">http://dayofdata.com/default.aspx</a></p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=39afaac9-66b1-4421-8667-d549306c1ad9" />
      </body>
      <title>Wes Dumey's Day of Data</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,39afaac9-66b1-4421-8667-d549306c1ad9.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/sPxcTE1X--0/PermaLink,guid,39afaac9-66b1-4421-8667-d549306c1ad9.aspx</link>
      <pubDate>Tue, 15 Jan 2008 15:35:38 GMT</pubDate>
      <description>&lt;p&gt;
Wes is putting on a mini-conference that is focusing on SQL Server technologies.&amp;nbsp;
$99 and on a Friday - A Training day from work and doesn't cost $1200.&amp;nbsp; Serioously
thinking about attending.&amp;nbsp; &lt;a href="http://dayofdata.com/default.aspx"&gt;http://dayofdata.com/default.aspx&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=39afaac9-66b1-4421-8667-d549306c1ad9" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,39afaac9-66b1-4421-8667-d549306c1ad9.aspx</comments>
      <category>Learning;User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,39afaac9-66b1-4421-8667-d549306c1ad9.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've previously blogged about a big BizTalk issue we've been having a work. 
After many months of traversing the Microsoft Support organization, the proper
resources have been brought to bear on the problem.  We have hope of a solutionon
the horizon.  Here's a recap with the answers.
</p>
        <p>
          <strong>Evolution of the Problem</strong>
        </p>
        <p>
Over a year ago, we stood up a new BizTalk 2006 server infrastructure to be used as
the central intergation / orchestration point for all enterprise applications. 
The new environment is very nice with lots of memory, 64-bit processors, load balanced
servers, etc.  A nice change from the operational BizTalk 2004 environment which
was single server and backed by a questionable SQL Server cluster.  So with our
new BT 2006 environment, we started migrating application off of BT2004.  We
also started creating new applications and expanding operaitonal ones.  Life
was good.
</p>
        <p>
We use a single file share server for the majority of our file drop locations. 
This file share server is a Windows 2000 server and is not shceduled to be replaced
soon enough by a Windows 2003 R2 server.  About half way through our migration,
we noticed receive locations on the BizTalk 2006 Server were shutting down every couple
of days.  This then became every day and then every hour and then every couple
of minutes.  The problem went from the simple matter of gettong the occasional
MOM alert and manually restarting the port to being unmanagable. Life was not good.
</p>
        <p>
Our quick fix was too implement a relatively simple C# console application to scan
the receive locations every x minutes and restart stopped receive locations. 
This was accomplished using the BizTalk WMI interface and the Windows task scheduler. 
Things were'n't perfect, but we were operational.  Then the fun started. 
Everything would grind to a halt every couple of weeks, then every couple of days. 
The symptoms were:
</p>
        <ul>
          <li>
BizTalk Management Interface was unresponsive</li>
          <li>
SQL Server showed a blocking SPID to the SSO DB that would never clear (the system
was blocked for 24 hours once before we implemented better alerting)</li>
          <li>
Messages stop processing through BizTalk</li>
        </ul>
        <p>
The clearing procedure became cycling the Enterprise SSO service on the primary SSO
server - which required all BT Hosts to be stopped.  When the database is blocked,
this becomes an hour task.  Once the ESSO service was recycled, everything was
well again.
</p>
        <p>
          <strong>First Try at a Fix</strong>
        </p>
        <p>
We were never happy with the ports shutting down and spent alot of time blaming the
less than desirable Windows 2000 server hosting the file shares.  We did alot
of Googling and came up with a potential to fix the port shutdown problem: <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;810886">http://support.microsoft.com/default.aspx?scid=kb;en-us;810886</a>. 
I had previosuly discussed this <a href="http://www.implementsivillage.net/PermaLink,guid,522afb8d-457a-4511-b9c1-fb3bf5e2c928.aspx">here</a>. 
We increased the registry entries from 50 to 200.  The problem didn't resolve. 
So we walked away from this KB article and resolved to wait for the file share server
to be upgraded.  We still had to deal with the blocking.
</p>
        <p>
          <strong>Enter Microsoft Tech Support</strong>
        </p>
        <p>
Microsoft Technical Support was contacted.  We did a health check on the systems
and identified many BizTalk housekeeping issues we had.  These items were rectified
but the problems persisted.  In the process of exploring the SQL Tables, we noticed the
BizTalk work queues filling up with orphaned instances.  We had no idea
where they were coming from and they were not showing up in the Group Hub. 
There were actually thousands of them spread accros the various host instances in
our implementation.  We worked with MS support to do some cleanup of our produciton
environment.  This seemed to help but then the queues kept filling up again. 
After some focuse digging, we managed to stear ourselves and MS support to the solution. 
A new hotfix just off the presses - KB936536 (still internal as of this post). 
We tried and it did not work.  Back to the drawing board.
</p>
        <p>
After some more in-depth digging, it turned out that there was a bug in BizTalk that
involved receive locations stopping unexpectedly not being cleaned up properly. 
This bug left the orphaned instance in the work queues.  A patch was created
after several weeks and fixed the queue problem.  It did not fix the blocking
problem.
</p>
        <p>
After some escalation and shuffling around, we were given a new set of support professionals
and had the attention of Escalation Engineering, Product Team, SQL Sengineers and
finally - DTC Engineers.  Many weeks of logging and capturing increasingly deeper
levels of data led to get the DTC folks involved.  It was one of those joyous
moments where you send away your tons of log files and you get one of those moments
in an email where you here - 'oh yeah, we've seen this before... there's a hotfix'. 
There is such joy that there is a solution and a sense of frustration that nobody
said this sooner.
</p>
        <p>
          <strong>The Root of it All</strong>
        </p>
        <ol>
          <li>
File Share Server not tweaked to handle the load.</li>
          <li>
BizTalk shutting down receive locations.</li>
          <li>
Custom BizTalk WMI program keeps restarting ports.</li>
          <li>
High WMI/DTC activity brings about <a href="http://support.microsoft.com/kb/934849">KB
934849</a>: A COM+ application that is running on a Windows Server 2003-based computer
stops responding and some work items that are queued in the MTA thread pool are not
completed.</li>
        </ol>
        <p>
          <strong>First Step</strong>
        </p>
        <p>
Stop the ports from shutting down.  Apparently <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;810886">KB
810886</a>  was the solution to stopping the port shutdowns.  We needed
to increase the registry entries on both the client and server to 2048 to see a difference. 
Once thoe port shutdowns stopped, the WMI based port watcher has starting ports less
frequently which reduced the load on WMI/DTC.  When thoe ports stopped dropping,
we set the port watcher to run every 30 minutes.  We've not had a problem since. 
We are now testing KB 934849 on our staging servers.  It will be deployed next
week to production if all goes well.
</p>
        <p>
          <strong>SQL Adapter Issue Also?</strong>
        </p>
        <p>
When we upgraded some SQL Server Adapte rintensive projects form BT 2004 to BT2006,
we experienced a similar level of blocking on the SQL transaction associated with
these projects.  It only affected the transactional system databse and not
the BizTalk database.  We were never able to fix it despite all of the hints
and other tweaks we pulled out of our bag of tricks.  Apparently the SQL Adapter
in BT 2006 has an increased default isolation level.  We followed all of the
new guidelines and still had no success.  We are hoping that this SQL Adapter
blocking was the result of KB 93489 as well.  We will be testing this shortly
and I will blog it as well.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1" />
      </body>
      <title>BizTalk / SQL Blocking Issue Deconstructed &amp; Fixed?</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/R1YqQBOfXHA/PermaLink,guid,ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1.aspx</link>
      <pubDate>Fri, 11 Jan 2008 16:42:29 GMT</pubDate>
      <description>&lt;p&gt;
I've previously blogged about a big BizTalk issue we've been having a work.&amp;nbsp;
After many months of traversing the Microsoft Support organization,&amp;nbsp;the proper
resources have been brought to bear on the problem.&amp;nbsp; We have hope of a solutionon
the horizon.&amp;nbsp; Here's a recap with the answers.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Evolution of the Problem&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Over a year ago, we stood up a new BizTalk 2006 server infrastructure to be used as
the central intergation / orchestration point for all enterprise applications.&amp;nbsp;
The new environment is very nice with lots of memory, 64-bit processors, load balanced
servers, etc.&amp;nbsp; A nice change from the operational BizTalk 2004 environment which
was single server and backed by a questionable SQL Server cluster.&amp;nbsp; So with our
new BT 2006 environment, we started migrating application off of BT2004.&amp;nbsp; We
also started creating new applications and expanding operaitonal ones.&amp;nbsp; Life
was good.
&lt;/p&gt;
&lt;p&gt;
We use a single file share server for the majority of our file drop locations.&amp;nbsp;
This file share server is a Windows 2000 server and is not shceduled to be replaced
soon enough by a Windows 2003 R2 server.&amp;nbsp; About half way through our migration,
we noticed receive locations on the BizTalk 2006 Server were shutting down every couple
of days.&amp;nbsp; This then became every day and then every hour and then every couple
of minutes.&amp;nbsp; The problem went from the simple matter of gettong the occasional
MOM alert and manually restarting the port to being unmanagable. Life was not good.
&lt;/p&gt;
&lt;p&gt;
Our quick fix was too implement a relatively simple C# console application to scan
the receive locations every x minutes and restart stopped receive locations.&amp;nbsp;
This was accomplished using the BizTalk WMI interface and the Windows task scheduler.&amp;nbsp;
Things were'n't perfect, but we were operational.&amp;nbsp; Then the fun started.&amp;nbsp;
Everything would grind to a halt every couple of weeks, then every couple of days.&amp;nbsp;
The symptoms were:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
BizTalk Management Interface was unresponsive&lt;/li&gt;
&lt;li&gt;
SQL Server showed a blocking SPID to the SSO DB that would never clear (the system
was blocked for 24 hours once before we implemented better alerting)&lt;/li&gt;
&lt;li&gt;
Messages stop processing through BizTalk&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
The clearing procedure became cycling the Enterprise SSO service on the primary SSO
server - which required all BT Hosts to be stopped.&amp;nbsp; When the database is blocked,
this becomes an hour task.&amp;nbsp; Once the ESSO service was recycled, everything was
well again.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;First Try at a Fix&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
We were never happy with the ports shutting down and spent alot of time blaming the
less than desirable Windows 2000 server hosting the file shares.&amp;nbsp; We did alot
of Googling and came up with a potential to fix the port shutdown problem: &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;810886"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;810886&lt;/a&gt;.&amp;nbsp;
I had previosuly discussed this &lt;a href="http://www.implementsivillage.net/PermaLink,guid,522afb8d-457a-4511-b9c1-fb3bf5e2c928.aspx"&gt;here&lt;/a&gt;.&amp;nbsp;
We increased the registry entries from 50 to 200.&amp;nbsp; The problem didn't resolve.&amp;nbsp;
So we walked away from this KB article and resolved to wait for the file share server
to be upgraded.&amp;nbsp; We still had to deal with the blocking.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Enter Microsoft Tech Support&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Microsoft Technical Support was contacted.&amp;nbsp; We did a health check on the systems
and identified many BizTalk housekeeping issues we had.&amp;nbsp; These items were rectified
but the problems persisted.&amp;nbsp; In the process of exploring the SQL Tables, we noticed&amp;nbsp;the
BizTalk work queues filling up with orphaned instances.&amp;nbsp;&amp;nbsp;We had no idea
where&amp;nbsp;they were&amp;nbsp;coming from and they were not showing up in the Group Hub.&amp;nbsp;
There were actually thousands of them spread accros the various host instances in
our implementation.&amp;nbsp; We worked with MS support to do some cleanup of our produciton
environment.&amp;nbsp; This seemed to help but then the queues kept filling up again.&amp;nbsp;
After some focuse digging, we managed to stear ourselves and MS support to the solution.&amp;nbsp;
A new hotfix just off the presses - KB936536 (still internal as of this post).&amp;nbsp;
We tried and it did not work.&amp;nbsp; Back to the drawing board.
&lt;/p&gt;
&lt;p&gt;
After some more in-depth digging, it turned out that there was a bug in BizTalk that
involved receive locations stopping unexpectedly not being cleaned up properly.&amp;nbsp;
This bug left the orphaned instance in the work queues.&amp;nbsp; A patch was created
after several weeks and fixed the queue problem.&amp;nbsp; It did not fix the blocking
problem.
&lt;/p&gt;
&lt;p&gt;
After some escalation and shuffling around, we were given a new set of support professionals
and had the attention of Escalation Engineering, Product Team, SQL Sengineers and
finally - DTC Engineers.&amp;nbsp; Many weeks of logging and capturing increasingly deeper
levels of data led to get the DTC folks involved.&amp;nbsp; It was one of those joyous
moments where you send away your tons of log files and you get one of those moments
in an email where you here - 'oh yeah, we've seen this before... there's a hotfix'.&amp;nbsp;
There is such joy that there is a solution and a sense of frustration that nobody
said this sooner.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;The Root of it All&lt;/strong&gt;
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
File Share Server not tweaked to handle the load.&lt;/li&gt;
&lt;li&gt;
BizTalk shutting down receive locations.&lt;/li&gt;
&lt;li&gt;
Custom BizTalk WMI program keeps restarting ports.&lt;/li&gt;
&lt;li&gt;
High WMI/DTC activity brings about &lt;a href="http://support.microsoft.com/kb/934849"&gt;KB
934849&lt;/a&gt;: A COM+ application that is running on a Windows Server 2003-based computer
stops responding and some work items that are queued in the MTA thread pool are not
completed.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&lt;strong&gt;First Step&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Stop the ports from shutting down.&amp;nbsp; Apparently &lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;810886"&gt;KB
810886&lt;/a&gt;&amp;nbsp; was the solution to stopping the port shutdowns.&amp;nbsp; We needed
to increase the registry entries on both the client and server to 2048 to see a difference.&amp;nbsp;
Once thoe port shutdowns stopped, the WMI based port watcher has starting ports less
frequently which reduced the load on WMI/DTC.&amp;nbsp; When thoe ports stopped dropping,
we set the port watcher to run every 30 minutes.&amp;nbsp; We've not had a problem since.&amp;nbsp;
We are now testing KB 934849 on our staging servers.&amp;nbsp; It will be deployed next
week to production if all goes well.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;SQL Adapter Issue Also?&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
When we upgraded some SQL Server Adapte rintensive projects form BT 2004 to BT2006,
we experienced a similar level of blocking on the SQL transaction associated with
these projects.&amp;nbsp; It only affected the transactional system&amp;nbsp;databse and not
the BizTalk database.&amp;nbsp; We were never able to fix it despite all of the hints
and other tweaks we pulled out of our bag of tricks.&amp;nbsp; Apparently the SQL Adapter
in BT 2006 has an increased default isolation level.&amp;nbsp; We followed all of the
new guidelines and still had no success.&amp;nbsp; We are hoping that this SQL Adapter
blocking was the result of KB 93489 as well.&amp;nbsp; We will be testing this shortly
and I will blog it as well.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1.aspx</comments>
      <category>BizTalk</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,ac3f65fa-0051-48a0-bb8b-f9e741c1a0d1.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=ab4732c8-b49b-4522-a169-7e2bcb1f333f</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,ab4732c8-b49b-4522-a169-7e2bcb1f333f.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,ab4732c8-b49b-4522-a169-7e2bcb1f333f.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=ab4732c8-b49b-4522-a169-7e2bcb1f333f</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.sourcegear.com/TEM/TEMminions.html?id=74">http://www.sourcegear.com/TEM/TEMminions.html?id=74</a>
        </p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=ab4732c8-b49b-4522-a169-7e2bcb1f333f" />
      </body>
      <title>Official Minion</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,ab4732c8-b49b-4522-a169-7e2bcb1f333f.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/-gwZTmSdjBI/PermaLink,guid,ab4732c8-b49b-4522-a169-7e2bcb1f333f.aspx</link>
      <pubDate>Thu, 20 Dec 2007 18:32:48 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.sourcegear.com/TEM/TEMminions.html?id=74"&gt;http://www.sourcegear.com/TEM/TEMminions.html?id=74&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=ab4732c8-b49b-4522-a169-7e2bcb1f333f" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,ab4732c8-b49b-4522-a169-7e2bcb1f333f.aspx</comments>
      <category>General</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,ab4732c8-b49b-4522-a169-7e2bcb1f333f.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=c70e4c5d-b168-47a6-a27f-d656b167c1ce</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,c70e4c5d-b168-47a6-a27f-d656b167c1ce.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,c70e4c5d-b168-47a6-a27f-d656b167c1ce.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=c70e4c5d-b168-47a6-a27f-d656b167c1ce</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I got my Evil Mastermind T-Shirt from SourceGear a few months ago and was looking
for just the right occasion to fulfill my <a href="http://www.sourcegear.com/TEM/TEMshirt.html">obligations</a> to
them.  So last night at the Space Coast .Net User Group's VS 2008 Install
Fest I snapped the picture.  Also, chek out <a href="http://www.ericsink.com/">Eric
Sink's Blog</a> for all things Source Control, Software, and Marketing.
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/VSIFEM.jpg" border="1" />
        </p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=c70e4c5d-b168-47a6-a27f-d656b167c1ce" />
      </body>
      <title>Promises Made, Promises Kept (to the Evil Mastermind)</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,c70e4c5d-b168-47a6-a27f-d656b167c1ce.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/EMaXWA8ubWc/PermaLink,guid,c70e4c5d-b168-47a6-a27f-d656b167c1ce.aspx</link>
      <pubDate>Wed, 19 Dec 2007 21:20:34 GMT</pubDate>
      <description>&lt;p&gt;
I got my Evil Mastermind T-Shirt from SourceGear a few months ago and was looking
for just the right occasion to fulfill my &lt;a href="http://www.sourcegear.com/TEM/TEMshirt.html"&gt;obligations&lt;/a&gt; to
them.&amp;nbsp; So&amp;nbsp;last night at the Space Coast .Net User Group's VS 2008 Install
Fest I snapped the picture.&amp;nbsp; Also, chek out &lt;a href="http://www.ericsink.com/"&gt;Eric
Sink's Blog&lt;/a&gt; for all things Source Control, Software, and Marketing.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/VSIFEM.jpg" border=1&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=c70e4c5d-b168-47a6-a27f-d656b167c1ce" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,c70e4c5d-b168-47a6-a27f-d656b167c1ce.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,c70e4c5d-b168-47a6-a27f-d656b167c1ce.aspx</feedburner:origLink></item>
    <item>
      <trackback:ping>http://www.implementsivillage.net/Trackback.aspx?guid=2af50025-4007-48ae-af2f-fb70c6367f40</trackback:ping>
      <pingback:server>http://www.implementsivillage.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.implementsivillage.net/PermaLink,guid,2af50025-4007-48ae-af2f-fb70c6367f40.aspx</pingback:target>
      <dc:creator>Christian Loris</dc:creator>
      <wfw:comment>http://www.implementsivillage.net/CommentView,guid,2af50025-4007-48ae-af2f-fb70c6367f40.aspx</wfw:comment>
      <wfw:commentRss>http://www.implementsivillage.net/SyndicationService.asmx/GetEntryCommentsRss?guid=2af50025-4007-48ae-af2f-fb70c6367f40</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The Space Coast .Net User Group's VS 2008 Install Fest was a huge success.  We
installed all allocated copies of VS2008 and then some.  We had about 40 people
in attendance and a good time was had by all.  Special thanks to Joe Healy of
Microsoft (vitis him at <a href="http://www.devfish.net/">DevFish.net</a>) for playing
Geek Santa Clause and delivering the software along with copious amounts of BBQ and
apetizers.  Also, thank you to the usual folks at Space Coast .Net User Group
for the time and effort comitted to the event.
</p>
        <p>
Joe has tentatively promised to come back in January and for the User Group meeting
and show everybody even more cool VS 2008 tips, tricks and features.
</p>
        <p>
I have included some photos snapped by attendees below.  I'll post a link to
Joe Healy's site when he uploads his photos.
</p>
        <p>
        </p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/VSIF1.jpg" border="1" />
        </p>
        <p>
Random Install Fun
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/VSIF2.jpg" border="1" />
        </p>
        <p>
More Random Install Fun!
</p>
        <p>
          <img src="http://www.implementsivillage.net/content/binary/VSIFMe.jpg" border="1" />
        </p>
        <p>
Yours Truly.
</p>
        <img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=2af50025-4007-48ae-af2f-fb70c6367f40" />
      </body>
      <title>Space Coats .Net User Group VS2008 Install Fest a Huge Success</title>
      <guid isPermaLink="false">http://www.implementsivillage.net/PermaLink,guid,2af50025-4007-48ae-af2f-fb70c6367f40.aspx</guid>
      <link>http://feedproxy.google.com/~r/ImplementsIvillage/~3/spYwIqjWUfo/PermaLink,guid,2af50025-4007-48ae-af2f-fb70c6367f40.aspx</link>
      <pubDate>Wed, 19 Dec 2007 21:15:48 GMT</pubDate>
      <description>&lt;p&gt;
The Space Coast .Net User Group's VS 2008 Install Fest was a huge success.&amp;nbsp; We
installed all allocated copies of VS2008 and then some.&amp;nbsp; We had about 40 people
in attendance and a good time was had by all.&amp;nbsp; Special thanks to Joe Healy of
Microsoft (vitis him at &lt;a href="http://www.devfish.net/"&gt;DevFish.net&lt;/a&gt;) for playing
Geek Santa Clause and delivering the software along with copious amounts of BBQ and
apetizers.&amp;nbsp; Also, thank you to the usual folks at Space Coast .Net User Group
for the time and effort comitted to the event.
&lt;/p&gt;
&lt;p&gt;
Joe has tentatively promised to come back in January and for the User Group meeting
and show everybody even more cool VS 2008 tips, tricks and features.
&lt;/p&gt;
&lt;p&gt;
I have included some photos snapped by attendees below.&amp;nbsp; I'll post a link to
Joe Healy's site when he uploads his photos.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/VSIF1.jpg" border=1&gt;
&lt;/p&gt;
&lt;p&gt;
Random Install Fun
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/VSIF2.jpg" border=1&gt;
&lt;/p&gt;
&lt;p&gt;
More Random Install Fun!
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.implementsivillage.net/content/binary/VSIFMe.jpg" border=1&gt;
&lt;/p&gt;
&lt;p&gt;
Yours Truly.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.implementsivillage.net/aggbug.ashx?id=2af50025-4007-48ae-af2f-fb70c6367f40" /&gt;</description>
      <comments>http://www.implementsivillage.net/CommentView,guid,2af50025-4007-48ae-af2f-fb70c6367f40.aspx</comments>
      <category>User Group</category>
    <feedburner:origLink>http://www.implementsivillage.net/PermaLink,guid,2af50025-4007-48ae-af2f-fb70c6367f40.aspx</feedburner:origLink></item>
  </channel>
</rss>
