<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Mexican Rat Dog</title>
	<atom:link href="http://www.mexicanratdog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mexicanratdog.com</link>
	<description>Yet another blog about software, life, and whatever else I write about.</description>
	<lastBuildDate>Tue, 13 Sep 2011 08:19:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on SharePoint Content and Structure Reports not Showing by dc201</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-32</link>
		<dc:creator>dc201</dc:creator>
		<pubDate>Tue, 13 Sep 2011 08:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-32</guid>
		<description>great clue in this last comment, I had a MOSS 2007 + SP2 site in which the reports wouldn&#039;t show up in production but worked in a the staging site on same server

strangely enough no error whatsoever appeared in the MOSS logs (no clue in Verbose mode either)

so I compared the SPWeb properties with the API, and noticed that __PublishingFeatureActivated  was missing in the production site (not even false, just missing)

simply added it with the Sharepoint designer (like explained here http://www.moss2007.be/blogs/vandest/archive/2011/03/06/sharepoint-spweb-properties-versus-spweb-allproperties.aspx), et voila, the reports work now fine</description>
		<content:encoded><![CDATA[<p>great clue in this last comment, I had a MOSS 2007 + SP2 site in which the reports wouldn&#8217;t show up in production but worked in a the staging site on same server</p>
<p>strangely enough no error whatsoever appeared in the MOSS logs (no clue in Verbose mode either)</p>
<p>so I compared the SPWeb properties with the API, and noticed that __PublishingFeatureActivated  was missing in the production site (not even false, just missing)</p>
<p>simply added it with the Sharepoint designer (like explained here <a href="http://www.moss2007.be/blogs/vandest/archive/2011/03/06/sharepoint-spweb-properties-versus-spweb-allproperties.aspx" rel="nofollow">http://www.moss2007.be/blogs/vandest/archive/2011/03/06/sharepoint-spweb-properties-versus-spweb-allproperties.aspx</a>), et voila, the reports work now fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Site Definitions &amp; Connected Web Parts by doltharz</title>
		<link>http://www.mexicanratdog.com/2007/10/01/sharepoint-site-definitions-connected-web-parts/#comment-12</link>
		<dc:creator>doltharz</dc:creator>
		<pubDate>Thu, 02 Sep 2010 22:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/2007/10/01/sharepoint-site-definitions-connected-web-parts/#comment-12</guid>
		<description>Thos two lines...

System.Web.UI.WebControls.WebParts.ProviderConnectionPoint provConn = mgr.GetProviderConnectionPoints(providerWebPart)[&quot;default&quot;];
  System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint consConn = mgr.GetConsumerConnectionPoints(consumerWebPart)[&quot;default&quot;];

...should be...

System.Web.UI.WebControls.WebParts.ProviderConnectionPoint provConn = mgr.GetProviderConnectionPoints(providerWebPart)[providerConnectionPointName];
  System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint consConn = mgr.GetConsumerConnectionPoints(consumerWebPart)[consumerConnectionPointName];</description>
		<content:encoded><![CDATA[<p>Thos two lines&#8230;</p>
<p>System.Web.UI.WebControls.WebParts.ProviderConnectionPoint provConn = mgr.GetProviderConnectionPoints(providerWebPart)["default"];<br />
  System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint consConn = mgr.GetConsumerConnectionPoints(consumerWebPart)["default"];</p>
<p>&#8230;should be&#8230;</p>
<p>System.Web.UI.WebControls.WebParts.ProviderConnectionPoint provConn = mgr.GetProviderConnectionPoints(providerWebPart)[providerConnectionPointName];<br />
  System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint consConn = mgr.GetConsumerConnectionPoints(consumerWebPart)[consumerConnectionPointName];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Content and Structure Reports not Showing by Burlo</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-31</link>
		<dc:creator>Burlo</dc:creator>
		<pubDate>Tue, 30 Mar 2010 23:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-31</guid>
		<description>Good post. I had a similar problem and your post pointed me in the right direction. In my case the property __PublishingFeatureActivated was set to false. I used reflector to see the logic of the code for generating the reports and the code logic checks to see if this is set to true and if it is it generates the correct report. Not sure how this property was changed as it is set by the publishing feature in the root site under site features and this was set to activated. The issue was notice around the time SP2 was installed.</description>
		<content:encoded><![CDATA[<p>Good post. I had a similar problem and your post pointed me in the right direction. In my case the property __PublishingFeatureActivated was set to false. I used reflector to see the logic of the code for generating the reports and the code logic checks to see if this is set to true and if it is it generates the correct report. Not sure how this property was changed as it is set by the publishing feature in the root site under site features and this was set to activated. The issue was notice around the time SP2 was installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Apple Support] Airport Extreme Base Station Firmware 7.3.1 by n8b</title>
		<link>http://www.mexicanratdog.com/2009/11/09/apple-support-airport-extreme-base-station-firmware-7-3-1/#comment-42</link>
		<dc:creator>n8b</dc:creator>
		<pubDate>Mon, 29 Mar 2010 07:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.com/?p=72#comment-42</guid>
		<description>Thanks for that. Will see if it works.</description>
		<content:encoded><![CDATA[<p>Thanks for that. Will see if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Quote] Living in the Present by Marc</title>
		<link>http://www.mexicanratdog.com/2010/02/23/quote-living-in-the-present/#comment-44</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.com/?p=136#comment-44</guid>
		<description>Thanks!  Many times, I feel like I&#039;m thinking so much about the future that I can&#039;t enjoy the present day... then I&#039;m missing the things right in front of me (my baby daughter learning to crawl, the crunch of snow under my feet, the deep azure of the sky).  I want to live in the present day and take in all the sights, sounds, and feelings!</description>
		<content:encoded><![CDATA[<p>Thanks!  Many times, I feel like I&#8217;m thinking so much about the future that I can&#8217;t enjoy the present day&#8230; then I&#8217;m missing the things right in front of me (my baby daughter learning to crawl, the crunch of snow under my feet, the deep azure of the sky).  I want to live in the present day and take in all the sights, sounds, and feelings!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Quote] Living in the Present by Sunday Quotes</title>
		<link>http://www.mexicanratdog.com/2010/02/23/quote-living-in-the-present/#comment-43</link>
		<dc:creator>Sunday Quotes</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.com/?p=136#comment-43</guid>
		<description>i like this quote =)</description>
		<content:encoded><![CDATA[<p>i like this quote =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Apple Support] Airport Extreme Base Station Firmware 7.3.1 by Marc</title>
		<link>http://www.mexicanratdog.com/2009/11/09/apple-support-airport-extreme-base-station-firmware-7-3-1/#comment-41</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.com/?p=72#comment-41</guid>
		<description>No problem!  I hope that Apple comes out with a new firmware version to correct some of these problems...</description>
		<content:encoded><![CDATA[<p>No problem!  I hope that Apple comes out with a new firmware version to correct some of these problems&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [Apple Support] Airport Extreme Base Station Firmware 7.3.1 by cubixel</title>
		<link>http://www.mexicanratdog.com/2009/11/09/apple-support-airport-extreme-base-station-firmware-7-3-1/#comment-40</link>
		<dc:creator>cubixel</dc:creator>
		<pubDate>Tue, 24 Nov 2009 10:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.com/?p=72#comment-40</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Content and Structure Reports not Showing by dc2009</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-30</link>
		<dc:creator>dc2009</dc:creator>
		<pubDate>Tue, 17 Nov 2009 11:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-30</guid>
		<description>great job, that worked for me...(MOSS 2007 Std SP1)</description>
		<content:encoded><![CDATA[<p>great job, that worked for me&#8230;(MOSS 2007 Std SP1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Lookup Site Columns &amp; Target Lists Through a Feature by Marc</title>
		<link>http://www.mexicanratdog.com/2007/10/01/create-lookup-site-columns-target-lists-through-a-feature/#comment-19</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/2007/10/01/create-lookup-site-columns-target-lists-through-a-feature/#comment-19</guid>
		<description>No problem.  Let me know if I can help you at all.</description>
		<content:encoded><![CDATA[<p>No problem.  Let me know if I can help you at all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

