All Posts

Detail: (Truncated due to length) [MissingFeature] Database [WSS_Content] has reference(s) to a missing feature: Id = [fc5e2840-0b48-42eb-9ad7-076f5add58ad]. The feature with Id fc5e2840-0b48-42eb-9ad7-076f5add58ad is referenced in the database [WSS_Content], 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…

Read More

Detail:  Using highly-privileged accounts as application pool or as service identities poses a security risk to the farm, and could allow malicious code to execute.  Solution:  The farm account should be removed from the local Administrators group on all servers in the farm.

Read More
  • Posted By: Jonathan Adams
  • Comments Off on Accounts used by application pools or service identities are in the local machine Administrators group

Detail: DOMAIN\farm_account, the account used for the SharePoint timer service and the central administration site, is highly privileged and should not be used for any other services on any machines in the server farm.  Solution: To clear this error we must change the identities for the services and application pools to domain accounts that are…

Read More
  • Posted By: Jonathan Adams
  • Comments Off on The server farm account should not be used for other services

This error occurred in SharePoint Designer 2010 when attempting to edit a masterpage.  Like many errors with SharePoint 2010, this is related to Alternate Access Mappings.  The server was being connected to by its short form url of http://site.  If connected via the long form, http://site.domain.extension, it would work with issue. To permanently resolve the…

Read More
  • Posted By: Jonathan Adams
  • Comments Off on soap:Server was unable to process request. —> Value does not fall within the expected range

You are prompted to download and save these documents.  After a bit of trolling the internet, I found the link below.  Apparently it is a Central Administration setting.  To resolve the issue we need to set Browser Handling to Permissive. Open Central Administration Click “Manage Web Applications” under “Application Management” Highlight the web application experiencing…

Read More
  • Posted By: Jonathan Adams
  • Comments Off on HTML documents stored in a document library prompt to save

Reference source: http://sharepointbergen.blogspot.com/2010/05/sharepoint-2010-excel-services-workbook.html “The Workbook cannot be opened.” $w = Get-SPWebApplication $w[0].GrantAccessToProcessIdentity(“domain\account”) Note: this must be done for each web application, this example assumes that the first (0) web application is the one being referenced.

Read More
  • Posted By: Jonathan Adams
  • Comments Off on SharePoint 2010 Excel Services – “The workbook cannot be opened.”
  • 1
  • 2