Issue on Portal desktop object

Hi All
I am getting the following on the portal desktop object.
Error occurred While trying to access desktop:"portal_content/Test/com.bhm.desktop/testDT".the object does not exist or you are not authorized to access. Please contact system administrator
i had check the name of the portal desktop object "testDT" which already exists in the portal content directory and having right permission as "Every One".
Still i am getting this issue , the master rule collection as follows for setting the desktop as follows.
IF Group = testDT
     THEN Portal Desktop = "pcd:portal_content/every_user/general/defaultDesktop
IF User = TST33
    THEN Portal Desktop = "pcd:portal_content/every_user/general/defaultDesktop
IF User = *
    THEN Portal Desktop = "pcd:portal_content/Test/com.bhm.desktop/testDT
Currently the above  issue which i mentioned was getting for user "TST56".
Is there any other authorization or permission required to access the portal desktop?.Please help me on this.
Thanks in advance.
Regards,
Kalki reddy

Hi,
Please check this [link|http://wiki.sdn.sap.com/wiki/display/EP/PortalDeveloperRoles-DefaultDesktoplogin+issue]
Make sure that you set eu_role permissions properly.
Hope it helps.
Regards,
Abhijeet

Similar Messages

  • Error when accessing Portal desktop

    Hi All,
    I've created a custom portal desktop which is working fine in our Dev system.
    I exported the content, theme, desktop etc fine last week into our QA box but now I have an issue. When I use a user without the Super_Admin role, I get the following message (I have changed the actual desktop name below - its NOT the default desktop I am having prolems with...) -
    "Error occurred while trying to access desktop: "portal_content/com.sap.pct/every_user/general/com.sap.portal.defaultDesktop". The object does not exist or you are not authorized to access it. If this problem persists, contact your system administrator."
    Now, I have been through the SDN forums and looked for this issue. I've looked at notes 869690 and 856865 as well as many of the threads on this but nothing has resolved the issue.
    I have gone into the PCD and set all of the directories that are relevant to allow the Everyone group READ access. The users that I am testing are members of that group and have roles that should allow them to see the desktop fine - they work within Dev without issue and all permissions seem the same.
    To recap, I've checked permissions in the PCD, the Main Rules are ok, the desktop exists and has the correct permissions and I have a rule assigned to the users and groups. My Dev desktop works but my QA one doesn't.
    Does anyone else have experience of this issue? or perhaps even an answer?
    Thanks

    Hello,
    I have encountered the same problem and I followed all the suggestions as mentioned in the threads.
    However no luck. Still having a problem and our QA testing starts on Monday.
    Wondering if there is any other solution to this problem.
    Thanks.
    Regards,
    Sunil

  • How to get argument value from portal desktop URL

    hi,guys
    I have a question ,it is how to get argument value.see:
    in one portal desktop,I have a hyperlink like this
    http://localhost:7001/TestPortal/appmanager/testPortal/testDST?eventId=1
    after click,then will be switch another desktop "testDST"
    I tried to get value from request,but failure.
    @RequestMapping
    public String listTestList(RenderRequest request, RenderResponse response,ModelMap model) {
    //HttpServletRequest httpRequest = (HttpServletRequest) ; //request.getAttribute("javax.portlet.portletc.httpServletRequest");
    //log.debug("httprequest eventId>>>" + httpRequest.getParameter("eventId"));
    log.debug("render request eventId>>>" + request.getParameter("eventId"));
    I can't get this value from request,also tried httpServeltRequest,but httpServletRequest can't get,it is null;
    so ,how to get this value,thank you very much.
    regards
    aris

    Hello,
    It is true for JSR168 portlets that you can't just arbitrarily set parameters on a URL and get access to them inside your portlet- you must use the appropriate APIs on the PortletURL class to set parameters that you can retrieve. This is the only portable (standards-compliant) way to implement the functionality you want.
    However, for your particular use-case, you can get the URL parameters from the (non-JSR168) HttpServletRequest object. The only reason you are getting a null object for that is because the attribute name is wrong. This should work:
    HttpServletRequest httpRequest = (HttpServletRequest)(request.getAttribute("javax.servlet.request"));
    String eventId = httpRequest.getParameter("eventId");
    Kevin

  • How to add new Portal Theme to Default Portal Desktop

    I created a new Portal Theme and now I want to add it to the default portal desktop.  Here are the steps I am following:
    1. System Administration-> Portal Display -> Desktops and Display Rules
    2. Open the default portal deskop under Portal Content->Portal Users->Standard Portal Users->Default Portal Desktop.  Right-click and select Open->Object
    3. My new Portal Theme does not appear in the list of available portal themes to choose for the default.
    Please tell me what I have to do so that the portal theme I created appears in the list.
    Thanks.
    Ryan

    Hi,
    You can check the actual users desktop by checking the Portal Display Rules:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/29cf122f414721964269e1b675d62c/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/cf65869fb64552be09e46516dd8062/frameset.htm
    Also check this:
    How to assign a Portal Display Theme to a user
    Regards,
    Praveen Gudapati

  • Change Portal desktop dynamically

    Hello Praveen,
    This message is reference to the thread "Change Portal Desktop Based on Role" . If you remeber initially I could not able to find the setRuntimeDesktop method.
    Now I am running my code in SP14 (different environment) its working fine.
    IVIEW preview is working fine and setRuntimeDesktop() also setting the desktop at runtime. Could you please tell me where should I place this IView and where to subscribe event to run this IVIEW
    that can change the desktop only at TLN event but not for sub nodes (detail navigation).
    Thanks

    Hi,
    Can I suggest you run http trace and inspect the logs as this will identify what code is fired when you fire events in the page.
    It is difficuilt for me to assist you because I cannot see the way the code is being executed.
    Further to the portal content area (com.sap.portal.contentarea). If you see the following docs try set the target to reference the content area defiend in your framework page (you may be using a custom framework page).  You should be in a position to query the object name defined for the content area defined in your framework page.
    Portal Content Area is not displaying.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d2aeb9-5f92-2d10-d38d-ded09c94330d?QuickLink=index&overridelayout=true
    Conceptually the principals are the same I believe.
    Let me know how it goes.
    Just another thought:
    Check if you need to "wait" for the content area to load before applying the event - the iView needs to serve the content within before the them is applied. Check the iview attributes too, if they are cached then the content area will not be updated till the next refresh potentially
    Edited by: Basis Team on Dec 23, 2010 7:40 AM

  • Tool to access portal content objects offline

    Hi All,
    One of the portal desktop rules configured on our Production system was giving a problem logging in.The problem stated the desktop does not exists, though it was created new. So we deleted the specific desktop and the corresponding desktop rule and since then we are not even able to login to the portal even with the admin user.
    From one of the threads, we found found out that one can access the Portal Display rules directly, using such an url
    http://<YOUR_SERVERHOST_NAME>:<YOUR_PORT>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fadministrator!2fsystem_admin!2fsystem_admin_role!2fcom.sap.portal.system_admin_ws!2fcom.sap.portal.themes!2fcom.sap.portal.portalDisplayRules
    However using this url we get an exception in red as <b>Acess Denined for the object. See details of the exception in the log files.</b>
    How do we Resolve this error, as no one can access this portal and we need to reset the portal desktop rules as this is urgent.
    Is there any other way from where we can reset the desktop rules without logging in to the portal, as we are not able to login in from the admin also?
    Do we have any command line tool from where we can access the Portal Content offline.
    Thanking you well in advance.
    Thanks and Regards
    Laxman.

    Hi Laxman,
    In my opinion; in the next releases portal drive cannot be extended to access pcd content because it is using webdav protocole to access KM. Webdav is a common method used to access files/folders remotely. ( http://www.ietf.org/rfc/rfc4709.txt )
    However, it will be great if a new tool will be released to access pcd remotely. Working with PCD on content administration menus are really hard.
    In your case, if I understand your point properly;
    If you want to develop your portal without affecting end user, I suggest you to use a test server or install developer workplace on your laptop/pc. I frequently use locally installed developer workplace. When I am dealing with end-user critical works, first I try on local server and after seeing that it works, I move it to the portal. You can work on your local server without danger of breaking down the production server. If there are problems with local portal, you can reinstall or restore from backup easily.
    Regards
    Abdul.

  • Several Portal Desktops

    Good Morning :
    We have an (EP) intranet and a (EP) website and we are going to develop an extranet only for external stakeholders, so we have developed a custom login in the website and it works, but we would like to disable intranet users to access using this login.
    We were doing some changes using the Portal Display Rules Editor, but We didn't had the expected results.
    It is possible to do that?
    By Internet, enable only one role(or group) to have access to one "portal display" and
    disable others to have access to the portal even if they have roles and another portal display assigned.
    We have mapped the LDAP users to the UME.
    I was reviewing the following document.
    http://help.sap.com/saphelp_nw70/helpdata/en/95/92b2f7d2f14a6da7a8b5d66808d1f6/content.htm
    Thanks in advance.
    Edited by: Oscar Pablo Leon Saldivar on Mar 14, 2008 10:39 AM

    I discover that my real problem is when I change my "Default Portal Desktop" (copied to my user folder called extranet) to use another Portal Framework.
    Only super_admin_role has the owner permission to access to my Portal Desktop, so when you try to access the portal with the user XXXTEST shows the following the message:
    "Error occurred while trying to access desktop: "portal_content/COLPExtranet/Extranet". The object does not exist or you are not authorized to access it. If this problem persists, contact your system administrator"
    That is OK, because the user does'nt have permissions to use my Portal Desktop.
    But when I change the Portal Framework related to the Portal Desktop, the user XXXTEST can access the Portal Desktop. I didn't change the permissions to see the Portal Desktop.
    Have you seen that problem in EP?.

  • Portal desktops

    Hi,
    I want to give a web dynpro application in the portal a different theme (not the one in the portal)
    I created a desktop and assigned it to another theme , and assigned it to a page in my project ,
    but when i view this page i still see the portal theme settings
    whats the problem in what i have done, and is there another way to acheive my goal (another theme for specific application)

    hi,
    you can Add a theme to a portal desktop
    by going to
    System Administration > Portal Display > Desktops & Display Rules
    1) Click on the Search tab. Select Entire Portal Catalog where to search in and Portal Desktop as object type. Finally press the Search button. Now all portal desktops are listed up by the CC. Select a desktop and hit the the Enter key (or just double-click on the desktop of your choice) which causes an edit session to be created in the right pane.
    2) Click on the Browse tab. Then expand both Folder Portal Content and Folder themes. All themes should either exist here or in a child folder of themes. Select a theme and click the right mouse button. A context menu pops up where you have to click on menu item Add Theme to Portal Desktop.
    3)Click on the Save button on the top of the desktop edit session.
    ***************reward points if the information is help full to you***********************

  • Access to portal desktop denied through gateway

    I'm trying to get the gateway component to configured and working. I've installed gateway on a separate box from my portal server. When I go to the gateway url (using either https or http) I get prompted to login. Once I submit my user credentials, I get this message:
         Access to this resource is denied !!
         Contact your administrator
    If I enter incorrect user credentials, I get an authentication failed, as expected. So authentication is working, but for some reason, I just can't get to the portal desktop! I ensured that my user account has the Access List service. And I haven't changed any URL allow/deny lists from whatever the default templates were, they still allow *.
    Any ideas?
    Thanks,
    Patricia

    Are you able to get to the portal desktop without going throwing the gateway ?
    What the does the debug error logs show ?

  • SSO for portal desktop

    Hi,
    how to impliment sso for applications that i developed.
    i created tabs and added the channels to container.
    now i wants to that maintain the session .
    i.e, once a user enters into portal desktop.and he clicks the tab and
    enters user name and password.and when he goes other tab and comes
    back then it has to maintain the state.but now here it asking again username
    and password
    Please help
    advance thanks
    javaraju

    Hi,
    Thanks for response.
    I customized the sample portal and added channel to tabs.and added iframe to that channel and added some url's and when a user clicks that url and enters user name and pasword and if he goes to other tab it has to maintain it state
    how it is possible
    thanks in advance
    javaraju

  • SSO for portal desktop for my applications

    Hi,
    how to impliment sso for applications that i developed.
    i created tabs and added the channels to container.
    now i wants to that maintain the session .
    i.e, once a user enters into portal desktop.and he clicks the tab and
    enters user name and password.and when he goes other tab and comes
    back then it has to maintain the state.but now here it asking again username
    and password
    Please help
    advance thanks
    javaraju

    I guess this thread is a duplicate - correct?

  • Web Dynpro Java - Light Portal Desktop

    Hi Guys... I have a web dynpro java application that I want to display on a Light Portal Desktop, but when I display the iview... it gets cut. I mean I can see only part of my application and there is also a right scroll bar... It looks like the height size of the iview is set to "FIXED" but it's not. I Actually  modifed all values for size even on the Light Framework Page used...to FULL_SCREEN. I don't know what's wrong. If I display the same iview using a Default Framework Page it looks fine... I'm using SAP EP 7.00 SP 16.
    Is there any restriction for using Web Dynpro iviews for Light Porta Desktops?
    Thank you.
    David

    David,
    Webdynpro content is considered heavy and I dont think we can use it in LPD.
    Update:
    Note 916545 - Central Note for External-Facing Portal (NW 7.0)
    Check under application.
    Regards,
    Sandeep Tudumu
    Edited by: Sandeep Tudumu on Sep 17, 2008 8:56 PM

  • Runtime error while creating a Portal Desktop

    Hello *,
    I want to create a New Portal Desktop in System Administration > Portal display > Desktops & Display Rules (EP7 SP14).
    The Portal Content editor is correctly showed when I create de Desktop in the Portal Content folder, BUT, a run time error is showed when I try to do the same under a "New Folder" under the Portal Content Folder.
    I am working with Administrator user and the permissions have been defined as follows:
    Portal Content
    content_admin_role Full Control End User Role Assigner
    Everyone Read End User Role Assigner
    super_admin_role  Owner User Role Assigner
    system_admin_role Owner User Role Assigner
    New Folder
    content_admin_role Full Control End User Role Assigner
    Everyone None End User Role Assigner
    super_admin_role  Owner User Role Assigner
    system_admin_role Owner User Role Assigner
    Helpful answers will be rewarded
    Thanks
    Marta.

    What do you mean by a prefix here?
    For me the theme implementation is not working either way
    - I am not able to create a new desktop (some SAP Error)
    - Copying the default desktop into my folder and doing the required changes there.
                      changed the name/id/theme/default framework page
    but when i apply it to a user, doesnt show up.

  • Customization of New Portal Desktop Framework

    Hi All,
          My requirement is customization of Default Framework Page based on client specifications and i need to assign that new Desktop Framework page to only end users not for all the users.
    The Below steps i did,
    I copied the default framework page into my own folder in Content Administration and then i did few changes after that i went to System Admin Role and i added my Own Framework page to Portal Desktop, after that i went to master rule collection in Super Admin role here i created the one rule and i am applying the my own frame work page to user using If USER = XXXX THEN Portal Desktop = XXXXXXXXXXXXXXXXX, after that when i am clicking on APPLY button i am getting below error ERROR_DESKTOP_NOT_FOUND
    If any thing i did mistake please let me know, if any one knows step by step solution please help me on this one.
    Thanks in Advance.
    Thanks and Regards,
    Abhi.

    Hi Vivek,
               Based on your reply, i did every thing again, still i am getting the same error.
    If it is possible please share with me with step by step solution.
    Thanks in Advance.
    Thanks and Regards,
    Abhi.

  • Creating portal desktop for the user

    Hi All-
    Please help me out...
    1) Could you let me know the detailed procedure ( if possible please provide screen shots) to create "Portal Desktop for the user".
    2)Suppose we developed a webDynpro Application and we need to make it Role Based access....please let me how to achieve this..
    3)Help me out in creation of "Roles" in Portal Content Development and the steps to assign pages to "Roles"
    Regards,
    Cris

    Hi Cris,
    Follow these links for the required info.
    Creating Portal Desktop for specific user
    Portal Branding for specific user
    Creating Roles & worksets
    http://help.sap.com/saphelp_nw04/helpdata/en/4f/bceaffeb8c114ebef8255b63079c7c/frameset.htm
    Integrating webdynpro in portal
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/2fffe990-0201-0010-aab0-e61c3250bcf3
    Hope I am helpful.
    Cheers,
    Santhosh

