Tuesday, 19 February 2013

Create SharePoint sites by using cross-site publishing in SharePoint Server 2013

Find resources for learning how to use cross-site publishing to make published content available to users in SharePoint Server 2013.

What is cross-site publishing: Cross-site publishing is a new publishing method that lets you create and maintain content in one or more authoring site collections and publish this content in one or more publishing site collections by using Search Web Parts. Cross-site publishing complements the already existing publishing method, author-in-place, where you use a single site collection to author content and make it available to readers of your site.

Why would I use this scenario: You should use cross-site publishing when you want to store and maintain content in one or more authoring site collections and display this content in one or more publishing site collections. Using cross-site publishing provides the following benefits:

  • Separates content authoring from branding and rendering.
  • Can be used across site collections, web applications, and also across farms.
  • Allows for a mix of authored pages and list content.

Learn more>>>

Wednesday, 19 December 2012

EPM2010 – issue with Project Workspaces Links showing in Quick links

Ever come across this issue where all the SharePoint Project Workspaces start showing in the PWA quick links?

image

The resolution is simple.

  1. Navigate to PWA > Server Settings > Quick Launch
  2. un-check the option for ‘Show menu items from Microsoft SharePoint Foundation’. See fig below.
  3. Save changes.
  4. Close browser session and navigate to PWA.
  5. Voila!! the links have one.

image

Hope this helps.

Sunday, 11 November 2012

Migration Issue - Content Database is in compatibility range and upgrade is recommended?

Applies: SharePoint 2010, Project Server 2010

So you have migrated Project Server and Content DB from one environment to another. You attached the content DB (containing the PWA Site Collection) and then attach the four restored PS databases to the PWA instance. You might think that this would be sufficient and that all the restored databases would be successfully upgraded ok by the DB attach operations.

You might then subsequently run the SharePoint configuration wizard, to resolve any issues. Looking at the ‘Upgrade Status Check’ in Central Admin shows all is ok.

image

Not the case for one of the sites!! When the user started to use the system, strange things started to happen. Project Workspaces where not being created when publishing a project. Same issue occurred if you manually created a site using one of your site templates.

On close examination it turn out that the Project Server (PS) databases upgraded just fine but the content DBs did not. This was evident from ‘Database Review Status’ page within Central Admin.

image

To resolve this issue we needed to upgrade the affected content databases using the Power Shell command (Run as Administrator).

Upgrade-SPContentDatabase -Identity YourDatabaseName

image

image

image

Depending on your data/content/customisation, you may encounter some errors which you will need to review and resolve. The issues may relate to missing features that need to be enabled etc.

Finally, the ‘Database Review Status’ page within CA will indicate that all the databases are ok and do not require any update.

image

Hope this helps.

Wednesday, 29 August 2012

SharePoint CA – Error when deleting a web application

When trying to change the web app authentication from Windows(only) to claims based I encountered this error during the removal of the existing web app.

‘An object of type…… “Unprovisioning SharePoint – 80” already exists under the parent….”

clip_image001

I wanted to keep things neat and tidy and did not want to create yet another new web app with a new name etc.

After hunting around for a solution I came across a ‘hung’ timer job relating to this. Deleted this ‘culprit’ timer job definition and tried to remove the old/existing web app….and voila!! It worked!!

Friday, 27 July 2012

EPM2013 – My Favourite NEW Features/Enhancements (Updated)

First off, Project Centre and detail timeline view. Add Milestones/tasks across different projects to your timeline view. Get the holistic view of the key deliverables all in one place!! Halleluiah…..  

image

Secondly, the PWA project editing i.e. so much easier and smoother with auto calculation/scheduling i.e. you do not have to keep pressing the Calculate button.

image

Thirdly, having a single project server database. This has always been a concern of IT admins on sites. Granted that the single database contains all the necessary tables and will GROW. But, it will be easier to manage. More on this later….

Finally, ever wanted to set baseline on PWA projects? well, you will soon be able with the new version. See figure below.

image

Have fun, if like me you have your head stuck in the ‘bonnet’ to have a good look around the new toy!!

Thursday, 19 July 2012

Project & SharePoint Server 2013 Preview – How does this affect you?

This week has been quite exciting with the preview release of Project Server and SharePoint 2013!!

A few key things to bear in mind for existing users of Microsoft Project Server & SharePoint 2007 and 2010. What should you be aware of and plan for?

Project Server & SharePoint 2007

The mainstream support of Project Server & SharePoint 2007 will end Oct 2012. see fig below. You should consider moving on to 2010 version.

image

Project Server & SharePoint 2010

When considering hardware refresh of your platform, consider upgrading to a platform that meets the minimum pre-requisites for Project Server & SharePoint 2013. See below. This will future-proof your environment when you are ready to move to 2013 version. 

Database Servers

  • 64-bit edition of Microsoft SQL Server 2008 R2 Service Pack 1
  • 64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1) Standard, Enterprise, Data Centre, or Web Server

Web & Application Servers

  • 64-bit edition of Windows Server 2008 R2 Service Pack 1 (SP1) Standard, Enterprise, Data Centre, or Web Server

Monday, 23 April 2012

EPM/SP2010 Content Roll-up – Where is Content Query Webpart?

I had an enquiry from a user about rolling up content. The user could not locate the content Query webpart.

Resolution: In-order to access this webpart, you first need to enable the SharePoint Publishing Infrastructure feature at site collection level. See figures below.

image

image

image

Hope this helps.