Friday, September 30, 2011

If Lists templates are not showing in sharepoint 2010

While create list from List Templates, List templates are not shown ... Please follow the steps....


Fix:
 
 Site Actions -> Site Settings -> Manage Site Features -> Activate "Team Collaboration Lists" Feature

Publishing site not showing while create Sub Site


Problem:

While trying to create a sub site under a publishing top level site, you will see only "Publishing site" site definition in the available templates. You can not see any other site definitions like team site and document work space.

Fix:


Site Actions -> Site Settings -> under look and feel -> Page layouts and site templates -> select the templates that you want to be available for the sub site creation.

Wednesday, September 28, 2011

Sharepoint 2010 Convert classic to claim based authentication

You already have a Web application created using Classic Mode Authentication and you want to convert Web application from Classic Mode authentication to Claims based Authentication.

You don’t have to delete that web application. You can convert that web application from classic mode authentication to claims based authentication. However this can only be done using PowerShell and it’s an irreversible process. Follow PowerShell commands to convert the web application from Classic Mode Authentication to Claims based Authentication:

$App = get-spwebapplication “URL”

$app.useclaimsauthentication = “True”

$app.Update()

Example:-

$App = get-spwebapplication “http://webapp:1907”

$app.useclaimsauthentication = “True”

$app.Update()

Warning!: This is an irreversable process.

Help

Tuesday, August 9, 2011

How to add Site Templates in Sharepoint 2010 while create NEW sites

It just simple and follow this. Go to Site settings and move to the section "look and feel" as shown in below screen.

If you see, there is a link named "Page layouts and site templates". That is what we needed. Just click on that link.

Now, below is the screen you see, which has the complete list of site templates and page layouts available in the system.

If you see the screen, there are only two templates selected by default. This is the reason why we see only two templates available on the create site page. So, add how many templates you want from the left side. You can do the same with page layouts too. Select all page layouts you needed and save

Help

Wednesday, July 20, 2011

"Could not load file or assembly 'RSSharePointSoapProxy, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified."

After Replace/Editing of the Web.config file unable to access the site showing,

"Could not load file or assembly 'RSSharePointSoapProxy, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified."


Followed the below Link
link


Download and installed the file from the below link...

link

Wednesday, July 14, 2010

While Restoring SQL database - Error 3154

When we try to restore backup file to new database if we get error 3154.

For that instead of restoring backup database to New database. Directly Restore backup file with New Database Name.

Tuesday, March 23, 2010

Sharepoint 2010 Installation Guide

Installation Guide Step by Step Link

or

http://www.codeproject.com/KB/sharepoint/SharePoint_Server_2010.aspx

Microsoft SharePoint 2010 Products Upgrade Approaches

There is no option for taking a 2007 .bak file directly to 2010. You have two general upgrade paths: In-place and content database attach. Also it needs to be upgraded to 2007 SP2 before attach to 2010.


or we can follow this .PDF file...

Sharepoint Server 2010 System Requirements

Sharepoint Server 2010 Preliminary System Requirements

Sharepoint Server 2010 is available only 64-Bit. So,64-bit processor need to run.

Hardware Requirements:

1. 64-bit processor, four-core, 2.5 Ghz minimum per core.

2. 4GB RAM for Developers(Front End Servers) & 16GB RAM for Server farms

3. 80GB H.D.D

Software Requirements:

1. 64-bit Sharepoint server.

2. 64-bit SQL Server 2005 with SP3 or 64-bit SQL Server 2008 with Service Pack 1 (SP1) and Cumulative Update 2 with Cumulative update package 2 for SQL Server 2008 Service Pack 1.

3. 64-bit Windows Server 2008 standard with SP2 or Windows Server 2008 R2. (With Windows Server 2008 R2 only we are able to select Database server or else default it will select SQL express Database.)

While Installing sharepoint server 2010 it will prompt us to install other required software what need to be install. We can follow that and install other software.

SharePoint Server 2010 browser compatibility:

Sharepoint Server sites will support by a standards based browser such as Internet Explorer 7, Internet Explorer 8 or Firefox 3.x will be required to author content. Customers who are using Windows XP must transition to Service Pack 3 by July, 2010 and are eligible to receive support for Internet Explorer 6 until April, 2014.