Dynamic page in region as a portlet not displaying in portal template

As the title suggests I have a portal template that contains a region at the top . within this region i have included 2 portlets, first is a dynamic page (a simple banner title ) then a navigation page beneath them .
when I am logged in as a specific user it displays correctly , when I log onto the page without logging in - the dynamic page does not display ,yet the navigation page does . I have clicked on every display to public check box , assigned public user with view privilege and everything else along those lines . Any ideas ??
thanks in advance , Chris

Hi Chris: Just to be specific, did you go to the providers tab in Navigator, the locally built providers link then the provider which contains your dynamic page and check the access set directly on that page? You can either set the dynamic page to have its own access (overriding that of the provider) or set the provider itself to be public.
Rgds/Mark M.

Similar Messages

  • Making a JSR168 Portlet not display due to auths

    Hi,
    We have a portlet that we'd like to not display based on some authorization business rules. These rules are not based on portal groups (otherwise we could just set the portlet's access through the Builder UI), we need to do this check in java code. So I tried throwing both a PortletSecurityException and a PortletException but neither of these causes the portlet to not display, instead it causes an Error message inside the portlet.
    Does anyone have any ideas on how to programmatically make a portlet not display?
    Thanks!
    -Mike

    Hi,
    I am also Interested to learn this.
    Thnx
    ~Neeraj Sidhaye

  • Passing value to a dynamic page from a pdk-java portlet

    Hi everyone.
    I'm quite new to portlets, so I'll try to present my problem as well as I can:
    I have a PDK-java portlet in which I read some information (like name, location) about user.It works ok.Now I want to use that infomation in another portlet, which is build as a Dynamic Page ( with portletbuilder). How can I do this? I was thinck at session variables, but....
    Thanks a lot

    have you ever got any response??
    i'm facing the same problem.
    thanks

  • Portlets not displayed first time until refresh

    Hi,
    I have a strange bug when using WLP 8.1 sp5.
    When I go on a page for the first time, my page (Portal Page) is bad displayed : its title is diplayed but the inner portlet is not displayed.
    When I look at the source, I can see that the Portal rendering stopped at the page level (no HTML for the skeleton of portlets).
    If I refresh the page (just F5 or refresh button), the portlet "magically" appears.
    Do you have any idea ?

    For the both .portal and desktop
    It happens after login.
    I use a backing file with handlePostBackData method to check the login action.
    If everything is ok, I redirect the user to the private space.
    On this space, another backing file check that the user is authorized to access to the private space (so it checks for destroyed sessions, url hacks, ...).
    I can put the code of the backing files if you need it.
    After some tests, it seems to be a problem in relation with the page label. If the page label is a book , the portlet don't dipslay, but if the label is the full way to the page, it appears immediately.

  • PDF not displaying in Portal from UWL : cl_fitv_navigation= navigate_to_object

    Hi Experts,
    We are using a custom webdynpro application for the approval of expense claim.If I am clicking the link from UWL, a new window is opened and it is showing a blank page and PDF is not displaying in the browser.
    I have checked from application level (SE80) and it is working fine,PDF is getting displayed in browser.We have done the UWL re-registration as well.
    We have used the class 'cl_fitv_navigation' and method 'navigate_to_object' to display the PDF.
    Also I have debugged the same method and could found that the codes are different for calling the application from portal and for using SE80.
    Kindly let me know what could be the issues or if I missed any parameters.Also please let me know if I need to check any related R/3 configs and parameters maintained in R/3.
    Thanks & Regards,
    Arun Narayanan.

    Hi Pramod,
    We are not using iFrame to display the PDF.
    We are using the class and method
      CALL METHOD cl_fitv_navigation=>navigate_to_object
        EXPORTING
          component           = l_api_component
          operation           = l_operation
          business_parameters = lt_bo_params.
    where ;
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_operation = 'DisplayForm'.
    and
      ls_bo_param-key   = 'SAP_FITV_PERSNO'.
      ls_bo_param-value = l_pernr.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPNO'.
      ls_bo_param-value = l_tripno.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPCMP'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_DATASRC'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
    Regards,
    Arun.

  • BI Beans Graphics not Displaying in Portal

    Has anyone encountered issues with BI graphs failing to be displayed in Portal? I can access the URL outside of portal an the graph works fine. I can create presentations in BI as crosstabs and the can be seen via portal but once I change it to graphs it fails.
    500 Internal Server Error
    javax.servlet.jsp.JspException: java.lang.ClassCastException: oracle.dss.graph.Graph     at oracle.dss.addins.jspTags.PresentationTag.doStartTag(PresentationTag.java:194)     at view.jspService(_view.java:68)     [SRC:/view.jsp:6]     at com.orionserver[Oracle9iAS (9.0.3.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)     at java.lang.Thread.run(Thread.java:479)
    BI Beans version ............................. = 9.0.3.4.0
    Database version ............................. = 9.2.0.3.0
    OLAP Catalog version ......................... = 9.2.0.3.0
    OLAP AW Engine version ....................... = 9.2.0.3.0
    OLAP API Server version ...................... = 9.2.0.3.0

    I think I have the same problem John. I create my JSP/Servlet BI Beans Graph in JDeveloper, and can run locally no problems. I have deployed the JSP on my application server in its own OC4J instance, and the first time I opened the page it worked fine, but ever since the first time all I get is a missing image. You can look at the properties of the image and its somewhere in Cabo etc?!? (Can't tell exactly at the moment, because I'm out of the office).
    I'm no Java expert, in fact far from it, but somebody gave me some pointers. If you go to Enterprise Manager and look at your deployed application in the OC4J instance, I think look at its properties, I can see the UIXServlet is not loaded. Even, after accessing several pages, it is still not loaded. I think the UIXServlet is used for rendering the graph pages. My Java colleague suggested to investigate why this was not loaded. To date, 2 days, I have no figured out why. I have not raised a TAR yet, but I have also seen this problem with Discoverer graphs, which share the BI Graph Bean.
    Maybe together we can work this out?!?! I'll be back in the office on tomorrow, hoping to sort out the problem. So please keep me posted on any progress you have, as I am trying to deliver BI Beans in a project in May!!
    Maybe, somebody else out there has had the same problem? Have you raised the problem in the BI Beans discussion forum?

  • Confirmations not displayed in Portal after BP transfer

    Hi All ,
    Issue : Confirmations not displayed on Home Page of SRM
    Scenario : We have transferred the confirmations from one BP to another as the first BP is no longer valid through program Z_CHANGE_PGUID_003 .
    The new business partner is updated for the confirmation and results found in BBP_PD against Requester and Goods Receipent.
    Shopping Carts , Purchase Orders are visible when we login with new user having new BP.
    Is there any addtional setting that is required to be done for confirmations inorder to display the same .
    Regards
    Ramesh Ch

    Hello Ramesh,
    put a break-point inside BBP_PD_CONF_GETLIST function module to understand why confirmations are filtered out.
    Check also if BBP_WF_LIST definition BAdI is implemented or not for confirmations.
    Regards.
    Laurent.

  • Activities not displayed thrugh portal

    Hello everybody,
    I have created some activities from 7/06/06 to 22/06/06.When i am trying to view them in activity moniter through Enterprise portal ,its not displaying the activities from 14 to 22/06/06 date.
    When i checked themin CRMD_BUS2000216, the activities are displayed.
    So plaese help me.
    Regards,
    divya

    Hi Divya,
    is the user correctly assigned in the org management?
    Regards
    Gregor

  • Query Description not displaying in Bex Template

    Hi all,
    I have created a Template in Bex Analyser in the Design mode of a Workbook.  I have assigned this workbook template as the Default Template for all the Queries by selecting it in Global Settings.  I closed this workbook template and opened a query.  I am getting the template embedded in the query as i designed but the problem is the Query Description is not displaying correctly.  In the Query, it is showing the Workbook Description in the header instead of Query Description.
    Where should i change it?  Help me in fixing this.  Thanks.
    Regards,
    Murali

    Hi,
    you should use an Info Field WebItem to display the query name or description in your Webtemplate.
    Parameter in InfoField: General Text Elements for a Data Provider (GENERIC_TEXT_ELEMENT).
    You use this parameter to choose the generic text element that is to be displayed:
    ●      Query Name (QUERY)
    ●      Query Description (QUERY_DESCRIPTION)
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/96784226d1d242e10000000a1550b0/frameset.htm
    Regards
    Andreas

  • Hyperlink type Rendered not displayed in Portal

    Hello,
    I want to add an image throught hyperlink type rendered, but this is not displayed in the SRM catalog.
    I add an image using Data Manager in the hyperlink tab using the following configuration parameters:
    Type: Rendered;
    MIME Type: JPG;
    URL: file://<ip_address>/<folder>/<image file>.jpg (internal hyperlink);
    The images are not showing in the portal and no error is displayed.
    Any idea what is the problem?
    Thanks

    Hi Denaz,
    I am faced same problem . when i have login into portal the ESS and MSS are not accessed 
    error is 500 internal error - please contact the administrator.
    please help me to solve the issue
    Thanking you
    Suresh

  • Content Server Portlets Not Displaying

    Help!
    We're running Portal v5.04, Java under Windows, Content Server v6.0, Tomcat v4.1.31. Multi-machine installation...
    After logging into the portal as Administrator (or some user with admin privileges), we get an error where the Content Server Administration portlet is placed saying "Content Administration cannot be displayed due to an unknown error.". Get the same thing with any other Content Portlet...
    This installation was fine beginning of last week, but started showing this problem late in the week. All of the diags I know of for testing Content, Collab, and Studio (all installed on the same server) show all greens. Tried looking at logs - nothing. Tried PTSpy during login (portlet is on "My Home" page - should display automatically) - nothing remarkable.
    We have multiple admins, and it's possible that something was changed (unbeknownst to me). Frustrated and not sure even where to start looking for a solution to this. Any Ideas?
    Thanks!
    Mike Sanders, LLUMC

    The fact that bouncing EBS fixes the issue temporarily indicates that the problem is most likely on the EBS end, but we haven't encountered that specific issue. What OS are you using to host EBS? Are you purging the J2EE cache when you bounce the services?
    Feel free to reach out to Anne or myself if you'd like to dive into this. We could test with an alternate content server to see if that helps isolate the problem.
    Best,
    John Hobart

  • Page built with a table does not display well in Internet Explorer.

    In Chrome and Safari it appears correctly (items are left justified in each column) while in Internet Explorer all columns are centered. Website is www.eventpowerli.com and it is the home page where we have the issue. I am new to building websites so please bear with me on this question: -) Let me know if you need addnl info. From what I have seen thus far, IE is a real problem child for more than one reason

    Honestly do not use tables for your site layouts. There is a variety of box model issues and more with IE, especially with using tables. And it is really bad form to design that way anyway.
    Tablless web design using CSS is the way it should be done and if you conform to web standards and CSS standards and best practises you will have less issues.
    http://girlswhogeek.com/tutorials/2006/create-a-tableless-css-layout Just as a basic example.

  • When I load firefox it does not load my default page, and any page I try to load does not display, only showing (untitled).

    My firefox (ver. 3.6.13) shows an untitled page when I load the program, rather than my start page. Any page I try to load only displays (Untitled) and does not load. My Internet Explorer displays web pages normally.

    Does the issue still occur if you start Firefox in Safe Mode? http://support.mozilla.com/en-US/kb/Safe+Mode
    How about with a new, empty profile? http://support.mozilla.com/en-US/kb/Basic%20Troubleshooting#w_8-make-a-new-profile

  • Portal Content area not displaying in Portal

    I tried to disable Portal favorites option from Content admin -> Default Frame work Page -> Detailed navigation. Instead of only disabling the default navigation I have disabled the entire Portal content area and I am now not able to see any content  in the Portal except the masthead area and the Top level navigation.
    Can any one please help me on this.
    Thanks.

    Hi,
    Check the content area iview in the Desktop inner page in framework page.If this iview is not there then it will not show the content area.
    If desktop inner page is deeted then also you will not see the content area.
    If so please add the content area iview indside the Desktop inner page then you can see the content area for the users.
    Content area iview will be available under the following path of the portal
    Content Administration > Portal Content > Content provided by sap > Admin Interfaces > Admin Iview Templates > Content Area (view).
    Thanks,
    Regards,
    Rudradev Devulaplli

  • ESS, MSS node not displaying in portal

    Hi,
    I am not able to view the ESS,MSS configuration nodes in SPRO. Even i have activated EA_HR component field in spro under Activation Switch for SAP R/3 Enterprise Extension Set node.
    But i am able to view the ESS customizing nodes through PTARQ t.code.
    Kindly guid me, why  i am not able to view the ESS, MSS nodes in spro.
    we are into ECC 5.0, EP 6, Patch level is 85.
    Regards,
    Devi.

    Devi,
    PTARQ will suffice the need to configure ESS & MSS.
    Still if you need to access through SPRO follow --> SPRO - Cross application components - Home Page framework.
    or SPRO - Personnel Management - ESS.
    Still if you dont find the nodes..check with BASIS n finally raise a ticket to SAP.

Maybe you are looking for