Manual Running of PSCONFIG after Installing SharePoint 2010 Patches FAILS

On SBS2011, having run:
1. Open an Administrative command prompt.  
2. Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN   
3. Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
We get the same errors as numerous others on stage 5 of 6:
An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown.
  Additional exception information: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed.
And the following from the bottom of the ~1MB log file:
07/27/2014 14:45:07  1  INF        Entering function TaskDriver.Stop
07/27/2014 14:45:07  1  INF          Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:07  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedEventLog for language English (United States)
07/27/2014 14:45:07  1  INF            Resource retrieved id PostSetupConfigurationFailedEventLog is Configuration of SharePoint Products failed.  Configuration must be performed in order
for this product to operate properly.  To diagnose the problem, review the extended error information located at {0}, fix the problem, and run this configuration wizard again.
07/27/2014 14:45:07  1  INF          Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:07  1  ERR          Configuration of SharePoint Products failed.  Configuration must be performed in order for this product to operate properly.  To diagnose the problem, review
the extended error information located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\PSCDiagnostics_7_27_2014_14_44_32_814_2083894735.log, fix the problem, and run this configuration wizard again.
07/27/2014 14:45:07  1  INF          Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:07  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedUserMessage for language English (United States)
07/27/2014 14:45:07  1  INF            Resource retrieved id PostSetupConfigurationFailedUserMessage is Configuration of SharePoint Products failed.  Configuration must be performed before
you use SharePoint Products.  For further details, see the diagnostic log located at {0} and the application event log.
07/27/2014 14:45:07  1  INF          Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:07  1  INF          Entering function TaskDriver.OnTaskDriverStop
07/27/2014 14:45:07  1  INF            Sending a task driver stop event: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType.stop, Configuration of SharePoint Products
failed.  Configuration must be performed before you use SharePoint Products.  For further details, see the diagnostic log located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\PSCDiagnostics_7_27_2014_14_44_32_814_2083894735.log
and the application event log.
07/27/2014 14:45:07  1  INF            Entering function TaskDriverStateChange.Enter
07/27/2014 14:45:07  1  INF              Acquiring the writer lock to change the state
07/27/2014 14:45:07  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppedrunning
07/27/2014 14:45:07  1  INF              Changed state of the task driver to neverrun
07/27/2014 14:45:07  1  INF              Released the writer lock to change the state
07/27/2014 14:45:07  1  INF            Leaving function TaskDriverStateChange.Enter
07/27/2014 14:45:07  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:07  1  INF              Entering function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:07  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType stop, message Configuration
of SharePoint Products failed.  Configuration must be performed before you use SharePoint Products.  For further details, see the diagnostic log located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\PSCDiagnostics_7_27_2014_14_44_32_814_2083894735.log
and the application event log.
07/27/2014 14:45:07  1  INF              Leaving function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:07  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:07  1  INF          Leaving function TaskDriver.OnTaskDriverStop
07/27/2014 14:45:07  1  INF        Leaving function TaskDriver.Stop
Have followed the suggestions re clearing cache, starting the timer service, etc., but not joy.
What could be the cause?  Thanks!!!
PS It's broken the backup too, but I understand that's "normal"... :o/

Hi Jason - thanks for your reply.
I was under the impression that this manual task had to take place post the SP patches/service pack?  (there's much talk of it on the net to do this).
I will try your command though!
Thanks! :o)
There's some more info in the log (it is large - less verbose would have been handy!):
07/27/2014 14:45:27  13  INF            Entering function TaskCommon.TraceToPsconfigLogAndUpgradeManagerLog
07/27/2014 14:45:27  13  INF              Setting the upgrade mode to inplace
07/27/2014 14:45:27  13  INF            Leaving function TaskCommon.TraceToPsconfigLogAndUpgradeManagerLog
07/27/2014 14:45:27  13  INF            Creating security token service application for this farm ...
07/27/2014 14:45:27  13  INF            Successfully created security token service application
07/27/2014 14:45:27  13  INF            Creating service connection point for this farm ...
07/27/2014 14:45:27  13  WRN            Failed to add the service connection point for this farm
07/27/2014 14:45:27  13  INF            Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:27  13  INF              Resource id to be retrieved is ServiceConnectionPointNotCreatedEventLog for language English (United States)
07/27/2014 14:45:27  13  INF              Resource retrieved id ServiceConnectionPointNotCreatedEventLog is Unable to create a Service Connection Point in the current Active Directory
domain. Verify that the SharePoint container exists in the current domain and that you have rights to write to it.
07/27/2014 14:45:27  13  INF            Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:27  13  WRN            Unable to create a Service Connection Point in the current Active Directory domain. Verify that the SharePoint container exists in the current domain and
that you have rights to write to it.
Microsoft.SharePoint.SPException: The object LDAP://CN=Microsoft SharePoint Products,CN=System,DC=hjplondon,DC=local doesn't exist in the directory.
   at Microsoft.SharePoint.Administration.SPServiceConnectionPoint.Ensure(String serviceBindingInformation)
   at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
07/27/2014 14:45:33  13  ERR            Task upgrade has failed with an unknown exception
07/27/2014 14:45:34  13  ERR            Exception: Microsoft.SharePoint.Upgrade.SPUpgradeException: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed. ---> System.ComponentModel.Win32Exception:
HJPLONDON\spwebapp
   at Microsoft.SharePoint.Win32.SPAdvApi32.LookupAccountName(String strAccountName, String& strDomainName, SID_NAME_USE& sidUse)
   at Microsoft.SharePoint.Win32.SPAdvApi32.LsaAddAccountRights(String strAccountName, String strUserRight)
   at Microsoft.SharePoint.Administration.SPProvisioningAssistant.AddLaunchOnBehalfOfPrivileges(String userName)
   at Microsoft.SharePoint.Upgrade.EnsureAppPoolsHaveLaunchOnBehalfPriviliges.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   --- End of inner exception stack trace ---
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse)
   at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively)
   at Microsoft.SharePoint.Upgrade.SPManager.InplaceUpgradeAdministrationWebApplication()
   at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
07/27/2014 14:45:34  13  INF            Entering function Common.BuildExceptionMessage
07/27/2014 14:45:34  13  INF              Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF                Resource id to be retrieved is ExceptionInfo for language English (United States)
07/27/2014 14:45:34  13  INF                Resource retrieved id ExceptionInfo is An exception of type {0} was thrown.  Additional exception information: {1}
07/27/2014 14:45:34  13  INF              Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF            Leaving function Common.BuildExceptionMessage
07/27/2014 14:45:34  13  INF            Entering function Common.BuildExceptionInformation
07/27/2014 14:45:34  13  INF              Entering function Common.BuildExceptionMessage
07/27/2014 14:45:34  13  INF                Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF                  Resource id to be retrieved is ExceptionInfo for language English (United States)
07/27/2014 14:45:34  13  INF                  Resource retrieved id ExceptionInfo is An exception of type {0} was thrown.  Additional exception information:
{1}
07/27/2014 14:45:34  13  INF                Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF              Leaving function Common.BuildExceptionMessage
07/27/2014 14:45:34  13  INF            Leaving function Common.BuildExceptionInformation
07/27/2014 14:45:34  13  ERR            An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown.  Additional exception information: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence
failed.
Microsoft.SharePoint.Upgrade.SPUpgradeException: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed. ---> System.ComponentModel.Win32Exception: HJPLONDON\spwebapp
   at Microsoft.SharePoint.Win32.SPAdvApi32.LookupAccountName(String strAccountName, String& strDomainName, SID_NAME_USE& sidUse)
   at Microsoft.SharePoint.Win32.SPAdvApi32.LsaAddAccountRights(String strAccountName, String strUserRight)
   at Microsoft.SharePoint.Administration.SPProvisioningAssistant.AddLaunchOnBehalfOfPrivileges(String userName)
   at Microsoft.SharePoint.Upgrade.EnsureAppPoolsHaveLaunchOnBehalfPriviliges.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   --- End of inner exception stack trace ---
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse)
   at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively)
   at Microsoft.SharePoint.Upgrade.SPManager.InplaceUpgradeAdministrationWebApplication()
   at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
