So here's something new I have never seen before, There seems to be something wrong with the output of STSADM -o enumallwebs for the MySites collection in our environment. Here's a sample of the output:
<Site Id="c5c589cf-32e5-439a-9fc8-4fdb1bed54e2" OwnerLogin="domain\sbryant" InSiteMap="True"> <Webs Count="1"><Web Id="20e0ae63-777d-4118-a3d3-6a4ab1079466" Url="/personal/pleblond" LanguageId="1033" TemplateName="SPSPERS#0" TemplateId="21" /></Webs></Site> <Site Id="4eca57d9-ddf3-4635-913b-50072a9d8610" OwnerLogin="domain\jmoore" InSiteMap="True"><Webs Count="1"><Web Id="b7ff7d27-f2fe-4193-b4f2-05d965645b75" Url="/personal/sbryant" LanguageId="1033" TemplateName="SPSPERS#0" TemplateId="21" /></Webs></Site> <Site Id="9c0db3db-2370-4fc7-bc04-50d884644d29" OwnerLogin="domain\rwargel" InSiteMap="True"><Webs Count="2"><Web Id="fe4c9f94-829b-4294-9cf9-2a51e91f2a39" Url="/personal/jmoore" LanguageId="1033" TemplateName="SPSPERS#0" TemplateId="21" /><Web Id="d0fffd75-644e-4a63-82ec-e8cb81c855a9" Url="/personal/jmoore/blog" LanguageId="1033" TemplateName="BLOG#0" TemplateId="9" /></Webs></Site>Now - Look at the owner login for each site element, and then match that to the path of the webs - THEY DON'T MATCH. But they do match the Path of the webs in the SUBSEQUENT site. Through the entire MySites collection they are offset by 1 like this. YET, when I look in central Admin everything looks correct - This is very frustrating. Has anyone seen this before?