SharePoint By Yagya Shree

Posts Tagged ‘Error

Preventing me from adding any additional column in existing list and /_layouts/mngfield.aspx extremely slow to load for sub sites

leave a comment »


Issues:

1. Trying to ‘Add from existing site columns‘ to one of my SharePoint lists on a http://SiteUrl
——————————————————————
Error
An unexpected error has occurred.
Correlation ID: GUID

Preventing

—————————————————————–
2. Click on Site Settings->Site Columns ( http://SiteUrl/_layouts/mngfield.aspx ) extremely slow to load for sub sites

Root cause:

Looking up that Correlation ID in the SharePoint 2013 ULS logs I saw this error:

“Error when access /_layouts/15/AddFieldFromTemplate.aspx, Error=No two choices should have the same ID at Microsoft.SharePoint.ApplicationPages.ChoiceComparerWithDefaultGroup.Compare”

Found two Site Columns in http://SiteUrl Site that was using the same internal name, and that Site column was associated with list which is preventing me from adding any additional columns.

By browsing to the Site Collection Site Columns (<Site Url>/_layouts/mngfield.aspx ) I noticed under one of Site Column Group that there were two Site Columns listed with the same “CoulmnName”,

Solution:
We need to remove duplicate Site Columns from that Site Column Group.

Written by bajiraoshinde

April 19, 2016 at 9:00 pm

Posted in sharepoint

Tagged with , , ,

SharePoint 2013 installation Error

with one comment


After installing SharePoint 2013 Preview, when i ran the wizard, it failed at step 2 with below error message:

Image

Looked into the log files and got below error details:

08/02/2012 11:52:36  8  INF              Now joining to farm at server WIN-2ARGHTED13Q\SharePoint database SharePoint_Config_8b49bd77-3bfb-4666-9244-823acec4f182
08/02/2012 11:54:44  8  ERR              Task configdb has failed with an unknown exception
08/02/2012 11:54:44  8  ERR              Exception: System.Management.Automation.CmdletInvocationException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported. —> Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
at Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterAFCacheHostCommand.BeginProcessing()
— End of inner exception stack trace —
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPVelocityPowerShellWrapper.RegisterCacheHost(String provider, String connectionString, String serviceAccount, Int32 cachePort, Int32 clusterPort, Int32 arbitrationPort, Int32 replicationPort, String hostName, UInt32 cacheSizeInMB)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigHelper.CreateSPDistributedCacheHost(SPDistributedCacheClusterConfigStorageLocation cacheConfigStorageLocation, SPDistributedCacheHostInfo cacheHostInfo)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.CreateFirstCacheHostAndCaches(String hostName, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.EnsureSPDistributedCacheHost(String hostName, Boolean bNewCluster, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.<EnsureSPDistributedCacheHost>b__0()
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.RunWithRetries[T](Int32 maxAttempts, CodeToRunWithRetries codeToRunWithRetries)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.EnsureSPDistributedCacheHost()
at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

08/02/2012 11:54:44  8  ERR              An exception of type System.Management.Automation.CmdletInvocationException was thrown.  Additional exception information: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
System.Management.Automation.CmdletInvocationException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported. —> Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
at Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterAFCacheHostCommand.BeginProcessing()
— End of inner exception stack trace —
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPVelocityPowerShellWrapper.RegisterCacheHost(String provider, String connectionString, String serviceAccount, Int32 cachePort, Int32 clusterPort, Int32 arbitrationPort, Int32 replicationPort, String hostName, UInt32 cacheSizeInMB)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigHelper.CreateSPDistributedCacheHost(SPDistributedCacheClusterConfigStorageLocation cacheConfigStorageLocation, SPDistributedCacheHostInfo cacheHostInfo)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.CreateFirstCacheHostAndCaches(String hostName, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.EnsureSPDistributedCacheHost(String hostName, Boolean bNewCluster, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.<EnsureSPDistributedCacheHost>b__0()
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.RunWithRetries[T](Int32 maxAttempts, CodeToRunWithRetries codeToRunWithRetries)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.EnsureSPDistributedCacheHost()
at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

08/02/2012 11:54:44  8  INF                friendlyMessage for task configdb is An exception of type System.Management.Automation.CmdletInvocationException was thrown.  Additional exception information: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
08/02/2012 11:54:44  8  INF                debugMessage for task configdb is An exception of type System.Management.Automation.CmdletInvocationException was thrown.  Additional exception information: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
System.Management.Automation.CmdletInvocationException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported. —> Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
at Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterAFCacheHostCommand.BeginProcessing()
— End of inner exception stack trace —
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPVelocityPowerShellWrapper.RegisterCacheHost(String provider, String connectionString, String serviceAccount, Int32 cachePort, Int32 clusterPort, Int32 arbitrationPort, Int32 replicationPort, String hostName, UInt32 cacheSizeInMB)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigHelper.CreateSPDistributedCacheHost(SPDistributedCacheClusterConfigStorageLocation cacheConfigStorageLocation, SPDistributedCacheHostInfo cacheHostInfo)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.CreateFirstCacheHostAndCaches(String hostName, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.EnsureSPDistributedCacheHost(String hostName, Boolean bNewCluster, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.<EnsureSPDistributedCacheHost>b__0()
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.RunWithRetries[T](Int32 maxAttempts, CodeToRunWithRetries codeToRunWithRetries)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.EnsureSPDistributedCacheHost()
at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

08/02/2012 11:54:44  6  ERR            Failed to create the configuration database.
An exception of type System.Management.Automation.CmdletInvocationException was thrown.  Additional exception information: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
System.Management.Automation.CmdletInvocationException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported. —> Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
at Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterAFCacheHostCommand.BeginProcessing()
— End of inner exception stack trace —
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPVelocityPowerShellWrapper.RegisterCacheHost(String provider, String connectionString, String serviceAccount, Int32 cachePort, Int32 clusterPort, Int32 arbitrationPort, Int32 replicationPort, String hostName, UInt32 cacheSizeInMB)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigHelper.CreateSPDistributedCacheHost(SPDistributedCacheClusterConfigStorageLocation cacheConfigStorageLocation, SPDistributedCacheHostInfo cacheHostInfo)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.CreateFirstCacheHostAndCaches(String hostName, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.EnsureSPDistributedCacheHost(String hostName, Boolean bNewCluster, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.<EnsureSPDistributedCacheHost>b__0()
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.RunWithRetries[T](Int32 maxAttempts, CodeToRunWithRetries codeToRunWithRetries)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.EnsureSPDistributedCacheHost()
at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

Checked the event viewer–Application Log,

Log Name:      Application
Source:        Microsoft-Windows-RPC-Events
Date:          8/2/2012 11:54:39 AM
Event ID:      11
Task Category: None
Level:         Warning
Keywords:
User:          SYSTEM
Computer:      WIN-2ARGHTED13Q
Description:
Possible Memory Leak.  Application (C:\Windows\system32\svchost.exe -k apphost) (PID: 1044) has passed a non-NULL pointer to RPC for an [out] parameter marked [allocate(all_nodes)].  [allocate(all_nodes)] parameters are always reallocated; if the original pointer contained the address of valid memory, that memory will be leaked.  The call originated on the interface with UUID ({12345778-1234-abcd-ef00-0123456789ab}), Method number (95).  User Action: Contact your application vendor for an updated version of the application.
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event”&gt;
<System>
<Provider Name=”Microsoft-Windows-RPC-Events” Guid=”{F4AED7C7-A898-4627-B053-44A7CAA12FCD}” />
<EventID>11</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime=”2012-08-02T18:54:39.921875000Z” />
<EventRecordID>1061</EventRecordID>
<Correlation />
<Execution ProcessID=”1044″ ThreadID=”2924″ />
<Channel>Application</Channel>
<Computer>WIN-2ARGHTED13Q</Computer>
<Security UserID=”S-1-5-18″ />
</System>
<EventData>
<Data Name=”ApplicationName”>C:\Windows\system32\svchost.exe -k apphost</Data>
<Data Name=”ProcessId”>1044</Data>
<Data Name=”InterfaceId”>{12345778-1234-ABCD-EF00-0123456789AB}</Data>
<Data Name=”Method”>95</Data>
</EventData>
</Event>

++++++++++++++++++++++++++++++++++++++

Log Name:      Application
Source:        SharePoint 2010 Products Configuration Wizard
Date:          8/2/2012 11:54:44 AM
Event ID:      104
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      WIN-2ARGHTED13Q
Description:
Failed to create the configuration database.
An exception of type System.Management.Automation.CmdletInvocationException was thrown.  Additional exception information: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
System.Management.Automation.CmdletInvocationException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported. —> Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<NonDomainNWService>:SubStatus<ES0001>:Service running under Network Service account in workgroup environment is not supported.
at Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterAFCacheHostCommand.BeginProcessing()
— End of inner exception stack trace —
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPVelocityPowerShellWrapper.RegisterCacheHost(String provider, String connectionString, String serviceAccount, Int32 cachePort, Int32 clusterPort, Int32 arbitrationPort, Int32 replicationPort, String hostName, UInt32 cacheSizeInMB)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigHelper.CreateSPDistributedCacheHost(SPDistributedCacheClusterConfigStorageLocation cacheConfigStorageLocation, SPDistributedCacheHostInfo cacheHostInfo)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.CreateFirstCacheHostAndCaches(String hostName, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.EnsureSPDistributedCacheHost(String hostName, Boolean bNewCluster, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.<EnsureSPDistributedCacheHost>b__0()
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.RunWithRetries[T](Int32 maxAttempts, CodeToRunWithRetries codeToRunWithRetries)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.EnsureSPDistributedCacheHost()
at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event”&gt;
<System>
<Provider Name=”SharePoint 2010 Products Configuration Wizard” />
<EventID Qualifiers=”0″>104</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime=”2012-08-02T18:54:44.000000000Z” />
<EventRecordID>1062</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-2ARGHTED13Q</Computer>
<Security />
</System>
<EventData>
<Data>Failed to create the configuration database.
An exception of type System.Management.Automation.CmdletInvocationException was thrown.  Additional exception information: ErrorCode&lt;NonDomainNWService&gt;:SubStatus&lt;ES0001&gt;:Service running under Network Service account in workgroup environment is not supported.
System.Management.Automation.CmdletInvocationException: ErrorCode&lt;NonDomainNWService&gt;:SubStatus&lt;ES0001&gt;:Service running under Network Service account in workgroup environment is not supported. —&gt; Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode&lt;NonDomainNWService&gt;:SubStatus&lt;ES0001&gt;:Service running under Network Service account in workgroup environment is not supported.
at Microsoft.ApplicationServer.Caching.Configuration.Commands.RegisterAFCacheHostCommand.BeginProcessing()
— End of inner exception stack trace —
at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPVelocityPowerShellWrapper.RegisterCacheHost(String provider, String connectionString, String serviceAccount, Int32 cachePort, Int32 clusterPort, Int32 arbitrationPort, Int32 replicationPort, String hostName, UInt32 cacheSizeInMB)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterConfigHelper.CreateSPDistributedCacheHost(SPDistributedCacheClusterConfigStorageLocation cacheConfigStorageLocation, SPDistributedCacheHostInfo cacheHostInfo)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.CreateFirstCacheHostAndCaches(String hostName, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheClusterInfo.EnsureSPDistributedCacheHost(String hostName, Boolean bNewCluster, String serviceAccount)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.&lt;EnsureSPDistributedCacheHost&gt;b__0()
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.RunWithRetries[T](Int32 maxAttempts, CodeToRunWithRetries codeToRunWithRetries)
at Microsoft.SharePoint.DistributedCaching.Utilities.SPDistributedCacheService.EnsureSPDistributedCacheHost()
at Microsoft.SharePoint.Administration.SPFarm.Join(Boolean skipRegisterAsDistributedCacheHost)
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.CreateOrConnectConfigDb()
at Microsoft.SharePoint.PostSetupConfiguration.ConfigurationDatabaseTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()</Data>
</EventData>
</Event>

++++++++++++++++++++++

Log Name:      Application
Source:        SharePoint 2010 Products Configuration Wizard
Date:          8/2/2012 11:54:44 AM
Event ID:      100
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      WIN-2ARGHTED13Q
Description:
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_8_2_2012_11_47_46_781_2089325624.log, fix the problem, and run this configuration wizard again.
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event”&gt;
<System>
<Provider Name=”SharePoint 2010 Products Configuration Wizard” />
<EventID Qualifiers=”0″>100</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime=”2012-08-02T18:54:44.000000000Z” />
<EventRecordID>1063</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-2ARGHTED13Q</Computer>
<Security />
</System>
<EventData>
<Data>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_8_2_2012_11_47_46_781_2089325624.log, fix the problem, and run this configuration wizard again.</Data>
</EventData>
</Event>

UPDATE: (04-August-2012)

++++++++++++++++++++++

Today i installed Active Directory on a different server and created a new user account.

Joined my newly created SharePoint 2013 to the domain.

Made the new user account as local administrator on the SharePoint 2013 machine

Logged into the machine using the new account.

Ran the SharePoint Configuration wizard and WOW!!!!!

It get passed step 2 of installation error while creating configuration database:

Now to my luck it again failed at step 8 of 10 today and below are the details:

08/04/2012 22:47:54  28  ERR                  Task evalprovision has failed with an unknown exception
08/04/2012 22:47:54  28  ERR                  Exception: System.UnauthorizedAccessException: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle, String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String bstrSecondaryContactUserKey, String bstrSecondaryContactName, String bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32 iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32 iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail)
at Microsoft.SharePoint.SPEvaluatorModeProvisioner.Provision()
at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioner.Provision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.EvalProvision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

08/04/2012 22:47:55  28  ERR                  An exception of type System.UnauthorizedAccessException was thrown.  Additional exception information: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
System.UnauthorizedAccessException: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle, String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String bstrSecondaryContactUserKey, String bstrSecondaryContactName, String bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32 iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32 iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail)
at Microsoft.SharePoint.SPEvaluatorModeProvisioner.Provision()
at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioner.Provision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.EvalProvision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

08/04/2012 22:47:55  28  INF                    debugMessage for task evalprovision is An exception of type System.UnauthorizedAccessException was thrown.  Additional exception information: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
System.UnauthorizedAccessException: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle, String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String bstrSecondaryContactUserKey, String bstrSecondaryContactName, String bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32 iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32 iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail)
at Microsoft.SharePoint.SPEvaluatorModeProvisioner.Provision()
at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioner.Provision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.EvalProvision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

08/04/2012 22:47:55  7  ERR                Failed to create sample data.
An exception of type System.UnauthorizedAccessException was thrown.  Additional exception information: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
System.UnauthorizedAccessException: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle, String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String bstrSecondaryContactUserKey, String bstrSecondaryContactName, String bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32 iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32 iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail)
at Microsoft.SharePoint.SPEvaluatorModeProvisioner.Provision()
at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioner.Provision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.EvalProvision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

Event Viewer–Application Log

++++++++++++++++++++++

Log Name:      Application
Source:        Microsoft-SharePoint Products-SharePoint Foundation
Date:          8/4/2012 10:47:04 PM
Event ID:      8306
Task Category: Claims Authentication
Level:         Error
Keywords:
User:          CONTOSO\sp2013admin
Computer:      WIN-2ARGHTED13Q.Contoso.com
Description:
An exception occurred when trying to issue security token: The request channel timed out while waiting for a reply after 00:00:37.1284567. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout..
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event”&gt;
<System>
<Provider Name=”Microsoft-SharePoint Products-SharePoint Foundation” Guid=”{6FB7E0CD-52E7-47DD-997A-241563931FC2}” />
<EventID>8306</EventID>
<Version>15</Version>
<Level>2</Level>
<Task>47</Task>
<Opcode>0</Opcode>
<Keywords>0x4000000000000000</Keywords>
<TimeCreated SystemTime=”2012-08-04T17:17:04.979675200Z” />
<EventRecordID>1567</EventRecordID>
<Correlation />
<Execution ProcessID=”944″ ThreadID=”4824″ />
<Channel>Application</Channel>
<Computer>WIN-2ARGHTED13Q.Contoso.com</Computer>
<Security UserID=”S-1-5-21-4031568196-1862806343-1415649440-1106″ />
</System>
<EventData>
<Data Name=”string0″>The request channel timed out while waiting for a reply after 00:00:37.1284567. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.</Data>
</EventData>
</Event>

==========================

Log Name:      Application
Source:        Microsoft-SharePoint Products-SharePoint Foundation
Date:          8/4/2012 10:47:54 PM
Event ID:      6141
Task Category: Topology
Level:         Error
Keywords:
User:          CONTOSO\sp2013admin
Computer:      WIN-2ARGHTED13Q.Contoso.com
Description:
The site / could not be created.  The following exception occurred: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied..
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event”&gt;
<System>
<Provider Name=”Microsoft-SharePoint Products-SharePoint Foundation” Guid=”{6FB7E0CD-52E7-47DD-997A-241563931FC2}” />
<EventID>6141</EventID>
<Version>15</Version>
<Level>2</Level>
<Task>13</Task>
<Opcode>0</Opcode>
<Keywords>0x4000000000000000</Keywords>
<TimeCreated SystemTime=”2012-08-04T17:17:54.139707100Z” />
<EventRecordID>1568</EventRecordID>
<Correlation />
<Execution ProcessID=”944″ ThreadID=”4824″ />
<Channel>Application</Channel>
<Computer>WIN-2ARGHTED13Q.Contoso.com</Computer>
<Security UserID=”S-1-5-21-4031568196-1862806343-1415649440-1106″ />
</System>
<EventData>
<Data Name=”string0″>/</Data>
<Data Name=”string1″>&lt;nativehr&gt;0x80070005&lt;/nativehr&gt;&lt;nativestack&gt;&lt;/nativestack&gt;Access denied.</Data>
</EventData>
</Event>

===================

Log Name:      Application
Source:        SharePoint 2010 Products Configuration Wizard
Date:          8/4/2012 10:47:55 PM
Event ID:      104
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      WIN-2ARGHTED13Q.Contoso.com
Description:
Failed to create sample data.
An exception of type System.UnauthorizedAccessException was thrown.  Additional exception information: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
System.UnauthorizedAccessException: <nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle, String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String bstrSecondaryContactUserKey, String bstrSecondaryContactName, String bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32 iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32 iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail)
at Microsoft.SharePoint.SPEvaluatorModeProvisioner.Provision()
at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioner.Provision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.EvalProvision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event”&gt;
<System>
<Provider Name=”SharePoint 2010 Products Configuration Wizard” />
<EventID Qualifiers=”0″>104</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime=”2012-08-04T17:17:55.000000000Z” />
<EventRecordID>1569</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-2ARGHTED13Q.Contoso.com</Computer>
<Security />
</System>
<EventData>
<Data>Failed to create sample data.
An exception of type System.UnauthorizedAccessException was thrown.  Additional exception information: &lt;nativehr&gt;0x80070005&lt;/nativehr&gt;&lt;nativestack&gt;&lt;/nativestack&gt;Access denied.
System.UnauthorizedAccessException: &lt;nativehr&gt;0x80070005&lt;/nativehr&gt;&lt;nativestack&gt;&lt;/nativestack&gt;Access denied.
at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl, Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle, String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String bstrSecondaryContactUserKey, String bstrSecondaryContactName, String bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32 iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32 iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database, SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32 nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName, String ownerEmail, String secondaryContactLogin, String secondaryContactName, String secondaryContactEmail, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(String siteUrl, String title, String description, UInt32 nLCID, String webTemplate, String ownerLogin, String ownerName, String ownerEmail)
at Microsoft.SharePoint.SPEvaluatorModeProvisioner.Provision()
at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioner.Provision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.EvalProvision()
at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()</Data>
</EventData>
</Event>

===================

Log Name:      Application
Source:        SharePoint 2010 Products Configuration Wizard
Date:          8/4/2012 10:47:55 PM
Event ID:      100
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      WIN-2ARGHTED13Q.Contoso.com
Description:
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_8_4_2012_22_33_44_561_1603703389.log, fix the problem, and run this configuration wizard again.
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event”&gt;
<System>
<Provider Name=”SharePoint 2010 Products Configuration Wizard” />
<EventID Qualifiers=”0″>100</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime=”2012-08-04T17:17:55.000000000Z” />
<EventRecordID>1570</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-2ARGHTED13Q.Contoso.com</Computer>
<Security />
</System>
<EventData>
<Data>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_8_4_2012_22_33_44_561_1603703389.log, fix the problem, and run this configuration wizard again.</Data>
</EventData>
</Event>

UPDATE: (14-August-2012)

++++++++++++++++++++++

gave sysadmin permission to system account
ran the wizard, it failed
deleted the existing database from SQL
ran the wizard again, it failed

<<Will update the progress>>

Written by Yagyashree

August 2, 2012 at 12:17 pm

Posted in sharepoint

Tagged with , , , , ,

SharePoint: Unable to start “Excel Calculation Services”

leave a comment »


ISSUE:
=======

–When trying to start “Excel Calculation Services” under central administraion–Services on Server, getting error message

“Unknown Error”

Or

“Failed to resolve the site ID for ‘Office Server Web Services’.”

–When we check the Event Viewer–Application Logs, getting following event ID 7034
 Log Name:      Application
Source:        Windows SharePoint Services 3
Date:          7/30/2009 9:04:35 AM
Event ID:      7034
Task Category: Topology
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      <SharePoint Server Name>
Description:
An attempt to start/stop instance  of service Excel Calculation Services on server <SharePoint Server Name> did not succeed.  Re-run the action via UI or command line on the specified server. Additional information is below.

Cannot open database “SharedServices1_DB” requested by the login. The login failed.
Login failed for user ‘Domain Name\<SharePoint Server Name>$’.
Event Xml:
<Event xmlns=”http://schemas.microsoft.com/win/2004/08/events/event“>
  <System>
    <Provider Name=”Windows SharePoint Services 3″ />
    <EventID Qualifiers=”0″>7034</EventID>
    <Level>2</Level>
    <Task>807</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime=”2009-07-30T16:04:35.000Z” />
    <EventRecordID>15441</EventRecordID>
    <Channel>Application</Channel>
    <Computer><SharePoint Server Name></Computer>
    <Security />
  </System>
  <EventData>
    <Data>
    </Data>
    <Data>Excel Calculation Services</Data>
    <Data><SharePoint Server Name></Data>
    <Data>Cannot open database “SharedServices1_DB” requested by the login. The login failed.
Login failed for user ‘Domain Name\<SharePoint Server Name>$’.</Data>
  </EventData>
</Event>
Resolution:
===========
1. Find the command prompt under the start menu, right click on it and choose ‘Run as Administrator’.

2. Change directories to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\bin.

3. Run the following command:

STSADM.EXE -o provisionservice -action start -servicetype “Microsoft.Office.Excel.Server.ExcelServerSharedWebService, Microsoft.Office.Excel.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”

Written by Yagyashree

July 30, 2009 at 9:54 pm

Excel Word Applications Problems

leave a comment »


Error Message: – When we tried to open the word or excel document from the document Library, it opens in internet explorer instead of office application.
Normally, this problem persists only with few document Libraries and specific with word documents or Excel Documents.
We start troubleshooting in SharePoint and suggested customer that this problem lies with the document Library and Might be corrupt. We quickly create new document library and issue resolved.
But this problem does not have any relation with the SharePoint.
Resolution:-
1. Open My computer
2. Click on Tools
3. Folder Options
4. File Types
5. One window will open in which multiple files types with extensions are mentioned [Name of the window:- Registered File Types]
6. Select the file extension [e.g. .doc ,.xls,xlsx etc]
7. Click on Advanced
8. You will get three options as Confirm open after download, always shows extension, Browse in same window.
9. If browse in the same window is checked then unchecked that option
10. Save and Ok.

Written by Yagyashree

January 29, 2009 at 7:00 pm

Posted in Microsoft Office, sharepoint

Tagged with , , ,