IT tutorials
 
Applications Server
 

Sharepoint 2013 : Upgrading to Sharepoint 2013 - Upgrade Considerations (part 2) - What You Can’t Upgrade

6/26/2014 3:52:30 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

What You Can’t Upgrade

Reading the preceding pages, it’s tough to imagine that there isn’t anything that can’t be upgraded to SharePoint 2013. Although the upgrade options are very good, there are a few things that cannot be upgraded.

Content

This bears repeating: You can upgrade to SharePoint 2013 from any version of SharePoint 2010. There is no way, out of the box, to upgrade content from SharePoint 2007 or SharePoint 2003. As long as your content or service application database is from SharePoint 2010 RTM or later, you can attach it to SharePoint 2013.

Service Applications

Some service applications weren’t so lucky. If a service application isn’t in the preceding list, it can’t be upgraded. In most cases that’s not a big loss. The service apps that can’t be upgraded didn’t have databases, so they didn’t have anything to bring over. They provided services to data that existed someplace else. As long as that data is upgraded, and the corresponding SharePoint 2013 service application is created, the new farm will maintain the functionality that the SharePoint 2010 farm had.

In SharePoint 2010 the Office Web Apps were installed on top of SharePoint 2010 and installed as service applications. In SharePoint 2013 the Office Web Apps are no longer installed on a SharePoint server, and are no longer service applications. Because of this architecture change, they cannot be upgraded. If the Office Web Apps are installed and your SharePoint 2013 farm is connected to your Office Web Apps server, your upgraded content will automatically take advantage of it. Chapter 15, “The Office Web Applications for SharePoint,” walk you through what’s new with the OWAs. It also walks you through how to install the OWAs and configure SharePoint 2013 to use them.

The PowerPoint Broadcast site template offered in the SharePoint 2010 OWAs has no equivalent in the 2013 OWAs, so if you have that site in SharePoint 2010 you’ll need to delete it. You can do so in SharePoint 2010 before you upgrade, or in SharePoint 2013 after you attach your database. Either way is fine. If you forget about this and try to upgrade a PowerPoint Broadcast site, SharePoint 2013 will snicker under its breath and pleasantly remind you that it cannot upgrade that type of site.

To avoid the snickering and mocking from SharePoint, it’s easy enough to scour your SharePoint farm for the PowerPoint Broadcast sites and remove them. For that, our friend PowerShell comes to the rescue. Use the following PowerShell statement, either in SharePoint 2010 or SharePoint 2013, to find all the PowerPoint Broadcast sites:

Get-SPSite | Where-Object { $_.rootweb.webtemplate -eq " PowerPointBroadcast" }

If you find any of the varmints in your farm, you can either delete them manually in Central Admin, or show off a little and use the following PowerShell statement:

Get-SPSite | Where-Object { $_.rootweb.webtemplate -eq " PowerPointBroadcast" } | 
Remove-SPSite

Be very careful when automating deletions. Make sure you use the first statement to see what would be deleted. Even if you’ve already read Chapter 7, “Administering SharePoint with Windows PowerShell,” and you understood it all, you can still make costly mistakes. Nothing takes all the fun out of an upgrade faster than deleting all the content you just upgraded. Take my word for it.

While you’re deleting unnecessary site collections, keep your eyes open for the Office Viewing Cache site collections, as they are not used by the new Office Web Apps either. There will be one per web application and the URL will be /sites/Office_Viewing_Service_Cache. Like the PowerPoint Broadcast site, these can be deleted before or after the upgrade.

FAST Search Center Sites

FAST was a casualty of the move to SharePoint 2013. Microsoft bought the search company FAST in 2008 but it was too late in the development cycle to get it properly integrated into SharePoint 2010. FAST Server for SharePoint was a separate product for SharePoint 2010 that was bolted on and replaced SharePoint Server’s content search. Part of that bolted-on experience was it having its own Search Center site. In SharePoint 2013 the bulk of the FAST functionality was added to SharePoint’s search, and the FAST product was eliminated. Because of that, SharePoint 2013 has no need to upgrade a SharePoint 2010 FAST Search Center site. Its own Search Center is more than capable. Like the PowerPoint Broadcast site, you can delete these before or after you attach the content database to your SharePoint 2013 farm.

 
Others
 
- Sharepoint 2013 : Upgrading to Sharepoint 2013 - Upgrade Considerations (part 1) - What You Can Upgrade
- Active Directory 2008 : Managing OUs (part 3) - Delegating Control of OUs
- Active Directory 2008 : Managing OUs (part 2) - Administering Properties of OUs
- Active Directory 2008 : Managing OUs (part 1) - Moving, Deleting, and Renaming OUs
- Microsoft Lync Server 2013 : Installing the Director Role (part 3) - Install Server
- Microsoft Lync Server 2013 : Installing the Director Role (part 2) - Creating a Director Pool - Edit Topology, Publish Topology
- Microsoft Lync Server 2013 : Installing the Director Role (part 1) - Prerequisites
- Microsoft Exchange Server 2013 : Creating special-purpose mailboxes (part 10) - Creating public folder mailboxes
- Microsoft Exchange Server 2013 : Creating special-purpose mailboxes (part 9) - Creating shared mailboxes
- Microsoft Exchange Server 2013 : Creating special-purpose mailboxes (part 8) - Creating arbitration mailboxes, Creating Discovery mailboxes
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us