A sample text widget
Etiam pulvinar consectetur dolor sed malesuada. Ut convallis
euismod dolor nec pretium. Nunc ut tristique massa.
Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan.
Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem,
suscipit in posuere in, interdum non magna.
|
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…
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 , on March 29th, 2010 Aparently there is a versioning limitation in SharePoint, where if you enable verisioning settings for any kind of a document library, sharepoint will limit the number of versions to exist with the number 255. Once the limit the reached SharePoint appa…
By , on September 16th, 2009 Reasons and fix for the issue are listed below It was observed that the search crawler has logged the following warning message, “Some parts of this document cannot be accessed” It was found upon that this message is displayed for the types of con…
By , on September 10th, 2009 I encountered this log when I was fixing the performance issues in a project. Upon further analysis, I came to know that the code was trying to access a list, but the thing is that the code was invoked from the Master Page. Ultimately when this piece o…
By , on September 9th, 2009 The wsp builder is a plug-in that adds a template in the visual studio. This tool can be download from the following link, http://wspbuilder.codeplex.com/releases/view/16820 The following are the steps for creating a solution package for list instance …
By , on September 5th, 2009 After you move a sharepoint database or relocate a sharepoint content database you may encounter the above mentioned error, where in it says that the access is denied for the current user. The workaround that I did was to go the physical location of…
By , on August 29th, 2009 The solution generator can be used to create list definitions and deployment package for the same. Steps to create a solution package for a list defintion, Open the Solution Generator, Select the list definition option and click next, Select the ̶…
By , on August 15th, 2009 The code for programmatically setting the moderation status to Approval for folders created in the publising pages library is as follows, it is assumed that the folder is being created already. Setting the folder approval status is vital as otherwise t…
By , on August 2nd, 2009 Sharepoint by default does not allow creating folders in the Pages library. Folders can be created using the explorer view in the Page Library and another is using custom development, by using a tool. The code for creating a folder in the Pages lib…
|
|