Access to certain pages

Hello community,
is it possible to select the pages for a specific user of an application, for which the user has access to.
I think on something like:
select apex_package.user_access_for_pages('application_id')
from table
group by user;
Best Regards
Stefan

Stefan,
I don't know if that is possible but I think not.
Anyway, you have an Authorization Shemes view on flows database shema that can help you achieve what you want. You have for each pahe, the Authorization Sheme used.
desc APEX_APPLICATION_ALL_AUTH
Describing APEX_APPLICATION_ALL_AUTH....
NAME                            Null?     Type
WORKSPACE                                 VARCHAR2(255)
APPLICATION_ID                            NUMBER
APPLICATION_NAME                          VARCHAR2(255)
PAGE_ID                                   NUMBER
COMPONENT_TYPE                            VARCHAR2(22)
COMPONENT_NAME                            VARCHAR2(4000)
AUTHORIZATION_SCHEME                      VARCHAR2(259)
STATUS                                    VARCHAR2(7)--
Paulo Vale
http://apex-notes.blogspot.com

Similar Messages

  • App Store stuck on a certain page

    I have an iPhone 4S, and the app store is stuck on a certain page. When I go to the Featured section, all I can access is the Vampires section that's currently on the App Store. I can access Categories, Top 25, Search, and Updates fine, but I can not get back to the normal view for the Featured section. Any ideas on how I can fix this?

    I found a way to resolve the issue:
    1. Close the App Store from the multitasking bar.
    2. Sign out of the iTunes account from the Store section in the Settings app.
    3. Sign back in.
    I tried just closing the App Store from the multitasking bar and it didn't work, so I think the key is to sign out of the account and then sign back in.

  • Why can't I access the featured page on the App Store anymore?

    Since a while, I can not access the main page of the App Store anymore.
    Every time I tried to it just stays blank showing "iTunes Store" on top, sometimes with a notification popping up that there was an error and the request could not be completed or something like that.
    Did this happen to anyone here, too? Is there any way that I could solve this?
    I tried quitting the app in the multitasking bar, I tried to reset the iPad 2, I tried to just turn it off and back on, nothing changed anything about the problem.
    I don't want to take the risk of losing data and I certainly don't trust iCloud with the backups and restoring.

    Hi,
    I have the same issues, at first I thought that it was the network I was connected to but then it turns out it just doesn't want to work. I have had my iPad 3 for a few months now and about a month ago it just stopped working :(
    I see no one responded to this question, is there anyone out there that can help? I don't wan to do a complete restore from backup if it is not necessary.
    Thanks,
    Sean

  • Allowing unauthenticated users access to gatewayed pages - problem

    Hi,
    I was trying to allow the Guest user access to a specific gatewayed page. For this, I followed the instructions posted here: [ALUI 6.1 Anonymously Access Gatewayed Page|http://forums.oracle.com/forums/thread.jspa?threadID=902777&tstart=0].
    But when I try to access that gatewayed page as guest, the portal throws a permissions exception several times in the process, followed by a redirect to the SSO.
    The curious thing about this is that the exception says that "Current User does not have sufficient permission to object with id = 2". That object is exactly the Guest user object!
    There must be something wrong in my setup, but I can't figure out what it is.
    Below is the exception. Any idea?
    6-25-2009 9:42:45.207 Warning Core ********OEL4.5.1.root [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' com.plumtree.server.impl.core.PTBase *** PTBase.ThrowException *** (-2147024891) Current User does not have sufficient permission to object with id = 2
    com.plumtree.server.marshalers.PTException: -2147024891 - Current User does not have sufficient permission to object with id = 2
    at com.plumtree.server.impl.core.PTBase.ThrowException(PTBase.java:86)
    at com.plumtree.server.impl.core.PTBaseObjectManager.VerifyObjectAccess(PTBaseObjectManager.java:1638)
    at com.plumtree.server.impl.core.PTBaseObjectManager.Open(PTBaseObjectManager.java:769)
    at com.plumtree.server.impl.community.CommunityInfoCacheEntry.Initialize(CommunityInfoCacheEntry.java:90)
    at com.plumtree.server.impl.community.CommunityInfoCache.InternalCreateObject(CommunityInfoCache.java:75)
    at com.plumtree.server.impl.core.PlumtreeObjectCache.FindOrCreateObjectInsecure(PlumtreeObjectCache.java:181)
    at com.plumtree.server.impl.core.PlumtreeObjectCache.FindOrCreateObjectCheckSecurity(PlumtreeObjectCache.java:223)
    at com.plumtree.server.impl.community.CommunityInfoCache.FindCommunitySecured(CommunityInfoCache.java:135)
    at com.plumtree.server.impl.community.PTCommunityInfo.GetSecuredCommunityInfoCacheObj(PTCommunityInfo.java:712)
    at com.plumtree.server.impl.community.PTCommunityInfo.<init>(PTCommunityInfo.java:61)
    at com.plumtree.server.impl.community.PTCommunityManager.CachedOpenCommunityInfo(PTCommunityManager.java:584)
    at com.plumtree.server.impl.portlet.providers.CSPPortletProvider.GetCanSetCommunity(CSPPortletProvider.java:1289)
    at com.plumtree.server.impl.portlet.providers.CSPPortletProvider.GetContentInternal(CSPPortletProvider.java:1114)
    at com.plumtree.server.impl.portlet.providers.CSPPortletProvider.GetContent(CSPPortletProvider.java:926)
    at com.plumtree.server.impl.webservice.PTGadgetGateway.GetContentInternal(PTGadgetGateway.java:318)
    at com.plumtree.server.impl.webservice.PTGadgetGateway.GetContent(PTGadgetGateway.java:352)
    at com.plumtree.portalpages.browsing.gateway.GatewayControl.CheckActionSecurityAndExecute(GatewayControl.java:264)
    at com.plumtree.uiinfrastructure.interpreter.filter.utils.GatewayHandlers.HandleGatewayRequest(GatewayHandlers.java:232)
    at com.plumtree.uiinfrastructure.interpreter.filter.GatewayFilter.PreFilter(GatewayFilter.java:54)
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoPreFilter(Interpreter.java:1786)
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(Interpreter.java:234)
    at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(Interpreter.java:155)
    at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:306)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.plumtree.binarygateway.BinaryGatewayFilter.doFilter(BinaryGatewayFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172 <ptLogMsgEnd>
    Thank you

    i'm not saying this is what it is...(hopefully its not), but there are certain folders that you absolutely can't remove the everyone user from... i think Plumtree is an expert on this.
    have you been 'locking down' your portal recently?

  • Access to certain internet sites/services not working

    A couple of days ago, my access to certain internet sites as well as my Mail programme and another email client app stopped making successful connections. I can open many web pages, but some do not work. Specifically, the local library where I can login to check the online catalogue doesn't work. My Mail app won't connect either. I also use another email app called First Class for work and it can't connect to the online server. If I start up Network Diagnostics and change from Airport or Built-in Ethernet it will work, at least until I quit the app and reboot it, then it can't make the connection. I have checked and replaced cables, removed the Airport and gone direct with Built-in Ethernet, etc. This phenomenon happens with all five user accounts on the computer. Other computers in our home which are connect to the LAN have no such behaviours happening, which leads me to conclude something is not right on the iMac we use all the time.
    Any ideas?

    Hi Dennis, and welcome to the Discussions!
    My guess at this point is that you should drag these files to the Desktop for possible later replacement should it not work, then reboot & setup Networking/Internet again...
    /Library/Preferences/SystemConfiguration/preferences.plist
    /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist

  • Password protecting certain pages?

    Hi —
    Does anyone know if it's possible to password protect all pages bar your homepage? I'd like to be able to do this whilst I'm trying to update my site but still wanted visitors to be able to access my home page.
    Thanks all.

    You can password protect certain pages only with iTweak.
    As stated by Wyodor , you also need to take a look at your host.
    The most common way is to protect by .htaccess if supported by your host
    Take a look at the tutorial of iTweak for password protect.
    Good luck

  • I am unable to open certain pages on sites. I have to switch over to IE because the new Firefox update is not accomodated on their websites! When will this be fixed... sites included Ameritrade, FAFSA, and others...

    Question
    I am unable to open certain pages on sites. I have to switch over to IE because the new Firefox update is not accomodated on their websites! When will this be fixed... sites included Ameritrade, FAFSA, and others...

    First and foremost, you should update to 3.6.17 because the version you're running at the moment is insecure and exposes your system to attack. Update via '''Help '''| '''Check For Updates'''.
    That may even fix the problem since several minor bugs were also fixed in later versions.
    Similarly, after updating, go to the [http://www.mozilla.com/en-US/plugincheck/ Plugins Check] page and update those which are necessary.
    If the problem persists, try running Firefox in [[Safe Mode]]. If it functions properly in that configuration, then one of your add-ons is the culprit.
    I didn't experience a problem myself accessing any of those sites you mentioned. See screenshot.

  • Firefox stops working when I use the password manager on certain pages

    Hey.
    When I visit certain pages, Firefox will consistently crash. One of these pages for example is:
    betabrand.com
    The moment the password manager window jumps up, the window hangs and Firefox stops. It also happens randomly on other pages including
    gmail.com
    Sometimes, though not always, a script error will appear that says that googletag has stopped working. I don't know what that is and have tried debugging, stopping the script and just continuing. No real effect. Firefox still crashes after trying each in turn.
    Firefox will also crash if I try to access the options window.
    I have tried:
    1. uninstalling firefox and reinstalling fresh. No result.
    2. disabling all addons (addons I use are: addblock plus 2.6.5 - Clean Links 2.6.1.0 - Myibidder 1.3.7 and Web Of Trust 20131118). Firefox will function without crashing once I do this but I cannot identify whcih addon is causing the problem because it functions well on each occassion when I cycle through and disable them one by one.
    My system specs are:
    i7 @ 3.4g
    4gig ram
    Win7 32
    FF crashed while terying to install the troubleshooter addon.
    Thanks for any help.

    Do you have an ad blocker, firewall, or antivirus installed that may be blocking the google tag?
    [http://www.google.com/tagmanager/]
    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash IDs to help us learn more about your crash.
    #Enter ''about:crashes'' in the Firefox address bar and press Enter. A Submitted Crash Reports list will appear, similar to the one shown below.
    #Copy the '''5''' most recent Report IDs that start with '''bp-''' and then go back to your forum question and paste that into the "Post a Reply" box. (Please don't take a screenshot of your crashes, just copy and paste the ID's. The below image is just an example of what your Firefox screen should look like)
    [[Image:aboutcrashesFx29|width=520]]
    <br><br>
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]] article.

  • Does anyone know why safari and firefox won't load certain pages

    Hi
    I can't get safari and firefox to load certain pages.  For me it's a website programme that i'm using.  I can get into the programme but then certain pages won't load.  This suddenly happened about 3 weeks ago with Safari.  I then loaded Firefox and it worked fine for a few days and now i'm having the same problem and it's the same pages that won't open.  I also have trouble getting other sites to load completely, such as this site.  It's so frustrating as i can't finish building my website and my laptop is only new!
    Help someone, if you can
    Julsea

    Hi again and thanks for replying
    I can go into their website, cloudaccess and use that properly.  I just can't use my own website properly.  When i say website, my site isn't yet built.  The site i'm trying to access is the backend of joomla.  I can't load it and use some of it but not all of it.
    I can access the site through my old laptop (and use it fully) which is a windows one but i can't access it via this one.  I thought it was a cloudaccess problem but seeing as it's only my mac i can't access it through, i'm presuming it's my computer.  I also tried it through firefox and explorer on my windows laptop and it was fine.  It was ok on this laptop until a few weeks ago when it suddenly wouldn't load properly

  • How can I extract certain pages from my document and save as another file?

    How can I extract certain pages from my document and save as another file?

    You would need Adobe Acrobat to do that, not Adobe Reader.

  • My Mac refuses to open certain pages e.g. google/facebook for a weird reason "Your flash player may be out of date and you need to update it", but my flash player is up to date.

    My Mac refuses to open certain pages e.g. google/facebook for a weird reason "Your flash player may be out of date and you need to update it", but my flash player is up to date. I tried to install a new flash player version "setup.exe" but it said the file cannot be opened because the application is not supported on MAC OS X, does anyone have same problem? please help.
    Thanks

    i dont use google chrome,

  • Printing certain pages in a report

    Hi all,
    I want to know how can i make the ABAP report to print certain pages in a report.
    Say, my abap report has 3 pages. The second page is blank. How can i code it so the printing skip the second page and continue to the third page?
    Additional Info: When user click the print button, it starts printing. When it reach the second empty page, it should be skip and resume printing the third page.
    Thanks
    William Wilstroth
    Message was edited by:
            william wilstroth

    i had found solution to this problem. You should use GET_PRINT_PARAMETER and NEW-PAGE PRINT ON/OFF.

  • How do I find out the component ID on a certain page?

    How do I find out the component ID on a certain page? problems is that I'm using some page template which I do not have source code for that.I need to find out the component id to pass to UIComponent.findComponent(id) as parameter. is there anyway?
    Thanks

    If you go to the partial trigger property of any of your page component you can open the edit partial trigger browser.
    There you can find the components of your template and their ids

  • Need help to access a web page using midlet to retrieve some informations

    Hi everyone i'm trying to access a web page using midlet to retrieve some informations in text format, the web page is [http://daviddurand.info/D228/?villes|http://daviddurand.info/D228/?villes] for my project.
    the problem is that i always get error 10049 in socket::open meaning no adresse could be found i tried IP adresse and still the same.
    i managed to recreate the same web page to test it on local and the surprise that it works fine but when accessing it online i have this error.
    i tried also to get the page i created on a webserver i own to try it saying that there might be security issues but the same error appears again. so help plz
    here is my code :
    package mobileapplication5;
    import java.io.*;
    import javax.microedition.io.*;
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class GetMidlet extends MIDlet {
    private Display display;
    String url = "http://dayaati.com/villes/index.php?villes";
    public GetMidlet() {
    display = Display.getDisplay(this);
    public void startApp() {
    try {
    getBirthdayFromNameUsingGet(url);
    } catch (IOException e) {
    System.out.println("IOException " + e);
    e.printStackTrace();
    public void pauseApp() {   }
    public void destroyApp(boolean unconditional) {  }
    public void getBirthdayFromNameUsingGet(String url) throws IOException {
              HttpConnection httpConn = null;
              InputStream is = null;
              OutputStream os = null;
              try {
    httpConn = (HttpConnection)Connector.open(url);
    httpConn.setRequestProperty("User-Agent", "Profile/MIDP-2.1 Configuration/CLDC-1.1");
    httpConn.setRequestProperty("Content-Language", "en-US" );
    httpConn.setRequestProperty("Content-Type", "text/html; charset=iso-8859-1");
    httpConn.setRequestProperty( "Connection", "keep-alive" );
    httpConn.setRequestProperty("Content-Length","51200");
              getConnectionInformation(httpConn);
              int respCode = httpConn.getResponseCode();
              if (respCode == httpConn.HTTP_OK) {
                   StringBuffer sb = new StringBuffer();
                   os = httpConn.openOutputStream();
                   is = httpConn.openDataInputStream();
                   int chr;
                   while ((chr = is.read()) != -1)
                   sb.append((char) chr);
                   // Web Server just returns the birthday in mm/dd/yy format.
                   System.out.println(sb.toString());
              else {
                   System.out.println("Error in opening HTTP Connection. Error#" + respCode);
              } finally {
                   if(is!= null)
                   is.close();
                   if(os != null)
                        os.close();
              if(httpConn != null)
                        httpConn.close();
    void getConnectionInformation(HttpConnection hc) {
    System.out.println("Request Method for this connection is " + hc.getRequestMethod());
    System.out.println("URL in this connection is " + hc.getURL());
    System.out.println("Protocol for this connection is " + hc.getProtocol());
    System.out.println("This object is connected to " + hc.getHost() + " host");
    System.out.println("HTTP Port in use is " + hc.getPort());
    System.out.println("Query parameter in this request are " + hc.getQuery());
    **Heeeeeeelp Please**

    [http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/crashes.html]
    SIGSEGV (0xb)Most common cause of that is JNI code used directly or indirectly through a 3rd party library.
    64-Bit Server VM (11.2-b01 mixed mode linux-amd64)Conversely that VM gets less traffic than others so you might have hit a bug in it.

  • 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

Maybe you are looking for

  • BO 4.0 - Database error: Unable to connect to SAP BW Incomplete logon data

    Hello Experts, I have enabled a 'SSO to database' between SAP BW and Business objects by referencing to the documents related to below link. [http://wiki.sdn.sap.com/wiki/display/BOBJ/HowtosetupSSOagainstSAPBWinSBOBI4.0forLDAPusers] I have created a

  • Word Wrap with a Vertical Grid

    I've got a vertical grid with my headers in the left column and descriptive text in the column immediately to the right.  I'd like to have the descriptive text word wrap but checking the word wrap box on the layout tab doesn't seem to have any effect

  • Help with JAI in java applet

    I'm fairly inexperienced with java, but I'm hopeful someone here won't mind helping. I am using netbeans and have a project to let a user upload files or scan them in with a usb scanner. I've imported icepdf to the libraries and referenced it in the

  • Displaying operation long text in results recording screen

    Hi, all! I am trying to understand why I cannot display the operation long text when in results recording screen (either QE51N or QE01 transaction will not support displaying of operation long text). I have checked all areas that I could think of in

  • ServerIdentity failed validation, downgrading to anonymous

    I'm getting this error when trying to run one of the application deployed in my domain. I only have one domain, so the information in the error message list about enabling trust between domains should not apply here. I get the error mentioned in the