<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tigirry&#039;s SharePoint Blog</title>
	<atom:link href="http://vspug.com/tigirry/feed/" rel="self" type="application/rss+xml" />
	<link>http://vspug.com/tigirry</link>
	<description>Just another VSPUG - Virtual SharePoint User Group weblog</description>
	<lastBuildDate>Fri, 18 Dec 2009 03:33:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SharePoint 2007 Alerts not working!</title>
		<link>http://vspug.com/tigirry/2009/12/17/sharepoint-2007-alerts-not-working/</link>
		<comments>http://vspug.com/tigirry/2009/12/17/sharepoint-2007-alerts-not-working/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 03:33:10 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[alerts]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[moss]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://vspug.com/tigirry/?p=11</guid>
		<description><![CDATA[ 
I have read many blogs that talk about SharePoint alert issue &#8211; basically alerts just don&#8217;t work as they are supposed to. I suppose you checked to make sure if you are set up correctly by reading other posts. I am putting this post together based on my experience for those who haven&#8217;t found a solution hoping this may help. First of all, before you [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter"> </div>
<p>I have read many blogs that talk about SharePoint alert issue &#8211; basically alerts just don&#8217;t work as they are supposed to. I suppose you checked to make sure if you are set up correctly by reading other posts. I am putting this post together based on my experience for those who haven&#8217;t found a solution hoping this may help. First of all, before you even try to fix anything,  make sure you check the following items to ensure your SharePoint farm is correctly configured to send alerts&#8230;</p>
<ol>
<li>You should check Timer Job status in the Central Administration site (Operations &gt; Timer Job Status). The job status should display &#8220;Succeeded&#8221; message if an alert has been successfully created - <strong>Immediate Alerts  servername Succeeded  100%  12/17/2009 3:50 PM<br />
</strong><img class="size-full wp-image-19  aligncenter" style="border: black 2px solid" src="http://vspug.com/tigirry/files/2009/12/immediatealerts.jpg" alt="" width="499" height="28" /></li>
<li>You get a notification email shortly after you created an alert in SharePoint with the following subject: &#8221;You have successfully created an alert for &#8230;&#8221;. However, you may not get any real alerts afterwards &#8211; this will be addressed below. If you are not even getting the first notification email, you should check your outgoing e-mail settings in CA.<br />
<img class="aligncenter size-full wp-image-22 " style="border: black 2px solid" src="http://vspug.com/tigirry/files/2009/12/alertcreate.jpg" alt="alertcreate" width="878" height="236" /></li>
<li>You should make sure &#8221;<strong>On</strong>&#8221; is selected for &#8221;<span><strong>Alerts on this server are</strong></span>&#8221; in your web application general settings in CA (<span>Application Management</span><span> &gt; </span>Web Application General Settings).<br />
<img style="border: black 2px solid" src="http://vspug.com/tigirry/files/2009/12/alerton.jpg" alt="alerton" width="142" height="48" /></li>
<li>You should check the content database that contains site collection(s) having the alert problem to see if &#8220;<strong></strong>&#8221; (for immediate alerts) and &#8220;<strong>SchedSubscriptions</strong>&#8221; (for scheduled alerts) tables contain rows for created alerts &#8211; if you have empty tables, alerts are not getting created.<br />
<img class="aligncenter size-full wp-image-24" style="border: black 2px solid" src="http://vspug.com/tigirry/files/2009/12/dbtable.jpg" alt="dbtable" width="838" height="397" /></li>
<li>Make sure you have the following stored procedures in content databases - if any of these is missing, you can copy from your Dev/QA environment content databases to test your alerts):<br />
&#8220;<strong>proc_AddSubscription</strong>&#8220;,<br />
&#8220;<strong>proc_DeleteSubscription</strong>&#8220;,<br />
&#8220;<strong>proc_GetMatchingSubscriptionsData</strong>&#8220;,<br />
&#8220;<strong>proc_GetWebSubscriptions</strong>&#8220;,<br />
&#8220;<strong>proc_GetWebSubscriptionsForBackup</strong>&#8220;,<br />
&#8220;<strong>proc_GetWebSubscriptionsUniqueUsers</strong>&#8220;,<br />
&#8220;<strong>proc_MatchSubscriptions</strong>&#8220;,<br />
&#8220;<strong>proc_ModifySubscription</strong>&#8221; and<br />
&#8220;<strong>proc_UpdateSchedSubscriptionTimes</strong>&#8220;</li>
</ol>
<p>I usually review the configurations listed above to fix lots of my alert problems. But in some cases, I had to apply one of the below solutions to fix the issue. Some of these solutions are:</p>
<ol>
<li>Setting the property values for SharePoint site(s) to make sure the alert is enabled: <strong>stsadm.exe -o setproperty -url </strong><a href="http://site"><strong>http://site</strong></a><strong> -pn alerts-enabled -pv true</strong></li>
<li>Setting the proeprty values for SharePoint site(s) to make sure the alert is being sent immediately: <strong>stsadm.exe -o setproperty -url </strong><a href="http://site"><strong>http://site</strong></a><strong> -pn job-immediate-alerts -pv &#8220;every 5 minutes&#8221;</strong></li>
<li>Restarting &#8220;Windows SharePoint Services Timer&#8221; service in all SharePoint server(s) to trigger the timer service.</li>
<li>Upgrading your SharePoint environment with service packs and/or cumulative updates &#8211; this seems to solve the issue for most cases. Make sure you backup your environment if you are planning to do so. Also, be patient when the upgrade is in progress. In some environments, I had to wait 8+ hours per server in a farm to complete the update. After the update is applied completely to your SharePoint farm, all congested alerts will be flushed out (so, you should plan to warn your users if you have had this problem for a long time because end users may be receiving sever hundreds of alerts at once).</li>
<li>Making sure the SMTP relay configuration includes all SharePoint servers&#8217; IP addresses (including all SQL database IP addresses) - your relay restriction settings should grant access to all SharePoint servers including all SharePoint related SQL servers. A lot of times, I have seen people excluding IP addresses for SQL servers when granting access but this will result in no alert or random alert behavior.</li>
</ol>
<p>I hope this post helps! If you have a unique case, please share your story here. I may be able to help <img src='http://vspug.com/tigirry/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2009/12/17/sharepoint-2007-alerts-not-working/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disabling Actions menu items in SharePoint</title>
		<link>http://vspug.com/tigirry/2009/07/21/disabling-actions-menu-items-in-sharepoint/</link>
		<comments>http://vspug.com/tigirry/2009/07/21/disabling-actions-menu-items-in-sharepoint/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 03:55:00 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you are interested in how to disable menu items in &#34;Actions&#34; menu in SharePoint, you will probably think of several options. You can certainly develop features at site collection level to apply the settings globally. Here, I would like to share a script that you can insert into a Content Editor Web Part. Simply, [...]]]></description>
			<content:encoded><![CDATA[<p>If you are interested in how to disable menu items in &quot;Actions&quot; menu in SharePoint, you will probably think of several options. You can certainly develop features at site collection level to apply the settings globally. Here, I would like to share a script that you can insert into a Content Editor Web Part. Simply, add a Content Editor Web Part to a page that has a list view web part for a document library and you are all set.&nbsp;You can be creative with this if necessary.&nbsp;</p>
<p>&lt;script&gt; <br />function GetElementByText(tagName, title)<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var a = document.getElementsByTagName(tagName);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for (var j=0;&nbsp;j &lt; a.length; j++)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (a[j].text)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (a[j].text === title)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return a[j];<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return null;<br />&nbsp;&nbsp;&nbsp; }<br />function hideWinExp()<br />{<br />&nbsp;var o = GetElementByText(&quot;ie:menuitem&quot;,&quot;Open with Windows Explorer&quot;);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (o)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; o.disabled = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />var p = GetElementByText(&quot;ie:menuitem&quot;,&quot;Edit in Datasheet&quot;);<br />if (p)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p.disabled = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />var q = GetElementByText(&quot;ie:menuitem&quot;,&quot;Export to Spreadsheet&quot;);<br />if (q)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; q.disabled = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />var w = GetElementByText(&quot;ie:menuitem&quot;,&quot;View RSS Feed&quot;);<br />if (w)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; w.disabled = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />var e = GetElementByText(&quot;ie:menuitem&quot;,&quot;Add to My Links&quot;);<br />if (e)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e.disabled = true;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br />}<br />_spBodyOnLoadFunctionNames.push(&quot;hideWinExp&quot;);<br />&lt;/script&gt;</p>
<p>Good Luck! <img src="/emoticons/emotion-1.gif" alt="Smile" /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2009/07/21/disabling-actions-menu-items-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint (WSS 3.0, MOSS 2007) and Project Server 2007 Service Pack 2 Installation Order</title>
		<link>http://vspug.com/tigirry/2009/07/21/sharepoint-wss-moss-and-project-server-2007-service-pack-2-installation-sequences/</link>
		<comments>http://vspug.com/tigirry/2009/07/21/sharepoint-wss-moss-and-project-server-2007-service-pack-2-installation-sequences/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 21:32:00 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[I would like to share my experience with those who are trying to install SP2 on SharePoint server. I defined 3 environments below: WSS 3.0, MOSS 2007 and MOSS 2007/PS 2007. Please try the following sequences in your testing environment before applying to your production environment as yours may be unique. Let me know if [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;font-weight:normal;mso-bidi-font-weight:bold;">I would like to share my experience with those who are trying to install SP2 on SharePoint server. I defined 3 environments below: WSS 3.0, MOSS 2007 and MOSS 2007/PS 2007. Please try the following sequences in your testing environment before applying to your production environment as yours may be unique. Let me know if you have any comments.</span></strong></p>
<p><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">Download links:</span></strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;mso-bidi-font-weight:bold;"><br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">1. </span></strong></span><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;displaylang=en"><span>Windows SharePoint Services 3.0 with SP2 (x86)</span></a><br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">2.</span></strong><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;"> </span></strong><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=9FB41E51-CB03-4B47-B89A-396786492CBA&amp;displaylang=en">Windows SharePoint Services 3.0 with SP2 (x64)</a><br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">3.</span></strong><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;"> </span></strong><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=79bada82-c13f-44c1-bdc1-d0447337051b&amp;displaylang=en">Windows SharePoint Services 3.0 SP2 (x86 &amp; x64)</a><br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">4.</span></strong><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;"> </span></strong><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;displaylang=en"><span>Windows SharePoint Services 3.0 with SP2 (x86)</span></a><br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">5.</span></strong><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;"> </span></strong><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=9FB41E51-CB03-4B47-B89A-396786492CBA&amp;displaylang=en"><span>Windows SharePoint Services 3.0 with SP2 (x64)</span></a><br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">6.</span></strong><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;"> </span></strong><a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=EF93E453-75F1-45DF-8C6F-4565E8549C2A&amp;displaylang=en"><span>Windows SharePoint Services 3.0 with SP2 (x86)</span></a><br />7. <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3A74E566-CB4A-4DB9-851C-E3FBBE5E6D6E&amp;displaylang=en">Infrastructure Update for Windows SharePoint Services 3.0 (x64)</a><br />8. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6E4F31AB-AF25-47DF-9BF1-423E248FA6FC&amp;displaylang=en">Infrastructure Update for Microsoft Office Servers (x64)</a><br />9. <a href="http://www.microsoft.com/downloads/details.aspx?familyid=3811C371-0E83-47C8-976B-0B7F26A3B3C4&amp;displaylang=en">Infrastructure Update for Microsoft Office Servers (x86)</a><br />10. <a href="http://www.microsoft.com/downloads/details.aspx?familyid=256CE3C3-6A42-4953-8E1B-E0BF27FD465B&amp;displaylang=en">Infrastructure Update for Windows SharePoint Services 3.0 (x86)</a><br />11. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b7816d90-5fc6-4347-89b0-a80deb27a082&amp;displaylang=en">The 2007 Microsoft Office Servers Service Pack 2 (x86 &amp; x64)</a></p>
<p></span></p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration:underline;"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:12pt;mso-bidi-font-size:10.0pt;">A. WSS 3.0</span></span></strong><span style="text-decoration:underline;"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:12pt;mso-bidi-font-size:10.0pt;"></span></span></p>
<p class="MsoListParagraph"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">New Deployment</span></strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"></span></p>
<p><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Windows SharePoint Services 3.0 with SP2 and you are good to go.<br />2. Done.<b><span style="color:black;"></span></b></span></p>
<p class="MsoListParagraph"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">WSS 3.0 RTM, with SP1 or Infrastructure Update</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Windows SharePoint Services 3.0 SP2 on every SharePoint server in your farm.<br />2. Done.</span></p>
<p><span><strong><span style="text-decoration:underline;"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:12pt;mso-bidi-font-size:10.0pt;">B. MOSS 2007</span></span></strong><b><span style="text-decoration:underline;"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:12pt;mso-bidi-font-size:10.0pt;"></span></span></b></span></p>
<p class="MsoListParagraphCxSpFirst"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">New Deployment</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><span>1. Download and install Microsoft Office SharePoint Server 2007 with SP1 on every SharePoint server in your farm.<br />2. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order on every SharePoint server in your farm.<br /><span>3.&nbsp;Done.</span></span></span></p>
<p class="MsoListParagraphCxSpMiddle"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">MOSS&nbsp;2007 RTM</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order on every SharePoint server in your farm.<br />2. Done.</span></p>
<p class="MsoListParagraphCxSpMiddle"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">MOSS&nbsp;2007 with SP1</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order in your farm.<br />2. Done.</span></p>
<p class="MsoListParagraphCxSpMiddle"><strong><span style="line-height:115%;font-family:Symbol;font-size:10pt;font-weight:normal;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></strong><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">MOSS&nbsp;2007 with Infrastructure Update</span></strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br />1. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order in your farm.<br />2. Done.<strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-weight:normal;"></span></strong></span></p>
<p class="MsoListParagraphCxSpLast"><strong><span style="line-height:115%;font-family:Symbol;font-size:10pt;font-weight:normal;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></strong><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">MOSS&nbsp;2007 with SP1&nbsp;and Infrastructure Update<br /></span></strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order in your farm.<br />2. Done.<strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-weight:normal;"></span></strong></span></p>
<p><strong><span style="text-decoration:underline;"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:12pt;mso-bidi-font-size:10.0pt;">C. MOSS 2007 and PS 2007</span></span></strong><b><span style="text-decoration:underline;"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:12pt;mso-bidi-font-size:10.0pt;"></span></span></b></p>
<p class="MsoListParagraphCxSpFirst"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">New Deployment</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><span>1. Download and install Microsoft Office SharePoint Server 2007 with SP1 on every SharePoint server in your farm.<br />2. Download and install Infrastructure Update for Microsoft Office Servers on every SharePoint server in your farm.<br />3. Download and install Project Server 2007 with SP1 on SharePoint servers that will host Project Application Service.</span></span></p>
<p class="MsoListParagraphCxSpMiddle"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">MOSS&nbsp;2007 RTM</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order on every SharePoint server in your farm.<br />2. Download and install Project Server 2007 with SP1 on SharePoint servers that will host Project Application Service.<br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">3. </span></strong>Download and install The 2007 Microsoft Office Servers Service Pack 2 on every SharePoint server in your farm.<br />4. Done.</span></p>
<p class="MsoListParagraphCxSpMiddle"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">MOSS&nbsp;2007 with SP1</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Infrastructure Update for Microsoft Office Servers on every SharePoint server in your farm.<br />2. Download and install Project Server 2007 with SP1 on SharePoint servers that will host Project Application Service.<br /></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;font-weight:normal;mso-bidi-font-weight:bold;">3. </span></strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">Download and install Infrastructure Update for Microsoft Office Servers on servers that Project Server 2007 with SP1 is installed.<br />4. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order on every SharePoint server in your farm.<br /><span>5.&nbsp;Done.</span></span></p>
<p class="MsoListParagraphCxSpMiddle"><strong><span style="text-decoration:underline;"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">Or</span></span></strong><span style="text-decoration:underline;"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"></span></span></p>
<p class="MsoListParagraphCxSpMiddle"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order on every SharePoint server in your farm.<br />2. Download and install Project Server 2007 with SP1 on SharePoint servers that will host Project Application Service.<br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">3. </span></strong>Download and install The 2007 Microsoft Office Servers Service Pack 2 on every SharePoint server in your farm.<br />4. Done.</span></p>
<p class="MsoListParagraphCxSpMiddle"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"></span></p>
<p class="MsoListParagraphCxSpMiddle"><span style="line-height:115%;font-family:Symbol;font-size:10pt;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">MOSS&nbsp;2007 with Infrastructure Update</span></strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /><i style="mso-bidi-font-style:normal;">*You should have applied SP1 before Infrastructure Update because it is the recommended approach.</i><br />1. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order on every SharePoint server in your farm.<br />2. Download and install Project Server 2007 with SP1 on SharePoint servers that will host Project Application Service.<br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">3. </span></strong>Download and install The 2007 Microsoft Office Servers Service Pack 2 on every SharePoint server in your farm.<br />4. Done.</span></p>
<p class="MsoListParagraphCxSpLast"><strong><span style="line-height:115%;font-family:Symbol;font-size:10pt;font-weight:normal;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"><span style="mso-list:Ignore;">&middot;<span style="font:7pt &#39;Times New Roman&#39;;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span></strong><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">MOSS&nbsp;2007 with SP1&nbsp;and Infrastructure Update<br /></span></strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">1. Download and install Project Server 2007 with SP1 on SharePoint servers that will host Project Application Service.<br /><strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-weight:normal;mso-bidi-font-weight:bold;">2. </span></strong>Download and install Infrastructure Update for Microsoft Office Servers on servers that Project Server 2007 with SP1 is installed.<br />3. Download and install Windows SharePoint Services 3.0 SP2 and The 2007 Microsoft Office Servers Service Pack 2 in order on every SharePoint server in your farm.<br /><span>4. Done.<strong><span style="font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-weight:normal;"></span></strong></span></span></p>
<p><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">After applying any updates, run the SharePoint Products and Technologies Configuration Wizard or &quot;psconfig &ndash;cmd upgrade &ndash;inplace b2b -wait&rdquo; in command line. This needs to be done on every server in the farm with SharePoint installed and the version of content databases should be 12.0.0.6421 after successfully applying SP2.&nbsp;</span></p>
<p><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;">During the installation of the 2007 Microsoft Office servers Service Pack 2, a product expiration date is activated incorrectly. This means that your SharePoint will expire 180 days after Service Pack 2 is deployed, as if it were a trial installation.&nbsp;The activation of the expiration date will not affect the regular function of these products until the expiration date passes, 180 days after Service Pack 2 is deployed. If the product expires, it will not affect data, configuration, or application code. However, it will make the Office Server product inaccessible for end-users. (More information can be found here: <a target="_blank" href="http://support.microsoft.com/kb/971620" title="KB Article 971620">KB&nbsp;Article 971620</a>).&nbsp;Microsoft already released updates to resolve this issue and below are download lins:</span></p>
<p><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">Update for 2007 Microsoft Office Servers (KB971620), 32-Bit Edition</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span class="ll"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;"><a href="http://download.microsoft.com/download/2/f/5/2f51ab71-1325-49d2-9cb9-18dec4780e99/office2007-kb971620-fullfile-x86-glb.exe">Download the Download the Update for 2007 Microsoft Office Servers (KB971620), 32-Bit Edition package now.</a></span></span><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"></span></p>
<p><strong><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;">Update for 2007 Microsoft Office Servers (KB971620), 64-Bit Edition</span></strong><b><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;font-size:10pt;"><br /></span></b><span class="ll"><span style="line-height:115%;font-family:&#39;Arial&#39;,&#39;sans-serif&#39;;color:black;font-size:10pt;"><a href="http://download.microsoft.com/download/5/b/b/5bbd34a9-c528-42b0-8a5f-9a8997b25c32/office2007-kb971620-fullfile-x64-glb.exe"><span style="color:#0000ff;">Download the Download the Update for 2007 Microsoft Office Servers (KB971620), 64-Bit Edition package now.</span></a></span></span></p></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2009/07/21/sharepoint-wss-moss-and-project-server-2007-service-pack-2-installation-sequences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Room and Equipment Reservations SharePoint Template Can&#039;t Reserve</title>
		<link>http://vspug.com/tigirry/2008/06/11/room-and-equipment-reservations-sharepoint-template-can-t-reserve/</link>
		<comments>http://vspug.com/tigirry/2008/06/11/room-and-equipment-reservations-sharepoint-template-can-t-reserve/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 15:52:00 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[As many of you have already experienced, &#34;Room and Equipment Reservations&#34; template from Fantastic 40 Application Templates is weak and poorly designed. Default list and calendar views for lists such as Reservations only display current user&#39;s reservations and if an administrator tries to change or create a all item calendar view,&#160;this view will&#160;display&#160;all items&#160;including&#160;&#34;non-reservation&#34; item.&#160;This [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you have already experienced, &quot;<font color="#006600"><strong>Room and Equipment Reservations</strong></font>&quot; template from Fantastic 40 Application Templates is weak and poorly designed. Default list and calendar views for lists such as <font color="#660000"><strong>Reservations</strong> </font>only display current user&#39;s reservations and if an administrator tries to change or create a all item calendar view,&nbsp;this view will&nbsp;display&nbsp;all items&nbsp;including&nbsp;&quot;non-reservation&quot; item.&nbsp;This &quot;non-reservation&quot; item is created in<font color="#3366ff"> </font><font color="#660000"><strong>Reservations</strong></font> list&nbsp;when&nbsp;a user creates a new resource in&nbsp;<strong><font color="#660000">Resources</font></strong> list. This is due to Microsoft&#39;s &quot;brilliant&quot; hidden field called&nbsp;<strong><font color="#ff0000">RERStatus</font><font color="#000000">.</font></strong></p>
<p>The way &quot;<font color="#006600"><strong>Room</strong> <strong>and Equipment Reservations</strong></font>&quot; template works is that users with Contribute or higher permission can create a new resource (room, equipment, etc) in <strong><font color="#660000">Resources</font></strong> list&nbsp;and the workflow will start as soon as the item is created to make the same item in<font color="#3366ff"> </font><font color="#660000"><strong>Reservations</strong></font> list with <strong>Available</strong> status.&nbsp;When this happens, this &quot;non-reservation&quot; item is created in <strong><font color="#660000">Reservations</font></strong> list. The value for the hidden field, <strong><font color="#ff0000">RERStatus</font></strong>, is changed&nbsp;during the workflow and all pre-defined&nbsp;views in the template make&nbsp;a use out of it. By default, you won&#39;t be able to see the value of this hidden field&nbsp;nor&nbsp;change the value. However,&nbsp;<a title="Kenneth Scott" href="http://programmerramblings.blogspot.com/">Kenneth Scott</a> has a great post in his blog on how to&nbsp;make&nbsp;the hidden field visible but not editable: <a href="http://programmerramblings.blogspot.com/2008/03/adventures-with-wss30-room-and.html">http://programmerramblings.blogspot.com/2008/03/adventures-with-wss30-room-and.html</a>.</p>
<p>Another thing that I found was that with you logged in as System Account, &quot;setup&quot; workflow in <strong><font color="#660000">Resources</font></strong> list will not automatically start. Basically, if the workflow does not start automatically or fails to start, you will <strong>NOT</strong> be able to make reservations &#8211; the resource will appear as if it is fully reserved forever.</p>
<p>However, if you create a resource with any other account with Contribute or higher permission, the &quot;setup&quot; workflow will work smoothly. So, keep this in mind when you are using System Account as a service account for testing &quot;<font color="#006600"><strong>Room and Equipment Reservations</strong></font>&quot; template.</p>
<p>You can also customize your &quot;<font color="#006600"><strong>Room and Equipment Reservations</strong></font>&quot; template to integrate with Microsoft Outlook and Patrik Luca&nbsp;has a great post in his&nbsp;blog (<a href="http://patrikluca.blogspot.com/">Patrik Luca&#39;s Blog</a>) that talks about this customization in SharePoint Designer: <a href="http://patrikluca.blogspot.com/2008/03/extension-to-rooms-and-equipment.html">http://patrikluca.blogspot.com/2008/03/extension-to-rooms-and-equipment.html</a>. I tried this customization but I figured out that Outlook with Exchange Server does not work &#8211; I get the javascript error.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2008/06/11/room-and-equipment-reservations-sharepoint-template-can-t-reserve/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reporting Services Add-In for SharePoint integration Error Code: 8</title>
		<link>http://vspug.com/tigirry/2008/04/04/reporting-services-add-in-for-sharepoint-integration-error-code-8/</link>
		<comments>http://vspug.com/tigirry/2008/04/04/reporting-services-add-in-for-sharepoint-integration-error-code-8/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 17:58:00 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Recently, I failed to install&#160;Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies. I tried after server reboot and iisreset but I could not get it to work. This bothered me&#160;a lot because&#160;I thought I&#160;was very familiar and confident with SharePoint Integrated Mode and I have run numerous installations and setups successfully&#160;in the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I failed to install&nbsp;Microsoft SQL Server 2005 Reporting Services Add-in for Microsoft SharePoint Technologies. I tried after server reboot and iisreset but I could not get it to work. This bothered me&nbsp;a lot because&nbsp;I thought I&nbsp;was very familiar and confident with SharePoint Integrated Mode and I have run numerous installations and setups successfully&nbsp;in the past. First thing I did was to look at the installation log file. It is located at C:Documents and Settings&lt;USER NAME&gt;Local SettingsTemp folder of the server you&#39;re running the installation on. The log file starts with RS_SP_0.log and the number in this filename will increment as you attempt to install more than once.</p>
<p>Looking at the log file, I found my error:</p>
<p><strong><font color="#cc0000">Calling HCInstal for lcid &#39;1043&#39;</font></strong></p>
<p><strong><font color="#cc0000">&nbsp;&nbsp; Outcome code is: 256</font></strong></p>
<p><strong><font color="#cc0000">Install error: C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions12inhcinstal.exe return error code: 8</font></strong></p>
<p>Also, I found this line at the end of the log file:</p>
<p><strong><font color="#cc0000">SSRSCustomActionError: C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions12inhcinstal.exe return error code: 8</font></strong></p>
<p>As soon as I got this error, I started to look for what the error code 8 means. Unfortunately, I could not find anything that talks about the error code. Well, I knew that LCID &#39;1043&#39; indicates Dutch&nbsp;(Netherlands) and &quot;hcinstal.exe&quot; is successfully installed on other LCID&#39;s. So, the next thing I did was to &quot;pause&quot; all web applications in IIS manager and ran the same installation and finally, I could install the add-in. I still do not know what the exactly problem is but I think it is related to any SharePoint site running that prevents this installation. Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2008/04/04/reporting-services-add-in-for-sharepoint-integration-error-code-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy way of Editing Customized Theme in MOSS 2007</title>
		<link>http://vspug.com/tigirry/2007/07/27/easy-way-of-editing-customized-theme-in-moss-2007/</link>
		<comments>http://vspug.com/tigirry/2007/07/27/easy-way-of-editing-customized-theme-in-moss-2007/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 19:12:00 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Recently, I have observed that many MOSS 2007 and/or WSS 3.0 administrators want to apply their custom theme&#160;to site collections. In my opinion, this is a good practice because you never want to edit the &#34;core.css&#34; file &#8211; it is just stupid  &#160;For those&#160;who&#160;still want to modify&#160;the &#34;core.css&#34; file in spite of my advice, [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have observed that many MOSS 2007 and/or WSS 3.0 administrators want to apply their custom theme&nbsp;to site collections. In my opinion, this is a good practice because you never want to edit the &quot;core.css&quot; file &#8211; it is just stupid <img src='http://vspug.com/tigirry/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &nbsp;For those&nbsp;who&nbsp;still want to modify&nbsp;the &quot;core.css&quot; file in spite of my advice, the file is in &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATELAYOUTS1033STYLES folder&quot;. </p>
<p>When using SharePoint Portal Server 2003, you could easily test&nbsp;and apply your customized .css file by&nbsp;inserting a html tag after</p>
<p>&lt;Link REL=&quot;stylesheet&quot; Type=&quot;text/css&quot; HREF=&quot;/_layouts/1033/styles/ows.css&quot;&gt;</p>
<p>in &lt;HEAD&gt; section&nbsp;of .aspx files.&nbsp;&quot;Ows.css&quot; file in SharePoint Portal Server 2003 was the&nbsp;&quot;core&quot; stylesheet file and by inserting a new stylesheet link tag after this line,&nbsp;any&nbsp;style&nbsp;attribute in&nbsp;&quot;ows.css&quot; file gets overwritten by your customized .css file.</p>
<p>HOWEVER, you cannot do this in MOSS 2007 and WSS 3.0. By default, there exists no stylesheet link tag for&nbsp;&quot;core.css&quot;&nbsp;in the&nbsp;&lt;HEAD&gt;&nbsp;section of&nbsp;any .aspx file. &quot;Core.css&quot; will be applied automatically at the end of any tag in the &lt;HEAD&gt; section.</p>
<p>Here I will explain how to edit and apply your custom theme in SharePoint Designer 2007 and this is the easiest way to&nbsp;modify your custom&nbsp;theme.css file.</p>
<p>1. First create a custom theme; you can refer my other post: <a href="/tigirry/archive/2007/07/03/custom-site-theme-for-sharepoint-2007-moss-2007-and-wss-3-0.aspx">/tigirry/archive/2007/07/03/custom-site-theme-for-sharepoint-2007-moss-2007-and-wss-3-0.aspx</a></p>
<p>2. Go to &quot;Site Actions&quot; -&gt; &quot;Site Settings&quot; -&gt; &quot;Site Theme&quot; in your&nbsp;SharePoint site collection&nbsp;and choose your custom theme and apply. Let us assume that the site collection&#39;s url is <a href="http://mycustomsite/">http://mycustomsite</a>.</p>
<p>3. Now launch SharePoint Designer 2007 and go to &quot;File&quot; -&gt; &quot;Open Site&#8230;&quot; and type <a href="http://mycustomsite/">http://mycustomsite</a> in &quot;Site name&quot; field. Click &quot;Open&quot; to open the site.</p>
<p>4. In the left side, you should see &quot;Folder List&quot;. If you don&#39;t see this, press ALT &amp; F1 or go to &quot;View&quot;&nbsp;and select&nbsp;&quot;Folder List&quot;.</p>
<p>5. In the &quot;Folder List&quot;, browse to &quot;_themes&quot; folder. You should have a subfolder which is your custom theme folder. Let us assume that the name of the&nbsp;custom theme applied is &quot;CustomBrown&quot; and the subfolder name is &quot;CustomBrown&quot; as well.&nbsp;Editing this subfolder will not change your original theme folder at &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATETHEMESCustomBrown&quot;. What you see in the &quot;Folder List&quot; is the copy version of your custom theme folder.</p>
<p>6. In &quot;CustomBrown&quot; folder, look for the &quot;Cust1011-65001.css&quot; file. This file is created by the site collection when you apply any new theme and it is copied over to overwrite the site collection&#39;s &quot;core.css&quot; file. This file does not physically change &quot;core.css&quot; file but this file will be read after the &quot;core.css&quot; file. The format of this file is always &quot;****1011-65001.css&quot; and first 4 characters are always the first four characters of your custom theme name.</p>
<p>7. Make changes to this &quot;****1011-65001.css&quot; file as needed and you can also add/edit&nbsp;.jpg and .gif&nbsp;files&nbsp;as you make changes to the &quot;****1011-65001.css&quot; file.</p>
<p>8. When you want to apply and review the custom theme, simple save the .css file and you will see the changes you have made. If you don&#39;t see any change, click F5 to refresh or go to &quot;View&quot; and select &quot;Refresh&quot;.</p>
<p>9. After you have finished modifying the .css file, copy&nbsp;its content&nbsp;and replace&nbsp;the content of&nbsp;&quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATETHEMESCustomBrown	heme.css&quot; file with it. You also want to copy and paste any image file you have added or edited to this local folder.</p>
<p>10. Apply&nbsp;a different site theme to your site and apply the &quot;CustomBrown&quot; theme back to the site. You should see all your changes.</p>
<p>Hope you enjoy customizing!!</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2007/07/27/easy-way-of-editing-customized-theme-in-moss-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IE7 does NOT like InfoPath 2003&#039;s &quot;Non-Default Printer&quot;</title>
		<link>http://vspug.com/tigirry/2007/07/26/ie7-does-not-like-infopath-2003-s-quot-non-default-printer-quot/</link>
		<comments>http://vspug.com/tigirry/2007/07/26/ie7-does-not-like-infopath-2003-s-quot-non-default-printer-quot/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 14:12:00 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here I am going to describe a bug that I found recently with InfoPath 2003 and Internet Explorer 7 (IE7).
Here is my scenario: an InfoPath form library exists in a SharePoint site created by SharePoint Portal Server 2003 and the form library has an InfoPath form template. If anyone with Internet Explorer 6 (IE6) opens [...]]]></description>
			<content:encoded><![CDATA[<p>Here I am going to describe a bug that I found recently with InfoPath 2003 and Internet Explorer 7 (IE7).</p>
<p>Here is my scenario: an InfoPath form library exists in a SharePoint site created by SharePoint Portal Server 2003 and the form library has an InfoPath form template. If anyone with Internet Explorer 6 (IE6) opens an InfoPath document in the library and print to a printer that is not the default printer, there is no problem. HOWEVER, if you have Internet Explorer 7 (IE7) installed on your machine and try to print to any non-default printer in InfoPath 2003, the document will automatically be printed to your default printer.</p>
<p>This bug has been around for a long time but no update or fix has been created by Microsoft. Maybe it will be a different story if you have IE7 and InfoPath 2007. I have not yet tested this with IE7 and InfoPath 2007 but I&nbsp;do not think&nbsp;IE7 and InfoPath 2007 will have any&nbsp;problem.&nbsp;They must be&nbsp;fully compatible since they are tightly connected according to Microsoft.</p>
<p>There is also a compatibility issue between Microsoft Office Outlook and InfoPath.&nbsp;Outlook 2007 does not like&nbsp;InfoPath 2003 form submission and Outlook 2003 does not like InfoPath 2007 form submission to SharePoint 2003 form libraries. If you are&nbsp;planning to upgrade to Internet Explorer 7 or Windows Vista, you might want to consider purchasing Microsoft Office 2007. Or, if you are going to stick to Microsoft Office 2003, you just have to keep using Internet Explorer 6 and Windows XP <img src='http://vspug.com/tigirry/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2007/07/26/ie7-does-not-like-infopath-2003-s-quot-non-default-printer-quot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Site Theme for SharePoint 2007 (MOSS 2007) and WSS 3.0</title>
		<link>http://vspug.com/tigirry/2007/07/03/custom-site-theme-for-sharepoint-2007-moss-2007-and-wss-3-0/</link>
		<comments>http://vspug.com/tigirry/2007/07/03/custom-site-theme-for-sharepoint-2007-moss-2007-and-wss-3-0/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 17:49:00 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[The easiest and the fastest way to apply the same look and feel on any SharePoint site is creating a site theme. A SharePoint site theme basically consists of theme.inf, theme.css, and image files. Theme.inf file simply represents the title of the theme. Theme.css is a stylesheet file that defines colors, header images and layouts [...]]]></description>
			<content:encoded><![CDATA[<p>The easiest and the fastest way to apply the same look and feel on any SharePoint site is creating a site theme. A SharePoint site theme basically consists of <em>theme</em>.inf, theme.css, and image files. <em>Theme.</em>inf file simply represents the title of the theme. Theme.css is a stylesheet file that defines colors, header images and layouts of a site and image files can be referenced here to display on the page. By creating a custom site theme, you can easily change the style but in fact, writing and editing the stylesheet can be somewhat chanllenging when you have more than a hundred of elements to deal with.</p>
<p>Here is a short procedure of creating a custom site theme named &quot;Ghost&quot;:</p>
<p>1. Copy any theme folder in &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATETHEMES&quot; folder and paste with its name replaced with &quot;Ghost&quot;. In this example, copy GRANITE folder.</p>
<p>2. In&nbsp;Ghost folder, rename GRANITE.INF file to GHOST.INF in upper case.</p>
<p>3.&nbsp;Open GHOST.INF file with notepad.</p>
<p>4. Change the value of&nbsp;title under [Info] to&nbsp;Ghost.</p>
<p>5. Replace every word,&nbsp;Granite, under [titles] with&nbsp;Ghost.</p>
<p>6.&nbsp;Open &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATELAYOUTS1033SPTHEMES.XML&quot; file with notepad.</p>
<p>7. Add the&nbsp;following lines under &lt;SPThemes&gt; tag:<br />&nbsp;&lt;Templates&gt;<br />&nbsp;&nbsp;&lt;TemplateID&gt;Ghost&lt;/TemplateID&gt;<br />&nbsp;&nbsp;&lt;DisplayName&gt;Ghost&lt;/DisplayName&gt;<br />&nbsp;&nbsp;&lt;Description&gt;Ghost theme.&lt;/Description&gt;<br />&nbsp;&nbsp;&lt;Thumbnail&gt;images/thghost.gif&lt;/Thumbnail&gt;<br />&nbsp;&nbsp;&lt;Preview&gt;images/thghost.gif&lt;/Preview&gt;<br />&nbsp;&lt;/Templates&gt;<br />Notice that preview and thumbnail paths are images/thghost.gif. By default,&nbsp;MOSS 2007 and WSS 3.0 will not have such&nbsp;image files.</p>
<p>8. In order to display thumbnail and preview correctly, you will need to capture the screen and save the file in &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEIMAGES&quot; folder with&nbsp;thghost.gif name. You can change the .gif file name if you change the thumbnail and preview file names in &lt;Templates&gt; tag.</p>
<p>9. Do an iisrest for the server to recognize the new theme.</p>
<p>Pretty simple procedure. Now you are ready to test your new theme. In Site Settings, you can now choose Ghost theme; however, the theme will not differ from Granite theme. Now, it is time for you&nbsp;to play with theme.css file!</p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2007/07/03/custom-site-theme-for-sharepoint-2007-moss-2007-and-wss-3-0/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Custom Site Definition with Custom Master Page for SharePoint Portal Server 2007 (MOSS 2007) and WSS 3.0</title>
		<link>http://vspug.com/tigirry/2007/07/03/custom-site-definition-with-custom-master-page-for-sharepoint-portal-server-2007-moss-2007-and-wss-3-0/</link>
		<comments>http://vspug.com/tigirry/2007/07/03/custom-site-definition-with-custom-master-page-for-sharepoint-portal-server-2007-moss-2007-and-wss-3-0/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 14:25:00 +0000</pubDate>
		<dc:creator>tigirry</dc:creator>
		
		<guid isPermaLink="false"></guid>
		<description><![CDATA[As a SharePoint administrator, if you want to customize your SharePoint sites, the first step is to create a custom site definition with a custom master page.
In order to create a new site definition, you&#160;pretty must have two options:&#160;design&#160;from&#160;scratch or copy and edit the&#160;existing template. The former will be&#160;more difficult than the latter.&#160;Designing your own [...]]]></description>
			<content:encoded><![CDATA[<p>As a SharePoint administrator, if you want to customize your SharePoint sites, the first step is to create a custom site definition with a custom master page.</p>
<p>In order to create a new site definition, you&nbsp;pretty must have two options:&nbsp;design&nbsp;from&nbsp;scratch or copy and edit the&nbsp;existing template. The former will be&nbsp;more difficult than the latter.&nbsp;Designing your own site definition&nbsp;from scratch can be quite challenging if you&nbsp;are&nbsp;not comfortable with&nbsp;what you are doing.&nbsp;In this exercise, I will explain the &quot;easy&quot; way to&nbsp;do this.</p>
<p>1. You need to start with copying the existing site template from. On the server computer, browse to &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATESiteTemplates&quot; folder. Each folder represents a site definition. Copy STS folder and paste with new name. In this exercise, we are going to name this site definition &quot;Business&quot; so rename it BUSINESS.</p>
<p>2. In this site definition, a custom master page will be used because in the future,&nbsp;you might want to change the master page of thie site definition and not unghost it. To do this, copy &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEGLOBALdefault.master&quot; file to &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATESiteTemplatesBUSINESS&quot; folder with its name changed to businesscustom.master.</p>
<p>3. Open &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATESiteTemplatesBUSINESSdefault.aspx&quot; file with notepad. In the first line, change<br />&nbsp;&nbsp;&nbsp; MasterPageFile=&quot;~masterurl/default.master&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to<br />&nbsp;&nbsp;&nbsp; MasterPageFile=&quot;~masterurl/custom.master&quot;<br />Doing so will allow the default.aspx file to use the custom master page. Repeat this step for &quot;defaultdws.aspx&quot; file.</p>
<p>4. Open &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATESiteTemplatesBUSINESSxmlONET.XML&quot; file with notepad.</p>
<p>5. Add the following line under &lt;ListTemplates&gt; tag:<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;ListTemplate Name=&#8221;mplib&#8221; DisplayName=&#8221;$Resources:MasterPageGallery;&#8221; Description=&#8221;$Resources:global_onet_mplib_desc;&#8221; SetupPath=&#8221;globallistsmplib&#8221; Type=&#8221;116&#8243; BaseType=&#8221;1&#8243; Path=&#8221;GLOBAL&#8221; Hidden=&#8221;TRUE&#8221; HiddenList=&#8221;TRUE&#8221; NoCrawl=&#8221;TRUE&#8221; Unique=&#8221;TRUE&#8221; Catalog=&#8221;TRUE&#8221; OnQuickLaunch=&#8221;FALSE&#8221; SecurityBits=&#8221;11&#8243; AllowDeletion=&#8221;FALSE&#8221; AllowEveryoneViewItems=&#8221;TRUE&#8221; Image=&#8221;/_layouts/images/itdl.gif&#8221; AlwaysIncludeContent=&#8221;TRUE&#8221; DocumentTemplate=&#8221;100&#8243; /&gt;</p>
<p>6. Locate the first &lt;Configuration&gt; tag under &lt;Configurations&gt; tag.</p>
<p>7.&nbsp;Change<br />&nbsp;&nbsp;&nbsp; &lt;Configuration ID=&quot;0&quot; Name=&quot;Default&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;to<br />&nbsp;&nbsp;&nbsp; &lt;Configuration ID=&quot;0&quot; Name=&quot;Default&quot; MasterUrl=&quot;_catalogs/masterpage/businesscustom.master&quot;&gt;<br />Notice that I am assigning businesscustom.master value to MasterUrl.</p>
<p>8.&nbsp;Locate &lt;Modules&gt; tag under &lt;Configuration ID=&quot;0&quot;&#8230;..&gt; tag and add the following tag under &lt;Modules&gt; tag:<br />&nbsp;&nbsp;&nbsp; &lt;Module Name=&quot;CustomMasterPage&quot; /&gt;</p>
<p>9. Repeat step 6-9 for &lt;Configuration ID=&quot;1&quot;&#8230;..&gt; and &lt;Configuration ID=&quot;2&quot;&#8230;..&gt; tags.</p>
<p>10. Locate &lt;Modules&gt; tag after &lt;/Configurations&gt; and add the following lines to &lt;Modules&gt; tag:<br />&nbsp;&nbsp;&nbsp; &lt;Module Name=&quot;CustomMasterPage&quot; List=&quot;116&quot; Url=&quot;_catalogs/masterpage&quot; RootWebOnly=&quot;FALSE&quot;&gt; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;File Url=&quot;businesscustom.master&quot; Type=&quot;GhostableInLibrary&quot; IgnoreIfAlreadyExists=&quot;TRUE&quot; /&gt; <br />&nbsp;&nbsp;&nbsp; &lt;/Module&gt;<br />Notice the file url is the assigned to the custom master page.</p>
<p>11. So far, we have successfully created a site definition. All we have to do now is to register this definition to the site definition list. To do this, create &quot;WEBTEMPBUSINESS.XML&quot; file in &quot;C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATE1033XML&quot; folder. Notice that&nbsp;there&nbsp;exists &quot;WEBTEMP.XML&quot; file in the folder and we are not editing this file. We are creating a new xml file to&nbsp;register a&nbsp;new custom site definition.</p>
<p>12. Open the file with notepad and insert the following lines:<br />&nbsp;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br />&nbsp;&lt;!&#8211; _lcid=&quot;1033&quot; _version=&quot;12.0.4518&quot; _dal=&quot;1&quot; &#8211;&gt;<br />&nbsp;&lt;!&#8211; _LocalBinding &#8211;&gt;<br />&nbsp;&lt;Templates xmlns:ows=&quot;Microsoft SharePoint&quot;&gt;<br />&nbsp; &lt;Template Name=&quot;BUSINESS&quot; ID=&quot;5&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;Configuration ID=&quot;0&quot; Title=&quot;Business Tools Team Site&quot; Hidden=&quot;FALSE&quot; ImageUrl=&quot;/_layouts/images/stsprev.png&quot; Description=&quot;A Business site for teams to quickly organize, author, and share information. It provides a document library, and lists for managing announcements, calendar items, tasks, and discussions.&quot; DisplayCategory=&quot;Corporation&quot;&gt;&nbsp;&nbsp;&nbsp; <br />&nbsp;&nbsp;&nbsp; &lt;/Configuration&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;Configuration ID=&quot;1&quot; Title=&quot;Business Blank Site&quot; Hidden=&quot;FALSE&quot; ImageUrl=&quot;/_layouts/images/blankprev.png&quot; Description=&quot;A blank Business site for you to customize based on your requirements.&quot; DisplayCategory=&quot;Corporation&quot; AllowGlobalFeatureAssociations=&quot;False&quot; &gt;<br />&nbsp;&nbsp;&nbsp; &lt;/Configuration&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;Configuration ID=&quot;2&quot; Title=&quot;Business Document Workspace&quot; Hidden=&quot;FALSE&quot; ImageUrl=&quot;/_layouts/images/dwsprev.png&quot; Description=&quot;A&nbsp;Business site for colleagues to work together on a document. It provides a document library for storing the primary document and supporting files, a tasks list for assigning to-do items, and a links list for resources related to the document.&quot; DisplayCategory=&quot;Corporation&quot; &gt;<br />&nbsp; &nbsp; &lt;/Configuration&gt;<br />&nbsp; &lt;/Template&gt;<br />&nbsp;&lt;/Templates&gt;<br />Notice&nbsp;DisplayCategory=&quot;Corporation&quot;; this will create a another tag named Corporation and&nbsp;the three&nbsp;items will be inserted to&nbsp;it.&nbsp;You can change&nbsp;titles, descriptions, and imageUrl&#39;s&nbsp;based on your&nbsp;needs. Save and close the notepad.</p>
<p>13. Last but not least, do&nbsp;an iisreset for the server to recognize the new site definition.</p>
<p>Comments and feedbacks are welcome. <img src="/emoticons/emotion-1.gif" alt="Smile" /></p>
]]></content:encoded>
			<wfw:commentRss>http://vspug.com/tigirry/2007/07/03/custom-site-definition-with-custom-master-page-for-sharepoint-portal-server-2007-moss-2007-and-wss-3-0/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
