Question

Setup:

  • Windows Server 2008 R2
  • SQL Server 2008 R2
  • SharePoint Server 2010

Last successfully installed and configured update: Service Pack 2 for Microsoft SharePoint 2010 (KB2687453).

Current Build: 14.0.7015.1000

Problem:

I'm having a problem running the SharePoint 2010 Products Configuration Wizard. I recently installed the Security Update for 2010 Microsoft Business Productivity Servers. This should bring the build to 14.0.7123.5000. After installing the update, I ran the Products Configuration Wizard. The Wizard failed on step 5 with the following error:

Failed to register SharePoint Services.

I dug deeper into the ULS Error logs and found the following error:

ULS Log Error:

09/30/2014 19:16:57 8 ERR Failed to register SharePoint services. An exception of type System.InvalidOperationException was thrown. Additional exception information: Operation is not valid due to the current state of the object. System.InvalidOperationException: Operation is not valid due to the current state of the object. at Microsoft.Office.HtmlTrans.HtmlTrServiceDeserializationSecurityHelper.EnsureAcknowledgedRunningOnAppServer(Boolean registryKeyLookupResult, ULSCat serviceCategory, Boolean hasExceptionMessage) at Microsoft.Office.Server.Conversions.SPDocConvServiceInstanceUpdaterJobDefinition.UpdateLauncherServiceInstance(LauncherServiceInstance lsi, Boolean fEnableService, Boolean fCycleService, Boolean fCallUpdate) at Microsoft.Office.Server.Conversions.LauncherServiceInstance.Provision() at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServiceInstanceInConfigDB(Boolean provisionTheServiceInstanceToo, String serviceInstanceRegistryKeyName, Object sharepointServiceObject) at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServiceInstances(Boolean provisionTheServiceInstancesToo, String serviceRegistryKeyName, Object sharepointServiceObject) at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.InstallServices(Boolean provisionTheServicesToo) at Microsoft.SharePoint.PostSetupConfiguration.ServicesTask.Run() at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

I checked the prerequisites for this particular update and it said SharePoint Server 2010 SP1 and SharePoint Server 2010 SP2 were required. I've installed and successfully configured both of these updates. Unfortunately, I don't understand what the above error means and have been unable to find any resources that have worked so far.

Does anyone have any advice?

Was it helpful?

Solution

I resolved the issue. It appears based on the Microsoft Knowledge Base information that:

Some document-conversion services in SharePoint Server are not secure when they run in a particular environment

In order to allow the services to continue to run, the following registry key needs to be added:

Name: AcknowledgedRunningOnAppServer
Type: DWORD
Value: 1

to the following locations:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\{version}\LauncherSettings
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Server\{version}\LoadBalancerSettings

replacing {version} with your version number (14 for me).

After adding these keys, re-run the Products Configuration Wizard and it should succeed.

OTHER TIPS

I was still having the same error, even after adding the registry entries.

It turns out that the Net.Tcp Port Sharing Service was disabled, once I enabled it and started, I re-ran the Configuration Wizard again and it went past stage 5.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top