Error when trying to activate SharePoint Server Publishing Infrastructure

I have recently inherited a SharePoint environment.  On one site collection (which has 786 sites and subsites), I am trying to activate the
SharePoint Server Publishing Infrastructure feature and am getting the below error:-
The field with Id {51d39414-03dc-4bd0-b777-d3e20cb350f7} defined in feature {aebc918d-b20f-4a11-a1db-9ed84d79c87e} was found in the current site collection or in a subsite.
I believe there are two site templates which when they are deactivated, the publishing feature will activate but then the site templates will not activate. 
I have seen from other posts etc. that this is related to
Feature with Id {aebc918d-b20f-4a11-a1db-9ed84d79c87e} is "PublishingResources", a hidden feature
Field with Id {51d39414-03dc-4bd0-b777-d3e20cb350f7} is "PublishingStartDate". It's the first field defined in the feature PublishingResources
I found this thread which suggests using the -force to activate the feature - https://social.msdn.microsoft.com/Forums/en-US/af5d0943-a568-4426-89f3-b0691f8d3f87/error-activating-publishing-feature?forum=sharepointgeneralprevious which
I havent tried as yet as I need to copy it to a test environment so I don't break it and the DB is edging toward 200GB (another seperate issue).
I guess my questions are:-
I am migrating all of this content to SP 2013 in the near future - I am assuming it is best to fix this beforehand?
Would it be easiest to edit the site templates somehow - what would to do to the template to fix it?
Some direction would be great.

Hi Kelsnz,
I recommend to use the command below to check which sites have this field:
$site = Get-SPSite http://yoursitecollectionURL
write-host $site
$webs = Get-SPWeb -Site $site -Limit All
foreach ($web in $webs)
foreach ($field in $web.availablefields)
if ($field.id -eq [GUID]"51d39414-03dc-4bd0-b777-d3e20cb350f7")
write-host $web " = " $field " " $field.id
If there are any sites listed, you may need to re-create the site before you migrate the environment to SharePoint 2013.
More references about this issue:
http://www.techques.com/question/19-27196/Activating-OOTB-Features-Fails
http://pedrosneglectedtechblog.blogspot.com/2010/03/adventures-in-sharepoint-2010-upgrades.html
Best regards.
Thanks
Victoria Xia
TechNet Community Support