Maybe you are looking for

  • Is there a way to quickly activate/deactivate certain plugins?

    a site wants me to install the VLC plugin for safari to watch their streaming videos. fine. VLC is nice. unfortunately the plugin insists on handling all quicktime files and mp3 as well once activated, which blows. I wonder if there is either a quick

  • How to adjust number of showDetailsItem in limited panelGroupLayout/in single page

    Hello Everyone, I am using Jdeveloper 11g and my  requirment is that, in a single page of jspx we included 13 tabs (ShowDetailItems) which is not adjusting in a single panelGrouplayout of 900px. Basically after 4 or 5 tabs we are getting arrow mark t

  • Can I use Migration Assistant G4 Intel

    I'm getting a MacBook Pro 2.4 15" to replace my existing G4 1.67 15" PowerBook. Will Migration Assistant work smoothly migrating form a G4 machine setup to an Intel? What should I be wary of? Can anyone give me some tips as I've not done this before

  • Cant take offline payment

    I am in the process of setting up a new bc site. Testing the system, i created a product with a price of 5.40. Created a member. Had that member buy the product by COD method. The order shows in orders as it should on the backend invoice showing 5.40

  • How to default a value in the tablecontrol field?

    hi i have created a maintenance view for a z table and this table has a currency field. So when i go to SM30 to maintain the z table i want that when the user clicks on NEW ENTRIES button the system should automatically default the currency field to