Showing posts with label SharePoint 2010. Show all posts
Showing posts with label SharePoint 2010. Show all posts

Friday, June 13, 2014

The trial period for this product has expired on SharePoint




The trial period for this product has expired on SharePoint

                         

Issue: While working on SharePoint 2013 in My test lab, all of surprise when I browse the site, it was shown an error message "The trial period for this product has expired."

Cause: There are some of the reasons that we see the error, below are the ones that cause the error.
  • SharePoint that we use is trailed version and it was expired.
  • Issue with  Central Administrator Application pool Account
  • issue with my registry.
Solution:

1.    SharePoint that we use is trailed version and it was expired

In this case, we should go to licensed version or uninstall SharePoint totally and install again to use the trail version for some days.

2.    Issue with  Central Administrator Application pool Account

Ensure that the Central Administrator Application pool is running with the Local admin account not with the Network Administrator.
Go to Run--> inetmgr-->Application Pools--> SharePoint Central Administrator--> Advanced Settings--> Identity

Or add the current application pool identity account to local Administrator group.

Ensure to do Run "iisreset"   

3.    issue with my registry.
If seeing the same issue after applying the above solutions. Then it should be some configuration issue.
Run the SharePoint PSConfiguration wizard and check.
Or
Run psconfig.exe -cmd secureresources and check.
 

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Wednesday, October 23, 2013

Face book Authentication Implementation in SharePoint 2010

Now a day’s many people has a face book account. So was checking if it possible to use the same as Authentication for the SharePoint site.
I have not yet tried this at my end Due to some Limitations of our Network,However found this Step by Step Instructions very interesting and Helpful . Follow the below link to get done face book Authentication.


http://ovaismehboob.wordpress.com/2011/09/07/configuring-facebook-authentication-in-sharepoint-2010

Features and Enhancements of SharePoint 2010


   Below are the Top  SharePoint Server 2010 features.
http://vlele.wordpress.com/2009/10/22/top-10-sharepoint-server-2010-features

 What’s new in SharePoint 2010?
http://msdn.microsoft.com/en-us/library/ee557323(v=office.14).aspx

   New Features and enhancements
http://www.sharepointkings.com/2010/05/sharepoint-2010-features-and.html

   SharePoint 2010 Enhancements for End Users:
http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2009/08/21/sharepoint-2010-enhancements-for-end-users-improved-look-amp-feel-and-the-ribbon-comes-to-sharepoint.aspx
http://sharepoint.microsoft.com/en-us/Product/Pages/Feature-Details.aspx?Capability=Sites&FeatureID=17
http://sharepoint.microsoft.com/en-us/product/Pages/Features.aspx?Capability=Content
http://sharepoint.microsoft.com/en-us/product/Pages/Features.aspx?Capability=Sites
http://sharepoint.microsoft.com/en-us/product/Pages/Features.aspx?Capability=Communities

Tuesday, October 22, 2013

How to create a New permission level in SharePoint 2010

How to create a New permission level in SharePoint 2010
 
In this article I am giving the steps on How to create the new Permission levels on SharePoint. Follow the below .

you need to have one of the following administrative credentials to create the new permissions level.

1.     You are a member of the Administrators group for the site collection.
2.     You are a member of the Owners group for the site.
3.     You have the Manage Permissions permission.

Creating New permission Level

1.     On the Site Settings page, under Users and Permissions, click Site permissions.
2.     In the Manage section of the ribbon, click Permission Levels.
3.     On the toolbar, click Add a Permission Level.
4.     On the Add a Permission Level page, in the Name field, type a name for the new permission level.
5.     In the Description field, type a description of the new permission level.
6.     In the list of permissions, select the check boxes to add permissions to the permission level.
7.     Click Create.


 Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Friday, October 18, 2013

How to Rename WebApplication Name In SharePoint 2010

How to Rename Web Application Name In SharePoint 2010

There are so many reasons one would like to rename a SharePoint 2010 web application, whether for consistency sake, even to correct misspellings, now with the power of Power Shell it’s just simple. Please be consider the
following script would not rename the IIS site and the Application pool,

 So, let’s get down to the renaming the web application by creating a new Power Shell (.ps1) file using Notepad and by pasting the following code into it:

$rwa=Get-SPWebApplication | where {$_.Name -match "Your Old Web Application Name"}
$rwa.Name
$rwa.Name="Your New Web Application Name"
$rwa.Update()
Get-SPWebApplication | where {$_.Name -match "Your New Web Application Name"}

Give it a name, like RenameWebApp.ps1 and save in your SharePoint 2010 server.
Open SharePoint 2010 Management Shell, make sure you are under the path, where your .PS1 file located.

 Example: C:\> ./RenameWebApp.ps1

 Hit Enter and your web application has a new name.

Go to SharePoint 2010 Central Administration >> Application Management and click on “Manage web application” to see that you web application has a new name



Please Comment if you need Any Help. Your Feed back is always Welcome. I Am Happy to Help !!!!!

ShareThis

X