LWAP Template Scheduler Question

Hello,
I have two questions about LWAP templates and creating a schedule to 'audit' their settings.
First, when you create a scheduled task to run, and you add APs, will it run the 'Select APs' portion of the task each time? Or, does the list of APs have to stay static?
Second, if it runs the query each time for the selected APs to apply the template to; can you create a search with a wildcard?
Here is what I am trying to accomplish:
HA Template WLC1>2
HA Template WLC2>1
APs with name MMM-FFF-* get template WLC1>2
APs with name NNN-GGG-* get template WLC2>1
*=wildcard
To dive further I would also like to have a seperate template for APs named: NNN-GGG-*-OAP-* (this would be template WLC3>4)
I hope this makes sense.....

Hi Todd
We have no way of knowing that there is no data until we run the report. I can not currently think of a way we could possibly do this w/o executing the extract?
We have report sets coming in a later release where you could chain two reports together - if there is no data found in the first then the second could be stopped but thats a little ways out yet.
Regards
Tim
http://blogs.oracle.com/xmlpublisher

Similar Messages

  • I downloaded bundle for ms office only to realise its just a template.my questions are can i be refunded and how can i get the right msoffice because am in need of it badly

    i downloaded bundle for ms office only to realise its just a template.my questions are can i be refunded and how can i get the right msoffice because am in need of it badly

    You can request a Mac App Store refund at reportaproblem.apple.com
    You can buy Microsoft Office at office.microsoft.com

  • BI Publisher report scheduler questions

    Question 1: Is there a way to cancel a scheduled report? I have users that scheduled reports in BI Publisher but these reports take too long to run that the users decide to cancel it. It seems that there is not an option to do this. I have admin rights, so I think that I should be able to do this but I don't see any option. If there is a way to do this can someone please explain how.
    Question 2: If a scheduled report is running while the BI Publisher application is re-started,  can the status of the report be changed from 'C' to 'F' in the xmlp_sched_ouput schema? During the development of an application that uses the scheduler from BI Publisher, we have re-started BI Publisher application serveral times while a scheduled report is running. When we query BI Publisher schema, we can see that the status of the report that was running before the application is re-started keeps showing 'C' (for current). How we can change this status? Is there any configuration that I need to change to for the change to be automatic?
    Thanks in advance for your help.

    Try like this. Make sure your BIP parameter name and Presentation variable name matches; i assume Region
    SELECT distinct REF_REGION_CODE
    FROM REGION
    WHERE REF_REGION_CODE BETWEEN '01' AND '10'
    and (LEAST(:Region) is null OR
    REF_REGION_CODE LIKE (CASE WHEN :Region='' THEN '%%' ELSE :Region END)
    or
    REF_REGION_CODE = substr(:Region,1,2) )
    SELECT distinct REF_REGION_CODE
    FROM REGION
    WHERE REF_REGION_CODE BETWEEN '01' AND '10'
    and (LEAST(:Region) is null OR
    REF_REGION_CODE LIKE (CASE WHEN :Region{}='' THEN '%%' ELSE :Region END)
    or
    REF_REGION_CODE = substr(:Region,1,2) )
    If this is not working try to tweak with single quotes for Region
    Edited by: Srini VEERAVALLI on May 30, 2013 1:18 PM

  • Skillbuilders Plug In-Schedule Question?

    Hi,
    I have a question regarding the Schedule Plug In. It is a good demo. But I have no clue how to write the SQL to extract the data of Start Date, End date, Duration Seconds and Calendar Summary (From API function). I have tried to use action - compute but the field of schedule concatenate together.
    Schedule: 201303150900|201303151100|7200|FREQ=DAILY;INTERVAL=1;
    The demo suggests us to use that SQL statement but it does not work?
    SELECT NVL(evts.title,'No Title Specified') AS display,
    dts.column_value
    FROM events evts,
    TABLE(sbip_schedule.dates(schedule)) dts
    WHERE evts.id = :P1_EVENT_ID
    Do you have any clue?
    Thanks!

    The point is I do not know what are the specific field names inside the API Plug in schedule? Any idea?
    The link is as follows:
    http://apex.oracle.com/pls/apex/f?p=SKILLBUILDERS_SCHEDULE:HOME
    Thanks!

  • Job Scheduling question

    If I request a ob to be scheduled with the command:
    dbms_job.submit()
    How can I monitor the status of the job
    Which table do I need to perform a select on ?
    Thanks

    You can answer any question about the dictionary views by issuing
    select *
    from dict
    where table_name like '%'||upper('&keyword')||'%'
    in your case 'job'
    This should result in dba_jobs, dba_jobs_running and user_jobs
    Sybrand Bakker
    Senior Oracle DBA

  • Data Template construction AND data template validation questions:

    Hello World.
    I am new to Oracle BI and I have sucessfully used the BI Java APIs to create from start to finish a pdf report process. I use the DataProcessor, RTFProcessor, and FOProcessor classes to do this. My question is other than the most simple of Data Templates being used, how is everyone building their data templates? And I would also like to know how are developers validating the actual data template file? I have submitted a request through my MetaLink account for obtaining either a "dtd" or "xsd" file that could be used to validate a constructed data template. I have not received any real answers. I plan on using either XMLSpy or MyEclispse 6 to create my data templates, but I need a "rule book" dtd or xsd file in order to use the auto prompting feature. Making a data template "in the dark" cannot be the method of choice for all of the developers that visit this forum. I see some really fancy/detailed reports and I would like to see how people are building there data templates. Building the data template is at least half the battle when constructing a BI report.
    Thanks for your time.

    Notepad is the developer's choice for data definitions, seriously.
    I have seen and used XMLSpy and have Stylus Studio but they are really a bit of overkill for the data templates. I use Stylus Studio for some of our XML-FO format templates, but that is another story.
    Scott
    Edited by: ScottC on Oct 22, 2008 3:00 PM

  • Bex Broadcasting Scheduling Questions

    I am scheduling workbooks for Broadcasting. There is an option for "Execution with Data Change in the InfoProvider.  I would like to use this option along with a Direct Scheduling in the background Process option. 
    First - Is that possible? 
    What I want to achieve is the make sure my broadcast only run after the infoprovider is up to date and not have all the broadcast kick off at the same time (don't want to run out of background processes).
    Second Question - If I can choose both options, what happens when the infoProvider is not up to date (load failures) and the time specified in the schedule has past?

    Steve - I just replied to another post with how we handle it
    This works if you have control over the naming of the broadcast settings
    Create broadcast settings with a naming convention - ie ya12, ya13, yb12, yc12
    Do not schedule these
    The ya, yb, yc will be used for multi threading
    Go to program RSRD_BROADCAST_BATCH and set up three variants with wild cards
    ya*
    yb*
    yc*
    Then in your process chain on successful completion call the abap with the variant 1, then variant 2 etc
    In addition you can set the broadcast to run in serial processing if you wish with the settings in RSBATCH and process BROADCAST

  • Xcode template comment Question

    Hi,
    I've made a few template wich import the framework I currently use and place them into Xcode.
    When I create a new project I can see them where I want them (that's cool).
    The only thing I miss is when I click on one of my template there is no info for them.
    Where can I add this info?
    So I can write a note to myself of what exactly is in that template.
    For now I use abreviation into the name but that technique as it's limite.
    Thanks

    I'm a little confused by the phrasing of your question. You have created an Xcode project template. When you create a new project in Xcode and select your template from the list of project templates, you want a description of your template to appear in the text field under the list of project templates. Am I correct in figuring out what you want?
    If I am correct, you need to modify the TemplateInfo.plist file that resides inside the Xcode project file's bundle. Change the Description field to what you want to see when you select the project from the list of project templates. For more detailed information, go to the following URL and read the tip Adding Descriptions to Your Project Templates:
    http://www.meandmark.com/xcodetips.html
    Message was edited by: Mark Szymczyk
    Message was edited by: Mark Szymczyk

  • Template Composition Question

    I'm working off of a Template that uses multiple composition layers. I want to copy on of these layers and change it slightly to then be used farther down the timeline, but any change I make to the copy also changes the original composition. I tried several different ways of copying the information over but always ran into this same issue. Is there a way around this?

    Find the nested comp in question.  Duplicate it.  Rename it if you want.  Make the changes to the duplicate.  Add it to main comp where desired.

  • Simple Scheduling Question

    I have a report that takes always Sunday date parameter. If I schedule the report to run every Wednesday with the previous Sunday date parameter, will the date parameter automatically update every week? I am hoping it does. If it does not, how does one go about getting the date parameter to update automatically?
    Thanks in advance.

    HareshM,
    To answer your question, I don't think BI Pub can do this.
    I have 2 ideas for you:
    1) Modify your SQL so that you can either pass in a date or not. This way the users can pass in a date they choose from the calendar popup window. In the scheduled screen, schedule the report without any date value.
    Example SQL:
    SELECT *
    FROM table x
    WHERE ((:p_date IS NOT NULL AND
    TRUNC(x.date) = TRUNC(:p_date)) OR
    (:p_date IS NULL AND
    TRUNC(x.date) = TRUNC(SYSDATE, 'DAY')))
    2) If you want the flexibility for your users to pick any date from the popup calendar, then have this date passed to your SQL so that your SQL will use the previous Sunday from this passed in date and the ability to have this same exact report run atuomatically every Wednesday, then this is my idea:
    Create 2 reports that are exactly the same. Allow the users to "see" 1 of the 2 reports so they can pass in any date they want. Do not allow the users to "see" the other report. Modify the WHERE clause in the SQL in this 2nd report to programmically select Sunday based off of SYSDATE. Schedule this report to run every Wednesday.
    Personally, I like idea #1 above. "Simple is best".
    Good luck,
    James

  • Basic Instance Scheduling Question

    I scheduled a report to be run at 5 am everyday within the CR Server CMC.
    Reports runs fine but:
    1: The report name/file name is not what I specified. It starts with ~cc
    2: It does not output to the right folder. It puts it in c:\Program files\Business Objects\Business Objects Enterprise 12.0\Filestore\output\----
    I am new to this. Please help.
    pchada

    Hi,
    I would suggest you post your question into the Crystal Reports Sever/ BusinessObjects Enterprise forum.
    Ingo

  • Webview Job Scheduler Questions

    If you schedule a report to run in Webview - does the user have to be logged in to Webview for the report to run?
    Also - where do the reports actaully go?
    We are taking on a new business that wants some webview reports shceudled to run and dump to a location so they can grab them and import them into their own reporting database/dashboards.
    I know we have another customer that has something similar setup - but it was done by a 3rd party contractor before I was on the team.
    Thanks in advance.

    Hi Ronnie,
    Couple of things to note:
    Webview Job Scheduler uses Windows Task Scheduler to schedule reports
    As such, PC needs to remain on and the user who scheduled the job must be logged into WebView at the time the job is scheduled to be run (also needs to remain logged in if you are exporting to file and the drive you are exporting to is a mapped drive)
    User who is scheduling the reports needs to be an administrator of the machine they are scheduling from in order to create the Scheduled Tasks
    When you output locally to a drive letter. It automatically goes into a Drive:\Job_Scheduler\ directory
    Hope that helps. The requirement for local admin rights is a real pain as usually in most environments it's end business users who are trying to do this and IT departments don't like giving them local admin rights to their PCs...
    Cheers,
    Nathan

  • Multi-templates - some questions

    Hi...
    Setting up a site and need multiple templates for the
    following reason:
    They may require / ask for colour coding in the main
    navigation and masthead
    areas and subsequent pages.
    What i want to do is use SSIs to simplify later modifications
    of the
    navigation. Main navigation will be common across the site.
    Using PMM for
    the menu (horizontal).
    What i propose is this:
    Master file uses SSI for Navigation menu and footer. Use a
    copy / paste of
    the master to create sub templates for the various, proposed
    sections.
    Set up variations of the PMM css. Eg. PMMblue.css,
    PMMgreen.css, etc. (Only
    colours are changing here.) In each of the sub templates link
    to that
    particular PMM css. Set the editable regions in the sub
    templates - will
    actually be identical across the board.
    Common navigation SSI for updating links - which will be
    identical. Common
    footer will be identical.
    Anyone see any problems?
    Grateful for feedback...
    Thanks and Cheers,
    JJ

    > If i have one master template for all pages, effecting
    these kinds of
    > changes will be more of a hassle no?
    No. It would be pretty simple, and the method would depend on
    your skill
    and ability with things like javascript or server-side
    scripting. Here are
    several methods you could consider (all shown with XHTML tag
    syntax) -
    1. The simplest would be to make the link to your *base*
    stylesheet
    (containing color scheme #1) link
    <link href="base.css" rel="stylesheet" type="text/css"
    />
    ABOVE the editable region called "head" in the head of the
    template. This
    would let you add a 'modifier' stylesheet link within that
    editable region
    that would change the color scheme as needed. Since this
    modifier link is
    BELOW the base link, conflicting rules will fall with the
    modifier rather
    than the base.
    2. A more complex method would be to have dynamically written
    stylesheet
    links below the base link (both of which are BELOW the
    editable region in
    the head region called "head" -
    <script type="text/javascript">if (styles == 2) {
    document.write('<link
    href="scheme2.css" rel="stylesheet" type="text/css" /' +
    '>') }</script>
    <script type="text/javascript">if (styles == 3) {
    document.write('<link
    href="scheme3.css" rel="stylesheet" type="text/css" /' +
    '>') }</script>
    and then in the editable region called "head" which is ABOVE
    this scripting,
    put this (on each child page - adjust the value of 'styles'
    as needed) -
    <script type="text/javascript">var styles =
    2;</script>
    3. Use a Template Conditional expression to determine which
    stylesheet to
    link based on the value of a Template parameter (use DW's F1
    Help to work
    through this).
    4. Use server scripting to dynamically write the appropriate
    stylesheet
    link based on a lookup, or some other conditional logic.
    Take your pick.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Jay Jhabrix" <[email protected]> wrote in message
    news:[email protected]...
    >
    > "Murray *ACE*" wrote:
    >
    >> DO NOT USE "sub templates". They'll drive you nuts.
    I don't see any
    >> need for them in the scheme that you have presented.
    >
    > Murray,
    >
    > Sorry, again, lack of lucidity in my description. Let's
    drop the 'sub' for
    > the templates.
    >
    > What i meant was, i have the master layout file (not a
    template, just the
    > design master) from which i create individual templates
    for each section
    > and its child pages.
    >
    > The way i figure it is:
    >
    > They may want colour coding according to section. So,
    certain elements -
    > say menu bar, item in header, may need to change at a
    later date according
    > to section. Therefore, creating the sectional pages
    would be easier with
    > individual section templates as a change here would
    apply to all child
    > pages in the section. Also, maintaining the SSIs would
    be easier and could
    > be locked in the non-editable region:
    >
    > Section 1 template:
    > <!--#include file="fooblue.ssi" -->
    >
    > Section 2 template:
    > <!--#include file="fooblack.ssi" -->
    >
    > If i have one master template for all pages, effecting
    these kinds of
    > changes will be more of a hassle no?
    >
    > Cheers,
    >
    > JJ
    >
    >
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >> ==================
    >>
    >>
    >> "Jay Jhabrix" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >>> Hi...
    >>>
    >>> Setting up a site and need multiple templates
    for the following reason:
    >>>
    >>> They may require / ask for colour coding in the
    main navigation and
    >>> masthead areas and subsequent pages.
    >>>
    >>> What i want to do is use SSIs to simplify later
    modifications of the
    >>> navigation. Main navigation will be common
    across the site. Using PMM
    >>> for the menu (horizontal).
    >>>
    >>> What i propose is this:
    >>>
    >>> Master file uses SSI for Navigation menu and
    footer. Use a copy / paste
    >>> of the master to create sub templates for the
    various, proposed
    >>> sections.
    >>>
    >>> Set up variations of the PMM css. Eg.
    PMMblue.css, PMMgreen.css, etc.
    >>> (Only colours are changing here.) In each of the
    sub templates link to
    >>> that particular PMM css. Set the editable
    regions in the sub templates -
    >>> will actually be identical across the board.
    >>>
    >>> Common navigation SSI for updating links - which
    will be identical.
    >>> Common footer will be identical.
    >>>
    >>> Anyone see any problems?
    >>>
    >>> Grateful for feedback...
    >>>
    >>> Thanks and Cheers,
    >>>
    >>> JJ
    >>>
    >>>
    >>>
    >>
    >
    >

  • Another scheduling question (using DBMS_JOBS)

    Let's say I have a procedure do_task(text IN VARCHAR2, retry_count IN PLS_INTEGER)
    I want to schedule a job to run this procedure every N minutes, each time decreasing retry_count by one. When the procedure succeeds in its task or is run with retry_count=0, the job should be killed.
    So initially I might do:
    DECLARE
    string VARCHAR2;
    job_no NUMBER;
    BEGIN
    string:= 'do_task(' || text || ', 8);'
    DBMS_JOBS.submit(job_no,string,SYSDATE,'SYSDATE+5/(24*60)');
    COMMIT;
    END;
    Does all this seem normal? The other way is to have a database table recording this stuff but I don't want tables if not required. And how can a job know its own id to adjust itself?

    Actually I think I can instead use DBA_JOBS.FAILURES to see the number of retries. I think this is incremented each time the job becomes broken? The thing I can't find is how the scheduler decides whether a job has become broken? If my job's execution fails can I prevent the job being broken (so it doesn't stop being repeated), and manually update the FAILURES field?

  • Scheduling question for information broadcasting

    I am confusing between 2 options In information broadcast.
    1) executation at pre-defined time
    2) direct scheduling at background processing
    I have no idea what is the different of each.
    I read the sap help but it still does not make clear to me

    HI,
    In BI 7 we have various options..
    If you have Java Stack in BI server then it will use Portal and then there you can configure the settings, you need to give one technical name and then schedule the same.
    We faced the problem, in my system there is no Java Stack so we used BW 3.5 WAD in BI 7 system and then in WAD we configured the Broadcasting settings and saved with one Technical name then used RSRD_BROADCAST_STARTER program and create Varient for "Broadcasting settings and saved with one Technical name " and in PC after Cube load we given this Program with Varianet , so once dataloads will happen the reports will distributes.
    Thanks
    Reddy

Maybe you are looking for

  • How do I detect a hard drive failure on MacBook Pro

    My laptop boots up, the meter proceeds across the screen, after 3 minutes the device shuts off.  Is this a hard drive failure?

  • How to expire password for all users

    I need to be able to expire the password for all users. This is to prevent access by any user until each one is released individually (administrator will set a new password and notify user). Please could someone give me any tips on how to expire all

  • Capcha image validation for registration.

    can anyone help me regarding : Capcha image validation for registration in struts application using validators.

  • BAPI_MOSRVAPS_SAVEMULTI3 creating planned order from Restricted Stock

    Hi,    We have a requirement where we need to programmatically replicate the Push Production functionality as in /SAPAPO/RRP3 transaction. We are using the BAPI - BAPI_MOSRVAPS_SAVEMULTI3 and it is working fine for conversion of planned orders and Pr

  • Migrating from Maildir to OSX server mail

    Hi, I have a Linux machine running Qmail (smtp, pop), Courier (imap) and Squirrelmail. About 20 users on the machine. Most users use webmail only. The users are all 'virtual' users, under vpopmail. This machine uses Maildir for mail storage. I want t