<?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 on: SharePoint Content and Structure Reports not Showing</title>
	<atom:link href="http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/</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>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>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>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>By: Jag</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-29</link>
		<dc:creator>Jag</dc:creator>
		<pubDate>Tue, 30 Jun 2009 02:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-29</guid>
		<description>Hi Marc, 

I have the same problem as Aga. Reports are working on few sites and not from the root of the site collection. 

Any help is much appreciated. 

Thank You
Jag</description>
		<content:encoded><![CDATA[<p>Hi Marc, </p>
<p>I have the same problem as Aga. Reports are working on few sites and not from the root of the site collection. </p>
<p>Any help is much appreciated. </p>
<p>Thank You<br />
Jag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aga</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-28</link>
		<dc:creator>Aga</dc:creator>
		<pubDate>Tue, 21 Apr 2009 18:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-28</guid>
		<description>Hello Marc
 
I think I have more or less just the same issue. But in my constellation the content and structure reports are working but not at the root of the web. If I break the structure down, I get the results. Now we want to have the possibility to get the reports from top of the root.
Now I checked out the _SmtReportsListID and the Content and Structure Report GUID, and the result is both GUID are equal.
The same is with the property _VarRelationshipsListID and the Relationship List GUID.

Do you have some ideas what I have to do to get a result from the top. Thanks for help
 
aga</description>
		<content:encoded><![CDATA[<p>Hello Marc</p>
<p>I think I have more or less just the same issue. But in my constellation the content and structure reports are working but not at the root of the web. If I break the structure down, I get the results. Now we want to have the possibility to get the reports from top of the root.<br />
Now I checked out the _SmtReportsListID and the Content and Structure Report GUID, and the result is both GUID are equal.<br />
The same is with the property _VarRelationshipsListID and the Relationship List GUID.</p>
<p>Do you have some ideas what I have to do to get a result from the top. Thanks for help</p>
<p>aga</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-27</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 16 Apr 2009 22:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-27</guid>
		<description>Hi Jeff,

The basic cause of this problem is that SharePoint didn&#039;t re-map a link to the Reports list.  It&#039;s a small bug in the SharePoint code (which may be fixed with the latest service packs).

The fix that I&#039;ve listed below simply corrects the broken link to the SharePoint Reports list.

For a listing of the latest SharePoint 2007 service packs, see the following Microsoft TechNet page:

http://technet.microsoft.com/en-us/office/sharepointserver/bb735839.aspx

Hope that helps clear things up a bit!</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>The basic cause of this problem is that SharePoint didn&#8217;t re-map a link to the Reports list.  It&#8217;s a small bug in the SharePoint code (which may be fixed with the latest service packs).</p>
<p>The fix that I&#8217;ve listed below simply corrects the broken link to the SharePoint Reports list.</p>
<p>For a listing of the latest SharePoint 2007 service packs, see the following Microsoft TechNet page:</p>
<p><a href="http://technet.microsoft.com/en-us/office/sharepointserver/bb735839.aspx" rel="nofollow">http://technet.microsoft.com/en-us/office/sharepointserver/bb735839.aspx</a></p>
<p>Hope that helps clear things up a bit!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-26</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 16 Apr 2009 19:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-26</guid>
		<description>SharePoint Content and Structure Reports not Showing.

I am having this issue I believe. Can you explain this a little more to me in laymans terms or can you point me in the right directions. My boss really wants these reports to run.

Thanks,</description>
		<content:encoded><![CDATA[<p>SharePoint Content and Structure Reports not Showing.</p>
<p>I am having this issue I believe. Can you explain this a little more to me in laymans terms or can you point me in the right directions. My boss really wants these reports to run.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-25</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 18 Jun 2008 11:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-25</guid>
		<description>Yeah, the code I wrote won&#039;t do anything with the variations features.  I&#039;m glad that I was able to help out, though!</description>
		<content:encoded><![CDATA[<p>Yeah, the code I wrote won&#8217;t do anything with the variations features.  I&#8217;m glad that I was able to help out, though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B@rney</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-24</link>
		<dc:creator>B@rney</dc:creator>
		<pubDate>Mon, 26 May 2008 14:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-24</guid>
		<description>Hi Marc!
Thanks. Your code didn&#039;t work directly, but pointed me in the right direction. My problem was that the property for VariationRelationshipsListId wasn&#039;t set. So I followed your example, and modified it to get/set this parameter instead. I used SharePoint Manager 2007 to find the ID. Read more here: http://sharepointdemo.biz/blogs/bjarne/archive/2008/05/23/content-and-structure-reports-not-working.aspx</description>
		<content:encoded><![CDATA[<p>Hi Marc!<br />
Thanks. Your code didn&#8217;t work directly, but pointed me in the right direction. My problem was that the property for VariationRelationshipsListId wasn&#8217;t set. So I followed your example, and modified it to get/set this parameter instead. I used SharePoint Manager 2007 to find the ID. Read more here: <a href="http://sharepointdemo.biz/blogs/bjarne/archive/2008/05/23/content-and-structure-reports-not-working.aspx" rel="nofollow">http://sharepointdemo.biz/blogs/bjarne/archive/2008/05/23/content-and-structure-reports-not-working.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.mexicanratdog.com/2008/02/19/sharepoint-content-and-structure-reports-not-showing/#comment-23</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 16 May 2008 15:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://mexicanratdog.wordpress.com/?p=45#comment-23</guid>
		<description>I believe I used a combination of the SharePoint logs and Reflector to see that the Reports List ID is stored in the AllProperties collection:

pWeb.Web.AllProperties[&quot;_SmtReportsListId&quot;]

That key ( &quot;_SmtReportsListId&quot; ) is hard-coded.

Use that key to find out what GUID the site is using... if you&#039;re having problems with reports, this is the old GUID (invalid).

To find the valid GUID, just browse to the Reports list on the SharePoint site (SiteActions-&gt;View All Site Content, find Reports list).  Once you&#039;re looking at the list, click the List Settings button.  In the resulting page&#039;s url, you&#039;ll see an encoded version of the current list&#039;s GUID - that&#039;s a handy way to figure out the GUID Of any list!

I then use that GUID (decoded from the URL) as a parameter in my command-line application.</description>
		<content:encoded><![CDATA[<p>I believe I used a combination of the SharePoint logs and Reflector to see that the Reports List ID is stored in the AllProperties collection:</p>
<p>pWeb.Web.AllProperties["_SmtReportsListId"]</p>
<p>That key ( &#8220;_SmtReportsListId&#8221; ) is hard-coded.</p>
<p>Use that key to find out what GUID the site is using&#8230; if you&#8217;re having problems with reports, this is the old GUID (invalid).</p>
<p>To find the valid GUID, just browse to the Reports list on the SharePoint site (SiteActions-&gt;View All Site Content, find Reports list).  Once you&#8217;re looking at the list, click the List Settings button.  In the resulting page&#8217;s url, you&#8217;ll see an encoded version of the current list&#8217;s GUID &#8211; that&#8217;s a handy way to figure out the GUID Of any list!</p>
<p>I then use that GUID (decoded from the URL) as a parameter in my command-line application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

