Microsoft officially announced the launch date for SharePoint 2010 & Office 2010 on May 12th 11 AM EST.
Register for the events here: http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx
|
||||||
Microsoft officially announced the launch date for SharePoint 2010 & Office 2010 on May 12th 11 AM EST. Register for the events here: http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx 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
Solution: Right Click the Database Select Tasks -> Shrink -> Files
Select Release Unused Space and click OK.
If you still couldn’t get much space. Shrink the log file using script. USE SharePoint_Config Problem: While publishing InfoPath Browser Enabled form in SharePoint Site, It shows the warning message “This form template is browser-compatible, but it cannot be browser-enabled on the selected site.”
Solution: Make sure “Enterprise Site Collection Feature” is enabled.
I tried to publish the InfoPath form to SharePoint 2010 as browser enabled. But it had shown the following error while publishing. Problem:
Solution: State Service need to be enabled in Farm. State Service in SharePoint 2010 is used to store the temporary data in HTTP requests on SQL. Enable state Service in Central Admin using Farm Configuration wizard.
Client Object Model in SharePoint 2010 is one of the developers dream. It enables developers to Client Object Model can be used in the following three ways.
.Net CLR Example: Create the context to the SharePoint site. No traffic/requests will be made to the server until you call the ExecuteQuery() {
ctx.Load(site); ctx.ExecuteQuery(); site.Title = “Update from Client Object Model – Win App”; site.Update(); ctx.ExecuteQuery();
}
{
} 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.
Resolution: Change the application pool identity from “Network Service”. 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 string (server=’Uday\Sharepoint’, database=’Uday_Content_DB’) was returned by an instance of the IPartitionResolver type ‘Microsoft.Office.Server.Administration.SqlSessionStateResolver, Microsoft.Office.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’
Solution: It’s pretty simple close all your browsers and clear the browser cache J Somehow the session is getting crashed. I am planning for a webcast with demo in “Client Object Model in SharePoint 2010” on February 9th 2010. Register for the event here |
||||||
Copyright © 2024 MSTechBlogs - All Rights Reserved Powered by WordPress & Atahualpa |