To configure a site map?

I would like to show only one groups page in a site map, is this possible ?

They did it by querying the WWSBR_ALL_FOLDERS view. Note that this view is not officially supported until the upcoming 9026 release, but it works in 902. The view implements security, so that the current user only sees the pages they are allowed to view. The security checking in the view may not be 100% in 902, so test carefully to make sure that you are getting the correct results.
The consultants that built Harvard Pilgrim are making their code available through a consulting assignment. I'll ask them to respond to this posting with the details.
Regards,
Jerry
PortalPM

Similar Messages

  • Site map configuration.....change it?

    Dear Experts,
    Does one have control over how the site map looks?
    Like it to have a certain heirarchy, but as each page has all the
    links at the bottom, then site map does not look like i want it to look.
    Any power over this?
    Thanks so much...
    Sincerely,
    Hope

    Yes....thank you...
    Am using cs3, and it has the site map view or files view....
    thot it would be nice to use it...
    dw asks for you to point out the home page when defining the site, so 
    just learned how to do that, then thot nice  to make the map

  • 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

  • In my Siebel Client Application, if I click on my Reports Icon which is placed next to Site map in Toolbar, I'm getting the following error.

    Hi
    In my Siebel Client Application, if I click on my Reports Icon which is placed next to Site map in Toolbar, I'm getting the following error.
    An error has occurred creating business component '<?>' used by business object '<?>'
    Please ask your systems administrator to check your application configuration.(SBL-DAT-00222)
    Thanks in advance.
    abdul tawab.

    As Alex mentioned, You are out of luck. Unlike SP 2010, you cannot install SP 2013 on Windows 7 or any other client OS.
    Your best options are:
    Since Windows 8 Pro or above supports Hyper-V, you can run SP 2013 as a VM on Windows 8 pro
    You can use VMware Player (free) on Windows 7
    Check out this video: Setting
    up team development infrastructure for SharePoint 2013 development
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Need Help on Configuring the Site to Site VPN from Cisco 2811 to Websense Cloud for web Traffic redirect

    Hi All,
    I need help on Configuring the Site to Site VPN from Cisco 2811 to Websense Cloud for web Traffic redirect
    2811 having C2800NM-ADVIPSERVICESK9-M
    2811 router connects to the Internet SW then connects to the Internet router.
    Note- For Authentication am using the Device ID & Pre share key. I am worried as all user traffic goes with PAT and not firing up my tunnel for port 80 traffic. Can you please suggest what can be the issue ?
    Below is router config for VPN & NAT
    crypto keyring ISR_Keyring
      pre-shared-key hostname vpn.websense.net key 2c22524d554556442d222d565f545246
    crypto isakmp policy 1
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp keepalive 10
    crypto isakmp profile isa-profile
       keyring ISR_Keyring
       self-identity user-fqdn [email protected]
       match identity user vpn-proxy.websense.net
    crypto ipsec transform-set ESP-NULL-SHA esp-null esp-sha-hmac
    crypto map GUEST_WEB_FILTER 10 ipsec-isakmp
    set peer vpn.websense.net dynamic
    set transform-set ESP-NULL-SHA
    set isakmp-profile isa-profile
    match address 101
    interface FastEthernet0/1
    description connected to Internet
    ip address 216.222.208.101 255.255.255.128
    ip access-group HVAC_Public in
    ip nat outside
    ip virtual-reassembly
    duplex full
    speed 100
    no cdp enable
    crypto map GUEST_WEB_FILTER
    access-list 101 permit tcp 192.168.8.0 0.0.3.255 any eq www
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 host 85.115.41.187 log
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 host 85.115.41.181 log
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 host 85.115.41.182 log
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 86.111.216.0 0.0.1.255
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 116.50.56.0 0.0.7.255
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 86.111.220.0 0.0.3.255
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 103.1.196.0 0.0.3.255
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 177.39.96.0 0.0.3.255
    access-list 103 deny   ip 192.168.8.0 0.0.3.255 196.216.238.0 0.0.1.255
    access-list 103 permit ip 192.168.8.0 0.0.3.255 any
    ip nat pool mypool 216.222.208.101 216.222.208.101 netmask 255.255.255.128
    ip nat inside source list 103 interface FastEthernet0/1 overload
    ip nat inside source route-map nonat pool mypool overload

    How does Websense expect your source IPs in the tunnel? 192.168.8.0 0.0.3.255 or PAT'ed 216.222.208.101 ?
    Check
    show crypto isakmp sa
    show crypto ipsec sa
    show crypto session
    You'd better remove the preshared key from your post.

  • 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?

  • 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

  • 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

  • Submitting site maps for multiple sites to Google

    I sort of glommed on to the end of the thread "meta and google-ing...i give up," but I'll start a fresh post here with this:
    I have three sites in iWeb, all of which have their own registered Go Daddy domain names and are forwarded to .mac without masking. I followed James Tseng's instructions and successfully submitted to Google and verified my "www.mac.com/user/iWeb" url.
    I also successfully uploaded a site map for one of my sites (let's just call it Site 1), which is in my iWeb folder (not the Site 1 folder).
    My question: I assume I can create separate site maps for Sites 2 and 3. Do they also go in the same iWeb folder as the first one? Is that possible if they're all named "sitemap.xml" or do they have to be given different names?
    Also... if I want to submit these three sites to other engines like MSN and Yahoo, can I submit the forwarded domain names, or will these engines not follow the forwarding to my .mac url?
    If that's the case, is it best to submit the single "www.mac.com/user/iWeb url" as I did with Google, or should I submit each site's .mac url separately?
    Thanks in advance for your help!
    Mitch

    <As posted in the the other thread...>
    Hi Mitch....
    I hope you've been finding all this helpful so far! It's always fun to see just how much feedback you can get from Google. Sort of gives you a feeling that "you've arrived". haha.
    Regarding your question about sitemaps and multiple sites.... My strategy is this... I like to give Google sort of the broadest catch that I can. That's why I really suggest to people that they register the most general URL... http://web.mac.com/username/iWeb/ . You see how that really leaves the door open for the possibility of multiple sites, without having to register multiple sites. Google really doesn't care that you call them separate sites...to Google they appear as part of the same site...with the same base verified URL.
    So with that registered URL, there really is only one place where the verification file and sitemap.xml file can go. And that place is in the iDisk/Web/Sites/iWeb/ folder. And there is really only a need for a single verification file and a single sitemap.xml file, no matter how many sites you have. The point here isn't telling Google that you have more sites...it's just about telling Google that you have more LINKS in the site that it already knows about.
    So how do you do this? Just spider your new site or gather the links in your own way and then copy and paste the links (just the links section...not the first two lines or the last line of the code) into the sitemap.xml file that you have already submitted before. Then resubmit it to Google.
    Does this make sense? Let me know what you think.

Maybe you are looking for

  • How can I keep all of my apps and stuff from one ID and move them to another ID without having to buy them all over again?

    Me and my mom share an account and I bought all my apps and stuff on their. so I made my own account so that it would just have my stuff and it would charge to my credit card. So I was wondering how you can sink all the apps and stuff from one ID to

  • Table View in View-based Application

    Hi. I want to use an UITableView in a View-based Application. All examples I found are for Navigation-based Applications. I Found only one example for View-based Applications, but it create all components himself without the Interface-Builder. I sear

  • Data in Excel sheet

    hi abapers, I have extracted data into excel sheet,in which i have field MARD-LGORT. its having values for storage location like 0001,0002 etc.but in excel sheet i get values like 1,2 etc.it truncates leading zeros.but i want zeros in excel sheet als

  • Cant burn a cd getting error 4280

    Keep getting error 4280 when trying to burn a music cd. Wht is the fix - suggestions?

  • Colors problems - Iphoto to tv

    I have a problem with colors in Iphoto when I plug my macbook 13" 08 in my tv. I use a mini-dvi to dvi, and dvi to hdmi to plug my macbook in to my 47" plasma hd tv (it's a Toshiba). Everything look very great on my tv, but when I play slideshows, or