07/27/2014 14:45:34  13  INF            Entering function Common.BuildExceptionInformation
07/27/2014 14:45:34  13  INF              Entering function Common.BuildExceptionMessage
07/27/2014 14:45:34  13  INF                Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF                  Resource id to be retrieved is ExceptionInfo for language English (United States)
07/27/2014 14:45:34  13  INF                  Resource retrieved id ExceptionInfo is An exception of type {0} was thrown.  Additional exception information:
{1}
07/27/2014 14:45:34  13  INF                Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF              Leaving function Common.BuildExceptionMessage
07/27/2014 14:45:34  13  INF            Leaving function Common.BuildExceptionInformation
07/27/2014 14:45:34  13  INF            Entering function get CommandCollection.this[string key]
07/27/2014 14:45:34  13  INF              Entering function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF                Found value in collection for key global
07/27/2014 14:45:34  13  INF              Leaving function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF              Found command global in collection
07/27/2014 14:45:34  13  INF            Leaving function get CommandCollection.this[string key]
07/27/2014 14:45:34  13  INF            Entering function get CommandCollection.this[string key]
07/27/2014 14:45:34  13  INF              Entering function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF                Found value in collection for key initialize
07/27/2014 14:45:34  13  INF              Leaving function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF              Found command initialize in collection
07/27/2014 14:45:34  13  INF            Leaving function get CommandCollection.this[string key]
07/27/2014 14:45:34  13  INF            Entering function Command.this[string key]
07/27/2014 14:45:34  13  INF              Entering function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF                Found value in collection for key SINGLESERVER
07/27/2014 14:45:34  13  INF              Leaving function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF              Found parameter SINGLESERVER in collection
07/27/2014 14:45:34  13  INF            Leaving function Command.this[string key]
07/27/2014 14:45:34  13  INF            Entering function Command.this[string key]
07/27/2014 14:45:34  13  INF              Entering function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF                Found value in collection for key upgradesessionid
07/27/2014 14:45:34  13  INF              Leaving function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF              Found parameter upgradesessionid in collection
07/27/2014 14:45:34  13  INF            Leaving function Command.this[string key]
07/27/2014 14:45:34  13  INF            Releasing the farm upgrade lock in common exception handler.
07/27/2014 14:45:34  13  INF            Entering function UpgradeBootstrapTask.BuildUpgradeExtendedMessage
07/27/2014 14:45:34  13  INF              Task result is fail
07/27/2014 14:45:34  13  INF            Leaving function UpgradeBootstrapTask.BuildUpgradeExtendedMessage
07/27/2014 14:45:34  13  INF            Entering function TaskBase.OnTaskStop
07/27/2014 14:45:34  13  INF              Creating the OnTaskStop event for task upgrade
07/27/2014 14:45:34  13  ERR              Task upgrade has failed
07/27/2014 14:45:34  13  INF              friendlyMessage for task upgrade is An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown.  Additional exception
information: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed.
07/27/2014 14:45:34  13  INF              debugMessage for task upgrade is An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown.  Additional exception
information: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed.
Microsoft.SharePoint.Upgrade.SPUpgradeException: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed. ---> System.ComponentModel.Win32Exception: HJPLONDON\spwebapp
   at Microsoft.SharePoint.Win32.SPAdvApi32.LookupAccountName(String strAccountName, String& strDomainName, SID_NAME_USE& sidUse)
   at Microsoft.SharePoint.Win32.SPAdvApi32.LsaAddAccountRights(String strAccountName, String strUserRight)
   at Microsoft.SharePoint.Administration.SPProvisioningAssistant.AddLaunchOnBehalfOfPrivileges(String userName)
   at Microsoft.SharePoint.Upgrade.EnsureAppPoolsHaveLaunchOnBehalfPriviliges.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   --- End of inner exception stack trace ---
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse)
   at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively)
   at Microsoft.SharePoint.Upgrade.SPManager.InplaceUpgradeAdministrationWebApplication()
   at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
