Well i got stuck with this issue and the following hotfix helped to come over it :
http://support.microsoft.com/default.aspx?scid=kb;EN-US;957691
Friday, April 24, 2009
Wednesday, April 22, 2009
Server SQL Server evaluation period has expired.
In case you are trying to upgrade the Expired SQL server with retail SQL server follow these steps :
- Take Back up of the DB files (MDF and LDF)
- Unistall the expired SQL Server
- Install retail SQL Server
- Re-Attach old DB's
Thursday, April 16, 2009
Calculated Column in SharePoint List
Am sure lot of you are searching for formulae which can we used in the Calculated column in SharePoint list. If yes, you are in right place .
Here are some useful links :
http://office.microsoft.com/en-us/sharepointtechnology/CH100650061033.aspx
http://office.microsoft.com/en-us/sharepointtechnology/CH101032701033.aspx
http://office.microsoft.com/en-us/sharepointtechnology/HA101054791033.aspx?pid=CH100650061033#4
Here are some useful links :
http://office.microsoft.com/en-us/sharepointtechnology/CH100650061033.aspx
http://office.microsoft.com/en-us/sharepointtechnology/CH101032701033.aspx
http://office.microsoft.com/en-us/sharepointtechnology/HA101054791033.aspx?pid=CH100650061033#4
Wednesday, April 15, 2009
STSADM: The farm is unavailable
This error pops up when the user running the command doesn't have access to SQl Server , make sure you are using admin account(preferable) in order to run stsadm tool.
Tuesday, April 14, 2009
Alert Not Working
Try this :
- stsadm.exe -o setproperty -propertyname job-immediate-alerts -propertyvalue "every 1 minutes between 0 and 59" -url "http://SiteName"
- stsadm.exe -o setproperty -propertyname alerts-enabled -propertyvalue "true" -url "http://SiteName"
Monday, April 13, 2009
CAML Query Builder
Life gets's so much easier when intellect people think of tool which developer community actually needs , here is the one tool which actually has the potential to give you that extra time which you spend writing long CAML query :-):
http://www.u2u.be/res/Tools/CamlQueryBuilder.aspx
http://www.u2u.be/res/Tools/CamlQueryBuilder.aspx
Friday, April 03, 2009
Unable to add selected web part(s).
ERROR :
<WebpartName>: The file is not checked out. You must first check out this document before making changes.
Scenario with Solution
While trying to add webpart to the page , i received the above error. After some minutes i got the culprit .
1) Even on clicking "Edit Page" my file was not checking out , so i had to check out my webform using sharePoint designer. This solved my intial issue of adding web part .
2) Now question was , Why the "Edit Page" is not chekcing out my page , well it was no brainer . Publishing feature in my Site Feature was not active.
ENJOY!!
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("#");