Monday, November 30, 2009
Sunday, November 29, 2009
Feature 1 SharePoint 2010 : Sandbox Solutions
This feature i am sure is one of the big enhancement in SharePoint 2010 . For all those developers out there who gave day and night to convince server admins that the developed code is safe and won't break the farm this is sign of relief.
Now the developers / Site administrator can get their custom code(restricted features) to the SharePoint site without concern .So in case there is bug in code then the only thing which will bomb is site owned by the team .
Farm administrator has total control over the deployed solution and can even define resource limit for the solution . It's win - win for the server admins as well as the site owners.
Less politics in organization now ;-) .
More details here
Atlast SharePoint 2010 Beta Installation complete
Today i completed my first SharePoint 2010 beta installation in my machine . AHHH what a relief, i have been planning to do this from past 2 weeks.
Well lets see how the new features turns up . I hope i can get some momentum now......
Wednesday, November 25, 2009
Friday, November 20, 2009
Exception from HRESULT: 0x80040E14 STSADM ERROR
In my case this error was purely due to lack of disk space in DB server.
ERROR:
Exception from HRESULT: 0x80040E14
Clearing hard disk space in DB server resolved the issue.
ERROR:
Exception from HRESULT: 0x80040E14
Clearing hard disk space in DB server resolved the issue.
Tuesday, November 17, 2009
Unable to Delete SSP (unprovisioning)
If you are stuck with SSP and have no clue how to get rid of it then you are at right place.
Use the SharePoint Master Tool (STSADM), nobody says "no" to Master ;-)
stsadm -o deletessp -title [-deletedatabases] -[force]
http://technet.microsoft.com/en-us/library/cc263248.aspx
Use the SharePoint Master Tool (STSADM), nobody says "no" to Master ;-)
stsadm -o deletessp -title
http://technet.microsoft.com/en-us/library/cc263248.aspx
Subscribe to:
Posts (Atom)
Gray Failures: What is it and how to detect one?
If you are reading this article , i guess you are curious to know about gray failures and different methods to detect gray failures. Hopefu...
-
Note : In below scenario jenkins was deployed in Linux container Scenario: Jenkins build failed with error. java.io.IOException: error...
-
Ever wanted to have a people picker kind of control in Infopath form and that too in browser mode. Did i heard yes :) , well there is a Acti...
-
Simple concept but still pain in head if unable to figure out :) Response.Redirect("#");