07/27/2014 14:45:34  13  INF              Entering function TaskBase.FireTaskStateChanged
07/27/2014 14:45:34  13  INF                Firing the OnTaskStateChanged event for task upgrade
07/27/2014 14:45:34  13  INF                Entering function TaskDriver.TaskStateEventHandler
07/27/2014 14:45:34  13  INF                  Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF                    Resource id to be retrieved is UpgradeTaskDisplayName for language English (United States)
07/27/2014 14:45:34  13  INF                    Resource retrieved id UpgradeTaskDisplayName is upgrade SharePoint Products
07/27/2014 14:45:34  13  INF                  Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF                  Received an TaskStateEventHandler event.  task:upgrade TaskBase.State:stopped
07/27/2014 14:45:34  13  INF                  Entering function TasksQueue.IncrementTaskFailed
07/27/2014 14:45:34  13  INF                    Incremented the number of tasks failed to 1
07/27/2014 14:45:34  13  INF                  Leaving function TasksQueue.IncrementTaskFailed
07/27/2014 14:45:34  13  INF                  Task upgrade has stopped and failed.  Total failed is now 1
07/27/2014 14:45:34  13  INF                Leaving function TaskDriver.TaskStateEventHandler
07/27/2014 14:45:34  13  INF                Entering function CommandLine.TaskStateEventHandler
07/27/2014 14:45:34  13  INF                  Received an TaskStateEventHandler event.  task:upgrade TaskBase.State:stopped
07/27/2014 14:45:34  13  INF                  Task upgrade has stopped and failed.  Total failed is now 1
07/27/2014 14:45:34  13  INF                  Entering function get CommandCollection.this[string key]
07/27/2014 14:45:34  13  INF                    Entering function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF                      Found value in collection for key initialize
07/27/2014 14:45:34  13  INF                    Leaving function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF                    Found command initialize in collection
07/27/2014 14:45:34  13  INF                  Leaving function get CommandCollection.this[string key]
07/27/2014 14:45:34  13  INF                  Entering function Command.this[string key]
07/27/2014 14:45:34  13  INF                    Entering function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF                      Found value in collection for key wait
07/27/2014 14:45:34  13  INF                    Leaving function CommandCollectionBase.Get
07/27/2014 14:45:34  13  INF                    Found parameter wait in collection
07/27/2014 14:45:34  13  INF                  Leaving function Command.this[string key]
07/27/2014 14:45:34  13  INF                  Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF                    Resource id to be retrieved is UpgradeTaskFailConfigSyncDisplayLabel for language English (United States)
07/27/2014 14:45:34  13  INF                    Resource retrieved id UpgradeTaskFailConfigSyncDisplayLabel is Failed to upgrade SharePoint Products.
07/27/2014 14:45:34  13  INF                  Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  13  INF                  Last message from task upgrade is An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown. 
Additional exception information: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed.
07/27/2014 14:45:34  13  INF                Leaving function CommandLine.TaskStateEventHandler
07/27/2014 14:45:34  13  INF              Leaving function TaskBase.FireTaskStateChanged
07/27/2014 14:45:34  13  INF            Leaving function TaskBase.OnTaskStop
07/27/2014 14:45:34  13  INF          Leaving function TaskThread.ExecuteTask
07/27/2014 14:45:34  1  INF          Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF            Resource id to be retrieved is UpgradeTaskDisplayName for language English (United States)
07/27/2014 14:45:34  1  INF            Resource retrieved id UpgradeTaskDisplayName is upgrade SharePoint Products
07/27/2014 14:45:34  1  INF          Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  ERR          Task upgrade SharePoint Products failed, so stopping execution of the engine
07/27/2014 14:45:34  1  INF          Entering function get CommandCollection.this[string key]
07/27/2014 14:45:34  1  INF            Entering function CommandCollectionBase.Get
07/27/2014 14:45:34  1  INF              Found value in collection for key initialize
07/27/2014 14:45:34  1  INF            Leaving function CommandCollectionBase.Get
07/27/2014 14:45:34  1  INF            Found command initialize in collection
07/27/2014 14:45:34  1  INF          Leaving function get CommandCollection.this[string key]
07/27/2014 14:45:34  1  INF          Entering function Command.this[string key]
07/27/2014 14:45:34  1  INF            Entering function CommandCollectionBase.Get
07/27/2014 14:45:34  1  INF              Found value in collection for key wait
07/27/2014 14:45:34  1  INF            Leaving function CommandCollectionBase.Get
07/27/2014 14:45:34  1  INF            Found parameter wait in collection
07/27/2014 14:45:34  1  INF          Leaving function Command.this[string key]
07/27/2014 14:45:34  1  INF          Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF            Resource id to be retrieved is UpgradeTaskFailConfigSyncDisplayLabel for language English (United States)
07/27/2014 14:45:34  1  INF            Resource retrieved id UpgradeTaskFailConfigSyncDisplayLabel is Failed to upgrade SharePoint Products.
07/27/2014 14:45:34  1  INF          Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  ERR          Failed to upgrade SharePoint Products.
An exception of type Microsoft.SharePoint.Upgrade.SPUpgradeException was thrown.  Additional exception information: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed.
Microsoft.SharePoint.Upgrade.SPUpgradeException: Action 4.0.13.0 of Microsoft.SharePoint.Upgrade.SPServerSequence failed. ---> System.ComponentModel.Win32Exception: HJPLONDON\spwebapp
   at Microsoft.SharePoint.Win32.SPAdvApi32.LookupAccountName(String strAccountName, String& strDomainName, SID_NAME_USE& sidUse)
   at Microsoft.SharePoint.Win32.SPAdvApi32.LsaAddAccountRights(String strAccountName, String strUserRight)
   at Microsoft.SharePoint.Administration.SPProvisioningAssistant.AddLaunchOnBehalfOfPrivileges(String userName)
   at Microsoft.SharePoint.Upgrade.EnsureAppPoolsHaveLaunchOnBehalfPriviliges.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   --- End of inner exception stack trace ---
   at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
   at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse)
   at Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(Boolean recursively)
   at Microsoft.SharePoint.Upgrade.SPManager.InplaceUpgradeAdministrationWebApplication()
   at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
