The Upgrade.log file contains low-level information about the upgrade process. The following are key points about the information that appears in the Upgrade.log file:
The upgrade process consists of sequences. Sequences are a series of actions. At the beginning of each sequence, you will see a list of actions that will be run. The upgrade process determines whether an action has to run based on versions and flags.
This article primarily discusses the default sequences and actions that run during the upgrade process. If you create a custom sequence or action, the custom sequence or action will run after the upgrade process is complete.
The following data was written to the Upgrade.log file during a B2B upgrade in which a service pack was installed.
A number was added to each line in the Upgrade.log file to help identity the sections in the file.
Line 1 identifies the sequence name. In this case, the sequence name is SPContentDatabaseSequence. Additionally, the sequence adds the Microsoft.SharePoint.Upgrade.AddUserAccountDirectoryPath action to the upgrade process.
Line 2 is an example of version checking. As part of this version checking, the upgrade process determines whether the service pack contains a newer schema. To do this, the upgrade process verifies the version number of the Owssver.dll file against the SchemaVersion version number that is stored in the content database. This version check in a sequence is very important because the version check determines what actions, if any, are run.
In Line 3, you can see how many actions will run against the object. In this case, the object is the AdminContent database. Because the actions that are run during the upgrade process are dynamic, this information can be very useful.
In the Upgrade.log file, actions are known as steps. By locating the lines in the Upgrade.log file that begin with "[SPManager]," you can determine the number of actions that will be run. Additionally, you can determine the status of the sequence. For example, the following data appear later in the Upgrade.log file:
Line 4 is an example of an action. In this example, FixSecurityCorruptions is the action name. The TargetSchemaVersion number is 3.0.150.0. You can use the versioning schemas that are described in the "The Upgrade.log file" section to determine the product and the version. Because the TargetSchemaVersion number is 3.0.150.0, you know that this is a Windows SharePoint Services action that was created before the release of Windows SharePoint Services SP1. Additionally, the FixSecurityCorruptions action (TargetSchemaVersion 3.0.150.0) was the only action added from a hotfix between Windows SharePoint Services 3.0 and Windows SharePoint Services 3.0 SP1. Therefore, the FixSecurityCorruptions action is the only action in the list that has a TargetSchemaVersion of 3.0.x.x.
The third number in the versioning schema is the schema number for the action. In this case, the schema number for the FixSecurityCorruptions action is 150.
The fourth number in the versioning schema is the phase in which an action executes. A zero value indicates that there is a single phase in an action. Typically, x.x.x.0 and x.x.x.5 appear when there are two phases. If there are more than two phases, you will see a pattern that resembles x.x.x.1000, x.x.x.2000, x.x.x3000.
If an exception error occurs while an action is running during the upgrade process, a full call stack appears in the Upgrade.log file as part of the action logging process. The Upgrade.log file is the only location in which detailed information is logged if an exception error occurs during an upgrade action. However, information may also be logged in a SharePoint Product and Technologies Configuration Wizard log file.
The following table lists the default sequences and actions that may occur during an upgrade operation. Because a V2V in-place upgrade runs more sequences and actions than other upgrade operations, this list of sequences and actions most closely resembles the list of sequences and actions that occur during a V2V in-place upgrade. For example, this list resembles the list of sequences and actions that are run during an upgrade from SharePoint Portal Server 2003 to SharePoint Server 2007.
When you examine the Upgrade.log file, the list of sequences and actions in the file will be a subset of this list. For example, B2B upgrades run only new actions or maintenance actions. The actions in the following table are listed with the full namespace and class of the action. However, only the class name appears in the Upgrade.log file.
This following table lists the sequences and actions that can occur during an upgrade from a product based on Windows SharePoint Services 2.0 or SharePoint Portal Server 2003 to a product based on Windows SharePoint Services 3.0 or SharePoint Server 2007. This article may be updated with a list of actions that may occur when you update a product based on Windows SharePoint Services 3.0 or SharePoint Server 2007 to a later build.
| Sequence | TargetSchemaVersion | Action | Notes |
|---|
| SPConfigurationDatabaseSequence | 3.0.1.0 | Microsoft.SharePoint.Upgrade.CreateEmailTable | Creates the EmailEnabledLists table for version 3 e-mail integration. |
| SPConfigurationDatabaseSequence | 3.0.2.0 | Microsoft.SharePoint.Upgrade.SPCreateTimerJobsTable | Creates the TimerJobs table. |
| SPConfigurationDatabaseSequence | 3.0.3.0 | Microsoft.SharePoint.Upgrade.SPCreateExtensibleConfigurationSchema | Creates the Extensible ConfigDb tables. |
| SPConfigurationDatabaseSequence | 3.0.4.0 | Microsoft.SharePoint.Upgrade.SPCreateTimerLocksAndRunningJobsTables | Creates the TimerLocks and TimerRunningJobs tables. |
| SPConfigurationDatabaseSequence | 3.0.5.0 | Microsoft.SharePoint.Upgrade.SPDropTimerJobsTable | |
| SPConfigurationDatabaseSequence | 3.0.6.0 | Microsoft.SharePoint.Upgrade.SPUpdateEmailEnabedLists | Modifies the EmailEnabledLists table. |
| SPConfigurationDatabaseSequence | 3.0.7.0 | Microsoft.SharePoint.Upgrade.AddSchemaForSPSitePairing | Adds the schema that is needed for SPSite-level pairing. |
| SPConfigurationDatabaseSequence | 3.0.8.0 | Microsoft.SharePoint.Upgrade.AddSchemaForSPSiteRedirect | Adds the schema that is needed for SPSite redirect. |
| SPConfigurationDatabaseSequence | 3.0.9.0 | Microsoft.SharePoint.Upgrade.AddSchemaForHostHeaderSPSites | Adds the schema that is needed for host header SPSites. |
| SPConfigurationDatabaseSequence | 3.0.10.0 | Microsoft.SharePoint.Upgrade.CreatePendingDistributionLists | |
| SPConfigurationDatabaseSequence2 | 3.0.2.0 | Microsoft.SharePoint.Upgrade.InitialFarmCreation | Upgrades the configuration database from the version 2 table-based model to the version 3 object-based model. |
| SPConfigurationDatabaseSequence2 | 3.0.3.0 | Microsoft.SharePoint.Upgrade.UpgradeCustomWebTemplates | Upgrades the outgoing mail settings from the version 2 globals table to the version 3 object-based model. |
| SPConfigurationDatabaseSequence2 | 3.0.4.0 | Microsoft.SharePoint.Upgrade.UpgradeDatabaseConnectionTimeout | Upgrades the database connection time-out. |
| SPConfigurationDatabaseSequence2 | 3.0.5.0 | Microsoft.SharePoint.Upgrade.UpgradeSecurityPolicyRoles | |
| SPConfigurationDatabaseSequence2 | 3.0.7.0 | Microsoft.SharePoint.Upgrade.ResetUpgradeContext | |
| SPFarmSequence | 3.0.0.5 | Microsoft.SharePoint.Upgrade.RemoveOutOfBoxAdminTasksFeature | |
| SPFarmSequence | 3.0.1.0 | Microsoft.SharePoint.Upgrade.EnsureOutOfBoxFeaturesInstalledOnUpgrade | |
| SPFarmSequence | 3.0.2.0 | Microsoft.SharePoint.Upgrade.UpgradeJobDefsForTimerService | |
| SPFarmSequence | 3.0.4.0 | Microsoft.SharePoint.Upgrade.RemoveUpgradeLinksFeature | |
| FarmSequence | 12.0.1.0 | Microsoft.SharePoint.Portal.Upgrade.AdministrationObjectsUpgrade | Migrates the configuration database settings from version 2 to version 3. |
| SPServerSequence | 3.0.1.0 | Microsoft.SharePoint.Upgrade.CreateCentralAdministrationUrlKey | |
| SPServerSequence | 3.0.2.0 | Microsoft.SharePoint.Upgrade.UpdateServerBuildVersion | |
| SearchServiceInstanceSequence | 12.0.1.0 | Microsoft.Office.Server.Search.Upgrade.ProvisionSearchServiceInstance | |
| SPWebServerSequence | 3.0.1.0 | Microsoft.SharePoint.Upgrade.MajorVersionChangePathFixUp | Copies missing files from the version 2 installation. |
| SPWebServerSequence | 3.0.2.0 | Microsoft.SharePoint.Upgrade.EnsureAspNetClientSideScriptsInstalled | Registers ASP.NET client script files. |
| SPWebServerSequence | 3.0.3.0 | Microsoft.SharePoint.Upgrade.WebServerAssemblyRedirection | Creates CLR redirection entries for SharePoint version 2 assemblies to SharePoint version 3 assemblies. |
| SPWebServerSequence | 3.0.4.0 | Microsoft.SharePoint.Upgrade.EnsureWebServerWebConfigSettings | Verifies various settings in the Web.config files. |
| SPWebServerSequence | 3.0.5.0 | Microsoft.SharePoint.Upgrade.RemoveClearFromLayoutsHttpHandler | Verifies that the httpHandlerSection of the _layouts web.config file does not contain the clear tag. |
| SPWebServerSequence | 3.0.6.0 | Microsoft.SharePoint.Upgrade.FormsAuthentication | Verfies that the formsauthentication and urlauthorization modules are installed. Removes the authentication and authorization sections from the Layoutsweb.config files. |
| SPWebServerSequence | 3.0.7.0 | Microsoft.SharePoint.Upgrade.UpdateWebServerExtensionList | Updates the Web Server Extension list in the IIS Metabase. |
| SPWebServerSequence | 3.0.10.0 | Microsoft.SharePoint.Upgrade.RemoveAppDomainConfigSettings | Removes App-Domain-specific settings from the non-application virtual directories. |
| SPWebServerSequence | 3.0.11.0 | Microsoft.SharePoint.Upgrade.EnsureCompressibleExtensions | Verifies that a certain set of static files (based on extension) can be compressed. |
| SPWebServerSequence | 3.0.12.0 | Microsoft.SharePoint.Upgrade.ExtendExecutionTimeout | Extends the execution time-out of layouts pages to six minutes. |
| SPWebServerSequence | 3.0.13.0 | Microsoft.SharePoint.Upgrade.RemoveWPResourcesAppDomainSettings | Removes App-Domain-required settings from WPResources. |
| SPWebServerSequence | 3.0.14.0 | Microsoft.SharePoint.Upgrade.VersionChangeCopyLayoutsImagesDir | Copies 60\template\layouts to 12\template\layouts, not overwriting files. Also copies 60\template\images dir. |
| SPWssWebApplicationSequence | 3.0.2.0 | Microsoft.SharePoint.Upgrade.UpgradeJobDefsForWssWebApp | |
| SPWssWebApplicationSequence | 3.0.4.0 | Microsoft.SharePoint.Upgrade.UpgradeUnusedNotificationsProperty | |
| WebApplicationSequence | 12.0.1.0 | Microsoft.SharePoint.Portal.Upgrade.Custom404PageUpgrade | Updates a property of the Web application property bag. |
| WebApplicationSequence | 12.0.2.0 | Microsoft.SharePoint.Portal.Upgrade.ActivateWebAppFeatures | Enables features for existing Web applications. |
| WebApplicationSequence | 12.0.3.0 | Microsoft.SharePoint.Portal.Upgrade.ActivateSearchWebAppFeatures | |
| SPIisWebSiteWssSequence | 3.0.1.0 | Microsoft.SharePoint.Upgrade.MajorVersionChangeIisSitePathFixUp | Fix paths. |
| SPIisWebSiteWssSequence | 3.0.2.0 | Microsoft.SharePoint.Upgrade.EnsureRegKeysAndGroup | Ensures Registry and NT group information. |
| SPIisWebSiteWssSequence | 3.0.3.0 | Microsoft.SharePoint.Upgrade.EnsureAspNetScriptMapInstalled | Verifies that the latest ASP.NET script map is installed on this virtual server. |
| SPIisWebSiteWssSequence | 3.0.4.0 | Microsoft.SharePoint.Upgrade.AssemblyReferenceFixUp | Upgrades the Web.config file references from the version 2 assemblies to the version 3 assemblies when it is possible. Where it is suitable, creates assembly redirection tags using CLR to provide runtime backward compatibility. |
| SPIisWebSiteWssSequence | 3.0.5.0 | Microsoft.SharePoint.Upgrade.EnsureWebConfigSettings | Verifies various settings in the Web.config files. |
| SPIisWebSiteWssSequence | 3.0.6.0 | Microsoft.SharePoint.Upgrade.FormsAuthenticationIisSite | Verifies that the formsauthentication and urlauthorization modules are installed. Remove the authentication and authorization sections from Layoutsweb.config files if these sections were inherited from the parent web. |
| SPIisWebSiteWssSequence | 3.0.8.0 | Microsoft.SharePoint.Upgrade.AddSiteMapToWebConfig | |
| SPIisWebSiteWssSequence | 3.0.9.0 | Microsoft.SharePoint.Upgrade.AddNavigationProviderToWebConfig | Verifies that the SPNavigationProvider navigation provider is registered. No upgrade will be performed if configuration does not contain a system.web section. |
| SPIisWebSiteWssSequence | 3.0.10.0 | Microsoft.SharePoint.Upgrade.SPRequestModuleRegistration | Verifies that the VirtualPathProvider and PageParserFilter modules are registered and removes old references to the SharePointHandlerFactory class. |
| SPIisWebSiteWssSequence | 3.0.11.0 | Microsoft.SharePoint.Upgrade.AppDomainUnification | Copies various application domain folders to the root application domain. |
| SPIisWebSiteWssSequence | 3.0.12.0 | Microsoft.SharePoint.Upgrade.AddProbingToWebConfig | Adds assembly probing to the root configuration file. |
| SPIisWebSiteWssSequence | 3.0.13.0 | Microsoft.SharePoint.Upgrade.EnableCompressions | Enables compression on this virtual server. |
| SPIisWebSiteWssSequence | 3.0.14.0 | Microsoft.SharePoint.Upgrade.AddSharepointAssemblyReference | Adds the Microsoft.Sharepoint.dll file as an assembly reference. |
| SPIisWebSiteWssSequence | 3.0.15.0 | Microsoft.SharePoint.Upgrade.RemoveWebControlsWebPartsNamespace | Verifies that the WebControls.WebParts namespace
is not a default reference on a compiled page. |
| SPIisWebSiteWssSequence | 3.0.16.0 | Microsoft.SharePoint.Upgrade.EnsureNumberOfMaxControls | Verifies the minimum number of maximum controls in the AppWebConfig. |
| SPIisWebSiteWssSequence | 3.0.19.0 | Microsoft.SharePoint.Upgrade.EnsureRemoveProcessRequestInApplicationTrustAttribute | Verifies that the <httpruntime processRequestInApplicationTrust="false" /> setting is set. |
| SPIisWebSiteWssSequence | 3.0.22.0 | Microsoft.SharePoint.Upgrade.EnsureFilterTransformers | Verifies that the Filter transformers are registered in AppWebConfig. |
| SPIisWebSiteWssSequence | 3.0.23.0 | Microsoft.SharePoint.Upgrade.EnsureSafeUserControls | |
| SPIisWebSiteWssSequence | 3.0.24.0 | Microsoft.SharePoint.Upgrade.EnsureSafeModeSettings | Verifies that the SafeMode Configuration handler has been updated. Also updates the <SafeMode> tag to have the <PageParserPaths> as a child with new attributes. |
| SPIisWebSiteWssSequence | 3.0.25.0 | Microsoft.SharePoint.Upgrade.TranferAsyncTimeout | Transfers the time-out setting from the WebPartWorkItem element. |
| SPIisWebSiteWssSequence | 3.0.28.0 | Microsoft.SharePoint.Upgrade.AddSPHtmlEncodedResourceExpressionBuilder | Verifies the SPHtmlEncodedResourceExpressionBuilder expression builder. |
| SPIisWebSiteWssSequence | 3.0.29.0 | Microsoft.SharePoint.Upgrade.AddXmlSiteMapToWebConfig | Verifies that the SPHtmlEncodedResourceExpressionBuilder has been added to the Web.config file. |
| SPIisWebSiteWssSequence | 3.0.30.0 | Microsoft.SharePoint.Upgrade.EnsureGlobalAsaxFile | Verifies various settings in the Web.config files. |
| SPIisWebSiteWssSequence | 3.0.32.0 | Microsoft.SharePoint.Upgrade.RemoveEnableEventValidationFromWebConfig | Removes the enableEventValidation attributes from system.web page elements if the enableEventValidation property exists. |
| SPIisWebSiteWssSequence | 3.0.33.0 | Microsoft.SharePoint.Upgrade.RemoveAdminEntriesFromWebConfig | Removes the admin safecontrol and sitemap entries from the content Web.config (which existed in version 3 Beta 1). |
| SPIisWebSiteWssSequence | 3.0.34.0 | Microsoft.SharePoint.Upgrade.AddSPResourceExpressionBuilder | Verifies the SPResourceExpressionBuilder expression builder. |
| SPIisWebSiteWssSequence | 3.0.35.0 | Microsoft.SharePoint.Upgrade.AddAuthorizedTypesToWebConfig | Verifies that the WorkflowCompiler section exists and contains the correct authorizedTypes so that declarative workflows will compile and run. |
| SPIisWebSiteWssSequence | 3.0.37.0 | Microsoft.SharePoint.Upgrade.SetXmlDeclaration | Sets the document type in the Web.config files. |
| SPIisWebSiteWssSequence | 3.0.38.0 | Microsoft.SharePoint.Upgrade.EnableDynamicCompressions | |
| SPIisWebSiteWssSequence | 3.0.39.0 | Microsoft.SharePoint.Upgrade.EnsureSPRequestModulOnTop | |
| SPIisWebSiteWssSequence | 3.0.40.0 | Microsoft.SharePoint.Upgrade.RemoveAdminTopologyWebPartSafeControlEntry | |
| SPIisWebSiteWssSequence | 3.0.41.0 | Microsoft.SharePoint.Upgrade.EnsureWSSSearchSafeControls | |
| SPIisWebSiteWssSequence | 3.0.42.0 | Microsoft.SharePoint.Upgrade.RemoveOnlineLibraryFromWebConfig | |
| SPIisWebSiteWssSequence | 3.0.43.0 | Microsoft.SharePoint.Upgrade.EnsureTagMappings | |
| IisWebSiteSequence | 12.0.1.0 | Microsoft.Office.Server.Upgrade.WebConfigurationSettings | Updates the existing Web.config files with the new version 3 settings. |
| IisWebSiteSequence | 12.0.1.0 | Microsoft.SharePoint.Portal.Upgrade.FixupWebConfigFiles | |
| IisWebSiteSequence | 12.0.1.0 | Microsoft.Office.Server.DLC.Upgrade.FixupWebConfigFiles | |
| SPContentDatabaseSequence | 3.0.0.1000 | Microsoft.SharePoint.Upgrade.RemoveOrphanedUserData | Removes orphaned user data. |
| SPContentDatabaseSequence | 3.0.0.2000 | Microsoft.SharePoint.Upgrade.VerifyScrubbedLists | Verifies that lists are scrubbed to prepare for the upgrade. |
| SPContentDatabaseSequence | 3.0.1.0 | Microsoft.SharePoint.Upgrade.DropSystemVersionTable | Drops the SystemVersion table. |
| SPContentDatabaseSequence | 3.0.2.0 | Microsoft.SharePoint.Upgrade.DropFullTextSearch | |
| SPContentDatabaseSequence | 3.0.2.1 | Microsoft.SharePoint.Upgrade.ChangeSchemaForDocsAndUserData | Updates the Docs and User Data table. |
| SPContentDatabaseSequence | 3.0.3.0 | Microsoft.SharePoint.Upgrade.CreateRecycleBinAction | Creates the Recycle Bin action. |
| SPContentDatabaseSequence | 3.0.4.0 | Microsoft.SharePoint.Upgrade.ChangeSchemaForSubscriptionsAndEvents | Updates Subscriptions and Events. |
| SPContentDatabaseSequence | 3.0.5.0 | Microsoft.SharePoint.Upgrade.UpdateEmailFieldsInSchema | Adds Email Integration fields to the AllLists table. |
| SPContentDatabaseSequence | 3.0.6.0 | Microsoft.SharePoint.Upgrade.WideListsChangeForUserData | Adds the new RowOrdinal column. |
| SPContentDatabaseSequence | 3.0.7.0 | Microsoft.SharePoint.Upgrade.AddContentTypesToLists | Adds Content Types to Lists. |
| SPContentDatabaseSequence | 3.0.8.0 | Microsoft.SharePoint.Upgrade.UpgradeTablesForAutoCopyFeature | Enables the AutoCopy feature. |
| SPContentDatabaseSequence | 3.0.9.0 | Microsoft.SharePoint.Upgrade.CreateEventReceiversTable | Creates the EventReceivers table. |
| SPContentDatabaseSequence | 3.0.11.0 | Microsoft.SharePoint.Upgrade.CreateFeaturesTable | Creates the Features table. |
| SPContentDatabaseSequence | 3.0.12.1000 | Microsoft.SharePoint.Upgrade.SecurityUpgrade1 | Applies security upgrade step 1: DDL. |
| SPContentDatabaseSequence | 3.0.12.2000 | Microsoft.SharePoint.Upgrade.SecurityUpgrade2 | Applies security upgrade step 2: Sites and Webs. |
| SPContentDatabaseSequence | 3.0.12.3000 | Microsoft.SharePoint.Upgrade.SecurityUpgrade3 | Applies security upgrade step 3: Lists and Items. |
| SPContentDatabaseSequence | 3.0.12.4000 | Microsoft.SharePoint.Upgrade.SecurityUpgrade4 | Applies security upgrade step 4: Finalize. |
| SPContentDatabaseSequence | 3.0.13.0 | Microsoft.SharePoint.Upgrade.AddWorkflow | Adds WorkFlow tables. |
| SPContentDatabaseSequence | 3.0.14.0 | Microsoft.SharePoint.Upgrade.CreateContentTypesTable | Creates the ContentType table. |
| SPContentDatabaseSequence | 3.0.15.0 | Microsoft.SharePoint.Upgrade.UpdateSubscriptionsAddStatusAndNotifyTime | Adds the new Status and NotifyTime fields to the subscription tables. |
| SPContentDatabaseSequence | 3.0.16.0 | Microsoft.SharePoint.Upgrade.CreateAuditDataTable | Creates the Audit Data table. |
| SPContentDatabaseSequence | 3.0.17.0 | Microsoft.SharePoint.Upgrade.AddPublishSupportForDocs | Adds publishing support for documents. |
| SPContentDatabaseSequence | 3.0.18.0 | Microsoft.SharePoint.Upgrade.AddDocsWelcomePage | Adds the WelcomePageUrl and WelcomePageParameters parameters to the AllDocs table. |
| SPContentDatabaseSequence | 3.0.19.0 | Microsoft.SharePoint.Upgrade.AddWebsAncestry | |
| SPContentDatabaseSequence | 3.0.20.0 | Microsoft.SharePoint.Upgrade.UpdateNavigationStructure | Adds QuickLaunch node to all webs and move relevant linkbars. |
| SPContentDatabaseSequence | 3.0.21.0 | Microsoft.SharePoint.Upgrade.DocsUserDataUnificationPhase1 | Unifies the Docs and UserData tables. |
| SPContentDatabaseSequence | 3.0.22.0 | Microsoft.SharePoint.Upgrade.AddSubscriptionFields | Adds columns to the subscriptions tables. |
| SPContentDatabaseSequence | 3.0.24.0 | Microsoft.SharePoint.Upgrade.AddRecycleBinFieldsTable | Adds the ListDirName field to the RecycleBin table. |
| SPContentDatabaseSequence | 3.0.25.0 | Microsoft.SharePoint.Upgrade.CreateSiteQuotaTable | Adds the SiteQuota table. |
| SPContentDatabaseSequence | 3.0.26.0 | Microsoft.SharePoint.Upgrade.AddSizeToContentTypes | Adds the Size column to the ContentTypes table. |
| SPContentDatabaseSequence | 3.0.27.0 | Microsoft.SharePoint.Upgrade.CreateEventBatches | Create the event batches tables. |
| SPContentDatabaseSequence | 3.0.28.0 | Microsoft.SharePoint.Upgrade.AddSiteVersionsTable | Adds versioning support for SPSite objects. |
| SPContentDatabaseSequence | 3.0.29.0 | Microsoft.SharePoint.Upgrade.AddContentTypeIdToEventCache | Adds the ContentTypeId column to the EventCache table. |
| SPContentDatabaseSequence | 3.0.30.0 | Microsoft.SharePoint.Upgrade.AddMasterUrlToWebs | Adds the MasterUrl column to the Webs table. |
| SPContentDatabaseSequence | 3.0.31.0 | Microsoft.SharePoint.Upgrade.FixCorruptProps | Deletes corrupted data in the UserInfo
columns. |
| SPContentDatabaseSequence | 3.0.32.0 | Microsoft.SharePoint.Upgrade.CreateContentTypeUsage | Creates the ContentTypeUsage table. |
| SPContentDatabaseSequence | 3.0.33.0 | Microsoft.SharePoint.Upgrade.CreateNameValuePairTable | Creates the NameValuePair table. |
| SPContentDatabaseSequence | 3.0.34.0 | Microsoft.SharePoint.Upgrade.AddDistributionListGroupsColumns | |
| SPContentDatabaseSequence | 3.0.35.0 | Microsoft.SharePoint.Upgrade.AddUserInfoListIdRootWebIdToSites | Adds the UserInfoListId and RootWebId columns to the Sites table. |
| SPContentDatabaseSequence | 3.0.36.0 | Microsoft.SharePoint.Upgrade.FixListContentType | Enables List content types. |
| SPContentDatabaseSequence | 3.0.37.0 | Microsoft.SharePoint.Upgrade.AddContentTypeIdToEventReceivers | Adds the ContentTypeId column to the EventReceivers table. |
| SPContentDatabaseSequence | 3.0.38.0 | Microsoft.SharePoint.Upgrade.RemoveFullUrlFromSitesTable | Removes the FullUrl column from the Sites table. |
| SPContentDatabaseSequence | 3.0.39.0 | Microsoft.SharePoint.Upgrade.AddListItemVersions | Enables List Item versioning. |
| SPContentDatabaseSequence | 3.0.40.0 | Microsoft.SharePoint.Upgrade.AddUIVersionString | Adds the tp_UIVersionString to the AllUserData table. |
| SPContentDatabaseSequence | 3.0.41.0 | Microsoft.SharePoint.Upgrade.AddResourceDirToContentTypes | Adds the ResourceDir column to the ContentTypes table. |
| SPContentDatabaseSequence | 3.0.42.0 | Microsoft.SharePoint.Upgrade.CreateBuildDependenciesTable | Creates the BuildDependencies table. |
| SPContentDatabaseSequence | 3.0.43.0 | Microsoft.SharePoint.Upgrade.AddRegionalSettings | Adds the RegionalSettings column to the Webs and UserInfo tables. |
| SPContentDatabaseSequence | 3.0.44.0 | Microsoft.SharePoint.Upgrade.AddSendToLocationColumn | Adds the SendToLocation column to the AllLists table. |
| SPContentDatabaseSequence | 3.0.45.0 | Microsoft.SharePoint.Upgrade.AddDistributionListArchiveColumns | Adds columns to the Groups table for distribution list archival. |
| SPContentDatabaseSequence | 3.0.46.0 | Microsoft.SharePoint.Upgrade.AddCollationNamesTable | Adds the CollationNames table. |
| SPContentDatabaseSequence | 3.0.47.0 | Microsoft.SharePoint.Upgrade.AddDocumentTransformsColumnsAndTable | Adds columns to the AllDocs table for document conversions. |
| SPContentDatabaseSequence | 3.0.48.0 | Microsoft.SharePoint.Upgrade.AddFieldIdToAllLinks | Adds the FieldId column to the AllLinks table. |
| SPContentDatabaseSequence | 3.0.49.0 | Microsoft.SharePoint.Upgrade.WorkflowM2Mods | Implements workflow event receiver improvements. Adds a table for scehduled events. |
| SPContentDatabaseSequence | 3.0.50.0 | Microsoft.SharePoint.Upgrade.AddFeatureIdToLists | Adds the FeatureId column to the AllLists table. |
| SPContentDatabaseSequence | 3.0.51.0 | Microsoft.SharePoint.Upgrade.ModifyAuditDataTable | Modifies columns in the AuditData table. |
| SPContentDatabaseSequence | 3.0.52.0 | Microsoft.SharePoint.Upgrade.UpgradeForIssueTracker | Upgrades the Issue Tracker to use version 3 features. |
| SPContentDatabaseSequence | 3.0.53.0 | Microsoft.SharePoint.Upgrade.AddIsFieldIdToContentTypeUsage | Adds the IsFieldId column to the ContentTypeUsage table. |
| SPContentDatabaseSequence | 3.0.56.0 | Microsoft.SharePoint.Upgrade.ChangeFlagsWebPartsTable | Modifies flags in the WebParts table. |
| SPContentDatabaseSequence | 3.0.57.0 | Microsoft.SharePoint.Upgrade.AddVersionManagementColumns | |
| SPContentDatabaseSequence | 3.0.58.0 | Microsoft.SharePoint.Upgrade.AddPublishSupportForGenericList | Adds publish support for normal lists. |
| SPContentDatabaseSequence | 3.0.59.0 | Microsoft.SharePoint.Upgrade.AddProgIdToAllDocs | Adds the ProgId column to the AllDocs table. |
| SPContentDatabaseSequence | 3.0.60.0 | Microsoft.SharePoint.Upgrade.AddDraftOwnerIdForUserdata | Adds a draft owner ID for user data. |
| SPContentDatabaseSequence | 3.0.61.0 | Microsoft.SharePoint.Upgrade.CreateJunctionsTable | Creates the Junctions table for list data. |
| SPContentDatabaseSequence | 3.0.62.0 | Microsoft.SharePoint.Upgrade.AddSiteLogoUrlToWebs | Adds the SiteLogoUrl and SiteLogoDescription columns to the Webs table. |
| SPContentDatabaseSequence | 3.0.63.0 | Microsoft.SharePoint.Upgrade.AddPublishingWorkflowForList | Adds default approval workflow for lists. |
| SPContentDatabaseSequence | 3.0.64.0 | Microsoft.SharePoint.Upgrade.CalendarListRichTextDescriptionUpgrade | Upgrades text description to Rich Text format on Events (Calendar) lists. |
| SPContentDatabaseSequence | 3.0.65.0 | Microsoft.SharePoint.Upgrade.ChangeWebTableFlagsForNavigation | Modifies the Flags column in the Webs table for navigation. |
| SPContentDatabaseSequence | 3.0.66.0 | Microsoft.SharePoint.Upgrade.AddFlagsToGroups | Adds the Flags column to the Groups table. |
| SPContentDatabaseSequence | 3.0.67.0 | Microsoft.SharePoint.Upgrade.IssueFormsRelated | Removes the special form Web Parts used by the version 2 issues list. |
| SPContentDatabaseSequence | 3.0.68.0 | Microsoft.SharePoint.Upgrade.AddSubscriptionLookupFieldPermissionResults | Adds the lookup results column to the Eventsubmatches table. |
| SPContentDatabaseSequence | 3.0.69.0 | Microsoft.SharePoint.Upgrade.AddCtoOffset | Adds content type order offset. |
| SPContentDatabaseSequence | 3.0.70.0 | Microsoft.SharePoint.Upgrade.WorkflowM3Mods | |
| SPContentDatabaseSequence | 3.0.71.0 | Microsoft.SharePoint.Upgrade.AddCustomizedCssToWebs | Adds the CustomizedCss column to the Webs table. |
| SPContentDatabaseSequence | 3.0.72.0 | Microsoft.SharePoint.Upgrade.UpdateSystemIDSize | Changes the size of the tSystemID data type from 128 to 512. |
| SPContentDatabaseSequence | 3.0.73.0 | Microsoft.SharePoint.Upgrade.DropUnusedSubscriptionColumns | Drops the unused Subscription columns. Updates the title and the AlertTemplateId columns. |
| SPContentDatabaseSequence | 3.0.74.0 | Microsoft.SharePoint.Upgrade.SplitSetupPathAndAddVersion | Splits the SetupPath column in the AllDocs table into SetupPath and SetupPathUser and adds the SetupPathVersion columns. |
| SPContentDatabaseSequence | 3.0.75.0 | Microsoft.SharePoint.Upgrade.AddCachedNavColumnsToWebs | Adds the CachedInheritedNav and CachedNavScope columns to the Webs table. |
| SPContentDatabaseSequence | 3.0.76.0 | Microsoft.SharePoint.Upgrade.AddContentTypeIdToWebParts | Adds columns for new Discussion Boards. |
| SPContentDatabaseSequence | 3.0.77.0 | Microsoft.SharePoint.Upgrade.AddSearchToLinks | Add Search column to the Links table. |
| SPContentDatabaseSequence | 3.0.78.0 | Microsoft.SharePoint.Upgrade.MarkAspxDocumentsAsDirty | Verifies that aspx pages are marked as dirty so that content is upgraded on request. |
| SPContentDatabaseSequence | 3.0.79.0 | Microsoft.SharePoint.Upgrade.UpdateAuditDataEventDataType | Changes the EventData column in AuditData table from nvarchar data type to ntext data type. |
| SPContentDatabaseSequence | 3.0.80.0 | Microsoft.SharePoint.Upgrade.AddNavParentWebIdToWebs | Adds the NavParentWebId and CachedDataVersion columns to the Webs table. |
| SPContentDatabaseSequence | 3.0.81.0 | Microsoft.SharePoint.Upgrade.AddRequestEmail | Adds the RequestEmail column to the Groups table. |
| SPContentDatabaseSequence | 3.0.82.0 | Microsoft.SharePoint.Upgrade.AddExtensionToAllDocs | Adds the Extension column to the AllDocs table. |
| SPContentDatabaseSequence | 3.0.83.0 | Microsoft.SharePoint.Upgrade.DumpFieldsAndCtypes | Removes the fields and ctypes feature. |
| SPContentDatabaseSequence | 3.0.84.0 | Microsoft.SharePoint.Upgrade.UpgradeListToContentType | Enables content types on lists. |
| SPContentDatabaseSequence | 3.0.85.0 | Microsoft.SharePoint.Upgrade.UpdateUserDataModifiedDate | Updates items in the Document Library to have the same last modified date. |
| SPContentDatabaseSequence | 3.0.86.0 | Microsoft.SharePoint.Upgrade.MultipleDistributionListArchiveColumns | Modifies Groups table columns to support multiple distribution list archives. |
| SPContentDatabaseSequence | 3.0.87.0 | Microsoft.SharePoint.Upgrade.UpgradeDiscussionLists | Upgrades discussion board items and lists. |
| SPContentDatabaseSequence | 3.0.88.0 | Microsoft.SharePoint.Upgrade.AddClassToCtUsage | Adds classes to the ContentTypeUsage table. |
| SPContentDatabaseSequence | 3.0.92.0 | Microsoft.SharePoint.Upgrade.UpdateO12Documents | Updates Microsoft Office document
formats. |
| SPContentDatabaseSequence | 3.0.93.0 | Microsoft.SharePoint.Upgrade.AddEventReceiverSource | Includes source in the EventReceivers table. |
| SPContentDatabaseSequence | 3.0.94.0 | Microsoft.SharePoint.Upgrade.AddIsActiveToUserInfo | Adds the tp_IsActive column to the UserInfo table. |
| SPContentDatabaseSequence | 3.0.95.0 | Microsoft.SharePoint.Upgrade.AddHostHeaderToSitesTable | Adds the HostHeader column to the Sites table. |
| SPContentDatabaseSequence | 3.0.96.0 | Microsoft.SharePoint.Upgrade.ModifyCollationNamesTable | Modifies the CollationNames table. |
| SPContentDatabaseSequence | 3.0.97.0 | Microsoft.SharePoint.Upgrade.AddCustomMasterUrlToWebs | Adds the CustomMasterUrl column to the Webs table. |
| SPContentDatabaseSequence | 3.0.98.0 | Microsoft.SharePoint.Upgrade.AddExternalTokenToUserInfo | Adds the tp_ExternalToken and tp_ExternalTokenLastUpdated columns to the UserInfo table. |
| SPContentDatabaseSequence | 3.0.100.0 | Microsoft.SharePoint.Upgrade.AddIsFromFeatureToContentTypes | Adds the IsFromFeature column to the ContentTypes table. |
| SPContentDatabaseSequence | 3.0.101.0 | Microsoft.SharePoint.Upgrade.UpdateWebFlagsDefaultValue | Changes the default value of the Flags in the Webs table. Adds the unprovisioned bit to new webs. |
| SPContentDatabaseSequence | 3.0.102.0 | Microsoft.SharePoint.Upgrade.AddChildCountsToAllDocs | Adds immediate child counts to the AllDocs table. |
| SPContentDatabaseSequence | 3.0.102.5 | Microsoft.SharePoint.Upgrade.UpdateQuickLaunch | Makes QuickLaunch node a sequence node. Points headers to the correct URLs. |
| SPContentDatabaseSequence | 3.0.103.0 | Microsoft.SharePoint.Upgrade.AddModificationsToWorkflowTable | Updates the workflow table to include the Modifications field. |
| SPContentDatabaseSequence | 3.0.103.5 | Microsoft.SharePoint.Upgrade.WidenAllListsFlags | Widens the tp_Flags column in the AllLists table. |
| SPContentDatabaseSequence | 3.0.104.0 | Microsoft.SharePoint.Upgrade.DisableModerationForImgLib | Disables moderation setting for picture library. |
| SPContentDatabaseSequence | 3.0.105.0 | Microsoft.SharePoint.Upgrade.ContactsListRichTextNotesUpgrade | Upgrades the Text Notes field to RichText format in Contacts lists. |
| SPContentDatabaseSequence | 3.0.107.0 | Microsoft.SharePoint.Upgrade.AddInternalFgpColumnToLists | Adds the tp_InternalFGP column to the AllLists table. |
| SPContentDatabaseSequence | 3.0.108.0 | Microsoft.SharePoint.Upgrade.CreateCollatedNameValuePairTables | Creates NameValuePair tables that support collation. |
| SPContentDatabaseSequence | 3.0.109.0 | Microsoft.SharePoint.Upgrade.ConvertV2Perm | Converts Role permissions from version 2 to version3. |
| SPContentDatabaseSequence | 3.0.110.0 | Microsoft.SharePoint.Upgrade.ConvertAnonymousPerm | Convert sAnonymous permissions from version 2 to version 3. |
| SPContentDatabaseSequence | 3.0.111.0 | Microsoft.SharePoint.Upgrade.ClearV2Themes | Cleans up version 2 themes. |
| SPContentDatabaseSequence | 3.0.113.0 | Microsoft.SharePoint.Upgrade.UpdateNewParsableDocformats | Updates new parsable document formats. |
| SPContentDatabaseSequence | 3.0.114.0 | Microsoft.SharePoint.Upgrade.UpdateListItemCounts | Updates the tp_ItemCount column in the AllLists table. |
| SPContentDatabaseSequence | 3.0.116.0 | Microsoft.SharePoint.Upgrade.FixBlogTemplateId | Changes the blog template ID from 5 to 9. |
| SPContentDatabaseSequence | 3.0.118.0 | Microsoft.SharePoint.Upgrade.UpdateDiscussionsLinksInNavNodes | Updates the Discussions links on the QuickLaunch. |
| SPContentDatabaseSequence | 3.0.121.0 | Microsoft.SharePoint.Upgrade.AddProgIdToRecycleBinTable | Adds the ProgId column to the RecycleBin table. |
| SPContentDatabaseSequence | 3.0.122.0 | Microsoft.SharePoint.Upgrade.FixBlogPostViewBaseId | |
| SPContentDatabaseSequence | 3.0.123.0 | Microsoft.SharePoint.Upgrade.UpdateEventReceiversForIndexChanges | Updates the EventReceivers table for index changes. |
| SPContentDatabaseSequence | 3.0.124.0 | Microsoft.SharePoint.Upgrade.RemoveExtraFixedLengthFields | Removes extra fixed-length fields. |
| SPContentDatabaseSequence | 3.0.127.0 | Microsoft.SharePoint.Upgrade.RemoveObsoleteNavLinks | Removes obsolete navigation links in webs in which the home page has not been unghosted. |
| SPContentDatabaseSequence | 3.0.128.0 | Microsoft.SharePoint.Upgrade.MigrateSpanishTraditionalLocaleToSpanish | Ports the Spanish (Traditional) locale to Spanish (Spanish). |
| SPContentDatabaseSequence | 3.0.129.0 | Microsoft.SharePoint.Upgrade.EnsureSystemListPropertiesForCatalogs | Verifies undeletable and non-templatable properties for catalogs. |
| SPContentDatabaseSequence | 3.0.130.0 | Microsoft.SharePoint.Upgrade.MakeEventDataBinary | Changes the EventData column in EventCache and EventLog to data type image. |
| SPContentDatabaseSequence | 3.0.132.0 | Microsoft.SharePoint.Upgrade.FixUnghostedViews | Fixes upghosted views. Changes Last_x0020_Modified fields. Removes ViewHeader and ViewEmpty tags. |
| SPContentDatabaseSequence | 3.0.133.0 | Microsoft.SharePoint.Upgrade.CalculateWebHasFGP | |
| SPContentDatabaseSequence | 3.0.133.1 | Microsoft.SharePoint.Upgrade.AddRoleOrderToRoles | |
| SPContentDatabaseSequence | 3.0.134.0 | Microsoft.SharePoint.Upgrade.RemoveUserCollationColumnFromUserInfoTable | |
| SPContentDatabaseSequence | 3.0.135.0 | Microsoft.SharePoint.Upgrade.AddInt1ToEventCache | |
| SPContentDatabaseSequence | 3.0.136.0 | Microsoft.SharePoint.Upgrade.RemoveOpenItemFromAnonymousPermMask | |
| SPContentDatabaseSequence | 3.0.137.0 | Microsoft.SharePoint.Upgrade.SetIsCurrrentForListItems | |
| SPContentDatabaseSequence | 3.0.138.0 | Microsoft.SharePoint.Upgrade.CreateImage0xTable | |
| SPContentDatabaseSequence | 3.0.139.0 | Microsoft.SharePoint.Upgrade.ChangeAlertTemplateIdToAlertTemplateName | |
| SPContentDatabaseSequence | 3.0.140.0 | Microsoft.SharePoint.Upgrade.UpgradeAlertTemplateName | |
| SPContentDatabaseSequence | 3.0.141.0 | Microsoft.SharePoint.Upgrade.UpdateAdminTopologyWebPartType | |
| SPContentDatabaseSequence | 3.0.142.0 | Microsoft.SharePoint.Upgrade.FixAllUserDataJunctionsIndex | |
| SPContentDatabaseSequence | 3.0.143.0 | Microsoft.SharePoint.Upgrade.RemoveObsoleteFiledAndCt | |
| SPContentDatabaseSequence | 3.0.144.0 | Microsoft.SharePoint.Upgrade.ChangeNavSequencesFromPagesToLinks | |
| SPContentDatabaseSequence | 3.0.145.0 | Microsoft.SharePoint.Upgrade.SetWebPartListsData | |
| SPContentDatabaseSequence | 3.0.146.0 | Microsoft.SharePoint.Upgrade.UpgradeIssueNotifications | |
| SPContentDatabaseSequence | 3.0.147.0 | Microsoft.SharePoint.Upgrade.RemoveWorkflowTaskUpdateEventReceivers | |
| SPContentDatabaseSequence | 3.0.149.0 | Microsoft.SharePoint.Upgrade.FixSecondStageDiskUsed | |
| SPContentDatabaseSequence | 3.0.150.0 | Microsoft.SharePoint.Upgrade.FixSecurityCorruptions | |
| SPSiteWssSequence | 3.0.1.0 | Microsoft.SharePoint.Upgrade.ApplyGlobalTemplatesToWebsAction | Upgrades all web and list templates. |
| SPSiteWssSequence | 3.0.2.0 | Microsoft.SharePoint.Upgrade.UpgradeDiscussionViews | Upgrades views for discussion boards. |
| SPSiteWssSequence | 3.0.4.0 | Microsoft.SharePoint.Upgrade.ApplyCustomMasterUrlToMWSWebsAction | Applies custom master URL to all meeting workspace webs. |
| SPSiteWssSequence | 3.0.5.0 | Microsoft.SharePoint.Upgrade.MapV2FieldListForPushdown | Maps fields to field templates. |
| SPSiteWssSequence | 3.0.6.0 | Microsoft.SharePoint.Upgrade.UpgradeReghostAction | Reverts all document content streams. |
| SPSiteWssSequence | 3.0.7.0 | Microsoft.SharePoint.Upgrade.MapV3Beta1IrmEnabled | |
| SPSiteWssSequence | 3.0.8.0 | Microsoft.SharePoint.Upgrade.RemoveAuditingOnBitField | |
| SPSiteWssSequence | 3.0.9.0 | Microsoft.SharePoint.Upgrade.ApplyCentralAdminTheme | |
| SPSiteWssSequence | 3.0.10.0 | Microsoft.SharePoint.Upgrade.RemoveV2AlertsBigSwitchPropertiesFromWebsAction | |
| SPSiteWssSequence | 3.0.11.0 | Microsoft.SharePoint.Upgrade.RepairWorkflowStatusColumnURLs | |
| SiteSequence | 12.0.1.0 | Microsoft.SharePoint.Portal.Upgrade.PortalSiteUpgradeAreaAndListingData | |
| SiteSequence | 12.0.11.0 | Microsoft.SharePoint.Portal.Upgrade.MySiteAlternateHeaderUpgrader | Removes alternative header from My Sites
webs. |
| SiteSequence | 12.0.12.0 | Microsoft.SharePoint.Portal.Upgrade.MySiteWebRenameUpgrade | Renames My Site web from "Targeted Links on My Site" to "My <Title>." |
| SiteSequence | 12.0.16.0 | Microsoft.SharePoint.Portal.Upgrade.MySitePublicPageBackupUpgrader | Backs up public page (possibly unghosted). |
| SiteSequence | 12.0.17.0 | Microsoft.SharePoint.Portal.Upgrade.MySitePersonalWebPartUpgrader | Installs SPSPERS Web Parts. |
| SiteSequence | 12.0.18.0 | Microsoft.SharePoint.Portal.Upgrade.SearchCenterAreaUpgrade | Creates search center with retries. |
| SiteSequence | 12.0.19.0 | Microsoft.SharePoint.Portal.Upgrade.DropV2ContentDBTables | Drops version 2 content database tables for in-place upgrade. |
| SiteSequence | 12.0.20.0 | Microsoft.SharePoint.Portal.Upgrade.PortalSiteUpgradeDropWebpartDWP | Updates portals because of changes that were made to the PortalSiteUpgradeAreaAndListingData action before Beta 1. |
| SiteSequence | 12.0.28.0 | Microsoft.SharePoint.Portal.Upgrade.SiteDocumentsWebPartUpgrader | Sets the SiteDocuments.UserControlledNavigation property. |
| SiteSequence | 12.0.29.0 | Microsoft.SharePoint.Portal.Upgrade.MySiteWebSupportHostUpgrade | Supports My Site host on existing MySite web. |
| SiteSequence | 12.0.32.0 | Microsoft.SharePoint.Portal.Upgrade.Custom404PageUpgradeSiteSequence | Upgrades version 2 constructs in Web application to the version 3 constructs. |
| SiteSequence | 12.0.34.0 | Microsoft.SharePoint.Portal.Upgrade.SearchResultsDWPUpgrade | Deletes the Searchcoreresults.dwp file and the Searchhighconfidence.dwp file. |
| SiteSequence | 12.0.35.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRCacheProfileUpgradeProxyAction | Hides the cache profiles list. |
| SiteSequence | 12.0.36.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRPublishingPrerequisitesUpgradeProxyAction | Enables the new PublishingPrerequisties site collection-scoped feature. This enables some Windows SharePoint Services Web-level features on the root web that must be active before the PublishingResources feature can be enabled. |
| SiteSequence | 12.0.37.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRViewFormPagesLockDownUpgradeProxyAction | Enables the ViewFormPatesLockDown feature. This action will have has no effect because the PublishingResources feature removed the ViewFormPages in Beta 2. |
| SiteSequence | 12.0.38.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2ToB2TRReusableContentUpgradeProxyAction | Performs Beta 2 to Beta 2 Technical Refresh Publishing Site Files upgrade for Content Management Server. This feature ghosts files to the database (currently thumbnail pictures). |
| SiteSequence | 12.0.39.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRB2TRGroupsUpgradeProxyAction | Performs a Beta 2 to Beta 2 Technical Refresh security group upgrade for Content Management Server. |
| SiteSequence | 12.0.40.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRPublishingLayoutsUpgradeProxyAction | Performs Beta 2 to Beta 2 Technical Refresh Publishing Layouts upgrade for Content Management Server. |
| SiteSequence | 12.0.41.0 | Microsoft.SharePoint.Portal.Upgrade.PersonalizationPageUpgrader | Adds the contact information Web Part to the personalization page. |
| SiteSequence | 12.0.42.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRB2TRMigrationProfileUpgradeProxyAction | Performs Beta 2 to Beta 2 Technical Refresh Migration Profiles List upgrade for Content Management Server. |
| SiteSequence | 12.0.43.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRImagesListsUpgradeProxyAction | Performs Beta 2 to Beta 2 Technical Refresh upgrade for Content Management Server PublishingImage and SiteCollectionImages document libraries.
The only change made is to remove the DocumentTemplateUrl on provisioned publishing image libraries so that users do not have the option to create a new Word document and use Upload to Add Images instead. |
| SiteSequence | 12.0.44.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRVariationsUpgradeProxyAction | Adds the ItemDeleting event handle to the Content Management Server Pages List in each Publishing Web. The new Beta 2 Technical Refresh event handler code cleans up the VariationGroupId property value for a page in Content Management Server. If the page is restored from the Recycle Bin, it will behave like a stand-alone page instead of as a variation artifact that would cause data inconsistency with the Relationships list. |
| SiteSequence | 12.0.45.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRPublishingSiteFilesUpgradeProxyAction | |
| SiteSequence | 12.0.46.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRContentAndStructureReportsListUpgradeProxyAction | Performs Beta 2 to Beta 2 Technical Refresh Site manager reports list upgrade for Content Management Server. |
| SiteSequence | 12.0.47.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRB2TRRoleDefinitionUpgradeProxyAction | Sets the order of the default Windows SharePoint Services and Content Management Server role definitions. |
| SiteSequence | 12.0.48.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TREnableListSchemaCachingUpgradeProxyAction | Performs Beta 2 to Beta 2 Technical Refresh upgrade to enable list-schema caching for some Content Management Server lists. |
| SiteSequence | 12.0.49.0 | Microsoft.SharePoint.Portal.Upgrade.PostBeta2KpiListSchemaUpdate | |
| SiteSequence | 12.0.50.0 | Microsoft.SharePoint.Portal.Upgrade.RenameUpgradeAreaUrlMappingList | |
| SiteSequence | 12.0.51.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRDeploymentUpgradeProxyAction | |
| SiteSequence | 12.0.52.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRApprovalWorkflowUpgradeProxyAction | |
| SiteSequence | 12.0.53.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRNavigationUpgradeProxyAction | |
| SiteSequence | 12.0.54.0 | Microsoft.SharePoint.Portal.Upgrade.DeletePrivateBlogWebPartAction | |
| SiteSequence | 12.0.55.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRPublishingFeatureUpgradeProxyAction | |
| SiteSequence | 12.0.100.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRHop2PublishingLayoutsUpgradeProxyAction | |
| SiteSequence | 12.0.101.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRHop2PublishingSiteFilesUpgradeProxyAction | |
| SiteSequence | 12.0.102.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRHop2ApprovalWorkflowUpgradeProxyAction | |
| SiteSequence | 12.0.103.0 | Microsoft.SharePoint.Portal.Upgrade.SearchCenterUrlUpgradeAction | |
| SiteSequence | 12.0.104.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRHop2DeploymentUpgradeProxyAction | |
| SiteSequence | 12.0.105.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRHop2InternetPresenceUpgradeProxyAction | |
| SiteSequence | 12.0.106.0 | Microsoft.SharePoint.Portal.Upgrade.MySiteDocLibsUpgrader | Adds the My Documents document library to a MySite web. |
| SiteSequence | 12.0.107.0 | Microsoft.SharePoint.Portal.Upgrade.AddPrivateRSSWebPartAction | |
| SiteSequence | 12.0.108.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRHop2FieldAndContentTypeUpgradeProxyAction | |
| SiteSequence | 12.0.109.0 | Microsoft.SharePoint.Portal.Upgrade.FiltersWebPartsRefreshUpgradeAction | |
| SiteSequence | 12.0.113.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRB2TRHop2GroupsUpgradeProxyAction | |
| SiteSequence | 12.0.115.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRCacheFieldsUpgradeProxyAction | |
| SiteSequence | 12.0.112.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRHop2SchedulingUpgradeProxyAction | |
| SiteSequence | 12.0.127.0 | Microsoft.SharePoint.Portal.Upgrade.CmsB2TRToRTMContentAndStructureReportsListUpgradeProxyAction | |
| SiteSequence | 12.0.116.0 | Microsoft.SharePoint.Portal.Upgrade.CmsBeta2toB2TRTimerJobUpgradeProxyAction | |
| SiteSequence | 12.0.125.0 | Microsoft.SharePoint.Portal.Upgrade.CmsB2TRToRtmSchedulingCanToggleHiddenUpgradeProxyAction | |
| SiteSequence | 12.0.131.0 | Microsoft.SharePoint.Portal.Upgrade.MySiteBlogUpgradeAction | |
| SiteSequence | 12.0.132.0 | Microsoft.SharePoint.Portal.Upgrade.MySiteQuickLaunchFeatureAction | |
| SiteSequence | 12.0.133.0 | Microsoft.SharePoint.Portal.Upgrade.MySiteSiteQuickLaunchLocalizationAction | |
| SiteSequence | 12.0.128.0 | Microsoft.SharePoint.Portal.Upgrade.CmsB2TRtoRTMNavigationUpgradeProxyAction | |
| SiteSequence | 12.0.1.0 | Microsoft.Office.Server.DLC.Upgrade.V2VFeatureActivationUpgradeSiteAction | |
| SiteSequence | 12.0.1.0 | Microsoft.Office.Server.Search.Upgrade.UpgradeSearchAlertTemplateName | |
| SiteSequence | 12.0.2.0 | Microsoft.Office.InfoPath.Server.Upgrade.UserEnabledTemplatesSiteAction | Processes all items in the IWConvertedForms featureBeta 2 to Beta 2 Technical Refresh upgrader for Forms Services
if the Forms Services Site-level Support feature is present. Each item has an associated URL of an XSN file inside an SPSite object. This file is marked by an upgrader as "Web-enabled" by adding a property to the Properties collection of the SPFile.
|
| ProfileDatabaseSequence | 12.0.1.0 | Microsoft.SharePoint.Portal.Upgrade.MyLinksSchemaUpgrade | Adds support for colleagues and memberships. |
| ProfileDatabaseSequence | 12.0.2.0 | Microsoft.SharePoint.Portal.Upgrade.MembershipsAndPrivacySchemaUpgrade | Adds support for member groups for membership import. |
| ProfileDatabaseSequence | 12.0.4.0 | Microsoft.SharePoint.Portal.Upgrade.UserProfileV3M1FC1Upgrade | Adds support for multivalued profile properties. Also adds some new out-of-box properties. |
| ProfileDatabaseSequence | 12.0.5.0 | Microsoft.SharePoint.Portal.Upgrade.UserProfileV3M1FC2Upgrade | Makes minor column changes to the profile schema. |
| ProfileDatabaseSequence | 12.0.6.0 | Microsoft.SharePoint.Portal.Upgrade.AudienceV3M2FC2Upgrade | Makes minor column changes to the audience and membergroup schema. |
| ProfileDatabaseSequence | 12.0.7.0 | Microsoft.SharePoint.Portal.Upgrade.ProfileSchemaM3Upgrade | Makes minor column changes to the propertylist table. Adds new out-of-box properties and creates a profile event log. |
| ProfileDatabaseSequence | 12.0.8.0 | Microsoft.SharePoint.Portal.Upgrade.ChoiceListV3M3Upgrade | Makes minor column changes to the choice list (vocabulary/muiltivalue). |
| ProfileDatabaseSequence | 12.0.9.0 | Microsoft.SharePoint.Portal.Upgrade.MembershipsNonRecursiveSchemaUpgrade | Adds the MembershipNonRecursive table for the site apps distribution list membership page. |
| ProfileDatabaseSequence | 12.0.10.0 | Microsoft.SharePoint.Portal.Upgrade.ProfileSideBySideUpgrade | Adds a new column and a new profile property to track gradual upgrade scenarios. |
| ProfileDatabaseSequence | 12.0.12.0 | Microsoft.SharePoint.Portal.Upgrade.AppRegistryImportUpgrade | Adds a column to support Business Data Catalog import. |
| ProfileDatabaseSequence | 12.0.14.0 | Microsoft.SharePoint.Portal.Upgrade.DontSuggestV3M3Upgrade | Adds a new out-of-box profile property. |
| ProfileDatabaseSequence | 12.0.15.0 | Microsoft.SharePoint.Portal.Upgrade.PropertyChangesV3M3Upgrade | Adds new out-of-box properties and adds the PropertyList.Description column. |
| ProfileDatabaseSequence | 12.0.18.0 | Microsoft.SharePoint.Portal.Upgrade.PropertyChangesMLSUpgrade | Adds new table and columns to support a multilanguage profile store. |
| ProfileDatabaseSequence | 12.0.19.0 | Microsoft.SharePoint.Portal.Upgrade.UpdateMembershipGroupUpgrade | |
| ProfileDatabaseSequence | 12.0.21.0 | Microsoft.SharePoint.Portal.Upgrade.UserProfileEventLogB1Upgrade | Adds support for SweepSynch job and makes minor table changes. |
| ProfileDatabaseSequence | 12.0.22.0 | Microsoft.SharePoint.Portal.Upgrade.UserProfileB1SchemaUpgrade | Makes minor column changes to the event log tables. |
| ProfileDatabaseSequence | 12.0.24.0 | Microsoft.SharePoint.Portal.Upgrade.UserProfileB2SchemaUpgrade | Makes minor index and schema changes. |
| ProfileDatabaseSequence | 12.0.25.0 | Microsoft.SharePoint.Portal.Upgrade.AudienceV3B2Upgrade | Makes minor index and schema changes and adds new out-of-box profile properties. Adds the PropertyList.IsSearchable property. |
| ProfileDatabaseSequence | 12.0.26.0 | Microsoft.SharePoint.Portal.Upgrade.UserprofileV3B2Upgrade | Adds OwnerAccountName property. Makes minor changes to the audiences table. |
| ProfileDatabaseSequence | 12.0.27.0 | Microsoft.SharePoint.Portal.Upgrade.ProfileSynch_V2ToV3Upgrade | Runs version-to-version SQL scripts that are required to support profile synchronization in version 3. |
| ProfileDatabaseSequence | 12.0.28.0 | Microsoft.SharePoint.Portal.Upgrade.UserProfileCollectionUpgrade | Creates profile synchronization tables that are based on content databases instead of on webapps. |
| ProfileDatabaseSequence | 12.0.29.0 | Microsoft.SharePoint.Portal.Upgrade.QuickLinksSchemaUpgrade | |
| ProfileDatabaseSequence | 12.0.30.0 | Microsoft.SharePoint.Portal.Upgrade.ProfileDatabasePostB1trUpgrade | |
| ProfileDatabaseSequence | 12.0.31.0 | Microsoft.SharePoint.Portal.Upgrade.ProfileDatabaseBdcUpgrade | |
| ProfileDatabaseSequence | 12.0.32.0 | Microsoft.SharePoint.Portal.Upgrade.UserProfileV3B2TRUpgrade | |
| ProfileDatabaseSequence | 12.0.33.0 | Microsoft.SharePoint.Portal.Upgrade.ProfileDatabaseB2TRUpgrade | |
| ProfileDatabaseSequence | 12.0.34.0 | Microsoft.SharePoint.Portal.Upgrade.UserProfileStore_V3B2Upgrade | |
| SSPDatabaseSequence | 12.0.2.0 | Microsoft.Office.Server.Search.Upgrade.SearchSSPDatabaseActionForV2V | |
| SSPDatabaseSequence | 12.0.6.0 | Microsoft.Office.Server.Search.Upgrade.SearchSSPBeta2DatabaseAction | |
| SSPDatabaseSequence | 12.0.7.0 | Microsoft.Office.Server.Search.Upgrade.SearchSSPBeta2TRDatabaseAction | |
| SSPDatabaseSequence | 12.0.8.0 | Microsoft.Office.Server.Search.Upgrade.SearchSSPBeta2TR_2_DatabaseAction | |
| SSPDatabaseSequence | 12.0.9.0 | Microsoft.Office.Server.Search.Upgrade.SearchSSPRTMDatabaseAction | |
| SearchDatabaseSequence | 12.0.1.0 | Microsoft.Office.Server.Search.Upgrade.SearchDatabaseActionForV2V | |
| SearchDatabaseSequence | 12.0.2.0 | Microsoft.Office.Server.Search.Upgrade.SearchBeta2DatabaseAction | |
| SearchDatabaseSequence | 12.0.4.0 | Microsoft.Office.Server.Search.Upgrade.SearchBeta2TRDatabaseAction | |
| SearchDatabaseSequence | 12.0.5.0 | Microsoft.Office.Server.Search.Upgrade.SearchBeta2TR_2_DatabaseAction | |
| SearchDatabaseSequence | 12.0.6.0 | Microsoft.Office.Server.Search.Upgrade.SearchRTMDatabaseAction | |
| SharedServiceDatabaseSequence | 12.0.1.0 | Microsoft.Office.Server.Upgrade.SharedServicesTimerTablesUpgrade | Clears the collation fields so that tables are collation-aware. |