Jun 21, 2012

Jun 19, 2012

Versions of SharePoint

Ø  Microsoft Content Management Server (CMS) (Year 2002) Ø  SharePoint Portal Server (Year 2003) Ø  Windows SharePoint Services 3.0 (Year 2003) – Free Ware Ø  Microsoft Office Share Point Server (MOSS) (Year 2007) (Built on .NET 2.0) –        Combination of CMS and SharePoint Portal Server Ø  SharePoint Foundation Server (Year 2010) – Free...

Jun 13, 2012

Databases must be empty before they can be used. Delete all of the tables, stored procedures and other objects or use a different database.

Problem: I got this error when I tried to stop and start the Windows SharePoint Services Search service by the following: Central Administration ->Operations ->Services on server->Windows SharePoint Services Search->Stop Central Administration->Operations->Services on server->Windows SharePoint Services Search->Start The below is the step by step solution to fix this issue. Solution: 1....

The specified database has an incorrect collation. Rebuild the database with the Latin1_General_CI_AS_KS_WS collation or create a new database

Problem:  I have faced this error when I created a DB in the SQL server and then tried to create the Search Server DB name in the Search Server Configuration Page while configuring the Microsoft Search Server Express 2008. Solution: 1. The problem is the database created has incorrect collation. 2....

Jun 9, 2012

Hiding Default Title Column in a list in SharePoint

In this article, we will know about a small tip, How to hide the default title column which is created by default whenever a list is created in a SharePoint list. Steps: 1. Whenever a list is created, you will see a default column “Title” in the list. 2. In Some cases, we do not need this and...

Jun 8, 2012

Internal Column Name in SharePoint List

In this article, we will know how to find the Internal Column Name in a SharePoint list. Steps: 1. Suppose that we have created a list with a column named “Continent” as shown below: 2. Go to Settings-> List Settings -> Click on the Column listed in the Lists to which you have to find...

Jun 6, 2012

Remove Blogger Attribution Widget in Blog

Sometimes, you would like to have your custom attribution in your blog. Here is the article to change the default blogger attribution. Steps: 1. Go to Design -> you will see the default attribution in the blog as shown below: 2. By default, you do not have option to remove this widget like...

Error: Your Search cannot be complete because of service error

In this article, we will know a solution for the Search Server Issue in the SharePoint portal. The Search server was working as expected and the results are shown properly. But suddenly the Search is not showing the results and it is showing the following error: Your Search cannot be complete because of service error. Try you search again or contact your administrator for more information. When...