If somebody like the post and its helpful in your work then, add comments.

Sunday, December 19, 2010

Exchange Calendars Overlay in SharePoint 2010 Publishing Site

To activate the calendar overlay in the publishing site in sharepoint 2010. Just follow these below steps
  • Go to Site Settings
  • Go to Site Features
  • Activate the following feature "Team Collaboration Lists"
    TeamCollaborationList
  • Create Calendar type list
Now you can see the Calendar Overlay feature in the calendar list.
SchoolCalendar

Configuration of the Calendar Overlay Feature Follow below steps

  1. Click on calendar overlay in the Calendar view of the ribbon
    SNAG-0000
  2. Click on New Calendar Link
    SNAG-0001
  3. Enter the details and click OK
    SNAG-0003

After the above configuration, possibly you will get error like "Could not establish trust relationship for the SSL/TLS secure channel with authority"
Follow bellow steps
  • Go to "Central Administration" and click on "Security"
  • Under "General Security" click on "Manage trust"
  • Create a name (e.g. Name: Webmail)
  • Root certificate for the trust relationship:
  • Click OK
  • You need to specify the correct root cert for it to work

This will complete your configuration in the SharePoint Calendar Overlay.
Keep in mind that user should be in the domain of the Exchange and SP2010. Otherwise you will get this type of error "You should set Exchange e-mail address into your user profile to retrieve calendar data from Exchange server".

Enjoy SharePoint 2010 :)

Thursday, December 9, 2010

Content Query Web Part error “Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.”

Well this error occurs when you have not configured AAM (Alternet Access Mapping)for the particular web application. Suppose if the internal URL is http://server:81 and you are accessing the URL out of the server by mapping the DNS, then you will face this issue in the web part. SO, to resolve this issue just configure the public URL for the http://server:81 to like http://www.sample.com/.net etc.

Wednesday, December 1, 2010

STSADM on adding wsp Error “Object reference not set to an instance of an object. sample.wsp: The Solution installation failed. ”

Hi, Well today when I was deploying the SharePoint site I got the above error. Well on first look it seems that this is SPSite or SPWeb or we can say that this object model issue. But I got info from googling that this issue comes due to permission on the content db from which the user is deploying the WSP by using the STSADM command. Well I looking for more options for that but it seems that the issue is due to user permission on content db.

And guess it works. Well when you dont have permission on the Admin_content db then this issue will occur.

The below command will also help you check the permission

stsadm -o enumsites -url http://yoururl