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

Similar Messages

  • Can you create a site map with Dreamweaver?

    Greetings,
    Can you create a site map with Dreamweaver?
    Crawkers do not work because many of my pages are not linked.
    Thanks

    I'm not too sure what Crawkers is, but I do not think DW has that capability out of the box.  There are some web based solutions that will scan you site for you and give you a map for search engines.  I choose to go with a commercial option which is pretty good from WebAssist, it's called Surveyor: http://www.webassist.com/dreamweaver-extensions/surveyor/ .

  • Site Map with Adaptive Tags??

    Hi all,
    I seem to remember a session at the Developers Conference in Florida (Oct, 2005) where an example was given on how to create a site map using nothing but adaptive tags. I'm searching all over but haven't found this. Any help on how this can be archived would be greatly appreciated,
    ~Kevin.

    Iam using pt:ptdata.joincurrcommunitydata
    here is some code
    <pt:ptdata.joincurrcommunitydata pt:id="menutabsjoin" />
    <pt:logic.foreach pt:var="temp2" pt:data="menutabsjoin">
    <span class="CommunityPage">
    <pt:core.html href="$temp2.url" pt:tag="a">
    <pt:core.html pt:tag="img" src="$temp2.img" alt="$temp2.title" border="0" align="absmiddle" height="$temp2.imgheight"      width="$temp2.imgwidth" />
                        <pt:logic.value pt:value="$temp2.title" />
                             </pt:core.html>
                             </span>
                             </pt:logic.foreach>
    But the URL that is generated is not having the CommunityID, hence it errors out saying object not found.
    Any help would be appreciated?
    Thanks
    kartik

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

  • Error in scheduling a mapping with sqlloader ctl file

    Hi everyone,
    I have been trying to schedule a single mapping which generates sqlloader ctl file. but i get the error
    ORA-20001: Begin. initialize complete. workspace set. l_job_audit_execution_id= 20545. ORA-20001: Please check execution object is deployed correctly. ORA-01403: no data found ORA-06512: at "USER7.PMAP_TLOG_JOB", line 180 ORA-20001: Please check execution object is deployed correctly. ORA-01403: no data found
    but when i attach this mapping with a process flow it works fine. There is no error.
    so my question is in OWB is it a must that we should attach the mapping which generates sqlloader ctl file to a process flow and then schedule it or can we schedule a single mapping which generates sqlloader ctl file and what should be the process to schedule a single mapping which generates sqlloader ctl file?
    can anyone please help?
    Thanks & Regards
    Subhasree

    Hi Nawneet,
    Any suggestions?
    can anybody else also help me in this error???
    Regards
    Subhasree

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

  • Runtime-Error after deploying a mapping with the generated script

    For example a very easy scenario:
    1. Create a table and a view in a DB-schema, witch ist registered as WB-target-schema with the following scripts:
    create view v1(c1) as select 'a' c1 from dual;
    create table t1(c1 varchar2(1));
    2. Import the table and the view into a OWB-module
    3. Create a mapping ‘m1’
    4. Drag and drop view and table into the mapping
    5. Draw an arrow from the view-column to the table-column
    6. Save and close the mapping
    7. Mark the mapping in the ‘Design Center’ and klick the ‘Generate’-Button
    8. Save the generated script ‘M1.pls’ to file
    9. Run the script in SQL*Plus, connected with the target-schema (without using the Control Center Manager)
    => very easy right now ;-)
    10. Start the mapping with the following script will produce the following error
    SQL> declare
    2 v_status varchar2(100);
    3 begin
    4 m1.main(v_status);
    5 end;
    6 /
    declare
    ERROR at line 1:
    ORA-01403: no data found
    ORA-06512: at "OWB_OWN.WB_RT_MAPAUDIT_UTIL", line 1027
    ORA-06512: at "SCOTT.M1", line 2048
    ORA-06512: at line 4
    If i delete or comment the four WB_RT_MAPAUDIT_UTIL-calls - it work´s fine!
    But is this a good advise?
    What exactly does the wrapped package ‘WB_RT_MAPAUDIT_UTIL do?
    Thanks
    jwehner

    I just ran into the same problem myself. I used the same technique of saving the generated OWB script to file and then compiling it through sqlplus. When I used the "Deploy" option for the mapping, then the problem went away. So when OWB is deploying the code it seems to be setting something internally that doesn't get set when you simple compile the PL/SQL. I don't know of any workaround to this. I will need it eventually, since I don't want to use the UI to deploy to various test environments and production. Maybe the built-in scripting language is the way to go.

  • Invalid Mapping with SIT for an outport inside a subsystem in a the simulink model.

    Hello everybody,
    I am trying to use SIT to target simulink models on a PXI target.
    The simulink model contains a subsystem with an outport. I have created
    a mapping between the signal coming out of that outport to a waveform
    chart on the host VI. The mapping works fine when I run the model on
    the local host but becomes invalid when I target the dll to a pxi
    target.
    I have been able to create a very simple simulink model and host VI
    that is mimicking this problem. This model does
    not do anything useful and is made to only demonstrate just this problem. I am attaching the model and the userinterface here.
    Note:
    I have already taken care of the fact that I can not use signal storate
    reuse, block reduction and also cant use linked or linked+masked
    subsystems. A testimony to this is the fact that I am able to create
    mapping with other signals in the subsystem. Also outport is a virtual
    block in simulink so I have created a testpoint on the signal going
    into the outport to be able to probe it.
    Any kind of suggestions would be appreciated.
    Thanks and Regards,
    Vicku.
    Attachments:
    files.zip ‏77 KB

    You have two options to be able to probe this signal in the subsystem that should work fine for this small example you posted. Let me know if they also apply to your actual model.
    You have the outport itself set as a test point currently in your subsystem block. Try setting the wire coming out of the subsystem outport as a test point and then rebuilding your dll. That should make the outport signal probable.
    Instead of probing the actual outport, you could probe the signal in the subsystem that is wired into the outport. In the case of your example that would be using_subsystem/Subsystem/Sum1:1.
    Hope this helps!
    Message Edited by Jarrod S. on 08-23-2007 10:59 AM
    Jarrod S.
    National Instruments

  • Site map in BC , Website made with Muse

    Hi,
    I need help
    site map located in BC is empty   http://upload.slike.com/slike/YNWzf.jpg
    The question is: Is it ok in that way?
    below are links from my BC
    http://upload.slike.com/slike/wgjH6.jpg
    http://upload.slike.com/slike/67ZJ.jpg
    thank you in advance for response

    There are a few bugs with the simap.xml generation but basically you have got a manual sitemap.xml there.
    Because you see it in the folder structure (you should not if it is dynamic) it is a static sitemap.xml and will never be udpated by the system.
    Delete that one there and if you go here in the new UI: /AdminConsole/#!/Utilities/SEO.aspx
    Ensure the sitemap.xml is turned on.
    Wait for a day and you should see the new sitemap come to life.

  • 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

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

  • Error generating report job with the task name 'FSRM_Report_Task

    Since this morning we have been having a problem with FSRM on Windows Server 2008 R2, it is no longer running storage reports (both scheduled and on-demand).
    We get the following in the event logs:
    Log Name:      Application
    Source:        SRMREPORTS
    Date:          09/06/2014 08:09:55
    Event ID:      752
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      FILESERVER2.curriculum.riddlesdown.local
    Description:
    Error generating report job with the task name 'FSRM_Report_Task{3add1760-4e79-4141-baba-cb53391bef3e}'.
    Context:
     - Exception encountered = Invalid argument: StorageType = '101'
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="SRMREPORTS" />
        <EventID Qualifiers="0">752</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-09T07:09:55.000000000Z" />
        <EventRecordID>42920</EventRecordID>
        <Channel>Application</Channel>
        <Computer>FILESERVER2.curriculum.riddlesdown.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Error generating report job with the task name 'FSRM_Report_Task{3add1760-4e79-4141-baba-cb53391bef3e}'.
    Context:
     - Exception encountered = Invalid argument: StorageType = '101'
    </Data>
      </EventData>
    </Event>
    We have uninstalled and reinstalled the FSRM role service but are still having the same problem.
    Anybody have any ideas?

    Hi,
    From the error message, it failed because of "invalid argument: storagetype = '101' ".
    101 means the storage type is "system" + "cache". Is there any change on your storage before the issue occurs? For example whether the source storage is changed?
    FsrmStorageModuleType enumeration
    http://msdn.microsoft.com/en-us/library/dd392346(v=vs.85).aspx
    If you have any feedback on our support, please send to [email protected]

  • 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

  • Can i use WebApps to build a Google map with polygon territories instead of points (pins)?

    I built a map with Google Maps Engine Pro - http://www.jmbcompanies.com/Services/Mitigation/map.
    It showcases territories using a Google map polygon shape.  I wrote custom KML to create it.  However, with Google Maps Engine pro you cannot create custom hyperlinks.  It will link a URL that you put in the data, but you cannot name it or target the parent window, so therefore it opens a new tab for each click to more details.  I really want it to open the WebApp detail page for that item within the same window.
    So, is there a way to use the BC integrated Google maps technology and show polygons instead of points on the map? I've used {module_webappsmap,20754,a} to place individual locations on a map, but what about territories or polygon areas?
    I'm sure that I can create a WebApp to generate the KML for each placeholder.  But how do I turn that into a map?
    THANKS!!

    You can not create a kml file in BC through webapps. Modules do not work in other file types and you do not have server code access to generate a file type of results.
    You need to use the google API and do this yourself or you can just use this:
    And embed it into a custom field. My Maps

Maybe you are looking for

  • How do I share files uploaded into the Creative Cloud with other creative cloud members?

    How do I share files uploaded into the Creative Cloud with other creative cloud members?

  • Podcast Artwork in iTunes Not Showing Up

    Has this happened to anyone else? I have a Mac and when I try and download a few different podcasts the Artwork does not show up. I can deleteand redownload all I want, it does not show up. I've had this with a few Podcasts. When I sync it to my iPho

  • RH9 ShortCut Help Control

    Hello, We are using the evaluation copy of RoboHTML 9 on a Windows 7 64bit machine. We are considering upgrading from x5. We are creating Microsoft HTML Help chm files.  I'm having a problem with ShortCut Button Text. I convert an x5 project that use

  • [GX620] WinXP Pro 64-bit: SCM doesn't install correctly

    I put Windows XP Pro 64-bit on my GX620-098US. I've tried installing the SCM several times (using both the installer from online and on the drivers cd), and every time I get this message when I try to launch it: Any ideas?

  • How can I programatically get the TestStand version?

    I want to programatically get my Teststand version.  Can I get this from inside a LabVIEW VI? I'm writing a VI that produces a Software Description Document and one of the things I want in there is my TestStand version.