<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Shivaprasad Mungara </title><link>http://blogs.msdn.com/b/smungara/</link><description>SharePoint Tips &amp;amp; Tricks</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Troubleshooting Access denied error - SharePoint 2007 sites</title><link>http://blogs.msdn.com/b/smungara/archive/2009/09/08/troubleshooting-access-denied-error-sharepoint-2007-sites.aspx</link><pubDate>Tue, 08 Sep 2009 13:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9892497</guid><dc:creator>smungara</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9892497</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/09/08/troubleshooting-access-denied-error-sharepoint-2007-sites.aspx#comments</comments><description>&lt;P&gt;On the other day I was troubleshooting on the SharePoint Access denied error. The System account and Users who has full rights also got the access denied error.&lt;BR&gt;We checked ULS and took couple of fiddler traces on the site, nothing actually pointed out to the right direction.&lt;/P&gt;
&lt;P&gt;The above error can be for many reasons, below is the one of the reason, which can help&lt;/P&gt;
&lt;P&gt;We then checked the "Site collection quotas and Locks" under Application management - SharePoint Site Management&lt;BR&gt;We found "Read-Only" was selected&lt;BR&gt;We then changed the settings to "NOT LOCKED"&lt;BR&gt;Then did an IISRESET&lt;BR&gt;We were able to browse the site successfully &lt;BR&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9892497" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/SharePoint+Server+2007/">SharePoint Server 2007</category></item><item><title>Unable to save changes to documents in SharePoint 2007 "There is a problem with the Web Server. Try again  later, or contact the server administrator</title><link>http://blogs.msdn.com/b/smungara/archive/2009/07/14/unable-to-save-changes-to-documents-in-sharepoint-2007-there-is-a-problem-with-the-web-server-try-again-later-or-contact-the-server-administrat.aspx</link><pubDate>Tue, 14 Jul 2009 11:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9832913</guid><dc:creator>smungara</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9832913</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/07/14/unable-to-save-changes-to-documents-in-sharepoint-2007-there-is-a-problem-with-the-web-server-try-again-later-or-contact-the-server-administrat.aspx#comments</comments><description>&lt;P&gt;When users edit a document they are prompted for a certificate so that the file can be checked out When they try to check in their changes they encounter the error "There is a problem with the Web Server. Try again&amp;nbsp; later, or contact the server administrator"&lt;/P&gt;
&lt;P&gt;What is the Cause ?&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;nbsp;&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;****************&lt;BR&gt;The problem was NOT the server, although the fix was. The issue is when office 2003 sp3 or office 2007 attempts to communicate with Share Point 2003 or 2007 it uses what is called the office web communication protocol. This protocol gets a header added when you PKI enable your communication between the Share Point server and the Client Workstation. Still all would be well until the office document becomes “complicated”. In other words, when you add special things to the documents, like other objects from other documents, Pictures, Graphs, or any other kinds of things. When this happens Office 2003 SP3 or Office 2007 will change the way the office application communicates with the share point server. To speed the connection up, office changes this communication. The server is designed to handle this type of communication without PKI. With PKI the server has to stream this data in at a slower pace. The Client workstation is unable to understand this streaming so it returns the “Web server Busy” error. Because, the web server is busy and needs more time to save this file. The client won’t give it that time so it shuts the communication down and tells you to try again later.&lt;/P&gt;
&lt;P&gt;What you can do to resolve ?&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;***********************&lt;BR&gt;Increase the value for the UploadReadAheadSize metabase property for Internet Information Services (IIS) using the Adsutil command-line utility. &lt;BR&gt;For example, use the following command to set the value to 200 million bytes.&lt;/P&gt;
&lt;P&gt;Adsutil set w3svc/uploadreadaheadsize "200000000"&lt;/P&gt;
&lt;P&gt;See the Microsoft TechNet article “UploadReadAheadSize Metabase Property (IIS 6.0)” &lt;BR&gt;at &lt;A href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/48900606-4881-4a93-a4c1-0e0ac622fee6.mspx?mfr=true" mce_href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/48900606-4881-4a93-a4c1-0e0ac622fee6.mspx?mfr=true"&gt;http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/48900606-4881-4a93-a4c1-0e0ac622fee6.mspx?mfr=true&lt;/A&gt;&amp;nbsp; for more information.&lt;BR&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9832913" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/SharePoint+Server+2007/">SharePoint Server 2007</category></item><item><title>Error "Server Error in '/" Application." while browsing the site which was restored using the Full farm backup</title><link>http://blogs.msdn.com/b/smungara/archive/2009/05/26/error-server-error-in-application-while-browsing-the-site-which-was-restored-using-the-full-farm-backup.aspx</link><pubDate>Tue, 26 May 2009 11:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9641207</guid><dc:creator>smungara</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9641207</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/05/26/error-server-error-in-application-while-browsing-the-site-which-was-restored-using-the-full-farm-backup.aspx#comments</comments><description>&lt;SPAN&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Server Error in '/' Application.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; TEXT-ALIGN: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" align=center&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT face=Calibri size=3&gt;
&lt;HR style="COLOR: silver" align=center width="98%" noShade SIZE=1&gt;
&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/DIV&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;I&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'"&gt;Runtime Error&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;In this Scenario, the Farm level backup was taken moving the configdb on to the new SQL server, then restoring the Farm level backup on the SharePoint Farm. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Now when you try to browse the site, you get an above error. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Then remove the content database from the site and re attach using the stsadm –o command you still tend to see the above error&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The best way to resolve the issue &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Run the configuration wizard and disconnect SharePoint server from the farm. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Then Run the configuration wizard again and choose to join to the existing SharePoint farm.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Then create a new Site, detach the content database which was created while creating a site&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Add the production content database to the site using&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;stsadm –o addcontentdb –url &amp;lt; &amp;gt; - databasename &amp;lt; &amp;gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;SPAN style="mso-bidi-font-family: Arial; mso-fareast-font-family: 'Times New Roman'"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Now you should be able to browse the sites&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9641207" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/SharePoint+Server+2007/">SharePoint Server 2007</category></item><item><title>No results displayed while do a search in Office SharePoint Server 2007</title><link>http://blogs.msdn.com/b/smungara/archive/2009/04/19/no-results-displayed-while-do-a-search-in-office-sharepoint-server-2007.aspx</link><pubDate>Sun, 19 Apr 2009 14:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9555666</guid><dc:creator>smungara</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9555666</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/04/19/no-results-displayed-while-do-a-search-in-office-sharepoint-server-2007.aspx#comments</comments><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;When you search for file types or contents in Office SharePoint Server 2007 Search Center with tabs template or Search Server 2008 you do not see any results. You also do not see any errors on the results.aspx page and Event Viewer on the server.&lt;BR&gt;When you enable verbose logging on the server and try the search again, we can find the below errors.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;w3wp.exe (0x1454) 0x164C SharePoint Portal Server WebParts 8dxr Unexpected SearchBoxEx AfterDeserialize begin&lt;BR&gt;w3wp.exe (0x1454) 0x164C SharePoint Portal Server WebParts 8dxt&amp;nbsp;Unexpected SearchBoxEx AfterDeserialize end&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;Edit the results.aspx page and Check if the “Search Core Results” web part is present.&lt;BR&gt;If no then the issue is resolved by adding the “Search Core Results” web part which is missing. &lt;BR&gt;If you see the web part in the results.aspx page, then the issue is due to Invalid XML information is passed to the “Display Discovered Definition” feature.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;What next ???&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;Click on Modify Shared Web Part and uncheck the “Display Discovered Definition” Feature. &lt;BR&gt;Then Click on OK and publish the page&lt;BR&gt;Now you should be able to get the search results.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;Small description about “Display Discovered Definition” Feature which I could find online &lt;BR&gt;The Definition Extraction feature finds definitions for candidate terms and identifies acronyms and their expansions by examining the grammatical structure of sentences that have been indexed (for example, NASA, radar, modem, and so on). It is only available for English. Definition extraction feature in MOSS 2007 is a feature that extracts meaning of definition from indexed text. User enters a search query “X”, search&amp;nbsp; returns from the document index a ranked list of sentences containing definitions of “X”, such as “X is Y” with links to the documents in which the definitions were found. In MOSS, implementation definitions are extracted from free text rather than from glossaries.&lt;BR&gt;Definition Extraction feature is integrated with Search Feature at Crawl/Indexing and Query times. During the crawl, tokens with alternate definitions are added to search database. At query time passed search token is compared with existing entry in definitions database. If a match is found the definitions link is populated at the bottom of the search results page. Collapsing the link shows number of definitions.&lt;BR&gt;It’s a default setting and cannot be customized. You can turn off Definition Extraction by Editing the Search Centre results page in question, modifying the Search Core Results web part, and turning off ‘Display Discovered Definition’.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;Hope the above information is helpfull&lt;BR&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9555666" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/SharePoint+Search/">SharePoint Search</category></item><item><title>When you start Crawl on SPS 2003 "The address could not be found, (0x80041209 - Cannot Connect to the server. Please make sure the site is accessible. )"</title><link>http://blogs.msdn.com/b/smungara/archive/2009/04/10/when-you-start-crawl-on-sps-2003-the-address-could-not-be-found-0x80041209-cannot-connect-to-the-server-please-make-sure-the-site-is-accessible.aspx</link><pubDate>Fri, 10 Apr 2009 16:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9543300</guid><dc:creator>smungara</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9543300</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/04/10/when-you-start-crawl-on-sps-2003-the-address-could-not-be-found-0x80041209-cannot-connect-to-the-server-please-make-sure-the-site-is-accessible.aspx#comments</comments><description>&lt;P&gt;When you try to run the Crawl in the SharePoint Portal server 2003 you see&lt;BR&gt;Gatherer log shows:&lt;BR&gt;The address could not be found, (0x80041209 - Cannot Connect to the server. Please make sure the site is accessible. )&lt;/P&gt;
&lt;P&gt;First try to browse the site from the Web front end servers. &lt;BR&gt;Run the PROXYCFG from all the SharePoint servers including Index server&lt;BR&gt;Run PROXYCFG -u to uninstall the Proxy setting from the Registry and IE&lt;/P&gt;
&lt;P&gt;After running the above command you still get the same error then follow the next steps&lt;BR&gt;Try browsing the site from the index server, and you will get an "Page not Found"&lt;BR&gt;When you ping with site name, that will fail&lt;BR&gt;Run NSLookup on site from the index server&lt;BR&gt;Ping the IP which is resolved using the NSLookup, and you should be successful&lt;BR&gt;Add the IP to the hosts file in C:\Windows\System32\Drivers\etc &lt;BR&gt;Now you should be able to browse the site from the index server&lt;BR&gt;Now you should be able to start the crawling on the SharePoint Server 2003&amp;nbsp; successfully &lt;BR&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9543300" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/SharePoint+Portal+Server+2003/">SharePoint Portal Server 2003</category></item><item><title>While try to browse SharePoint Portal site get an error "Cannot connect to the configuration database"</title><link>http://blogs.msdn.com/b/smungara/archive/2009/04/01/while-try-to-browse-sharepoint-portal-site-get-an-error-cannot-connect-to-the-configuration-database.aspx</link><pubDate>Wed, 01 Apr 2009 14:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9526262</guid><dc:creator>smungara</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9526262</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/04/01/while-try-to-browse-sharepoint-portal-site-get-an-error-cannot-connect-to-the-configuration-database.aspx#comments</comments><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;When you try to view your Microsoft SharePoint Portal Server&amp;nbsp;2003 Web site, you receive the following error message:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;"Cannot connect to the configuration database"&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;This behavior occurs for many&amp;nbsp;reasons. I have mentioned the workaround for one of the reason where the issue was with MDAC 2.8 SP2 installation broken &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;We created a &lt;B&gt;UDL&lt;/B&gt; file to check the connectivity between SharePoint Portal server and SQL server&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;When we run the &lt;B&gt;UDL&lt;/B&gt; file we get an error &lt;STRONG&gt;RUNdll32.exe &lt;/STRONG&gt;"&lt;B&gt;The procedure entry point SystemParametersInfoI could not be located in the dynamic link library MSDART.DLL&lt;/B&gt;."&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;When we click ok we get an error "&lt;B&gt;Error loading C:\PROGRA~1\COMMON~1\System\OLEDB~1\oledb32.dll&lt;/B&gt; &lt;B&gt;The specified procedure could not be found&lt;/B&gt;."&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Check for&amp;nbsp;the version of the &lt;B&gt;MSDART.DLL&lt;/B&gt; files in the following location&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;%windir%\System32&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;%windir%\System32\Dllcache&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;B&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;%windir%\ServicePackFiles&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;STRONG&gt;&lt;FONT face=Calibri size=3&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;If you find differences in the file versions then run the below command which is explained in &lt;A href="http://support.microsoft.com/kb/889114"&gt;http://support.microsoft.com/kb/889114&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;C:\&amp;gt;&lt;/STRONG&gt;&lt;B&gt;copy %windir%\system32\dllcache\msdart.dll %windir%\system32&lt;o:p&gt;&lt;/o:p&gt;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;Choose Yes &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Now try to run the UDL file, if it fails again&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Then run the &lt;B&gt;component checker&lt;/B&gt; against &lt;B&gt;MDAC 2.8 SP2&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Click on the link for&amp;nbsp;&lt;A class="" title="MDAC Utility: Component Checker" href="http://www.microsoft.com/downloads/details.aspx?familyid=8f0a8df6-4a21-4b43-bf53-14332ef092c9&amp;amp;displaylang=en" target=_blank mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=8f0a8df6-4a21-4b43-bf53-14332ef092c9&amp;amp;displaylang=en"&gt;MDAC Utility: Component Checker&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;You will find couple&amp;nbsp;of files missing&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;To fix&amp;nbsp;the missing files&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Browse to&amp;nbsp;&lt;B&gt;C:\windows\inf&lt;/B&gt; folder in windows explorer, &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Right-click on &lt;B&gt;mdac.inf&lt;/B&gt; and select &lt;B&gt;Install&lt;/B&gt;, &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Then when prompted for i386 places go first to &lt;B&gt;C:\windows\servicepacks&lt;/B&gt;, and then if files still can't be found, point to your &lt;B&gt;CD&lt;/B&gt; or &lt;STRONG&gt;C:\i386&lt;/STRONG&gt; folder.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Finish the installation&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Do an&amp;nbsp;IISreset&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;You will be able to run&amp;nbsp;UDL without any error&lt;/FONT&gt;&lt;FONT face=Calibri size=3&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri size=3&gt;Now you should be able to browse the SharePoint Portal Server 2003 sites &lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9526262" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/SharePoint+Portal+Server+2003/">SharePoint Portal Server 2003</category></item><item><title>No results are returned when using properties “Created by” and “Last modified by” in SharePoint 2007 advanced search</title><link>http://blogs.msdn.com/b/smungara/archive/2009/03/05/no-results-are-returned-when-using-properties-created-by-and-last-modified-by-in-sharepoint-2007-advanced-search.aspx</link><pubDate>Thu, 05 Mar 2009 11:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9459464</guid><dc:creator>smungara</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9459464</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/03/05/no-results-are-returned-when-using-properties-created-by-and-last-modified-by-in-sharepoint-2007-advanced-search.aspx#comments</comments><description>&lt;P&gt;RESOLUTION:&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;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;******************&lt;BR&gt;1.Install Infra Updates for WSS 3.0 and MOSS.&lt;BR&gt;2.Open Central administration &lt;BR&gt;3.Shared Services &lt;BR&gt;4.SharedServicesX (X being the number of the shared services provider for the site you are creating a mapping)&lt;BR&gt;5.Search settings &lt;BR&gt;6.Metadata property mappings &lt;BR&gt;7.Click "CreatedBy" to edit the properties &lt;BR&gt;8.Make sure "Include values from all crawled properties mapped" is selected&lt;BR&gt;9.Click on Add Mapping&lt;BR&gt;9.There are two Office:4(Text) crawled properties. Map the first Office:4(Text) crawled property to the CreatedBy managed property. Move Office:4(text) to the top in the order&lt;/P&gt;
&lt;P&gt;10.Click "ModifiedBy" to edit the properties &lt;BR&gt;11.Make sure "Include values from all crawled properties mapped" is selected&lt;BR&gt;12.Click on Add Mapping&lt;BR&gt;13.Map the Office:8(Text) crawled property to the ModifiedBy managed property. And move it to top in the order&lt;BR&gt;14.Complete a Full Crawl.&lt;BR&gt;15.In the Advanced Search page, edit the page to modify the Advanced Search Web Part.&lt;BR&gt;16.On the right pane expand the properties and click on the properties&lt;BR&gt;17.Turn &amp;lt;Option Name="AllowOpContains" Value="True"/&amp;gt; from False to True in the Advanced Search Web Part Properties' XML.&lt;BR&gt;18.Save and Publish the Advanced Search page.&lt;BR&gt;19.Search for values in Created By and Modified By properties. The text you enter should match verbatim.&lt;BR&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9459464" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/SharePoint+Search/">SharePoint Search</category></item><item><title>SharePoint Products and Technologies Configuration Wizard, failes with error "Duplicate ID on Sequence microsoft.sharepoint.portal.upgrade.farmsequence"</title><link>http://blogs.msdn.com/b/smungara/archive/2009/03/03/sharepoint-products-and-technologies-configuration-wizard-failes-with-error-duplicate-id-on-sequence-microsoft-sharepoint-portal-upgrade-farmsequence.aspx</link><pubDate>Tue, 03 Mar 2009 12:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9456328</guid><dc:creator>smungara</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9456328</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/03/03/sharepoint-products-and-technologies-configuration-wizard-failes-with-error-duplicate-id-on-sequence-microsoft-sharepoint-portal-upgrade-farmsequence.aspx#comments</comments><description>&lt;H2&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;SYMPTOMS:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/H2&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;*****************&lt;SPAN style="mso-spacerun: yes"&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;nbsp;&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;while trying to run the SharePoint Products and Technologies Configuration Wizard, get the following error&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;ERROR MESSAGE (If applicable):&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;****************************************&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Duplicate ID on Sequence microsoft.sharepoint.portal.upgrade.farmsequence&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;ENVIRONMENT:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;*********************&lt;SPAN style="mso-spacerun: yes"&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;nbsp;&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;/SPAN&gt;&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;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Windows 2003 SP2, SQL 2005 SP2 and MOSS 2007 SP1&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;CAUSE:&lt;SPAN style="mso-spacerun: yes"&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;nbsp;&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;*********&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Cause not sure&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;RESOLUTION:&lt;SPAN style="mso-spacerun: yes"&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;******************&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Go to C:\program files\common files\Microsoft shared\web server extension\12\config\upgrade&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;you will find the file by name "SPSUpgradePremium.xml"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;make a copy of the file&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;edit the file "SPSUpgradePremium.xml"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;in your upgrade mapping file&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;"SPSUpgradePremium.xml", there is an element, which looks like this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;lt;Assembly Name="Microsoft.SharePoint.Portal.Upgrade,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c,Custom=null"&amp;gt; &amp;lt;Order&amp;gt;5&amp;lt;/Order&amp;gt;&amp;lt;/Assembly&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Remove this one element from the file and your upgrade will run.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Once the upgrade finishes, please replace the file with the original file&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;ADDITIONAL INFORMATION: TO - RESOLVE&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;*******************************************************&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;in your upgrade mapping file&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;"SPSUpgradePremium.xml", there is an element, which looks like this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;lt;Assembly Name="Microsoft.SharePoint.Portal.Upgrade,Version=12.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c,Custom=null"&amp;gt; &amp;lt;Order&amp;gt;5&amp;lt;/Order&amp;gt;&amp;lt;/Assembly&amp;gt;&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;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Remove this one element from the file and your upgrade will run&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9456328" width="1" height="1"&gt;</description></item><item><title>When clicked on SSP Search Settings link get an error "HTTP 403 Forbidden" </title><link>http://blogs.msdn.com/b/smungara/archive/2009/03/03/when-clicked-on-ssp-search-settings-link-get-an-error-http-403-forbidden.aspx</link><pubDate>Tue, 03 Mar 2009 11:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9456243</guid><dc:creator>smungara</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9456243</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/03/03/when-clicked-on-ssp-search-settings-link-get-an-error-http-403-forbidden.aspx#comments</comments><description>&lt;P&gt;When we click on Search settings link in SSP administration page we get an error "HTTP 403 Forbidden"&lt;/P&gt;
&lt;P&gt;To Resolve&lt;BR&gt;***********&lt;BR&gt;We captured the ULS logs and found access denied for the folder C:\Windows\Tasks folder&lt;BR&gt;We then checked the properties on c:\windows\tasks folder and by default we will not see the security tab&lt;BR&gt;To get the Security tab we need to run on command prompt "attrib –s %windir%\tasks"&lt;BR&gt;We found the permission for account WSS_WPG was missing&lt;BR&gt;We added WSS_WPG account to tasks folder and gave read and write permissions&lt;BR&gt;We then added the attrib by running "attrib +s %windir%\tasks"&lt;BR&gt;Did an IISrest&lt;BR&gt;Now we were able to browse the search settings page in SSP administration page&lt;BR&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9456243" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/SharePoint+Search/">SharePoint Search</category></item><item><title>PSconfiguration wizard fails to complete after installing new Patches</title><link>http://blogs.msdn.com/b/smungara/archive/2009/02/22/psconfiguration-wizard-fails-to-complete-after-installing-new-patches.aspx</link><pubDate>Sun, 22 Feb 2009 12:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9439857</guid><dc:creator>smungara</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.msdn.com/b/smungara/rsscomments.aspx?WeblogPostID=9439857</wfw:commentRss><comments>http://blogs.msdn.com/b/smungara/archive/2009/02/22/psconfiguration-wizard-fails-to-complete-after-installing-new-patches.aspx#comments</comments><description>&lt;FONT size=1&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;SYMPTOMS:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;*****************&lt;SPAN style="mso-spacerun: yes"&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;nbsp;&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;while trying to run the SharePoint Products and Technologies Configuration Wizard, get the following error&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;ERROR MESSAGE (If applicable):&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;****************************************&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;The specified SharedDatabase Name=Sharepoint_SSP1_AdminDB Parent=SPDatabaseServiceInstance has been upgraded to a newer version of SharePoint. Please upgrade this SharePoint application server before attempting to access this object."&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;ENVIRONMENT:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;*********************&lt;SPAN style="mso-spacerun: yes"&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;nbsp;&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;/SPAN&gt;&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;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Windows 2003 SP2t, SQL 2005 SP2 and MOSS 2007 SP1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;CAUSE:&lt;SPAN style="mso-spacerun: yes"&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;nbsp;&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;*********&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Cause not sure&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;RESOLUTION:&lt;SPAN style="mso-spacerun: yes"&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;******************&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Go to Registry editor&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Browse HKLM\Software\Microsoft\Office Server\12.0\BuildVersion&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Check the build number &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;If its 12.0.4518.1016&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Manually edit the value&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;12.0.6219.1000&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Close the registry editor&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;Run the PSconfiguration wizard and it will be Successful&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;ADDITIONAL INFORMATION: TO - RESOLVE&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;*******************************************************&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;The Error says " The databases are been upgraded to a newer version. Please upgrade this SharePoint application server before attempting to access this object"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;where the Binary is on a lower build then the database&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;When we checked on the central administration window, it shows 12.0.6332&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;when we checked the above registry key found even after installing the SP1 on the MOSS Server the build was 12.0.4518.1016, as it should be 12.0.6219.1000&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;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri; mso-bidi-font-family: 'MS Sans Serif'"&gt;When installing the Cumulative, it will check the build version in the registry, where it was 12.0.4518.1016&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9439857" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/b/smungara/archive/tags/Psconfiguration+wizard/">Psconfiguration wizard</category></item></channel></rss>