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

Similar Messages

  • Report scheduling question

    I have a couple of ARD users who would like to schedule reporting to their own machines.
    Although they are ARD admins, they are not admins of their desktop Macs. All report scheduling options are greyed out for these users, even though 'Full access to all features' is selected in Preferences > Security.
    Can only desktop admins (rather than ARD admins) change report scheduling?
    Thanks,
    b.

    Hi Sol
    That is correct. The user and responsibility are only used during the session when the user is connected to the database.
    Whenever a scheduled workbook is run in an APPS-mode environment the user running it will be APPS. This user is a database user and does not log in with a responsibility therefore the FND_GLOBAL.RESP_ID will not be set.
    Best wishes
    Michael

  • Get Job_Id after Scheduling BI Publisher Report

    Hi
    We are running the BI Publisher reports from Unix shell scripts. Please find below one sample code of the shell script
    ## Start Script
    wsdl_url="......."
    job_name="TEST"
    user_id="TST"
    pwd="TST1"
    java Scheduler $1 $2 $wsdl_url $job_name $user_id $pwd
    ## End Script
    Parameter $1 and $2 are report parameters and Report name. After running this script, I need to capture JOB_ID and get the status from table XMLP_SCHED_OUTPUT for the corresponding JOB_ID.
    Can you please tell me how to get JOB_ID.
    Thanks
    Prasun

    what is the scheduler program does ?
    Did u write this java code ?
    if so, you can send the value out of that and capture it in shell.

  • Excel output for the xml publisher report when it is [b]scheduled [/b]

    How to get the excel output for the xml publisher report when it is scheduled by a apps user? Like what is the user profile option (for the apps user who runs the report) and what are the other things that needs to be taken care of so that only this xml publisher report run by this apps user produces a EXCEL output (When scheduled) ???
    Really appreciate it if any one can help me in this regards.
    Thanks
    Munna

    Hi Munna,
    For eBusiness Suite (apps user) the report output is stored the same way whether executed immediately or scheduled.,To get excel set the options > output format to Excel. Only the user that submitted the report can view it, or you can get the output file from the server. Or you can set the notify option so that a Workflow Notification is sent when the request completes.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • How to schedule a BI publisher report to Sharepoint

    Hi, can someone explain the steps for scheduling a BI publisher report to share point. I have tried the steps mentioned on the following link, but no luck.
    http://rseshan.wordpress.com/2009/07/23/sharepoint-%E2%80%93-bi-publisher-integration/
    I get following error when I schedule a report:
    Error deliver document to webDav::Exception happened when calling deliver API::Error deliver document to webDav::deliver API call throw DeliveryException::::oracle.xdo.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: Connection timed out while waiting response from server. (timeout = 60000)oracle.xdo.service.delivery.DeliveryException: oracle.xdo.delivery.DeliveryException: oracle.

    I have solution for Connection timed out while waiting response from server. Please refer to the thread
    Re: scheduled jobs failed

  • Scheduling a BI Publisher report and save the results in an external folder

    Hi ,
    I have a requirement like...i need to schedule a BI Publisher report and the saved results(downloaded file of the BI Publisher report) should save in an external folder automatically.
    My development instance is Windows and my Prod instance in Linux and i am running on OBIEE 10.1.3.4.2.
    Thanks in advance,
    Pramod.

    Hi ,
    I have a requirement like...i need to schedule a BI Publisher report and the saved results(downloaded file of the BI Publisher report) should save in an external folder automatically.
    My development instance is Windows and my Prod instance in Linux and i am running on OBIEE 10.1.3.4.2.
    Thanks in advance,
    Pramod.

  • 11g BI Publisher Report - Disable Schedule option

    Hi,
    Currently we have moved our BI Publisher catalog objects to the BI catalog and security is controlled through the web catalog for the BI publisher reports also.
    As part of it, we have given 'Read' only access to the BI publisher report and the user do not see any 'Edit' option.
    But the issue is that he is able to schedule the reports.
    Is there a way to disable that 'schedule' option?
    Thanks

    from the catalog manager or from analytics url select the folder under which u have bipublisher reports and then click on permissions for the entire folder or for the report and then select custom it will show u list of options like create,delete,run,schedule,view,etc so take out(uncheck) that schedule option thats it

  • OBIEE / BI Publisher report question

    Hi, quick OBIEE / BI Publisher question. We have a requirement to produce a very formatted, complex report. All of the data exists in OBIEE - but there are multiple subject areas needed to answer the questions (thus multiple Answers queries).
    Assuming I can create an Answers report with the raw data for each section (i.e. a "header" section, "detailed cost" section, "budget" section, etc. - each of which would be done in a separate Answers query), is it possible to use BI Publisher to then "string together" each of the separate sections into one integrated report?
    I'm not very BI Publisher literate. I know how to use an Answers query as the "source" for a BI publisher report. But I'm not sure how to have multiple Answers queries embedded on a single BI Publisher report.
    Thanks in advance!
    Scott

    Hi Scott,
    In your BIP report you'll need to create a separate "Data Set" for each Answer. Then all you need to do is click on "Data Model" and select "Concatenated SQL Data Source" as the Main Data Set. This will combine the results into a single xml result set.

  • Using B.O. Publisher and Scheduler to post Deski reports to repository

    Hello All,
    Is there anyway to duplicate the AddComplexFilter vba api function that was available in B.O. 5.1.x and earlier with B.O. XI Publisher and Scheduler and then post the series of results to the repository under different report names in both pdf and excel formats and accessible using OpenDocument URLs?
    I am trying to duplicate a custom designed B.O. 5.1.x process in B.O. XI 3.1 but I'd like to make it easier to administer and maintain and avoid writing code if possible.
    Thanks in advance for your help and insights,
    James Young

    Post Author: Ted Ueda
    CA Forum: JAVA
    Current (XI R2) version of ReportEngine API only supports refreshing/viewing functionality for Desktop Intelligence documents.  Document modification/creation is only supported with Web Intelligence documents.  Queries aren't modifiable for Deski using ReportEngine API - you can only do so using Desktop Intelligence Reporter SDK, which is COM based.Sincerely,Ted Ueda

  • Error while FTP ing BI Publisher Report

    The following Error is occured while FTPing a BI publisher report. The scheduling was running fine for the lase 1 year .But this error is occuring in production schedule of the ftp for the last 2 days.When I do the FTP by 'Run Immediately' manually it works fine.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:4621] Document file to deliver not found : /u01b/obiee/OracleBI/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp7057786.tmp
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1131)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

    Duplicate post.
    Error is occured while FTPing a BI publisher report
    Error is occured while FTPing a BI publisher report
    "BI Publisher" is the appropriate forum for such questions.
    Thanks,
    Hussein

  • Write to the database from a BI Publisher report

    I have a requirement to setup a BI Publisher report that writes a snapshot of data to a database table whenever the report is run.
    Putting aside whether doing this is a good idea or not (I'd prefer not to do it for security reasons) if I were to do it in SQL server (that i'm more familiar with) I'd write a stored procedure that does this and enter "exec storedprocedurename" as the report query.
    From searching through this board I see that I'm supposed to use a pipelined function instead of a stored procedure but I'm unclear if once I have setup the pipelined function that I'll be able to achieve my objective of both returning the data to the report as well as writing it to a snapshot table, is this possible? If so then I have some questions as I don't really understand the syntax with my limited pl/sql knowledge.
    create type numset_t as table of number; --where does this go, it doesn't appear to be part of the function?
    create function f1(x number) return numset_t pipelined is
    begin
    for i in 1..x loop
    pipe row(i);
    end loop; -- do I need to do a looP? i just want to do select *...
    return;
    end;
    select * from table(f1(3)); -- again this appears to be outside the function, where does it go?
    Thanks
    Bruce

    Jorge:
    I was looking into something similar some time ago. The suggested solution may or may not work for you, depending on what it is you want to write to the tables. I was trying to write audit information - who ran what report when. Through BI Publisher template variables I could get the who and the when, but not what report was being run, so the report trigger option wasn't of any use to me.
    In the end, I opted to change the attributes of the report so that the "show controls" checkbox is unchecked and make users run all reports through BI Publisher Scheduler. It turns out that reports run via the scheduler have all of that data saved off and you can see it from the Schedules/History display.
    Good luck,
    Gaff

  • New to XML Publisher Report

    HI All,
    This is md, came from java background.For the time being I was assigned to xml publisher reports......
    I am new to this one............
    Below, I put a list of doubts on XML Publisher .. plz clarify it ASAP
    1. what is the basic things may I know to learn xml publisher reports?(means skills)
    2. Can you tell me any documentation or material for it?
    3. What softwares can I download to work on it(local machine)?
    I think the reports which are going to work in future ,that are based on order management module..
    Any One Help would be greatly Appreciated.....
    Best Regards
    ....

    1. what is the basic things may I know to learn xml publisher reports?(means skills)Since you are from Java background then XMLP API will be easy to grasp. Look the documentation when dowloading the softwares from OTN.
    2. Can you tell me any documentation or material for it?
    For now depends on Oracle documentation coming with the software and
    ask question in this forum.
    3. What softwares can I download to work on it(local machine)?
    XMLP software comes in 2 pieces.
    - Client pieces is for building template and put a plug-in into MS word.
    - Server pieces again is 2 pieces:
    1) the WAR file you can deploy manually on any application server.
    2) Automated one install OC4J server and WARfile.
    Note: for server must have access to Oracle DB to install the scheduler SCHEMA
    Both of this pieces can be install on your machine with Oracle XE database installed
    and ply locally.
    I think the reports which are going to work in future ,that are based on order management module..This is XMLP ebusiness suite
    HTH
    Shaun S

  • Dynamic infoview inbox destination of published reports?

    I'd like published reports to be automatically organized in the Inbox of recipients; that is, I'd like to run some code that decides how to organize the reports in subfolders and delete old versions of reports.
    What are the appropriate hooks for doing this?
    A post-publication event? That would invoke some code to move a report to a subfolder.
    A hook to dynamically specify the destination? That is, register a managed destination that would apply some built-in delivery rules.
    Or will we have to schedule some code to run that drives everything: executing the publication and then doing whatever Inbox cleanup for the recipients?
    These are newbie questions. Thanks in advance.

    A publication has a notion of "publication extension" which is configurable in the CMC console but not in InfoView. The mechanism is described in the SDK guide.
    This is a plugin deployed to BO's java/lib/publishingPlugins directory. There are a couple of different callbacks available.
    A "distribution complete plugin" is instantiated and run on a "scope batch" basis; see the example in the SDK guide. The scope batch is available from the context passed to the plugin.
    The javadoc for IDistributionCompleteContext appears to be out of sync. The context does provide the publication and the scope batch; ignore the comment, "For internal use only."
    Various aspects of the lifecycle and API are underdocumented. To retrieve the parameter configured by CMC, look up the plugin's IPublicationEventHandlerInfo and do something like:
    handlerInfo.getMethodParameters().getParameterValue("PARA_NAME").
    Note that "publication extensions" are entirely different from "processing extensions."

  • XML Publisher Report in EBS without Standard Oracle Report

    Hi folks ,
    i have some questions.
    Can I create a XML Publisher Report for the EBS without a Standard Oracle Report in EBS.
    So that I can build up the files with the Desktop Publisher, create Data Definition / Template with Upload / Create the executable und concurrent and than only start the new program in EBS ?
    I have the situation that I can start my program with the template in the background but ít is searching for the report on the file system.
    Thanks in advance for the feedback.
    regards
    Kay

    Hi Ravi ,
    can i do it only with the xml Publisher , because when i tried it in the past and get all the staff like Template / DD / CP up and running and started the CR i get an error from the system that he is missing a report directly in the file system... so he searched for the report himself on system like a standard 6i Report. But the template and the dd is stored in the db. So my question again, can I use the XML Puplisher without a Standard Report or can i use a dummy file only for checking and after that he use my template / dd.
    regards
    Kay

  • XML Publisher Report Bursting

    I have created report using XML Publisher Report Bursting. The output-type of the report is pdf..
    <xapi:document output="${PROJECT_APPROVER}" output-type="pdf" delivery="123">
    But if I change the format to xls it's showing error and the report is not getting created.
    <xapi:document output="${PROJECT_APPROVER}" output-type="xls" delivery="123">
    Can any one help me how to get the report in excel format?
    The error in log file is below:
    [121212_045029867][][EXCEPTION] java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:394)
         at oracle.apps.xdo.oa.cp.CPUtil.setProperty(CPUtil.java:67)
         at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:45)
         at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:84)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
    XML/BI Publisher Version : 5.6.3
    Updating request description
    Retrieving XML request information
    Preparing parameters
    Set Bursting parameters..
    Bursting propertes.....
    {user-variable:cp:territory=US, user-variable:cp:ReportRequestID=75676032, user-variable:cp:language=en, user-variable:cp:responsibility=50597, user-variable.OA_MEDIA=http://erplive.rssoftware.com:8002/OA_MEDIA, burstng-source=EBS, user-variable:cp:DebugFlag=N, user-variable:cp:parent_request_id=75676032, user-variable:cp:locale=en-US, user-variable:cp:user=3094, user-variable:cp:application_short_name=XDO, user-variable:cp:request_id=75680212, user-variable:cp:reportdescription=RS Test Report Bursting, user-variable:cp:Dummy for Data Security=Y}
    Start bursting process..
    Bursting process complete..
    Generating Bursting Status Report..

    900300 wrote:
    There is no question related to pl/sql. I want to know that where do i need to make any change in bursting control file to get the report in excel format?This forum is for SQL and PL/SQL questions. Please post your question in a forum appropriate for it.

Maybe you are looking for

  • ITunes Home Sharing not working in Windows 8 with Apple TV

    My Home Sharing does not work on Apple TV 2 - I am running the latest version of itunes, apple tv software, all windows updates installed, all firewall ports required are open, anti-virus is allowing things through, I have reset and restarted my appl

  • Can i include external usb drives in Time Machine backups

    Can I include external usb drives and sticks in Time Machine backups? This was the question I searched a week for. My machine is a MBAir with Yosemite. I have a bunch of USB HD and sticks. This is a sharing of what it took to solve. I lost a couple o

  • Drop down list(JComboBox) - Bottom border is not visible for the first time

    Drop down list(Combo-box) JComboBox - Bottom border is not visible for the first time i click on the arrow to drop the list down. I am using jdk1.3.1_02. Did any one face this issue. Please let me know. Thanks, Sridhar.

  • Flash CS3 AutoFormat Unformatted AS 2.0

    I have been noticing that when using the auto formatting feature in CS3 it will add semi-colons before and after curly braces and remove correct indents in code. According to Senocular of senocular.com has noticed this also and has posted some info a

  • Flexiable Communication through TCP/IP or RS-485 using VISA

    I am trying to create a flexiable distributed application that can communicate over RS-485 or TCP/IP visa.  The application has a basic Host / Client(Listener) type of Architecture.  What I would like to be able to do is simply to change my Visa reso