Site Map in portal

Hi Guys,
I am using EP6 sp 9. I want to implement a dynamic Site Map on my Enterprise portal implementation.In such a way that a user can only see the pages he has access to in the site map.
My question is how can I achieve that in EP .Please can someone help me out.
Dakata A Ibrahim

Hi Prakash,
Thanks for your response. But I am finding some problems in inplementing your suggestions. But I am very confident that If you can clarify this issue, It will work. The issue is on this package "package com.ust.browserole;" I have tried but I am still having errors in it. I tried creating mine but it refused to work.
Please clarify on the above. Thanks very much for your help.
Cheers
Dakata A. Ibrahim

Similar Messages

  • How to build a site map in Release 2 portal

    Can any one tell how to generate a site map in portal release 2. We have all portal pages stored in pages group.
    Thanks.

    Hi,
    thanks alot for these links! Glad to know that I am not the only person who didn't succeed using the forum search and thus I am obviously NOT stupid after all ;-)
    Using your links I managed to install the portlet. However... (as always :()... the number of problems has exploded now:
    1.) I have two languages installed in my portal (english=default and german). When switching to german (which is the language I installed in secaond place), the dropdown list of the site index portal for selecting the root page group won't show up with my custom page group that I have created. it only offers the default page groups like "corporate pages", "portal design-time pages" etc.). When changing to english, this problem doesn't exist (I can see my page group there)
    2.) In our portal app, we link to the portal content from within an iframe. When clicking links inside my site map, however, the target pages will always open in the "top" frame, as it seems, not in the iframe itself :(. This looks like there is per default a "target=_top" attribute, which I don't want to have.
    3.) Though I have installed the ptlnlsi.sql script according to the installation instructions, the message strings seem to be missing: In my portal browser, the site index portlet is displayed as
    "Missing string(sip_title) language(us) domain (wwc) sub_domain (ptl)"
    The latter is of minor impact, but the first two problems completely crack up both our user access and page layout concept. I definitely have to find a solution to get rid of these, otherwise, the site index is of no use in our context.
    Can anybody help me, please?

  • Schedule generating site map with KM Scheduler

    Hi everyone, as it takes a long time for a user to generate a site map and then get it displayed on the client side. From SDN I found all the solutions for site map are implemented in DynPage class.
    I know executing DynPage is iView or browser window dependent. So it seems impossible to schedule this kind of portal component application with KM Scheduler.
    I do hope there is a trick to do this. If there is no is any solution by now to execute like DynPage class with KM Scheduler ?
    Kind regards.
    Wang

    Hi,
    generally you can create a service which will implement ISchedulerTask (in NWDS create portal application object -> RF Component Wizard -> Scheduler Task Wizard). This service will be accesible in KM configuration so you can schedule it as you wish. This service will "cache" the data for your sitemap iview.
    Alternatively you can create a "standard" service, which will fetch the data in periodic intervals. In run method of the service you use something like this:
    while (true) {
      try {
        Thread.sleep(WAITINTERVALINMILISECONDS);
      } catch (Exception ex) {
      // now call the method for fetching
      // the data for your sitemap...
    Hope this helps a bit,
    Romano

  • Creating a Site Map

    Hi I'm following the tutorial instructions from http://help.sap.com/saphelp_nw70ehp1/helpdata/en/19/4554426dd13555e10000000a1550b0/frameset.htm
    on how to create a site map through NWDS.  I have a few imports that are reporting "The import can not be resolved" as following....
    import java.util.Hashtable;
    import java.util.Iterator;
    import javax.naming.NamingException;
    import javax.naming.directory.NoSuchAttributeException;
    import com.sapportals.portal.navigation.INavigationNode;
    import com.sapportals.portal.navigation.INavigationService;
    import com.sapportals.portal.navigation.NavigationNodes;
    import com.sapportals.portal.prt.component.AbstractPortalComponent;
    import com.sapportals.portal.prt.component.IPortalComponentRequest;
    import com.sapportals.portal.prt.component.IPortalComponentResponse;
    import com.sapportals.portal.prt.runtime.PortalRuntime;
    import com.sapportals.portal.prt.session.IUserContext;
    import com.sapportals.portal.prt.util.StringUtils;
    How can I get the proper jar to be able to import the com.sapportals.portal.navigation.*
    Thanks
    Greg
    Edited by: Gregory Einfrank on Jul 6, 2009 10:19 PM
    Edited by: Gregory Einfrank on Jul 6, 2009 10:20 PM

    Please refer this forum thread and download the JAR and PACKAGE/CLASS reference file (CSV)
    [ IMPORTANT: JARs and Sharing References: New Reference|IMPORTANT: JARs and Sharing References: New Reference;

  • [Site Map] Discontinued from EhP 1 ?

    Hi,
    I read that the Site Map iView is discontinued from EhP 1 for Netweaver.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/dc/ecc78e1bc74a7a980e9a69842e6f92/content.htm
    Is there a replacement feature for this?
    What are the possible migrations to keep these 'investments' we have done in Site Map so far?
    Thanks in advance.
    Best regards,
    Guillaume

    Hi,
    the SiteMap from SAP never was really usable or end-user friendly. So it's not a great loss. Nevertheless, a Sitemap is a standard application in todays portals. Here are some links for how to develop your own Sitemap:
    SDN Blog: Create a SITEMAP for your portal
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/44/47b87e9d780597e10000000a155369/frameset.htm
    br,
    Tobias

  • Site Map Error

    I have created a site map for my portal using the SAP Library tutorial:  http://help.sap.com/saphelp_nw04s/helpdata/en/44/47b87e9d780597e10000000a155369/frameset.htm
    However once I deploy it I am getting this error:  The User Authentification is not correct to access to the Portal Service com.sap.portal.prt.soap.Bridge
    Do I have to add something to the given code or settings to fix this?

    I have some Admin privIedges but they are limited.  This error is occuring in another dynpage project I have as well.  I have uploaded the PAR files to the system and created iViews.  When I preview the iView I get this error.
    One of these PAR files had been previously uploaded by a co-worker and everything worked fine.  When I upload i get this error.
    How would I check permissions on this service? 
    I did notice when I build I get this warning:
    No public part descriptor found for component "webservices_lib" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "sapxmltoolkit" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "com.sapportals.htmlb" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "epbc.prtapi._api" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "epbc.prtpars._htmlb" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "epbc.prtpars._soap" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "epbc.prtapi._test" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "servlet" (vendor "sap.com"), public part "default", using legacy mode.
    No public part descriptor found for component "jaxm" (vendor "sap.com"), public part "default", using legacy mode.
    No 'default' JDK defined, will use running VM.
    Could this be causing the problem?  If so what is the fix.  (I have a default JDK defined It  says Type: Standard VM Name:jre Location: C:\j2sdk1.4.2_16\jre and it is checked as default.)

  • Site map of Communities and Categories

    Site map of Communities and Categories
    As part of the migration of Apple Discussions to Apple Support Communities many previous forums have become categories of the new communities.
    This list may help you locate the content of any specific category you wish to follow or focus on so that you can create a shortcut for future use. You can also copy and paste any section of this list into your support responses.
    Jump to: iPad | iPhone | iPod | iTunes | Desktop Computers | Notebooks |
    Mac OS & System Software | iOS app store | iLife | iWork | Professional Applications | MobileMe | AppleTV | Periperals | Servers and Enterprise Software | Applications | Wireless |
    Windows Software | Older Software | Older Hardware | Using Apple Support Communities |
    User Tip Contributions | Developer Forums
    The following is a list of all communities and categories as of 29th April 2011.
    iPad
    Using iPad
    Accessories
    Airplay
    Airprint
    Applications
    Camera
    FaceTime
    Getting Started
    Location Services
    Mail
    Syncing
    WiFi
    WiFi + 3G
    iWork for iPad
    Keynote
    Numbers
    Pages
    iPad in the Enterprise
    Enterprise Networking
    Using iPad in the Enterprise
    iPhone
    Using iPhone
    Basics
    Camera, Photos and Video
    FaceTime
    Installing and using iPhone Applications
    Integrating iPhone into your Digital Life
    Location Services
    Mail, Contact & Calendar
    Phone and Messaging
    Playing Music and Video
    Voice and Memos
    WiFi, 3G and Bluetooth
    iPhone Hardware
    Classic iPhone
    iPhone 3G
    iPhone 3GS
    iPhone 4 (GSM)
    iPhone (CDMA)
    iPhone in the Enterprise
    Enterprise Networking
    Integrating iPhone into your business
    Mail, Contacts and Calendars in the Enterprise
    iPhone Accessories
    Bluetooth Headset
    iPod
    iPod touch
    Accessories
    Airplay
    Airprint
    Camera
    Connecting to a Mac
    Connecting to Windows
    Contacts and Calendars
    Installing and Using Applications
    Mail
    Music and Video
    WiFi and Bluetooth
    iPod shuffle
    Connecting to a Mac
    Connecting to Windows
    iPod nano
    Connecting to a Mac
    Connecting to Windows
    Nike + iPod Sport Kit
    iPod classic
    Connecting to a Mac
    Connecting to Windows
    Apple Branded iPod accessories
    iPod Hi-Fi
    iPod Radio Remote
    Older iPods
    Connecting to a Mac
    Connecting to Windows
    Connecting to TV
    iTunes
    iTunes for Windows
    Importing & Burning in iTunes
    Installing, Removing and Upgrading
    iTunes Store
    Podcasting and Radio
    iTunes for Mac
    Importing & Burning in iTunes
    Installing, Removing and Upgrading
    iTunes Store
    Podcasting and Radio
    iTunes U
    Producing Podcasts
    Desktop Computers
    iMac (Intel)
    Displays
    DVDs and CDs
    Expanding
    Internet and Networking
    Using your iMac Intel
    Mac mini
    Displays
    Expanding the Mac Mini
    Internet and Networking
    Using the Mac Mini
    Mac Pro
    Displays
    DVDs and CDs
    Expanding
    Internet and Networking
    Using the Mac Pro
    Power Mac
    Displays
    DVDs and CDs
    Expanding
    Internet and Networking
    Using Power Mac
    iMac (PPC)
    Displays
    DVDs and CDs
    Expanding iMac (PPC)
    Internet and Networking
    Using iMac (PPC)
    eMac
    Displays
    DVDs and CDs
    Expanding eMac
    Internet and Networking
    Notebooks
    MacBook Pro
    Bluetooth, USB, Firewire
    Displays
    Internet and Networking
    Optical Drive
    Ports and Interfaces
    Power and Battery
    Using a Mac Pro
    MacBook Air
    Displays
    Internet and Networking
    Peripherals
    Power and Battery
    iBook
    Displays
    Internet and Networking
    Peripherals
    Power and Battery
    MacBook
    Bluetooth, USB, RAM
    Display
    Internet and Networking
    Optical Drive
    Power and Battery
    PowerBook
    Bluetooth, USB and FireWire
    Display
    Displays
    DVDs
    Input Devices
    Internet and Networking
    Peripherals
    Power and Batteries
    Power and Battery
    Using PowerBook
    Mac OS & System Software
    Mac OS X v10.6 Snow Leopard
    Account & Login
    Finder & Dock
    Getting Online & Networking
    iChat and iChat Sharing
    Installation and Setup
    Mail and Address book
    Printing, faxing and scanning
    Time machine
    Universal Access
    Using Mac Osx v10.6 Snow Leopard
    Mac OS X v10.5 Leopard
    Account & Login
    Automator
    Finder & Dock
    Getting Online & Networking
    iChat and iChat Sharing
    Installation and Setup
    Mail and Address book
    Printing, faxing and scanning
    Time machine
    Universal Access
    Using Mac Osx v10.5 Leopard
    Mac OS X v10.4 Tiger
    Automator
    Getting Online & Networking
    Installation and Setup
    Mail and Address book
    Printing, faxing and scanning
    Universal Access
    Mac OS X v10.3 and earlier
    Getting Online & Networking
    Installation and Setup
    Mail and Address book
    Printing, faxing and scanning
    Mac OS X Technologies
    AppleScript
    Audio
    Classic Environment
    iSync
    Networking and the Web
    Unix
    Classic Mac OS (OS9, OS8 & System 7)
    Mac OS8
    Mac OS9
    System 7
    QuickTime
    Mac OS
    Windows
    Safari
    Mac
    Windows
    Front Row
    iOS app store
    iBooks
    iMovies for iOS
    iLife
    iPhoto
    Book, Card, Calendar & Print Orders
    Editing and Organizing
    Installing
    Slideshows
    Using Faces
    Using Places
    iMovie
    Garageband

    HI Paul, I'm not sure what the question is. If you meant that the communities are listed on the front page, then yes they are, but that view does not include links to specific categories, such as Airprint for the iPad. The list provides a way of finding direct shortcuts to these filtered sections of communities, either for your own use as a bookmark or when recommending a potentially useful area of the site to explore in your answers to others.
    tt2

  • Role mapping between Portal and Back end systems

    I am new to SAP EP.
    I just want to know how the mapping between portal and back end system happens.
    Scenario : There is a role in ECC system...say FI India. Now there is a request by the FI team that they want to access this role from Portal. In this case, please tell me how the security team will do it. Because I guess, it has to be done by the security team.

    Hi,
    Usually the role from backend is uploaded to portal then it will be seen as Group and we need to assign our portal roles to this group. Please refer [this|http://help.sap.com/saphelp_nw73/helpdata/en/d6/7859ec80df46738e23ccb4f4c8c502/content.htm].
    Regards,
    Samir

  • How to create site map in Dreamweaver CC

    Hi
    I have just built my first website and need to create a site map, any help greatly appreciated.
    Thanks

    I use this online service to crawl up to 500 site pages.
    Create your Google Sitemap Online - XML Sitemaps Generator
    Also generates an XML site map for Search Engine robots and an HTML map for human site visitors.  I then use my Google Webmaster account (also free) to submit the XML site map's URL to Google.
    Also look at Xenu Link Sleuth software.  It checks for broken site links and creates an HTML site map.
    Find broken links on your site with Xenu's Link Sleuth (TM)
    Nancy O.

  • How do I add a "Site Map" to my website?

    I must be dumb but I can't seem to figure out how to add a "Site Map" page to my website.
    I thought it would be neat to have it look like the the plan view with thumbnails of the pages and the graphic of how the pages flow....

    goingbald,
    There are two ways to add something into a footer on muse. One, right click on the item you want to be a footer and select "Footer Item."
    Two, on the very top of the page there is an unchecked box that reads "footer." Select that and you will also have a footer item.
    Make sure to make this on a master page if you have a lot of pages you are working with.
    You can also email me with any more questions at [email protected]
    Hope that helped,
    -DesignsByAHA.com

  • Is there a way to create a site map of all RoboHelp topics in a published project?

    My company uses an external search of our published RoboHelp options (as well as the internal; the external search covers all projects instead of a single one). We're looking to change search programs, but according to our web developer a lot of searches have issues finding the topics inside the published projects because of the way it links to topics using Javascript.
    I think I know the answer to this question, considering it hasn't come up in any of my searches, but in case I need a second cup of coffee -- is there a site map or listing of links within a RoboHelp project that includes all the topics? Alternately, does anyone know of a service or program that can easily create a site map from a RH project? For reference, we're using RoboHelp 9.
    Thanks!

    Look in Tools > Reports.
    Some can be saved as files. Others you can copy and paste into a text file.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Is there an easy way to generate a site map of an APEX application ?

    Hi.
    Is there an easy way to generate a site map of an APEX application ?
    Thanks.

    Depends on your definition of "easy"...
    Patrick Wolf provided one way to do this a few years ago.

  • How do I print or export as a PDF a site map created in Muse?

    I created a site map created in Adobe Muse CC 2014. Now I want to print it or save it as a PDF so I can present the proposed website to my client. How can I print from Muse? If Muse does not have print capacity, can you suggest what Adobe application I can recreate the proposed website site map in and then print it?
    Thank you for your prompt response. This project has a very tight deadline.

    Please refer here :
    https://forums.adobe.com/thread/1375447?tstart=0
    Thanks,
    Sanjit

  • Thumbnail images of the site map

    In my work flow I find it very useful to create a site map
    with images of all the web site's pages. I like being able to
    easily look over how a site looks so that I can post notes about
    the changes I would like to make to it in Acrobat.
    What I would like to know is if there is a extension that
    lets me do this without taking screen shots of every single page on
    a site and then individually laying them out in a flowchart program
    before importing it into Acrobat. Anyone know a extension that
    would work?

    If you get your answer please let me know, good luck
    [email protected]

  • Help im having problems with site maps google etc with iweb09

    hi guys i have iweb 09 and im trying to get google to recognize my site map ,ive posted the site map in to my url folder of my domain name and also ive posted the google html file but google says error and will not verify,why is iweb so bad for this??what can i do i really need help?????????????

    An HTML verification file is better than a tag.
    You can make up a sitemap for free or use a third party application.
    You will find all this information in this section of iWeb for Musicians.....
    http://www.iwebformusicians.com/SearchEngines/SEO.html

Maybe you are looking for

  • Missing Contacts and Calendar on iPhone - but still in MobileMe

    Hi all Hopefully some one can help me, I just restored my phone and signed into MobileMe in the settings, but the phone refuses to Sync my contacts and calendar, Ive manually synced them from Itunes, but its really annoying that its not syncing from

  • Half my library shows when I'm not signed in, and lost playlists!

    I wonder if some i-tunes whizz can help me please. I did an update a few days ago and on re-opening i-tunes discovered that more than half the library was missing as well as all playlists, including purchased (and I purchase quite a lot). After a lot

  • Got a problem? Here's how best to ask for help.

    Working with video editing on an NLE (Non Linear Editor) program can tax the most robust computers. Depending on many factors, this can be a daunting task, at best. Many of the components of one’s computer can be stressed, more than with almost any o

  • Re: Add Custom Field in CJ20n / CJ01 / CJ02 / CJ03

    Hi Experts, I need help in adding a custom field for the transactions CJ20N, CJ01, CJ02, CJ03. I need to add a custom field for these transactions in the Basic Data tab. I followed the steps mentioned in one of the link in SAPTECHNICAL website. When

  • 10.4.6 killed Aperture?

    This is really weird. I wanted to see if the update made any difference on my machine, so I loaded up Aperture and imported some photos. Now, Aperture runs ok, but I can't use ANY of the editing tools - no adjustments, no cropping, no spotting, no st