07/27/2014 14:45:34  1  INF          Entering function TaskDriver.NotifyTaskSummary
07/27/2014 14:45:34  1  INF            Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF              Resource id to be retrieved is TotalTasksRan for language English (United States)
07/27/2014 14:45:34  1  INF              Resource retrieved id TotalTasksRan is Total number of configuration settings run: {0}
07/27/2014 14:45:34  1  INF            Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF            Entering function TaskDriver.OnTaskDriverNotify
07/27/2014 14:45:34  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalran, TaskDriverEventArgs.EventType.notify,
message: Total number of configuration settings run: 5
07/27/2014 14:45:34  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF                Entering function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
message Total number of configuration settings run: 5
07/27/2014 14:45:34  1  INF                Leaving function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
07/27/2014 14:45:34  1  INF            Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF              Resource id to be retrieved is TotalTasksSucceeded for language English (United States)
07/27/2014 14:45:34  1  INF              Resource retrieved id TotalTasksSucceeded is Total number of successful configuration settings: {0}
07/27/2014 14:45:34  1  INF            Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF            Entering function TaskDriver.OnTaskDriverNotify
07/27/2014 14:45:34  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalsuccess, TaskDriverEventArgs.EventType.notify,
message: Total number of successful configuration settings: 4
07/27/2014 14:45:34  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF                Entering function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
message Total number of successful configuration settings: 4
07/27/2014 14:45:34  1  INF                Leaving function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
07/27/2014 14:45:34  1  INF            Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF              Resource id to be retrieved is TotalTasksFailed for language English (United States)
07/27/2014 14:45:34  1  INF              Resource retrieved id TotalTasksFailed is Total number of unsuccessful configuration settings: {0}
07/27/2014 14:45:34  1  INF            Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF            Entering function TaskDriver.OnTaskDriverNotify
07/27/2014 14:45:34  1  INF              Sending a task driver notify event: TaskDriverEventArgs.EventCriticalityType: info, TaskDriverEventArgs.EventMessageType: totalfail, TaskDriverEventArgs.EventType.notify,
message: Total number of unsuccessful configuration settings: 1
07/27/2014 14:45:34  1  INF              Entering function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF                Entering function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF                  Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType notify,
message Total number of unsuccessful configuration settings: 1
07/27/2014 14:45:34  1  INF                Leaving function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF              Leaving function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF            Leaving function TaskDriver.OnTaskDriverNotify
07/27/2014 14:45:34  1  INF          Leaving function TaskDriver.NotifyTaskSummary
07/27/2014 14:45:34  1  ERR          One or more configuration tasks has failed or some tasks were not run
07/27/2014 14:45:34  1  INF          Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF            Resource id to be retrieved is PostSetupConfigurationStoppingSucceeded for language English (United States)
07/27/2014 14:45:34  1  INF            Resource retrieved id PostSetupConfigurationStoppingSucceeded is Successfully stopped the configuration of SharePoint Products.
07/27/2014 14:45:34  1  INF          Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF          Entering function TaskDriver.OnTaskDriverStopping
07/27/2014 14:45:34  1  INF            Sending a task driver stopping event: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType.stopping, Successfully stopped the configuration
of SharePoint Products.
07/27/2014 14:45:34  1  INF            Entering function TaskDriverStateChange.Enter
07/27/2014 14:45:34  1  INF              Acquiring the writer lock to change the state
07/27/2014 14:45:34  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppingrun
07/27/2014 14:45:34  1  INF              Changed state of the task driver to neverrun
07/27/2014 14:45:34  1  INF              Released the writer lock to change the state
07/27/2014 14:45:34  1  INF            Leaving function TaskDriverStateChange.Enter
07/27/2014 14:45:34  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF              Entering function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType info, TaskDriverEventArgs.EventType stopping, message
Successfully stopped the configuration of SharePoint Products.
07/27/2014 14:45:34  1  INF              Leaving function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF          Leaving function TaskDriver.OnTaskDriverStopping
07/27/2014 14:45:34  1  INF        Leaving function TaskDriver.ExecuteTasks
07/27/2014 14:45:34  1  ERR        One or more configuration tasks has failed to execute
07/27/2014 14:45:34  1  INF        Entering function TaskDriver.Stop
07/27/2014 14:45:34  1  INF          Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedEventLog for language English (United States)
07/27/2014 14:45:34  1  INF            Resource retrieved id PostSetupConfigurationFailedEventLog is Configuration of SharePoint Products failed.  Configuration must be performed in order
for this product to operate properly.  To diagnose the problem, review the extended error information located at {0}, fix the problem, and run this configuration wizard again.
07/27/2014 14:45:34  1  INF          Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  ERR          Configuration of SharePoint Products failed.  Configuration must be performed in order for this product to operate properly.  To diagnose the problem, review
the extended error information located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\PSCDiagnostics_7_27_2014_14_45_17_500_877544068.log, fix the problem, and run this configuration wizard again.
07/27/2014 14:45:34  1  INF          Entering function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF            Resource id to be retrieved is PostSetupConfigurationFailedUserMessage for language English (United States)
07/27/2014 14:45:34  1  INF            Resource retrieved id PostSetupConfigurationFailedUserMessage is Configuration of SharePoint Products failed.  Configuration must be performed before
you use SharePoint Products.  For further details, see the diagnostic log located at {0} and the application event log.
07/27/2014 14:45:34  1  INF          Leaving function StringResourceManager.GetResourceString
07/27/2014 14:45:34  1  INF          Entering function TaskDriver.OnTaskDriverStop
07/27/2014 14:45:34  1  INF            Sending a task driver stop event: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType.stop, Configuration of SharePoint Products
failed.  Configuration must be performed before you use SharePoint Products.  For further details, see the diagnostic log located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\PSCDiagnostics_7_27_2014_14_45_17_500_877544068.log
and the application event log.
07/27/2014 14:45:34  1  INF            Entering function TaskDriverStateChange.Enter
07/27/2014 14:45:34  1  INF              Acquiring the writer lock to change the state
07/27/2014 14:45:34  1  INF              Current state of the task driver is neverrun.  You want to change it to stoppedrunning
07/27/2014 14:45:34  1  INF              Changed state of the task driver to neverrun
07/27/2014 14:45:34  1  INF              Released the writer lock to change the state
07/27/2014 14:45:34  1  INF            Leaving function TaskDriverStateChange.Enter
07/27/2014 14:45:34  1  INF            Entering function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF              Entering function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF                Received a TaskDriverEventHandler: TaskDriverEventArgs.EventCriticalityType error, TaskDriverEventArgs.EventType stop, message Configuration
of SharePoint Products failed.  Configuration must be performed before you use SharePoint Products.  For further details, see the diagnostic log located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS\PSCDiagnostics_7_27_2014_14_45_17_500_877544068.log
and the application event log.
07/27/2014 14:45:34  1  INF              Leaving function CommandLine.TaskDriverEventHandler
07/27/2014 14:45:34  1  INF            Leaving function TaskDriver.FireOnTaskDriverEvent
07/27/2014 14:45:34  1  INF          Leaving function TaskDriver.OnTaskDriverStop
07/27/2014 14:45:34  1  INF        Leaving function TaskDriver.Stop
07/27/2014 14:45:34  1  INF        UnLocking the task driver for exclusive use while we ran tasks
07/27/2014 14:45:34  1  INF      Leaving function TaskDriver.Run
07/27/2014 14:45:34  1  ERR      Post setup configuration was not run successfully when using the command line task driver module
07/27/2014 14:45:34  1  INF    Leaving function PsconfigCommandLineMain.Mainn

