|
By Udayakumar Ethirajulu , on February 2nd, 2015 This would be very common scenario most of us bump into. You may need to clone your Web Front End to host it in different environment. After restoring the cloned instance you may find your new server refers to the old server name.
Quick and easy way to update the server name using stsadm in […]
By Udayakumar Ethirajulu , on December 6th, 2013 Issue: Error while accessing site usage report
“Both Windows SharePoint Services Usage logging and Office SharePoint Usage Processing must be enabled to view usage reports. Please contact your administrator to ensure that these services are enabled.”
Resolution:
Goto Central Administration -> Operations -> Usage Analysis Processing under “Logging and Reporting” […]
By Udayakumar Ethirajulu , on June 20th, 2010 Today, I was doing some branding for Publishing site, which is migrated from PHP/HTML using custom code.
When I enabled the breadcrumb on pages (obviously we used our own custom page layouts), the “pages” and “.aspx” in the filename is kind of annoying. Initially I thought of removing this by adding javascript/jquery on page. […]
By Udayakumar Ethirajulu , on June 10th, 2010 This is the kind of repeating/common issue asked in MSDN Forum : http://social.msdn.microsoft.com/Forums/en-US/sharepointworkflow/thread/7d0166b7-6226-46bb-86cf-105647c79c47
The workflow which is created by SharePoint designer doesn’t send email to the members of SharePoint Group.
This is known issue and Designer Team gave the workaround to solve this problem.
On SharePoint site, click Site Actions […]
By Udayakumar Ethirajulu , on March 24th, 2010 Today my server started throwing low disk space error in C drive. I had more than 60 GB free space in my drive, No clue what happened. Then I started drilling into my folders to find the issue.
Finally, I found the SharePoint_Config_Log file size is 52 GB. :-O
[…]
By Udayakumar Ethirajulu , on March 11th, 2010
Download the Filter for x64 from adobe here, if you are using 32 bit it will be installed by default from your adobe installation.
Update default value of the following two registry entries with “{E8978DA6-047F-4E3D-9C78-CDBE46041603}” HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office server\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf {E8978DA6-047F-4E3D-9C78-CDBE46041603}
KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf {E8978DA6-047F-4E3D-9C78-CDBE46041603}
Open Central Administration Go to SharedServices Click […]
By Udayakumar Ethirajulu , on February 2nd, 2010 I got into the below issue, when I try to access the site collection search scopes.
Cannot open database “Uday_SharePoint_SSP_Content” requested by the login. The login failed. Login failed for user ‘Uday\Uday.Ethirajulu$’. at Microsoft.SharePoint.Portal.Search.Admin.Pages.SearchAdminPageBase.ErrorHandler(Object sender, EventArgs e) at System.Web.UI.TemplateControl.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at […]
By Udayakumar Ethirajulu , on December 7th, 2009 Hi Community,
I have contributed List Search WebPart for SharePoint in CodePlex.
Project Description: This Project provides the List Search WebPart for WSS 3.0 / SharePoint 2007. Just add the WebPart to page and specify the list name, filter fields, display fields and criteria.
Simple Interface for Tool Part with advanced features for list […]
By Udayakumar Ethirajulu , on December 1st, 2009 The below sample feature creates new menu item in Site Actions menu, Please replace the GUID in the below code.
Sample Feature File
<?xml version=”1.0″ encoding=”utf-8″?>
<Feature
Id=”<GUID>”
Title=”Custom Menu Item”
Description=” ”
December 1st, 2009 | Tags: MOSS 2007, SharePoint 2007, SharePoint Customization | Category: MOSS 2007 |
By Udayakumar Ethirajulu , on November 26th, 2009 I have released the next version of TreeView Document Library WebPart for SharePoint 2007.
Added features in this release:
Automatically populates the list of document libraries in dropdownlist in toolpart Collapsed TreeView can be managed from toolpart property Automatically shows the appropriate icons for the files in document library
WebPart included […]
|
|