By Udayakumar Ethirajulu , on January 26th, 2010
Today, I was playing with authentication providers for setting up the site with anonymous access.
Suddenly the site started throwing the below error. I have no clue what’s wrong on the DB Server, then I restarted the DB Server no luck L
Exception:
Exception Type: System.Web.HttpException Exception Message: Unable to connect to SQL Server session database. The connection [...]
By Udayakumar Ethirajulu , on January 21st, 2010
I am planning for a webcast with demo in “Client Object Model in SharePoint 2010″ on February 9th 2010.
Register for the event here
By Udayakumar Ethirajulu , on January 11th, 2010
In my earlier article, I wrote about column level validation in SharePoint 2010.
List level validation will trigger before saving the content. The validation should return TRUE to save the content.
Library Information List:
I have created sample list Library Information with the following columns.
Validation Scenario:
Due date should be greater than Issue Date.
Validation Settings:
Go to List Settings and [...]
By Udayakumar Ethirajulu , on January 9th, 2010
I encountered the following error while running Configuration wizard for SharePoint 2010.
You need to Install the hotfix for Windows Server 2008 R2 / Windows 7. Download here from Microsoft Connect.
Error in Log File:
01/09/2010 13:20:05 17 ERR An exception of type Microsoft.Office.Server.UserProfiles.UserProfileException was thrown. Additional exception information: Unrecognized attribute ‘allowInsecureTransport’. Note that attribute [...]
By Udayakumar Ethirajulu , on January 1st, 2010
Most of the developers faced issues with column validations in SharePoint 2003/2007.
It is really painful to write the validation using custom approach like javascript or jquery.
SharePoint 2010 provides the following validations in Out of the Box.
Column Level Validation
List Level Validation
Column Level Validation
While creating new column in list, click on the column validation node.
Specify your validation [...]
Popular Articles