id stringlengths 14 16 | text stringlengths 2 3.14k | source stringlengths 45 175 |
|---|---|---|
a71f025e88e9-14 | SPTimerV4
OSearch16
SPSearchHostController
Important
Verify that each service is stopped before you stop the next service.
On each server that hosts one or more Search components, run the update executable file to install the update.
On each server that hosts one or more Search components, s... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update |
a71f025e88e9-15 | Update servers that host Search components with minimal downtime
Divide the servers that host Search components into two availability groups to minimize downtime during their update and build-to-build upgrade. (As long as one of the groups is active and healthy, the farm can serve queries and crawl and index conten... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update |
a71f025e88e9-16 | Get-SPEnterpriseSearchStatus -SearchApplication $ssa | where {$_.State -eq "Active"} | fl
Rerun the command until all Search components that are associated with availability group 1 are listed in the output.
On each server in availability group 2, run the update executable file to install the update.
On each... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update |
a71f025e88e9-17 | $ssa=Get-SPEnterpriseSearchServiceApplication
Get-SPEnterpriseSearchStatus -SearchApplication $ssa | where { (($_.State -ne "Unknown") -and ($_.Name -match "Admin")) } | ForEach {if (Get-SPEnterpriseSearchStatus -SearchApplication $ssa -Component $_.Name -Primary) { Get-SPEnterpriseSearchTopology -SearchApplication $ss... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update |
a71f025e88e9-18 | Important
Do not use Stop-SPDistributedCacheServiceInstance -Graceful for SharePoint Server 2013, SharePoint Server 2016, and SharePoint Server 2019 as this will terminate Distributed Cache prior to the cache being transferred to another server in the farm. But Stop-SPDistributedCacheServiceInstance -Graceful can... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/install-a-software-update |
4b2ae6e12a10-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
Administrators update SharePoint Server 2016, 2019, or Subscription Edition to deploy or update assemblies that provide functionality and to upgrade databases. A successful update follows a methodical approach that minimizes interruptio... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-1 | Microsoft releases Public Updates each month. The first update is known as the language independent update. This update will often include both feature and security fixes. It is also known as the 'sts-x-none' patch.
The second type of patch is the language dependent patch. This patch covers all language packs, includ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-2 | patch
A compiled, executable installer file that contains updates to one or more products. Examples of packages are the executable (.exe) files that you download to install a service pack, public update (PU), or hotfix. Packages are also known as MSI files.
software update
A software update is any upd... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-3 | Backward compatibility between an updated services farm and non-updated content farm.
There is full support for automatic updates that use Windows Server Update Services (WSUS), Windows Update, and Microsoft Update.
Note
An automatic update copies the binary files to the farm servers, but you must complete th... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-4 | The second step in the patch phase is the binaries deployment step. In this step, the installer copies support dynamic link library (.dll) files to the appropriate directories on the server that is running SharePoint Server 2016, 2019, or Subscription Edition. This step ensures that all the web applications are running... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-5 | The additional staff and computing resources that are available to reduce downtime.
As you determine your update strategy, consider how the strategy enables you to manage and control the update.
In terms of downtime reduction, the following options, ordered from most to least downtime, are available:
Instal... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-6 | Downtime reduction
Research and assess the options that are available to reduce downtime. First, check for missing dependencies, which may extend the amount of downtime. Identify all the dependencies for the update and either address these dependencies before you start to deploy the update, or factor the additional t... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-7 | Plan the update strategy
During the Learn phase of the update cycle, you should have determined an update strategy and the required downtime minimization. In addition to determining hardware, space, and software requirements, you must include the following in your update strategy:
The update sequence for the farm... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-8 | Web Parts
Step 3: Test software update deployment
The rigor, thoroughness, and detail of your tests determine the success or failure of the software update deployment. In a production computer environment, there are no safe shortcuts, and there are consequences from insufficient testing.
Build a test farm
B... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-9 | Reduce downtime by using techniques such as read-only databases and update parallelism.
Monitor progress
The refined techniques that you use to monitor the software update in the test environment apply when you deploy the update in the production environment. Use the Upgrade and Migration page in Central Administ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-10 | Hyperlink to the Upgrade and Migration page
Upgrade blocked
If an upgrade is available and any farm server requires installation, the remaining servers that do not require installation will be set to this status unless they are currently undergoing an upgrade.
Hyperlink to the Patch Deployment State ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
4b2ae6e12a10-11 | Unghosted files that are, ASP.NET (.aspx) pages that a user has modified within the site collection, and now behave differently than expected or have rendering issues caused by recent upgrades of the files on the server.
User interface version mismatch
HTML and XHTML compliance
Other issues may include mi... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/software-updates-overview |
23bb0e2655d3-0 | Listen to two Microsoft Field Engineers as they talk about best practices on how to cleanup databases after an upgrade procedure.
For a list of the sample scripts to use, see Post-upgrade scripts
For additional information on how to handle cleanup of a database, see Post Upgrade Cleanup - Missing Server Side De... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/video-cleanup-of-databases-after-upgrade-procedure |
1f45a55eea1d-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
My Sites are personal site collections that end users can use to store their documents, connect with other users, and follow and discover content. Upgrading My Sites differs from upgrading other site collections because My Sites consist... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-my-sites |
1f45a55eea1d-1 | Some enterprises have multiple farms, that may include a services farm. In these environments, typically, one server farm, known as the enterprise services farm, publishes cross-farm shared services, and the other farms consume those shared services. In some cases, the User Profile Service application will be shared fr... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-my-sites |
1f45a55eea1d-2 | Copy the SharePoint Server 2013 My Site content database, Social database, Sync database (optional), Profile database, and Managed Metadata service database to the SQL Server that supports your SharePoint Server 2016 farm. You will need db_owner permissions to perform this step. For more information, see Copy database... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-my-sites |
1f45a55eea1d-3 | Install customizations.
Run the Test-SPContentDatabase cmdlet to make sure that all customizations and language packs are installed on the server before upgrading the My Site content databases. This cmdlet must be run against all My Sites content databases. After running this cmdlet, you'll get a report on your e... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-my-sites |
1f45a55eea1d-4 | Upgrade the My Site Host site collection
To upgrade a SharePoint Server 2013 My Site host to a SharePoint Server 2016 My Site host, run the following command at the SharePoint 2016 Management Shell command prompt:
Upgrade-SPSite http://MySiteHostURL -versionupgrade
Where:
http://MySiteHostURL is the URL... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-my-sites |
1f45a55eea1d-5 | When you are ready to perform the upgrade of your My Sites:
Set MinCompatibilityLevel = 15 and MaxCompatibilityLevel= 15 for your compatibility range settings on the My Sites web application.
Upgrade the My Site Host as described in Step 12
Upgrade the personal site collections as described in Step 13
... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-my-sites |
1f45a55eea1d-6 | Caution
Using the forced upgrade approach may take lots of time to complete depending on the number of My Sites you are upgrading. This will affect your server farm's performance and the farm will be in read-only mode during the complete upgrade process.
Deferred site collection upgrade. The deferred site coll... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-my-sites |
1f45a55eea1d-7 | The compatibility range settings allow site creation in 2013 user interface mode.
The SPSite.CanUpgrade property on the personal site collection of the user requesting the upgrade is set to true . An administrator may allow or restrict certain site collections from being upgraded by setting this property at the si... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-my-sites |
2eaf3b5cdef4-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
In SharePoint Server 2016 the way site collection upgrades are performed has changed. After a server farm administrator has upgraded the databases, site collections are automatically upgraded.
Note
There is no concept of "site col... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-a-site-collection |
2eaf3b5cdef4-1 | Note
This is a legacy option to upgrade a site collection.
This option is ideal for databases with large number of sites and for customers who use only a subset of all their sites.
Verify that site collection upgrade has succeeded
Site collection administrators can view the Upgrade Status page in Site S... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-a-site-collection |
2eaf3b5cdef4-2 | If pages do not render, you can check the Site Settings page by going directly to the URL (http:// siteurl /_layouts/settings.aspx). If the Site Settings page works and the upgrade has succeeded, there might be issues with the master page or home page. If the Site Settings page does not work, go to the site col... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-a-site-collection |
2eaf3b5cdef4-3 | Checklists for reviewing upgraded sites
Large lists
By default, large list query throttling is turned on in SharePoint Server 2016. If a list is very large, and users use a view or perform a query that exceeds the limit or throttling threshold, the view or query will not be permitted. Check any large lists in y... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-a-site-collection |
2eaf3b5cdef4-4 | Verify or fix the links to the controls.
Are your pages displayed correctly in the browser?
Verify that any HTML on the page is in strict XHTML mode.
Are any script errors displayed on any pages?
Verify the scripts and links, and verify that any HTML is in strict XHTML mode.
See also
... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-a-site-collection |
dec3de673cac-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
After you upgrade databases to SharePoint Server 2016, you must verify that the content was successfully upgraded to the new version. You can verify the status of the database-attach upgrade (is it still in progress, or has it been comp... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/verify-upgrade-for-databases |
dec3de673cac-1 | The upgrade log file and the upgrade error log file.
Review the upgrade log file and the upgrade error log file (generated when you run the upgrade). The upgrade log file and the upgrade error log file are located at %COMMONPROGRAMFILES%\Microsoft Shared\Web server extensions\16\LOGS. The logs are named in the follow... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/verify-upgrade-for-databases |
dec3de673cac-2 | Verify that you have the following administrative credentials:
To use SharePoint Central Administration, you must be a member of the Farm Administrators group.
On the Central Administration home page, in the Upgrade and Migration section, click Check upgrade status .
Validate the upgraded environment... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/verify-upgrade-for-databases |
82b7c353fd03-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
When you upgrade from SharePoint Server 2013 with Service Pack 1 (SP1) to SharePoint Server 2016, you must use a database attach upgrade, which means that you upgrade only the content for your environment and not the configuration setti... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-1 | Make sure that the account that you use to create web applications is a member of the Farm administrators group in Central Administration.
Create web applications
Create a web application for each web application that existed in the SharePoint Server 2013 with Service Pack 1 (SP1) environment. For each web ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-2 | Reapply customizations
One frequent cause of failures during upgrade is that the new environment does not have customized features, solutions, or other elements. Make sure that all custom elements from the SharePoint Server 2013 with Service Pack 1 (SP1) environment are installed on your front-end web servers bef... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-3 | Be sure to install customizations to the correct location in your new farm. For example, additional style sheets for SharePoint Server 2013 with Service Pack 1 (SP1) should be installed in the /15 path, not the new /16 path so that site collections that you haven't upgraded can use them. If you want a solution to be av... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-4 | Verify that you have the following memberships:
securityadmin fixed server role on the SQL Server instance.
db_owner fixed database role on all databases that are to be updated.
Administrators group on the server on which you are running the PowerShell cmdlets.
An administrator can use the Add-SPShel... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-5 | Attach a content database to a web application and upgrade the database
When you attach a content database, you upgrade the database and add the site collections in that database to the web application that you specify. After the databases are upgraded, the site collection upgrade process is automatically started... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-6 | For My Sites, attach the content database that contains the My Site host before attaching databases that contain the My Sites.
By default, when you created the web applications in the new SharePoint Server 2016 environment, a content database was created for each web application. You can ignore these default database... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-7 | Ensure that the account that you use to attach the databases is a member of the db_owner fixed database role for the content databases that you want to upgrade.
Verify that you have the following memberships:
securityadmin fixed server role on the SQL Server instance.
db_owner fixed database role on a... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-8 | ServerName is server on which the database is stored.
URL is the URL for the web application that will host the sites.
For more information, see Mount-SPContentDatabase.After the databases are upgraded, the site collections are automatically upgraded. For additional information on how to upgrade a site coll... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-9 | Where
YYYYMMDD is the date
HHMMSS-SSS is the time (hours in 24-hour clock format, minutes, seconds, and milliseconds)
An example for an upgrade error log is Upgrade-20120105-132126-374-error.log, and an example for an upgrade log is Upgrade-20120105-132126-374.log.
Note
The format of the upgrade l... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-10 | For more info about how to interact with Windows Server 2012 R2, see Common Management Tasks and Navigation in Windows Server 2012 .
At the PowerShell command prompt, type the following command:
Get-SPContentDatabase | ft Name, NeedsUpgradeIncludeChildren
This cmdlet returns a table-style list of databa... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
82b7c353fd03-11 | Update links that are used in any upgraded InfoPath form templates.
For a database-attach upgrade, you exported and imported all InfoPath form templates in your environment when you created the new environment. After upgrade, you can now update the links that are used in those upgraded form templates to point to the ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-content-databases |
538d45cf1130-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
When you upgrade from SharePoint Server 2013 with Service Pack 1 (SP1) to SharePoint Server 2016, you must use a database attach upgrade, which means that you upgrade only the content for your environment and not the configuration setti... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-1 | Decide which service application pool to use for the upgraded service applications. The procedures below use the default application pool for service applications which is "SharePoint Web Services Default". You can view a list of available service application pools by using the Get-SPServiceApplicationPool cmdlet in ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-2 | Note
For any Managed Properties in the SharePoint 2013 schema that are introduced in the SharePoint Server 2016 schema, prior to upgrading you must rename that Managed Property. For example, if you have created a Managed Property named SPWebURL , rename it to SPWebURL1 prior to the SharePoint Server 2016 upgrade. ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-3 | Create the service applications and upgrade the databases
After you have started the service instances, the next step is to create the service applications and upgrade the databases. You must use PowerShell to restore the service application databases.
Create proxies for the service applications
After you have ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-4 | Next to the Business Data Connectivity service , select Start .
Next to the Managed Metadata Web Service , select Start .
Next to the PerformancePoint Services service , select Start .
Next to the Secure Store Service , select Start .
The Search service instance must be started by using PowerS... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-5 | To start the Search service instance, at the Microsoft PowerShell command prompt, type the following commands and press ENTER after each one:
$SearchInst = Get-SPEnterpriseSearchServiceInstance
# Stores the identity for the Search service instance on this server as a variable
Start-SPServiceInstance $SearchInst... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-6 | Right-click Computer , select All apps , and then select SharePoint 2016 Management Shell .
For more info about how to interact with Windows Server 2012 R2Windows Server 2012, see Common Management Tasks and Navigation in Windows Server 2012 .
To store the application pool that you want to use as a variable... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-7 | Tip
If you do not use the variable $applicationPool, then you must specify the name of an existing service application pool in the format ' Application Pool Name '. To view a list of service application pools, you can run the Get-SPServiceApplicationPool cmdlet.
SecureStore_Upgrade_DB is the name of the ser... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-8 | Type the following command to restore the passphrase for the Secure Store service application:
Update-SPSecureStoreApplicationServerKey -Passphrase <Passphrase> -ServiceApplicationProxy $sssp
Where:
<Passphrase> is the Passphrase for the Secure Store service application from your previous environment.
$ss... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-9 | Note
If you do not have permissions, contact your Setup administrator or SQL Server administrator to request permissions. For additional info about PowerShell permissions, see Add-SPShellAdmin .
Start the SharePoint 2016 Management Shell.
For Windows Server 2012 R2:
On the Start screen, select Share... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-10 | Where:
BDC Service is the name that you want to give the new Business Data Connectivity service application.
$applicationpool is the variable that you set earlier to identify the service application pool to use.
Tip
If you do not use the variable $applicationPool, then you must specify the name of an exi... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-11 | For Windows Server 2012 R2:
On the Start screen, select SharePoint 2016 Management Shell .
If SharePoint 2016 Management Shell is not on the Start screen:
Right-click Computer , select All apps , and then select SharePoint 2016 Management Shell .
For more info about how to interact with Wind... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-12 | Tip
If you do not use the variable $applicationPool, then you must specify the name of an existing service application pool in the format ' Application Pool Name '. To view a list of service application pools, you can run the Get-SPServiceApplicationPool cmdlet.
Managed Metadata Service_DB is name of the se... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-13 | To upgrade the PerformancePoint Services service application by using PowerShell:
Verify that you have the following memberships:
securityadmin fixed server role on the SQL Server instance.
db_owner fixed database role on all databases that are to be updated.
Administrators group on the server on whic... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-14 | This cmdlet sets the service application pool as a variable that you can use again in the cmdlets that follow. If you have multiple application pools and have to use a different application pool for a particular service application, repeat this step in the procedure to create each service application to use the appropr... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-15 | Tip
If you do not use the variable $pps, then you must use an ID to identify the PerformancePoint Services service application instead of a name. To find the ID, you can run the Get-SPServiceApplication cmdlet to return a list of all service application IDs.
Default adds the PerformancePoint Services service... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-16 | Important
Perform these steps in the SharePoint Server 2013 with Service Pack 1 (SP1) environment.
Verify that you have the following memberships:
securityadmin fixed server role on the SQL Server instance.
db_owner fixed database role on all databases that are to be updated.
Administrators group ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-17 | Important
Perform the next steps in the SharePoint Server 2016 environment.
Verify that you have the following memberships:
securityadmin fixed server role on the SQL Server instance.
db_owner fixed database role on all databases that are to be updated.
Administrators group on the server on wh... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-18 | This cmdlet sets the service application pool as a variable that you can use again in the cmdlets that follow. If you have multiple application pools and have to use a different application pool for a particular service application, repeat this step in the procedure to create each service application to use the appropr... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-19 | For more info, see Get-SPServiceApplication .
Type the following command to create a proxy for the User Profile service application:
New-SPProfileServiceApplicationProxy -Name ProxyName -ServiceApplication $sa
Where:
ProxyName is the proxy name that you want to use.
$sa is the variable that you set e... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-20 | You use an empty Identity parameter ("") to add it to the default group.
For more info, see Add-SPServiceApplicationProxyGroupMember .
Upgrade the Search service application
Upgrade the User Profile service application and the Managed Metadata service application before you upgrade the Search s... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-21 | Note
During this upgrade, search doesn't crawl content in your SharePoint Server 2013 with Service Pack 1 (SP1). If freshness of search results is important, save time by familiarizing yourself with these steps before starting the upgrade.
Important
Because the search topology in the SharePoint Server 2016 fa... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-22 | Administrators group on the server on which you are running the PowerShell cmdlets.
An administrator can use the Add-SPShellAdmin cmdlet to grant permissions to use SharePoint Server 2016 cmdlets.
Note
If you do not have permissions, contact your Setup administrator or SQL Server administrator to request perm... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-23 | Note
While the Search service application is paused, the index in the SharePoint Server 2013 with Service Pack 1 (SP1) environment isn't updated. This means that during the upgrade to SharePoint Server 2016, search results might be less fresh.
Copy the search administration database in the SharePoint Server 201... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-24 | To store the application pool that you want to use as a variable for this service application, at the Microsoft PowerShell command prompt, type the following command:
$applicationPool = Get-SPServiceApplicationPool -Identity 'SharePoint Web Services default'
Where:
SharePoint Web Services default is the name ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-25 | SearchServiceApplicationDBName is the name of the search administration database that you want to upgrade, and that this Search service application shall use.
$searchInst is the variable that you set to identify the new Search Service application instance.
Note : A Search service application upgrade might fa... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-26 | $ssa is the variable that you set earlier to identify the new Search service application.
Tip : If you do not use the variable $ssa, then you must use an ID to identify the Search service application instead of a name. To find the ID, you can run the Get-SPServiceApplication cmdlet to return a list of all service a... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-27 | If the SharePoint Server 2013 with Service Pack 1 (SP1) farm uses a Links Database that is partitioned, partition the Links Database in the SharePoint Server 2016 farm the same way. Learn how in Move-SPEnterpriseSearchLinksDatabases .
(Optional) Preserve search relevance settings from the SharePoint Server 2013 wi... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-28 | $ssa.Resume()
Where:
SearchServiceApplicationName is the name of the Search service application you want to resume.
Verify that all of the new proxies are in the default proxy group
Use the following procedure to verify that the steps to create the proxies and add them to the default proxy group w... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
538d45cf1130-29 | $pg.Proxies
Where:
$pg is a variable you set to represent the default proxy group.
You use an empty Identity parameter ("") to specify the default proxy group.
This returns a list of all proxies in the default proxy group, their display names, type names, and IDs.
For more info, see Get-SPServiceA... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-service-applications-to-sharepoint-server-2016 |
6be017dca111-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
When you upgrade from SharePoint Server 2013 to SharePoint Server 2016, you must use a database attach upgrade, which means that you upgrade only the content for your environment and not the configuration settings. After you have config... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/copy-databases-to-the-new-farm-for-upgrade-to-sharepoint-server-2016 |
6be017dca111-1 | Before you copy the databases, review the following information and take any recommended actions.
Make sure that the account that you use to copy the databases has access to SQL Server Management Studio on both the SharePoint Server 2013 and SharePoint Server 2016 environments and has access to a network location t... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/copy-databases-to-the-new-farm-for-upgrade-to-sharepoint-server-2016 |
6be017dca111-2 | Important
Perform this step in the SharePoint Server 2013 environment.
To set a database to read-only by using SQL Server tools
Verify that the user account that is performing this procedure is a member of the db_owner fixed database role for the databases.
In SQL Server Management Studio, in Object Exp... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/copy-databases-to-the-new-farm-for-upgrade-to-sharepoint-server-2016 |
6be017dca111-3 | Business Data Connectivity
BDC_Service_DB_ ID
Managed Metadata
Managed Metadata Service_ ID
PerformancePoint
PerformancePoint Service Application_ ID
Secure Store
Secure_Store_Service_DB_ ID
You do not have to back up the configuration or admin content databases, be... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/copy-databases-to-the-new-farm-for-upgrade-to-sharepoint-server-2016 |
6be017dca111-4 | In the Destination area, specify the type of backup destination by selecting Disk or Tape , and then specify a destination. To create a different destination, click Add .
Click OK to start the backup process.
Repeat the previous procedure to back up all the content and appropriate service application ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/copy-databases-to-the-new-farm-for-upgrade-to-sharepoint-server-2016 |
6be017dca111-5 | Tip
When you type the name for the restored database, you do not have to use the original name. If you want to change the database name from a name with a long GUID to a shorter, friendlier name, this is an opportunity to make that change. Be sure to also change the database and log file names in the file system (the... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/copy-databases-to-the-new-farm-for-upgrade-to-sharepoint-server-2016 |
6be017dca111-6 | Important
Perform this step in the SharePoint Server 2016 environment.
To set a database to read-write by using SQL Server tools
In SQL Server Management Studio, in Object Explorer, connect to an instance of the Database Engine, expand the server, and then expand Databases .
Select the database that you ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/copy-databases-to-the-new-farm-for-upgrade-to-sharepoint-server-2016 |
aa91017bad04-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
When you upgrade from SharePoint Server 2013 to SharePoint Server 2016, you must use a database attach upgrade, which means that you upgrade only the content for your environment and not the configuration settings. Before you can upgrad... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-the-sharepoint-server-2016-farm-for-a-database-attach-upgrade |
aa91017bad04-1 | Make sure that you have planned for sufficient performance and capacity for the SharePoint Server 2016 farm.
Ensure that you are prepared to set up the required accounts by using appropriate permissions. For detailed information, see Initial deployment administrative and service accounts in SharePoint Server .
... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-the-sharepoint-server-2016-farm-for-a-database-attach-upgrade |
aa91017bad04-2 | Record the passphrase for the Secure Store service application
The Secure Store service application uses a passphrase to encrypt information. You have to know what this passphrase is so that you can use it in the new environment. Otherwise, you will not have access to the information in the Secure Store. If you d... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-the-sharepoint-server-2016-farm-for-a-database-attach-upgrade |
aa91017bad04-3 | Configure service applications
You must create the service applications on your new farm before you upgrade your content databases. There are some service applications that can be upgraded from SharePoint Server 2013 to SharePoint Server 2016. The steps in Install SharePoint Server 2016 describe how to use the ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-the-sharepoint-server-2016-farm-for-a-database-attach-upgrade |
aa91017bad04-4 | Settings and schedules for timer jobs
Important
If you had disabled the Workflow Auto Cleanup timer job in your SharePoint Server 2013 environment, make sure that you disable this timer job in your new environment also. If this timer job is enabled in the new environment and disabled in the SharePoint Server ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/create-the-sharepoint-server-2016-farm-for-a-database-attach-upgrade |
4541611917f8-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
To increase your chances of a successful and faster upgrade to SharePoint Server 2016, follow these best practices to test and complete an upgrade.
Best practices for testing upgrade
To understand your environment before you upgrade... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrade |
4541611917f8-1 | Use real data.
Use copies of your actual databases to run the tests. When you use real data, you can identify trouble areas and also determine upgrade performance. You can also measure how long different upgrade sequences and actions take on different kinds of data. If you cannot test all the data, test a representat... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrade |
4541611917f8-2 | Best practices for upgrading to SharePoint Server 2016
To guarantee a smooth upgrade from SharePoint Server 2013 to SharePoint Server 2016, follow these best practices:
Install the latest Cumulative Update for SharePoint Server 2013 and latest Public Update for SharePoint Server 2016 (but at a minimum, ShareP... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrade |
4541611917f8-3 | Clean up before you upgrade
Issues in your environment can affect the success of upgrade, and unnecessary or very large amounts of data can affect upgrade performance for both databases and site collections. If you don't need something in your environment, consider removing it before upgrade. If there are issues dete... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrade |
4541611917f8-4 | Make sure that the appropriate service pack or update is applied to your 2013 environment. If you are using remote blob storage (RBS) in your environment, you must be running SharePoint Server 2013 with Service Pack 1 (SP1) in your environment before you start the upgrade process. | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/best-practices-for-upgrade |
e6bc3580e529-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
The upgrade process for SharePoint Server 2016 uses the database attach upgrade method. When you move your databases to a new farm and upgrade the content, you must create your services infrastructure in the new farm, and configure the ... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-services-upgrade-process |
e6bc3580e529-1 | Managed Metadata service
The Managed Metadata service uses a database to store metadata information. This database must be upgraded as part of a services database attach upgrade. You must attach and upgrade the database for this service and for the User Profile service before you can upgrade any My Sites.
Perform... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-services-upgrade-process |
e6bc3580e529-2 | Service application
Default database name
Business Data Connectivity
BDC_Service_DB_<GUID>
Managed Metadata
Managed Metadata Service_<GUID>
PerformancePoint
PerformancePoint Service Application_<GUID>
Search
Search_Service_Application_DB_<GUID> Search_Service_Appli... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-services-upgrade-process |
e6bc3580e529-3 | Office Online Server
You must deploy Office Online Server and then connect SharePoint Server 2016 it to after the content databases are upgraded. You do not have to wait until the site collections are upgraded because Office Online Server supports both the 2013 and 2016 site collection modes in SharePoint Server 2016... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-services-upgrade-process |
805797ce745d-0 | APPLIES TO: 2013 2016 2019 Subscription Edition SharePoint in Microsoft 365
To upgrade from Microsoft SharePoint Server 2013 with the March 2013 Cumulative Update to SharePoint Server 2016, you use the database-attach method. In the database-attach method, you first create and configure a SharePoint Server 2016... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-upgrade-process |
805797ce745d-1 | Note
SharePoint Server 2016 does not support SharePoint 2010 mode (that is, compatibility level 14) site collections. Any site collection that is in this mode will block the attachment of that content database to the SharePoint Server 2016 farm. You must upgrade all SharePoint 2010 mode sites to 2013 mode (that is, c... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-upgrade-process |
805797ce745d-2 | Before you attach and upgrade the content databases, review the following information and take any recommended actions.
Make sure that the account that you use to attach the databases is a member of the db_owner fixed database role for the content databases that you want to upgrade.
Make sure that the account... | https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/overview-of-the-upgrade-process |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.