Similar Messages

  • Windows Server 2008 hangs in "Applying computer settings" after installing Sharepoint 2010

    Hi!
    I have a server which is designated to be a Sharepoint server, I have successfully installed the server, SQL server R2 and Sharepoint 2010, but right after Sharepoint Server 2010 is installed the nex time I reboot the machine it hangs in "Applying computer
    settings" I have tried reinstalling the server several times, improving the server specs.
    The installations run just fine I can even see the sharepoint site, and make any configuration, the issue comes when I restart the server (for updates for example..)
    Can someone help me with this issue?
    Thanks in advance
    Carlos R Vargas M

    Hi,
    It may take some time for configuration after the new installation. Please wait patiently. If it still hangs, please refer to the following article:
    KB article 2379016
    A computer that is running Windows Vista or Windows Server 2008 stops responding at the "Applying User Settings" stage of the logon process.
    http://support.microsoft.com/kb/2379016
    Tim Quan

  • Installed Sharepoint 2010 Server SP2 Update; PSConfig succeeds but CA still shows "Upgrade Available"

    I have installed SharePoint 2010 Server SP2.  Central Administration shows the configuration database is at 14.0.7015.1000.  I had to run PSConfig several times before it completed successfully due to missing features, setup files, etc.  But
    I got those cleaned up and finally got PSConfig to complete.
    However, when I go to Farm Information it still shows "Upgrade Available" for the single WFE server we have. 
    When I run stsadm.exe -o localupgradestatus it shows me the following:
    [2] content database(s) encountered.
    [0] content database(s) still need upgrade or cannot be upgraded.
    [23] site collection(s) are contained in the content databases.
    [0] site collection(s) still need upgrade.
    [53] other objects encountered, [12] of them still need upgrade or cannot be upgraded.
    The 12 objects that cannot be upgraded are ancillary databases like:
    StateService_[GUID]
    Secure_Store_Service_DB_[GUID]
    PerformancePoint Service Application_[GUID]
    They all show "Cannot Upgrade" for the status.
    Am I correct in thinking these are what's keeping the status at Upgrade Available?  And if so how can I resolve?
    If not, what else can be done to change that Upgrade Available status?
    My goal is to get SP2 and the latest CU applied before trying to reinstall the User Profile Service.
    Thank you.

    use psconfig via command line:
    > PSCONFIG.EXE -cmd upgrade -inplace b2b -wait
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • My mbp (mid 2010) is running extremely slow after installing some mavericks updates on May 22nd.

    My mbp (mid 2010) is running extremely slow after installing some mavericks updates on May 22nd. Earlier I thought this behavior is due to spotlight indexing but it finished after 3 days. I deleted all caches from library. But no luck, still running extremely slow. I checked activity monitor for cpu usage, it shows above 90% is idle. The memory usage always shows PM - 4 GB, Memory Used 3.96 GB, VM - 4 GB, Swaped used 0 bytes, App Memory 1.82 GB, File Cache 1.44 GB, Wired Memory 480 MB.
    Thanks in adavnce for help.

    Was it the combo updater that was installed or the OS X 10.9.3 update. There is a difference.
    MORE INFO ON WHY RUNNING COMBO FIXES ISSUES
    Apple updates available from the Software Update application are incremental updates. Delta updates are also incremental updates and are available from Apple Downloads (software updates are generally smaller than delta updates). The Combo updates contain all incremental updates and will update files that could have become corrupted.
    Combo updaters will install on the same version as they're applying--no need to roll back or do a clean install. So if you think you've got a borked 10.8.4 install from a regular update, just run the 10.8.4 Combo Updater on that system.
    "Delta" updaters can only take you from one version to the next. For example: 10.9.1 to 10.9.2. If somehow the 10.9.2 is missing something it should have, and that something isn't changed between 10.9.1 and 10.9.2 it will still be stale after the delta update.

  • Install sharepoint 2010 on windows 8.1 enterprise

    I would like to install sharepoint server 2010 on windows 8.1 enterprise without Hyper-V as the organization policy does not allow us to user Hyper-V. At the end of the installation while sharepoint configuration wizard is running, it thre a "Configuration
    Failed" exception. Failed to create configuration database as shown below. Kindly help.

    The instructions for installing SharePoint 2010 on Windows 8 are pretty much the same as they were on Windows 7 x64.  You do still need to make sure you create the custom config file to do the install.  You can find a full set of  instructions
    to install on Windows 7 on my blog here:
    http://www.dontpapanic.com/blog/?p=96
    The one additional thing you need to do is make sure that when you install IIS you are using ASP.net 2.0 instead of ASP.Net 4.0.  Windows 8 will default to 4.0.  You can read more about that here:
    http://johnlivingstontech.blogspot.com/2011/09/installing-sharepoint-2010-on-windows-8.html
    I should however point out that although you can install SharePoint 2010 on Windows 8 its not really a supported platform and even on Windows 7 its only supported as a Dev environment.  Its never been supported for any kind of production usage.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • TypeLoadException after install SharePoint 2013 Service Pack 1

    After install SharePoint 2013 Service Pack 1 Russian I got the following error (approximate translation from Russian):
    TypeLoadException: Method 'Upgrade' does not implemented in 'WorkflowServiceApplicationProxy'
    Any ideas how to workaround it?

    Hi,
    Please post your ULS logs here.
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • HT6114 My Macbook is running very slowly after installating mavericks. Could anyone help?

    My Macbook is running very slowly after installating mavericks. Could anyone help?

    OS X Mavericks: If your Mac runs slowly?
    Spotlight indexing make computer run slowly after a fresh installation of OS X.
    http://support.apple.com/kb/PH13895
    Startup in Safe Mode
    http://support.apple.com/kb/PH14204
    Repair Disk
    Steps 1 through 7
    http://support.apple.com/kb/PH5836
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Increase disk space.
    http://support.apple.com/kb/PH13806
    Run EtreCheck and remove MacKeeper, CleanMyMac Norton Security, other third party aps,etc
    if you have installed those applications.
       https://discussions.apple.com/docs/DOC-6173

  • HT1338 Why is my MacBook Pro running so slow after installing Mountain Lion 10.8.

    Why is my MacBook Pro running so slow after installing Mountain Lion 10.8. I have restarted, created more free space on my hard drive and run disk utilities. Simple operations result 20 seconds or more of the spinning wheel. Some are so slow that the operation does not happen at all. Itunes music cuts out during operations.

    Check out this article by Thomas Reed for help http://www.reedcorner.net/understanding-upgrade-nightmares/. Also, make sure all apps are compatible with Mountain Lion using www.roaringapps.com. Do you have any antivirus installed? Make sure all apps are updated as well.

  • Battery life run out faster after install ios 7

    please help the battery life run out faster after install ios 7 and signal strengh show only 2 bar in my house after install ios 7 too.
    thanks

    Try this out: http://helpios7.com/ios-7-battery-issues/

  • Sharepoint 2010 Configuration failed

    Hi,
    Anyone please help. I'm new to sharepoint 
    After installing the sharepoint in my machine(OS Windows7 ) It showing the Configuration failed in the Share point Product Configuration Wizard.
    Throws the below log message:
    Begin trace logging for SharePoint 2010 Products Configuration Wizard.  Version 14.0.6009.1000
    03/11/2015 19:12:30  1  INF  Entering function PsconfigUserInterfaceMain.Main
    03/11/2015 19:12:30  1  INF    Entering function Common.SetCurrentThreadCultureToInstalledCulture
    03/11/2015 19:12:30  1  INF      Entering function Common.SetThreadCultureToInstalledCulture
    03/11/2015 19:12:30  1  INF        Current thread culture is English (United States), current thread ui culture is English (United States), installed culture is English (United States)
    03/11/2015 19:12:30  1  INF      Leaving function Common.SetThreadCultureToInstalledCulture
    03/11/2015 19:12:30  1  INF      The current ui culture English (United States) is NOT right to left
    03/11/2015 19:12:30  1  INF    Leaving function Common.SetCurrentThreadCultureToInstalledCulture
    03/11/2015 19:12:30  1  INF    Creating the psconfig application context
    03/11/2015 19:12:30  1  INF    Entering function PsconfigApplicationContext.PsconfigApplicationContext
    03/11/2015 19:12:30  1  INF      Entering function UserInterface.UserInterface
    03/11/2015 19:12:30  1  INF      Leaving function UserInterface.UserInterface
    03/11/2015 19:12:30  1  INF      Entering function TaskDriver.TaskDriver
    03/11/2015 19:12:30  1  INF        Entering function TaskDriver.BuildCommandCollection
    03/11/2015 19:12:30  1  INF          Entering function CommandCollectionBase.CommandCollectionBase
    03/11/2015 19:12:30  1  INF          Leaving function CommandCollectionBase.CommandCollectionBase
    03/11/2015 19:12:30  1  INF          Entering function CommandCollection.CommandCollection
    03/11/2015 19:12:30  1  INF          Leaving function CommandCollection.CommandCollection
    03/11/2015 19:12:30  1  INF          Entering function CommandCollectionBase.CommandCollectionBase
    03/11/2015 19:12:30  1  INF          Leaving function CommandCollectionBase.CommandCollectionBase
    03/11/2015 19:12:30  1  INF          Entering function Command.Command
    and etc. repeats the above message.
    Please help me to solve this issue.
    Best regards,
    Renuka.V

    For installing SharePoint 2010 at Windows 7 , You should change SP installer config file to allow client install -
    <Setting Id="AllowWindowsClientInstall" Value="True"/>
    Please follow steps described in these urls,
    http://www.codeproject.com/Tips/373724/SharePoint-Installation-on-Windows
    http://www.codeproject.com/Articles/44210/Installing-SharePoint-Server-on-Windows-x
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Running Microsoft Script Editor after installing Office 2010

    As per this link:
    http://office.microsoft.com/en-us/excel-help/use-office-excel-2010-with-earlier-versions-of-excel-HA010342994.aspx
    Microsoft Script Editor is installed along with Office 2010, even though it cannot be accessed from the UI. However, I cannot find it. I've looked in the installation folder, and in Program Files\Common Files for MSE7.EXE, and could not find it.
    Previously, when I encountered a Javascript error, I would get a window prompting me to choose a debugger. Now I get a window saying no debuggers are found.
    I would use IE8's built-in developer tools, but that doesn't help when debugging an HTA or under WSH.
    I am using Office 2010 Professional Plus on Windows XP SP3.

    Microsoft Script Editor (MSE) seems has been removed from Office 2007 and Office 2010.
    That means MSE will not install when you have installed office 2010.
    Microsoft Script Editor (MSE) has been removed from Office 2010 from what I can tell; however, it is still installed in Office 2007. There isn't a default botton configurationm to bring it up like in Office 2003. If you want to access it make sure it is installed
    with the installation of Office 2007 and make a shortcut going to "%programfiles%\Common Files\Microsoft Shared\OFFICE12\MSE7.EXE". If anyone finds where it is in office 2010 please let me know or has a definitive "no it is not a feature."
    Thanks.

  • Error in Configuration Wizard after installing SharePoint 2013 Service Pack 1

    Windows Server 2012 with latest updates and SharePoint 2013 with latest updates:
    I installed SharePoint 2013 Service Pack 1 and when I run the configuration Wizard i get this error:
    Error in Configuration Wizard
    Resource id to be retrieved is PostSetupConfigurationFailedEventLog for language English (United States)
    Resource retrieved id PostSetupConfigurationFailedEventLog is Configuration of SharePoint Products failed.  Configuration must be performed in order for this product to operate properly.  To diagnose the problem, review the extended error information
    located at {0}, fix the problem, and run this configuration wizard again.
    Leaving function StringResourceManager.GetResourceString
    Configuration of SharePoint Products failed.  Configuration must be performed in order for this product to operate properly.  To diagnose the problem, review the extended error information located at C:\Program Files\Common Files\Microsoft Shared\Web
    Server Extensions\15\LOGS\PSCDiagnostics_3_8_2014_23_55_49_686_1872915373.log, fix the problem, and run this configuration wizard again.
    In event view I see this two errors:
    1) First error
    System
    Provider
    [ Name]
    SharePoint 2010 Products Configuration Wizard
    EventID
    104
    [ Qualifiers]
    0
    Level
    2
    Task
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2014-03-08T21:41:59.000000000Z
    EventRecordID
    135580
    Channel
    Application
    Computer
    ABC-SRV-WEB01.abc.local
    Security
    EventData
    Failed to initiate the upgrade sequence. An exception of type System.MissingMethodException was thrown. Additional exception information: Method not found: 'Void Microsoft.SharePoint.WorkflowServices.IWorkflowService.Upgrade(System.Object,
    System.String, Microsoft.SharePoint.Upgrade.SPLog)'. System.MissingMethodException: Method not found: 'Void Microsoft.SharePoint.WorkflowServices.IWorkflowService.Upgrade(System.Object, System.String, Microsoft.SharePoint.Upgrade.SPLog)'. at System.RuntimeTypeHandle.GetTypeByName(String
    name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError,
    Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName) at System.Type.GetType(String typeName) at Microsoft.SharePoint.Utilities.SPTypeSerializer.DeserializeType(String typeName,
    Guid classId, Boolean bResolveMissingTypes) at Microsoft.SharePoint.Administration.SPConfigurationDatabase.ResolveObjectAndClassVersions(SPLog log) at Microsoft.SharePoint.Upgrade.SPManager.BootStrap(Guid sessionId, SPUpgradeOperationFlags flags) at Microsoft.SharePoint.PostSetupConfiguration.UpgradeBootstrapTask.Run()
    at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    2) Second error
    System
    Provider
    [ Name]
    SharePoint 2010 Products Configuration Wizard
    EventID
    100
    [ Qualifiers]
    0
    Level
    2
    Task
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2014-03-08T21:41:59.000000000Z
    EventRecordID
    135581
    Channel
    Application
    Computer
    ABC-SRV-WEB01.abc.local
    Security
    EventData
    Configuration of SharePoint Products failed. Configuration must be performed in order for this product to operate properly. To diagnose the problem, review the extended error information located at C:\Program Files\Common Files\Microsoft Shared\Web Server
    Extensions\15\LOGS\PSCDiagnostics_3_8_2014_23_41_9_710_572545016.log, fix the problem, and run this configuration wizard again.
    Please advise on next steps.
    How can I successfully install SP1?
    Thanks,
    Alex

    could you please share the upgrade log file, so that we understand the error?
    did you reboot your server after the installation of SP1?
    also try to clear the Config cache on the servers and then try again?
    you can run this command on the server its failing
    Get-SPProduct -local
    PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Could not start IIS after installing SharePoint 2013 Sep CU?

    Hi All,
    Recently I installed SharePoint 2013 Sep CU. Everything went well; I was able to install it and run the configuration wizard successfully but after that IIS was stopped and was not able to start because WWW Publishing service was stopped.
    When I tried to start that service, it gives below error. Event Viewer did not show anything specific. Please guide me on this issue.
    Appreciate your help.
    Thanks,
    Rahul Babar
    ASP.NET, C# 4.0, Sharepoint 2007/2010, Infopath 2007/2010 Developer http://sharepoint247.wordpress.com/

    Hi Rahul,
    Please restart your machine, compare the result.
    And please double click on the “World Wide Web Publishing Service”, in the top we can be able to see the “dependency” option, make sure all these dependencies are started.
    In general, this issue is caused because The Remote Procedure Call (RPC) Service is not installed. All of the IIS services depend on the RPC Service.
    Additionally, if the TCP/IP protocol is not installed, the same symptoms result.
    More information, please refer to the links:
    http://support.microsoft.com/kb/155768
    http://www.dotnetsharepoint.com/2015/01/the-world-wide-web-publishing-service.html
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Error while running February 2014 CU for SharePoint 2010 Foundation: The expected version of the product was not found on the system

    I ran SP2 and SP2 for Language Pack successfully before.
    Here is how it looks:
    Product
    Version
    Status
    Language Pack for SharePoint   Foundation 2010 - Portuguese/Português (Brasil)
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Language Pack for SharePoint,   Project Server and Office Web Apps 2010 - Portuguese/Português (Brasil)
    Installed
    Microsoft Access Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Document Lifecycle Components   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2512800)
    14.0.5138.5000
    Installed
    Microsoft Excel Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Excel Web App Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft InfoPath Form Services   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Portuguese   (Brazil)) 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Proof   (Portuguese (Brazil)) 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Web Apps Shared Coms   Portuguese (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft OMUI Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Project Server Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2475878)
    14.0.5135.5000
    Installed
    Microsoft Shared Coms Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1046   Lang Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Portal Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Slide Library Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Visio Services Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Web Analytics Portuguese   (Brazil) Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Word Server Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft XMUI Portuguese (Brazil)   Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   2010 Server Language Pack (KB2687462) 64-Bit Edition
    14.0.7015.1000
    Installed
    PerformancePoint Services in SharePoint   1046 Language Pack
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint   Foundation 2010
    Installed
    Microsoft SharePoint Foundation 2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft SharePoint Foundation 2010 1033   Lang Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft SharePoint   Foundation 2010 (KB2512804)
    14.0.5138.5000
    Installed
    Microsoft SharePoint Foundation 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft® Search Server 2010   Express
    Installed
    Microsoft Office Server Proof (Arabic)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (English)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (French)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (German)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Russian)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Office Server Proof (Spanish)   2010
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Search Server 2010 English   Language Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft Office Server   (KB2475878)
    14.0.5135.5000
    Installed
    Microsoft Search Server 2010 Express
    14.0.4763.1000
    Installed
    Microsoft Shared Components
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Shared Coms English Language   Pack
    14.0.4763.1000
    Installed
    Microsoft SharePoint Foundation 2010 1033   Lang Pack
    14.0.4763.1000
    Installed
    Hotfix for Microsoft SharePoint   Foundation 2010 (KB2512804)
    14.0.5138.5000
    Installed
    Microsoft SharePoint Foundation 2010 Core
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    Microsoft Web Analytics English Language   Pack
    14.0.4763.1000
    Installed
    Microsoft Web Analytics Web Front End   Components
    14.0.7015.1000
    Installed
    Service Pack 2 for Microsoft   SharePoint 2010 (KB2687453) 64-Bit Edition
    14.0.7015.1000
    Installed
    However when I try to run February CU or December CU I get the error:
    The expected version of the product was not found on the system
    it's possible that I messed up because
    I think I installed a SharePoint Server Service Pack 2 in a SharePoint Foundation Farm.
    these are the files I ran:
    1 - SP2 pt-br
    oserversp2010-kb2687453-fullfile-x64-pt-br
    2 - SP2 for Language Pack pt-br:
    oslpksp2010-kb2687462-fullfile-x64-pt-br
    3 - ran configuration wizard (had na error message the first time and success in the second try)
    4 - December CU or February CU:
    Download SharePoint Foundation 2010 February 2014 CU
    The expected version of the product was not found on the system
    In the first step I think I should have installed
    wsssp2010-kb2687464-fullfile-x64-pt-br
    Now I try to runthis and I get:
    The update is already installed on the system.
    Hopefully this is a QA Environment but it would be a pain to start over.
    Any suggestion?
    Thanks
    J.Clua

    Hi,
    Here are all errors logged:
    [OWSTIMER]   [SPContentDatabaseSequence] [ERROR] [3/11/2014 5:10:18 PM]: Found a missing   feature Id = [81606c80-44b3-47c9-8c24-136bdeb07d64]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   81606c80-44b3-47c9-8c24-136bdeb07d64 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [4b6e8a49-765d-47a1-92f8-91f61d07bbed]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   4b6e8a49-765d-47a1-92f8-91f61d07bbed is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [af6d9aec-7c38-4dda-997f-cc1ddbb87c92]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   af6d9aec-7c38-4dda-997f-cc1ddbb87c92 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: Found a missing feature Id =   [00bfea71-dbd7-4f72-b8cb-da7ac0440130]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:10:18 PM]: The feature with Id   00bfea71-dbd7-4f72-b8cb-da7ac0440130 is referenced in the database   [WSS_Content_Sites_01], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:16:17 PM]: Found a missing feature Id =   [5daabc0d-5714-4b95-9238-95d58704bc11], Name = [Blog Rating], Description =   [This feature allows visitors
    to rate blog posts], Install Location = [Blog   Rating]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:16:17 PM]: The feature with Id   5daabc0d-5714-4b95-9238-95d58704bc11 is referenced in the database   [WSS_Content_AcademiaTI], but is not installed
    on the current farm. The   missing feature may cause upgrade to fail. Please install any solution which   contains the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:23:56 PM]: Found a missing feature Id =   [af6d9aec-7c38-4dda-997f-cc1ddbb87c92]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:23:56 PM]: The feature with Id   af6d9aec-7c38-4dda-997f-cc1ddbb87c92 is referenced in the database   [WSS_Content_GlobalIT], but is not installed
    on the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [DEBUG] [3/11/2014 5:25:49 PM]: Retrieving site definition for language   1046...
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: Found 21 web(s) using missing web template   75801 (lcid: 1046) in ContentDatabase WSS_Content_EXP.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: The site definitions with Id 75801 is   referenced in the database [WSS_Content_EXP], but is not installed on the   current farm. The
    missing site definition may cause upgrade to fail. Please   install any solution which contains the site definition and restart upgrade   if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: Found 1 web(s) using missing web template   75802 (lcid: 1033) in ContentDatabase WSS_Content_EXP.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:50 PM]: The site definitions with Id 75802 is   referenced in the database [WSS_Content_EXP], but is not installed on the   current farm. The
    missing site definition may cause upgrade to fail. Please   install any solution which contains the site definition and restart upgrade   if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-2d1e-451a-b445-16bc346d7d8e]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: The feature with Id   75a0fea7-2d1e-451a-b445-16bc346d7d8e is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-5f69-4282-83ae-22808c0fbfd9]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: The feature with Id   75a0fea7-5f69-4282-83ae-22808c0fbfd9 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:53 PM]: Found a missing feature Id =   [75a0fea7-6e3f-4d4a-8f78-245bda567b60]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-6e3f-4d4a-8f78-245bda567b60 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-040e-4abb-b94b-32f1e7572840]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-040e-4abb-b94b-32f1e7572840 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-b5a0-47d5-90e6-4b3205b02278]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-b5a0-47d5-90e6-4b3205b02278 is referenced in the database   [[OWSTIMER] [SPContentDatabaseSequence] [ERROR]
    [3/11/2014 5:25:54 PM]: Found   a missing feature Id = [75a0fea7-b5a0-47d5-90e6-4b3205b02278]], but is not   installed on the current farm. The missing feature may cause upgrade to fail.   Please install any solution which contains the feature
    and restart upgrade if   necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [f7b9c169-1418-41f3-888f-8ac436e17a0a]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   f7b9c169-1418-41f3-888f-8ac436e17a0a is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-f13a-4670-8b69-97e90d05f7c8]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-f13a-4670-8b69-97e90d05f7c8 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-377d-4b4f-b864-984379ed0f42]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-377d-4b4f-b864-984379ed0f42 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [75a0fea7-9d96-4f02-a800-a3512154efcd]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: The feature with Id   75a0fea7-9d96-4f02-a800-a3512154efcd is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:54 PM]: Found a missing feature Id =   [90cd055f-f21f-42c5-b3fe-bb67173583d4]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   90cd055f-f21f-42c5-b3fe-bb67173583d4 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-0017-4993-85fe-c37971507bbc]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-0017-4993-85fe-c37971507bbc is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-fe65-41c3-a965-c5df83fb098b]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-fe65-41c3-a965-c5df83fb098b is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-7c51-4a75-92c1-cbaccb371622]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-7c51-4a75-92c1-cbaccb371622 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-b0ef-434e-90d6-ce997d970564]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-b0ef-434e-90d6-ce997d970564 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [75a0fea7-37d2-484b-b362-dcff1538e2a4]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: The feature with Id   75a0fea7-37d2-484b-b362-dcff1538e2a4 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:55 PM]: Found a missing feature Id =   [49c44827-4747-4e89-999c-f199ad95cfa8]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   49c44827-4747-4e89-999c-f199ad95cfa8 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: Found a missing feature Id =   [75a0fea7-42e8-4527-8313-f63c4c49a7e6]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   75a0fea7-42e8-4527-8313-f63c4c49a7e6 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: Found a missing feature Id =   [75a0fea7-a4ce-4a83-867d-f6be0ffdd867]
    [OWSTIMER] [SPContentDatabaseSequence]   [ERROR] [3/11/2014 5:25:56 PM]: The feature with Id   75a0fea7-a4ce-4a83-867d-f6be0ffdd867 is referenced in the database   [WSS_Content_EXP], but is not installed on
    the current farm. The missing   feature may cause upgrade to fail. Please install any solution which contains   the feature and restart upgrade if necessary.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Action 4.0.23.0 of   Microsoft.SharePoint.Upgrade.SPSiteWssSequence failed.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Inner Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente   novamente.<nativehr>0x81020013</nativehr><nativestack></nativestack>
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.Library.SPRequestInternalClass.UpdateField(String   bstrUrl, String bstrListName, String bstrXML)
         at Microsoft.SharePoint.Library.SPRequest.UpdateField(String bstrUrl,   String bstrListName, String bstrXML)
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]: Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente novamente.
    [OWSTIMER] [SPSiteWssSequence] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Upgrade [SPSite Url=http://sjkqa41:7779] failed.   Microsoft.SharePoint.Upgrade.SPSiteWssSequence has the ContinueOnFailiure bit   set. Moving
    on to the next object in sequence.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Inner Exception: Já existe um campo com este nome.
    O nome especificado para este campo é   igual ao de outro campo da lista. Escolha outro nome e tente novamente.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
         at Microsoft.SharePoint.Library.SPRequest.UpdateField(String bstrUrl,   String bstrListName, String bstrXML)
         at Microsoft.SharePoint.SPField.UpdateCore(Boolean bToggleSealed)
         at Microsoft.SharePoint.SPFieldIndexCollection.IndexOneField(Object   field, Boolean bIndexed)
         at Microsoft.SharePoint.SPFieldIndexCollection.Add(SPField field)
         at   Microsoft.SharePoint.Upgrade.RestoreWorkflowAndDatasourceLibraryPermissions.Upgrade()
         at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]: Exception: Action 4.0.23.0 of   Microsoft.SharePoint.Upgrade.SPSiteWssSequence failed.
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:32:40 PM]:   
    at   Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o,   Boolean bRecurse)
    [OWSTIMER] [SPUpgradeSession] [ERROR]   [3/11/2014 5:37:44 PM]: Upgrade Timer job is exiting due to exception:   Microsoft.SharePoint.Upgrade.SPUpgradeException: Upgrade completed with   errors. 
    Review the upgrade log file   located in C:\Program Files\Common Files\Microsoft Shared\Web Server   Extensions\14\LOGS\Upgrade-20140311-164603-307.log. 
    The number of errors and warnings is listed   at the end of the upgrade log file.
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.CheckPoint()
         at Microsoft.SharePoint.Upgrade.SPUpgradeSession.LogEnd()
         at   Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Execute(Guid   targetInstanceId)
    Despite all the erros, can I consider these farm updated in terms of SharePoint build?
    Thanks
    J.Clua

  • Workflow stuck in starting state after applying SharePoint 2010 CU December 2012

    I have custom visual studio workflow which are associated with Custom content type. workflow gets triggered automatically when a file is uploaded to SharePoint. Everything was working fine till when i apply the following CU
    http://blogs.msdn.com/b/joerg_sinemus/archive/2012/12/27/sharepoint-2010-and-december-2012-cu.aspx
    After applying this my workflow get stuck in "Starting" state.
    No error were logged in 14 hive logs.
    Thanks in Advance!

    It took me a while but I came up with a work around.  There is a PowerShell script below that can be used to trigger the workflow.  Hopefully this will hold all of us over until the official fix arrives.
    First remove the auto start on change or new from the affected workflow
    Edit the script below to match your environment
    Add the script to Windows task scheduler with the PowerShell.exe in the command line
    This assumes PowerShell.exe is in the path
    Then add the full path and script name in the add arguements text box
    Script:
    #The purpose of this script is to start the SPD workflow with the windows task scheduler for a trigger
    #This should avoid the check in-out issue caused by the December 2012 SP CU patch
    #This needs to be run on an account with membership in the farm administration group for SharePoint and Shell in SQL
    #You can use a find and replace to replace the server and other names with your actual names
    #There are no status messages being used since this will be a scheduled task in the Windows task scheduler
    #Add SharePoint modules and create variable space
    add-pssnapin microsoft.sharepoint.powershell
    start-spassignment -global
    #Open the web site, list and the workflow
    $site=get-spsite %site url%"
    $web=get-spweb %Web url%
    #Open the %affected% library or list and workflow association
    $%affected%=$web.getlist("%affected%")
    $manager=$site.workflowmanager
    $culture=[system.globalization.cultureinfo]::currentculture
    $wfname="%affected workflow name"
    $association=$%affected%.workflowassociations.getassociationbyname($wfname,$culture)
    $data=$association.associationdata
    $wfrunoption=[microsoft.sharepoint.workflow.spworkflowrunoptions]::synchronous
    #Start workflow
    foreach ($item in $%affected%.items) {
    $site.workflowmanager.startworkflow($item,$association,$data,$wfrunoption)
    stop-spassignment -global

Maybe you are looking for

  • OWB Support for Change Data Capture

    Hi All, Has anyone got OWB working with the Change Data Capture feature in the Oracle 9i database? I understand that CDC works by publishing changes through an advanced queue, which in theory OWB 9.0.4 upwards can have as a data source, but there doe

  • Three Songs Not Showing Up in Playlist on iPhone4

    I've been playing around trying to figure out this problem for a couple of hours now and am stumped.  I have a newer iMac and iPhone 4.  I have a playlist that is called '2013'.  On my iMac, this playlist has 16 songs.  When I look on my iMac in iTun

  • Duplicate ringtones?

    I purchased ringtones from the itunes store on my iPhone 4S, and when i came home and synced my phone to my computer i noticed these ringtones were duplicated in my phone. I am not manually managing music, nor are there duplicates of any tone in my l

  • Import Service Line Details from MS Excel file

    Dear All, In ME22N when creating "Service related PO", I want to upload a list of service line details from an Excel File. I have found some user exits as below. However they are not allow me to upload any data into the service line entry / table...

  • Setting a condition for preferred drill path.

    Is there a way we can set a condition for preferred drill path in hierarchy? Our requirement is to skip levels if they have no values.. Thanks in advance.