Similar Messages

  • Fatal error when trying to backup SharePoint server (Failed to set request to pause search application)

    I have powershell script that is used to backup SharePoint server. It was working correctly until last week. I found this error message indicate that search application cannot be paused. I don't know what happen and what should I do to solve this issue.
    Please help me find solution for this.
    [20/1/2557 18:53:53] FatalError: Object Search Service Application failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
    InvalidOperationException: Failed to set request to pause search application

    Hi,
    According to your post, my understanding is that you got an error when you backup your SharePoint Server.
    You can do the steps below, then check whether it works.
    Look for any One-time timer job  for Backup/Restore and delete it (From Central Administration > Monitoring > Review Job Definitions)
    Clear the timer cache following the below link:
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    Run the below command from the SharePoint Management Shell:
    $ssa = Get-SPEnterpriseSearchServiceApplication –Identity <SearchServiceApplicationName>
    Suspend-SPEnterpriseSearchServiceApplication -Identity $ssa
    Once the above steps are completed successfully start the full farm backup from the Central Administration > Backup and Restore > Farm Backup
    Once backup is completed run the below command to resume the SSA
    $ssa = Get-SPEnterpriseSearchServiceApplication –Identity <SearchServiceApplicationName>
    Resume-SPEnterpriseSearchServiceApplication -Identity $ssa
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Unable to activate "SharePoint Server Publishing Infrastructure"

    HI,I am unable to active publishing feature " SharePoint Server Publishing Infrastructure" in site collection features.while activating i am getting the below error.Please assist on this.

    Hi Sekhar,
    You posted on SharePoint 2010 forum, but seeing the screenshot I reckon you are having the issue in SharePoint 2013.
    - Did you already activate this feature successfully on this particular Site Collection or never?
    >> If never, try to delete this site collection (if this is an option for you like in a Dev environment for instance), and recreate it, then try reactivate the feature.
    - Try to enable the feature by PowerShell
    TechNet article to enable features by PowerShell
    - Try enable the feature on another Site Collection
    Cheers
    FrenchSpeaker - MCTS

  • Activate SharePoint Server Publishing

    Hi guys,
    This might be a simple question but I'd like to activate the SharePoint Server Publishing feature on my site collection where this site collection using a custom branding feature (i.e. using sandbox solution).
    There is no documentation how this sandbox solution developed. But the branding solution is uploaded to solution gallery and the feature is activated at the site collection level.
    I wonder if its safe for me to activate SharePoint Server Publishing feature and it will not overwrite current look and feel?
    Any advise greatly appreciated.
    Balai

    As per below explination it shouldnt be a problem.
    REad throught the below content and you will get a clear idea .
    The SharePoint Server Publishing Infrastructure feature provides publishing functionality at the site collection level, and the SharePoint
    Server Publishing feature provides publishing functionality at the site level. The subset of features contained in each of these primary features is collectively known as “publishing features.” Publishing features are all the features that are part of a preconfigured
    publishing site or that are added when publishing is enabled at the site collection and site level. When publishing is enabled, all publishing features are automatically enabled. You cannot select individual publishing features, such as variations, to be enabled
    separately without enabling other publishing features. All publishing features are either active or inactive. However, even though you can decide to enable the publishing features, you do not have to use them all.
    When you enable the SharePoint Server Publishing Infrastructure feature, the Inherit
    Theme and Apply
    Theme sections are added to the Site Theme page. These options allow a site administrator to specify whether a site should
    inherit the theme from the parent site or should use its own theme. These themes also allow the site administrator to specify whether to
    apply the selected theme only to the current site or to the current site and all sites below it in the site hierarchy. For more information about themes, see Themes
    overview (SharePoint Server 2010).
    New master pages and page layouts, such as article pages and a Wiki page that is used by publishing sites, are added.
    A new folder is created in the Master Page Gallery library, and is named based on the language that was used for the SharePoint Server 2010 installation. For example, if the English version
    was installed, the folder name is en-us. This folder contains a folder named Preview Images, which contains the thumbnail preview images of the Publishing page layouts.
    http://msdn.microsoft.com/en-us/library/office/gg430141(v=office.14).aspx

  • The SharePoint Server Publishing Infrastructure feature must be activated at the site collection level before the Publishing feature can be activated.

    Hi All,
    I am trying to activate the Publishing feature for a SharePoint website using a custom Site Definition File. The problem I am getting
    is when I try to use the custom site template I get an error message:
    New-SPSite : The SharePoint Server Publishing Infrastructure feature must be activated at the site collection level before the Publishing feature can be activated.
    The custom
    Site Definition File snippet is show below:
    <?xml
    version="1.0"
    encoding="utf-8"?>
    <Project
    Title="SiteDefinition1"
    Revision="2"
    ListDir=""
    xmlns:ows="Microsoft
    SharePoint"
    xmlns="http://schemas.microsoft.com/sharepoint/">
      <NavBars>
      </NavBars>
      <Configurations>
        <Configuration
    ID="0"
    Name="SiteDefinitionDelegateControls2">
          <Lists/>
          <SiteFeatures>
            <!--Document
    Set-->     
            <Feature
    ID="{3bae86a2-776d-499d-9db8-fa4cdc7884f8}"
    Name="FeatureDefinition/15/3bae86a2-776d-499d-9db8-fa4cdc7884f8"
    />
            <!--Publishing
    Prerequisites-->     
            <Feature
    ID="{a392da98-270b-4e85-9769-04c0fde267aa}"
    Name="FeatureDefinition/15/a392da98-270b-4e85-9769-04c0fde267aa"
    />
          ...Other Site Features
          </SiteFeatures>
         <WebFeatures>
            <!--2
    Publishing Web-->
         <Feature
    ID="{94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb}"
    Name="FeatureDefinition/15/94c94ca6-b32f-4da9-a9e3-1f3d343d7ecb"/>
         ... Other Web Features
          </WebFeatures>
          <Modules>
            <Module
    Name="DefaultBlank"
    />
          </Modules>
        </Configuration>
      </Configurations>
      <Modules>
        <Module
    Name="DefaultBlank"
    Url=""
    Path="">
          <File
    Url="default.aspx">
          </File>
        </Module>
      </Modules>
    </Project>
    I hope you can help
    Colin

    As the error says.  The Publishing Infrastructure feature must be activated at the Site Collection level where you are creating a new site PRIOR to turning on the Publishing feature.  So if you are trying to use this site definition to create a
    new Site Collection then its not going to work.  If you are trying to create a sub site then make sure that Publishing Infrastructure is enabled in the site collection before trying to create a sub site with this site definition.
    Internally Microsoft does this for the Publishing Portals using custom code.  Here's an article that discusses how to do it in SharePoint 2010.  
    http://msdn.microsoft.com/en-us/library/office/gg615465(v=office.14).aspx
    Compare what's in the article to one of the Publishing templates available out of the box in 2013 and you should be able to find the assembly that is used to load the Publishing features.
    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.

  • SharePoint Server Publishing Infrastructure with drag-and-drop

    Hello,
    When I activated "SharePoint Server Publishing Infrastructure" future, I can no longer use drag-and-drop functionality between two libraries (eg. drag from Document Library to MyDoc library). When I disable it, drag and drop is possible.
    But I need both of this functionalities, because i use Managed navigation. What should I do?
    Thanks in advance,
    Tomaz

    Hi Tomaz,
    According to your description, I could reproduce this issue as:
    1. Create a web application with team site
    2. Create a new library called docA, upload a new document
    3. Then I could move the document to Document library with drag-and-drop feature
    4. Activate SharePoint Server Publishing Infrastructure
    5. I could not move the document from Document library to docA library with drag-and-drop feature
    6. Upload a new document to docA, then also could not move it to Document library with drag-and-drop feature
    Since you also want to use Managed Navigation, you can use Content and Structure feature to move a document from one library to another library. You can do as Site Settings->content and structure under Site Administration->clicking on the library,
    then you can move or copy the document to the destination library.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • App File Server connection error when trying to run a BI Publisher report..

    hello Gurus...
    As above - App File Server connection error when trying to run a BI Publisher report.. FOR THE FIRST TIME.
    What does our DBA need to do..?
    error message reads..
    Template code: SUARXASR
    Template app:  AR
    Language:      en
    Territory:     GB
    Output type:   EXCEL
    [5/10/10 10:59:27 AM] [UNEXPECTED] [46321:RT1487572]
    oracle.apps.fnd.cp.util.RemoteFileException: An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_*****.ac.uk. There may be a network configuration problem, or the TNS listener on node FNDFS_*****.ac.uk may not be running. Please contact your system administrator.
    at oracle.apps.fnd.cp.util.RemoteFile.readURL(RemoteFile.java:241)
    at oracle.apps.fnd.cp.util.RemoteFile.transferFile(RemoteFile.java:194)
    at oracle.apps.fnd.cp.util.RemoteFile.transfer(RemoteFile.java:130)
    at  oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:264)at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [5/10/10 10:59:27 AM] [46321:RT1487572] Completed post-processing actions for request 1487572.I'm sure we never had to set anything up in our Test instance!??!!??
    many thanks for looking..
    Steven

    nobody experienced this before..?

  • HT204406 hi!!!! I keep getting an "error" when trying to activate my iTunes match. I get to the 1st step, then it gets stopped, and I get the error message. HELP!!!!!!

    hi!!!! I keep getting an "error" when trying to activate my iTunes match. I get to the 1st step, then it gets stopped, and I get the error message. HELP!!!!!!

    That's definitely enough to start.
    It sure seems like it should work...and then I saw that you're using a router. It could very well be that the router is the weak link here.
    Instead connecting to your network router, try using a direct USB connection from your MBP. If that doesn't work, you read this post, which may be relevant to your problem:
    http://h30434.www3.hp.com/t5/Mac-Printing-and-Scanning/Scanning-from-Mac-10-7-fa ils-after-all-recommendations-Not-ready/td-p/1287003
    It seems you're up to date with software. Post with your results.

  • Error when trying to activate new valuation area - AU158

    Hi,
    I´m getting an error when trying to activate a new valuation area by using AFBN transaction. I get a message that says "Closed fiscal years for areas 01 and 08 differ by more than 1 year" (AU158).
    Then the system recomends me to check the settings of the depreciation areas for the closed fiscal years since the closed fiscal years of the areas are not allowed to more than 1 years apart.
    When I check the settings in transaction OAAR what I see is: area 01 - 2010 and area 08 (newest) - 2008 fiscal year is assigned.
    How can I close area 08? Will I need reopen the 01 area until 2008 fiscal year?
    How can I create the new area with the same fiscal year closing?
    Tks

    Year end closing--AJAB
    FY Change---AJRW
    If you open FY 2008, then you can create new depreciation area through AFBN.
    I guess this depreciation area doesn't generate any postings and this is only for reporting purpose.

  • Error when trying to activate new valuation area.

    Hello forum,
    I´m getting an error when trying to activate a new valuation area by using AFBN transaction. I get a message that says "Closed fiscal years for areas 01 and 10 differ by more than 1 year".
    Then the system recomends me to check the settings of the depreciation areas for the closed fiscal years since the closed fiscal years of the areas are not allowed to more than 1 years apart.
    But when I check the settings in transaction OAAR what I see is that same fiscal year is assigned to all the areas.
    I don´t understand why the system is showing me this error then...How can I ensure all areas to be in the same fiscal year.
    Thanks in advance

    Hi,
    Do you have other company codes which are using the same Chart of  Depreciation? Please check these company codes and perform fiscal  year change to them.
    It seems that the problem is related to note 421549 : the system tries             
    to check the entries for field T093B-ABGJA for all the entries,not                 
    only for the relevant company code. If there's a difference of more                
    than 1 fiscal year between the last closed fiscal year for the area                
    you are trying to create, and one of the entries in T093B, then,                   
    error AU 158 arises."                                                              
    Because according to the note 421549: the system tried to check the entries for field for ALL THE ENTRIES,not only for the relevant company  code.                                                                               
    If there's a difference of more than 1 fiscal year between the last  closed fiscal year for the area you are trying to create, and one of the entries in T093B, then, error AU 158 arises. 
    Regards Bernhard
    Edited by: Bernhard Kirchner on Jul 19, 2010 1:22 PM

  • SharePoint Server Publishing infrastructure - Sorry, you don't have access to this page

    If I enable site feature on Any site  in any site collection on Sharepoint farm,  
    every one get lock out (include Farm admin, ect)  with error Sorry, you don't have access to this page.
    I have to  go to Web application -> User Policies Add: NT Authority\Authenticated Users, so that I can 
    log in to site, disable feature and everything start to work.
    On : Site Collection Administration -> Site Collection Features 
    -> SharePoint Server Publishing Infrastructure : is activated
    Infrastructure : I use  Host name site collection, all effected sites are located in the same web application.
    I think  problem is with “SharePoint Server Publishing Infrastructure”. Because if I enable 
    that feature on site collection, then o have problem choosing together
     SharePoint Server Standard Site Collection features and SharePoint Server Enterprise Site Collection features
    If SharePoint Server Publishing Infrastructure is enabled, if a activate Standard Site Collection features , then choosing Server Enterprise Site Collection features, produce error : Sorry, something went wrong.
    But I can  enabled both features “Standard Site  & Server Enterprise” before enabling SharePoint Server Publishing Infrastructure.
    ULS logs, when I enable SharePoint Server Publishing Infrastructure :
    From bottom up : Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|DOMAIN\user1, ClaimsCount=55
    DelegateControl: Exception thrown while adding control 'Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource':
    System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))   
     at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(Exception ex)   
     at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid&
    pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)   
     at Microsoft.SharePoint.SPWeb.GetList(String strUrl)   
     at Microsoft.SharePoint.Publishing.CacheManager..ctor(SPSite site)   
     at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite site, Boolean useContextSite, Boolean
    allowContextSiteOptimization, Boolean refreshIfNoContext)   
     at Microsoft.SharePoint.Publishing.CachedAreaLookup.EnsureLookup(Boolean errorsAsExceptions)   
     at Microsoft.SharePoint.Publishing.CachedAreaLookup.GetCachedAreaOrException()   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetCachedWebInfo(CachedAreaLookup
    cachedAreaLookup)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetWebNavigationSettings(CachedAreaLookup
    cachedArea, CachedAreaLookup& parentCachedArea, Exception& loadError)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettingsList(CachedAreaLookup
    cachedArea, Boolean includeInheritedSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](CachedAreaLookup
    cachedArea, String siteMapProviderName, Boolean includeInheritedSettings, CachedAreaLookup& cachedAreaWithSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](SPWeb
    web, String siteMapProviderName, Boolean includeInheritedSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.GetCurrentWrappedProvider()   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.get_RootNode()   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableDataSourceBehavior.AssignProperties(SiteMapProvider
    targetProvider)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource.OnInit(EventArgs e)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.AddedControl(Control control, Int32 index)   
     at Microsoft.SharePoint.WebControls.DelegateControl.AddControlResilient(Control ctl)
    System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002), StackTrace:  
     at Microsoft.SharePoint.SPWeb.GetObjectForUrl(String strUrl, Guid& listId)   
     at Microsoft.SharePoint.Utilities.SPUtility.<>c__DisplayClass9.<FindObjectAccessed>b__8()   
     at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()   
     at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)   
     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)   
     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)   
     at Microsoft.SharePoint.Utilities.SPUtility.FindObjectAccessed(SPWeb web, SPSite site, SPObjectType&
    objType, String& strObject, String& strListItemId)   
     at Microsoft.SharePoint.Utilities.SPUtility.RedirectToAccessDeniedPage(HttpContext context)   
     at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(HttpContext context)   
     at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(Exception ex)   
     at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid&
    pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)   
     at Microsoft.SharePoint.SPWeb.GetList(String strUrl)   
     at Microsoft.SharePoint.Publishing.CacheManager..ctor(SPSite site)   
     at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite site, Boolean useContextSite, Boolean
    allowContextSiteOptimization, Boolean refreshIfNoContext)   
     at Microsoft.SharePoint.Publishing.CachedAreaLookup.EnsureLookup(Boolean errorsAsExceptions)   
     at Microsoft.SharePoint.Publishing.CachedAreaLookup.GetCachedAreaOrException()   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetCachedWebInfo(CachedAreaLookup
    cachedAreaLookup)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetWebNavigationSettings(CachedAreaLookup
    cachedArea, CachedAreaLookup& parentCachedArea, Exception& loadError)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettingsList(CachedAreaLookup
    cachedArea, Boolean includeInheritedSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](CachedAreaLookup
    cachedArea, String siteMapProviderName, Boolean includeInheritedSettings, CachedAreaLookup& cachedAreaWithSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](SPWeb
    web, String siteMapProviderName, Boolean includeInheritedSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.GetCurrentWrappedProvider()   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.get_RootNode()   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableDataSourceBehavior.AssignProperties(SiteMapProvider
    targetProvider)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource.OnInit(EventArgs e)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.AddedControl(Control control, Int32 index)   
     at Microsoft.SharePoint.WebControls.DelegateControl.AddControlResilient(Control ctl)   
     at Microsoft.SharePoint.WebControls.DelegateControl.CreateChildControlsInternal()   
     at Microsoft.SharePoint.WebControls.DelegateControl.CreateChildControls()   
     at System.Web.UI.Control.EnsureChildControls()   
     at Microsoft.SharePoint.WebControls.DelegateControl.OnInit(EventArgs e)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)   
     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)   
     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)   
     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)   
     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer,
    IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   
     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)   
     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus&
    notificationStatus)   
     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus&
    notificationStatus)   
     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer,
    IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   
     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)
    SPRequest.GetMetadataForUrl: UserPrincipalName=, AppPrincipalName= ,bstrUrl=/_layouts/15/ManageFeatures.aspx ,METADATAFLAGS=59
    Unknown SPRequest error occurred. More information: 0x80070002
    Access Denied. Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace: 
     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS,
    Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)   
     at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32&
    plItemId, Int32& plType, Object& pvarFileOrFolder).
    System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)), StackTrace:  
     at Microsoft.SharePoint.SPWeb.GetList(String strUrl)   
     at Microsoft.SharePoint.Publishing.CacheManager..ctor(SPSite site)   
     at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite site, Boolean useContextSite, Boolean
    allowContextSiteOptimization, Boolean refreshIfNoContext)   
     at Microsoft.SharePoint.Publishing.CachedAreaLookup.EnsureLookup(Boolean errorsAsExceptions)   
     at Microsoft.SharePoint.Publishing.CachedAreaLookup.GetCachedAreaOrException()   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetCachedWebInfo(CachedAreaLookup
    cachedAreaLookup)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationCache.GetWebNavigationSettings(CachedAreaLookup
    cachedArea, CachedAreaLookup& parentCachedArea, Exception& loadError)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettingsList(CachedAreaLookup
    cachedArea, Boolean includeInheritedSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](CachedAreaLookup
    cachedArea, String siteMapProviderName, Boolean includeInheritedSettings, CachedAreaLookup& cachedAreaWithSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigation.GetEffectiveProviderSettings[T](SPWeb
    web, String siteMapProviderName, Boolean includeInheritedSettings)   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.GetCurrentWrappedProvider()   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableSiteMapProvider.get_RootNode()   
     at Microsoft.SharePoint.Publishing.Navigation.SwitchableDataSourceBehavior.AssignProperties(SiteMapProvider
    targetProvider)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapDataSource.OnInit(EventArgs e)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.AddedControl(Control control, Int32 index)   
     at Microsoft.SharePoint.WebControls.DelegateControl.AddControlResilient(Control ctl)   
     at Microsoft.SharePoint.WebControls.DelegateControl.CreateChildControlsInternal()   
     at Microsoft.SharePoint.WebControls.DelegateControl.CreateChildControls()   
     at System.Web.UI.Control.EnsureChildControls()   
     at Microsoft.SharePoint.WebControls.DelegateControl.OnInit(EventArgs e)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Control.InitRecursive(Control namingContainer)   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)   
     at System.Web.UI.Page.ProcessRequest()   
     at System.Web.UI.Page.ProcessRequest(HttpContext context)   
     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)   
     at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)   
     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)   
     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)   
     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer,
    IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   
     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)   
     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus&
    notificationStatus)   
     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus&
    notificationStatus)   
     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer,
    IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)   
     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)
    SPRequest.GetMetadataForUrl: UserPrincipalName=i:0).w|s-1-5-21-1794000256-2036170096-312552118-17692, AppPrincipalName= ,bstrUrl=/Cache Profiles ,METADATAFLAGS=59
    Feature Activation: Feature 'PublishingSite' (ID: 'f6924d36-2fa8-4f0b-b16d-06b7250180fa') was activated at URL
    https://intranet.domain.com.
    Calling 'FeatureActivated' method of SPFeatureReceiver for Feature 'PublishingSite' (ID: 'f6924d36-2fa8-4f0b-b16d-06b7250180fa').
    Feature Activation: Activating Feature 'PublishingSite' (ID: 'f6924d36-2fa8-4f0b-b16d-06b7250180fa') at URL
    https://intranet.domain.com.

    Hi Mali,
    According to your description, my understanding is that users cannot access the SharePoint site if SharePoint Server Publishing Infrastructure is enabled.
    If I misunderstood please feel free to correct me.
    I recommend use PowerShell to activate the feature in SharePoint 2013 to see if the issue still occurs.
    http://technet.microsoft.com/en-us/library/ff607803(v=office.15).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Use Powershell to deactivate Feature SharePoint Server Publishing Infrastructure

    Hi - we have activated Feature SharePoint Server Publishing Infrastructure on a site collection and now we have lost access that site - So is there a way I can use PowerShell to deactivate the feature?
    Thanks
    J

    Hi J,
    I'm not getting "we have lost access that site", Site administrator and System Account always have access to the site unless there is some error coming on the site which is not letting user to login in the browser.
    If you are getting access denied error then powershell script also throw the same error. So, for running powershell script you must have access to site.
    Best Regards,
    Brij K
    http://bloggerbrij.blogspot.co.uk/

  • Error when trying to activate Office 2013 ProPlus - (0x80070005)

    Have been receiving this error message for 2 days when trying to activate Office 2013. 
    Please note that I do not have the option to run Office as Administrator.
    ISV using VB.net and SQL Server Express

    Hi,
    The suggestion I would like to provide was to run Office as administrator. By "I do not have the option to run Office as Administrator", did you mean you couldn't see the option or something else?
    To run an Office application as administrator, we need to find the application shortcut, right click on it, then click "Run as administrator".
    For the error message you provided, I also suggest you run the System File Checker to run the sfc /scannow command to scan all protected system files and replace the incorrect versions with the correct Microsoft versions.
    For a Windows 7 PC
    1. Click Start > All Programs >
    Accessories, and then right-click Command Prompt and choose
    Run as administrator.
    2. In the command prompt, type sfc /scannow and press Enter.
    3. When the system scan is complete, try to install Office again.
    For a Windows 8 PC
    1. Swipe in from the right edge of the screen, and then tap Search.
    (If you're using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then click
    Search.)
    2. Enter command prompt in the search box.
    3. In the list of results, swipe down on or right-click Command Prompt, and then tap or click
    Run as administrator.
    4. In the Administrator: Command Prompt window, type sfc /scannow
    press Enter.
    5. When the system scan is complete, try to install Office again.
    I hope the information is helpful.
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Errors when trying to activate web service

    Has anybody encountered an HTTP 500 error while trying to activate a webservice based on a business object from one of the SAP namespaces?
    The error that I am getting is: HTTP 500 (InternalServerError) - Dump or unhandled exception in backend.

    Yes we have the same Problem. Are you using Association in your BO?
    The Problem is known
    This was defect in the code while trying to include
    Cross Bo associations in Read Operation.
    This was fixed in FP26 with Hotfix HZEK001337.
    This is not yet imported into VQ3.
    Solution: Wait till VQ3 is supplied with this week's hotfixes
    or try to generate service without Cross BO associations till hotfix
    is imported into VQ3.

  • Random users receive an unexpected error when trying to access SharePoint 2010 farm.

    Over the past few months we had occasions where established users trying to connect to my production SharePoint 2010 farm receive a correlation error page when trying to access the farm. I have two WFEs load balanced and the errors show up on either so it
    doesn't happen on just on or the other. Specifically today it was three users in one office  out of about 15 that were affected the rest were able to access the farm without any problems and there were no other reports from other offices. Each time the
    user can eventually get in without any outside intervention it just seems to fix itself after a few hours. Each time it happens I search the logs for the CorrelationID(s) and everytime I see the same set of errors in the ULS logs. I also go check the Windows
    Security logs to make sure they connected to the server okay. I've confirmed that the Web App's PortalSuperUserAccount and PortalSuperReaderAccount are both set correctly. Just looking to see if anyone has experienced this and figured what was happening and
    how to fix it.
    These are the log entries:
    Name=Request   (GET:http://infoshare.swic.edu:80/SitePages/Home.aspx)
    Begin Query the AD to get the user email   and display name.
    End Query the AD to get the user email   and display name.
    Leaving Monitored Scope   (GetFileAndMetaInfo). Execution Time=29.4404440877166
    Leaving Monitored Scope   (GetWebPartPageContent). Execution Time=29.6140602113035
    Site=/
    Leaving Monitored Scope   (PostResolveRequestCacheHandler). Execution Time=30.6330444222452
    SPWeb is missing it's CurrentUser for   user 'SHAREPOINT\system'.
    PortalSiteMapProvider was unable to fetch   current node, request URL: /SitePages/Home.aspx, message: Object reference   not set to an instance of an object., stack trace:   
    at   Microsoft.SharePoint.SPUser.get_UserToken()    
    at   Microsoft.SharePoint.Publishing.CommonUtilities.<>c__DisplayClass1.<RunWithElevatedSite>b__0()    
    at   Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()    
    at   Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated   secureCode)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback   secureCode, Object param)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated   secureCode)    
    at Microsoft.SharePoint.Publishing.CommonUtilities.RunWithElevatedSite(SPSite   siteNonEle...
    ...v, Boolean allowUnsafeUpdates,   ElevatedSiteProcessor callWithElevatedSite)    
    at   Microsoft.SharePoint.Publishing.CacheManager..ctor(SPSite site)    
    at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite   site, Boolean useContextSite, Boolean allowContextSiteOptimization)    
    at   Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.get_ObjectFactory()    
    at   Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.get_CurrentNode()
    SPWeb is missing it's CurrentUser for   user 'SHAREPOINT\system'.
    DelegateControl: Exception thrown while   adding control 'ASP._controltemplates_metadatanavtree_ascx': Object reference   not set to an instance of an object.
    Setting [Display] as the   FormContext.FormMode for the current page
    SPWeb is missing it's CurrentUser for   user 'SHAREPOINT\system'.
    PortalSiteMapProvider was unable to fetch   root node, request URL: /SitePages/Home.aspx, message: Object reference not   set to an instance of an object., stack trace:   
    at   Microsoft.SharePoint.SPUser.get_UserToken()    
    at   Microsoft.SharePoint.Publishing.CommonUtilities.<>c__DisplayClass1.<RunWithElevatedSite>b__0()    
    at   Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()    
    at   Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated   secureCode)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback   secureCode, Object param)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated   secureCode)    
    at Microsoft.SharePoint.Publishing.CommonUtilities.RunWithElevatedSite(SPSite   siteNonElev, ...
    ...Boolean allowUnsafeUpdates,   ElevatedSiteProcessor callWithElevatedSite)    
    at   Microsoft.SharePoint.Publishing.CacheManager..ctor(SPSite site)    
    at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite   site, Boolean useContextSite, Boolean allowContextSiteOptimization)    
    at   Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.get_ObjectFactory()    
    at   Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.get_TryGetRootNode()
    SPWeb is missing it's CurrentUser for   user 'SHAREPOINT\system'.
    PortalSiteMapProvider was unable to fetch   root node, request URL: /SitePages/Home.aspx, message: Object reference not   set to an instance of an object., stack trace:   
    at   Microsoft.SharePoint.SPUser.get_UserToken()    
    at   Microsoft.SharePoint.Publishing.CommonUtilities.<>c__DisplayClass1.<RunWithElevatedSite>b__0()    
    at   Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()    
    at   Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated   secureCode)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback   secureCode, Object param)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated   secureCode)    
    at Microsoft.SharePoint.Publishing.CommonUtilities.RunWithElevatedSite(SPSite   siteNonElev, ...
    ...Boolean allowUnsafeUpdates,   ElevatedSiteProcessor callWithElevatedSite)    
    at   Microsoft.SharePoint.Publishing.CacheManager..ctor(SPSite site)    
    at Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite   site, Boolean useContextSite, Boolean allowContextSiteOptimization)    
    at   Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.get_ObjectFactory()    
    at   Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapProvider.GetRootNodeCore()
    Exception in   SearchBoxEx::CreateChildControls:System.ArgumentException: Requested value   '/sites/search/Pages/' was not found.      
    at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)    
    at   Microsoft.SharePoint.Portal.WebControls.SearchBoxEx.GetSiteDefaultsInner(PortalWebSiteMapNode   rootWeb, SPSite site)    
    at   Microsoft.SharePoint.Portal.WebControls.SearchBoxEx.<>c__DisplayClass2.<GetSiteDefaults>b__0()    
    at   Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated   secureCode)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback   secureCode, Object param)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated...
    ... secureCode)    
    at   Microsoft.SharePoint.Portal.WebControls.SearchBoxEx.GetSiteDefaults()    
    at   Microsoft.SharePoint.Portal.WebControls.SearchBoxEx.CreateChildControls()
    SPWeb is missing it's CurrentUser for   user 'SHAREPOINT\system'.
    Failed to create a custom control   'PublishingSiteActionsMenuCustomizer', feature 'Publishing'   (id:22a9ef51-737b-4ff2-9346-694633fe4416) using attributes (ControlSrc='',   ControlAssembly='Microsoft.SharePoint.Publishing,
    Version=14.0.0.0,   Culture=neutral, PublicKeyToken=71e9bce111e9429c',   ControlClass='Microsoft.SharePoint.Publishing.WebControls.PublishingSiteActionsMenuCustomizer':   System.Reflection.TargetInvocationException: Exception has been thrown
    by the   target of an invocation. ---> System.NullReferenceException: Object   reference not set to an instance of an object.    
    at   Microsoft.SharePoint.SPUser.get_UserToken()    
    at   Microsoft.SharePoint.Publishing.CommonUtilities.<>c__DisplayClass1.<RunWithElevatedSite>b__0()    
    at   Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElev...
    ...atedPrivileges>b__2()    
    at   Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated   secureCode)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback   secureCode, Object param)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated   secureCode)    
    at   Microsoft.SharePoint.Publishing.CommonUtilities.RunWithElevatedSite(SPSite   siteNonElev, Boolean allowUnsafeUpdates, ElevatedSiteProcessor   callWithElevatedSite)    
    at   Microsoft.SharePoint.Publishing.CacheManager..ctor(SPSite site)    
    at   Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite site, Boolean   useContextSite, Boolean allowContextSiteOptimization)    
    at Microsoft.SharePoint.Publishing.WebControls.CombinedBasePermissions..ctor()    
    at Microsoft.ShareP...
    ...oint.Publishing.WebControls.ConsoleVisibleUtilities.get_CanShowSiteActionsMenuItems()    
    at   Microsoft.SharePoint.Publishing.WebControls.PublishingSiteActionsMenuCustomizer..ctor()    
    at   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean   skipVisibilityChecks, Boolean fillCache)      
    --- End of inner exception stack trace ---    
    at System.RuntimeType.CreateInstanceImpl(Boolean   publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)    
    at System.Activator.CreateInstance(Type   type, Boolean nonPublic)    
    at   Microsoft.SharePoint.Utilities.SPUtility.CreateServerControlFromAssembly(String   sControlAssembly, String sControlClass)      
    at   Microsoft.SharePoint.SPControlElement.BuildCustomControl(TemplateControl   tctlPage, String sControlAssembly, String sControlClass, String sCon...
    ...trolSrc, XmlNode xnElementDefinition,   SPFeatureDefinition featdefElement, String sElementId)    
    at   Microsoft.SharePoint.SPCustomActionElement.BuildCustomControl(TemplateControl   tctlParent)    
    at   Microsoft.SharePoint.WebControls.FeatureMenuTemplate.CreateChildControls().
    SPWeb is missing it's CurrentUser for   user 'SHAREPOINT\system'.
    System.NullReferenceException: Object   reference not set to an instance of an object.   
    at   Microsoft.SharePoint.SPUser.get_UserToken()    
    at Microsoft.SharePoint.Publishing.CommonUtilities.<>c__DisplayClass1.<RunWithElevatedSite>b__0()    
    at   Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<RunWithElevatedPrivileges>b__2()    
    at   Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated   secureCode)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback   secureCode, Object param)    
    at   Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated   secureCode)    
    at   Microsoft.SharePoint.Publishing.CommonUtilities.RunWithElevatedSite(SPSite siteNonElev,   Boolean allowUnsafeUpdates, ElevatedSiteProcessor callWithElevatedSite)    
    at M...
    ...icrosoft.SharePoint.Publishing.CacheManager..ctor(SPSite   site)    
    at   Microsoft.SharePoint.Publishing.CacheManager.GetManager(SPSite site, Boolean   useContextSite, Boolean allowContextSiteOptimization)    
    at   Microsoft.SharePoint.Publishing.WebControls.ConsoleUtilities.IsMasterPageGalleryUrlForSite(Uri   uri)    
    at   Microsoft.SharePoint.Publishing.WebControls.ConsoleVisibleUtilities.ConsoleAppliesInCurrentContext()    
    at   Microsoft.SharePoint.Publishing.Internal.WebControls.PublishingRibbon.OnLoad(EventArgs   e)    
    at   System.Web.UI.Control.LoadRecursive()      
    at System.Web.UI.Control.LoadRecursive()    
    at   System.Web.UI.Control.LoadRecursive()      
    at System.Web.UI.Control.LoadRecursive()    
    at   System.Web.UI.Control.LoadRecursive()      
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web...
    ....UI.Control.LoadRecursive()    
    at   System.Web.UI.Control.LoadRecursive()      
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean   includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Leaving Monitored Scope (Request   (GET:http://infoshare.swic.edu:80/SitePages/Home.aspx)). Execution   Time=78.9268136821824

    Hi LonF1,
    For solving your issue, please try to update the SuperUser and SuperReader per the article below:
    http://technet.microsoft.com/en-us/library/ff758656.aspx
    $wa = Get-SPWebApplication -Identity "<WebApplication>"
    $wa.Properties["portalsuperuseraccount"] = "<SuperUser>"
    $wa.Properties["portalsuperreaderaccount"] = "<SuperReader>"
    $wa.Update()
    If this issue still exists, please feel free to let me know.
    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

Maybe you are looking for

  • ArrayList help indexing a string

    Basically for this project, I need the user to input a sentence and then i have to print out the different words with their index. For example if the user inputs the following: Hello Hello Hello World World World Hello The program should output: Hell

  • A different error every time I sync my iPod Touch 64GB

    I have an iPod Touch 64GB. After iOS4 upgrade and iTunes update, at least half of the times I connect it to my pc (Windows 7 64bit) some error comes up like, the ipod is disconnected (when it's not), a duplicate file has been created, the requested f

  • ORA-01002 in a report

    Hi, Windows NT Report 2.5 Oracle7 I have a simple repport with 2 querys: Q1: SELECT SUB_DIS.DISTRICT_CODE DISTRICT_CODE ,DISTRICT.NAME NAME ,SUB_DIS.NAME NAME1 ,SUB_DIS.CODE CODE2 FROM SUB_DISTRICTS SUB_DIS ,DISTRICTS DISTRICT WHERE DISTRICT.CODE = S

  • [Satelite L310 Driver]

    Hi, I bought a laptop Satellite L310 - P4010 and I have some problems : 1. I can't found any software to install the video card (Intel GMA 3100) & sound driver (I don't know what chipset I have) and the toshiba website is not provided the Satelllite

  • Two version in One Laptop

    Hi, I had installed 9i (9.2.0......) version in my laptop on Xp. Then I have installed 10g on the same machine on XP . The system showed me installation successful but I found My Manager Console is not working and Listener error Ora-12514. I created