FTP'ing the BI Publisher report

if i ftp'ing the report from BI Publisher will that report save in the Database?
if i do the normal scheduling(to email's) of that report from publisher will that report first save in database then deliver to scheduling emails?
Edited by: user12255470 on Aug 15, 2010 7:39 AM

If your question on BI Publisher enterprise release, you can choose the Save data, Save Output check box from Scheduler UI. This will save the XML data and Report output before delivering the Report

Similar Messages

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

  • Printing the XML Publisher report output  from different trays of printer.

    I am generating the XML Publisher report and the output is in 5 pages and that is sent to the printer
    In the printer there are two trays one tray(tray 1) consists of company watermarked papers and the other tray(tray 2) will be consisting of ordinary papers
    I want to print the first two pages of the report on the papers of first tray and the remaining pages to be printed from another tray consisting of ordinary papers.
    How can i do this in XML Publisher.
    Any response will be appreciated
    Thanks
    Saurav

    Look at the links AJ gave.
    Basically what you will do is create a Data Definition and assign a Data Template to it. Create a (document) Template and assign it to your data definition. You will use the XML Publisher Java API classes to pass parameters to your data template and extract the XML data. Then you will use this in conjunction with your document template and the OAF integration region to present the final output to the user.
    All of these things are in the XML Publisher documentation and Javadocs.

  • Forums : Best practices to FAX the BI publisher reports

    What are the best practices to FAX the BI publisher reports in Oracle Applications?
    Also please let me know the advantages and disadvantages using CUPS printer/RightFax Server.
    Thanks for your help.
    Liyakath

    You can use any of the methods you have listed to create XML data. Oracle seeded code is using PLSQL to generate XML rather than reports since reports technology will not be used in the next version of Application (aka Fusion)
    Srini

  • Physical SQL Query of the BI Publisher Report

    Hi,
    Where can we see the Physical SQL Query of the BI Publisher Report with OBIEE as a Data Source? As you people might be knowing, when we chose OBIEE - a logical SQL will/need to be placed.
    Thanks,
    Vency

    I don't see it in NQQuery log:(
    Ideally, it should be because it will hit BI Server. Moreover, I can see it (report's logical SQL) in BI Server Cache.
    Any other thoughts?

  • Anyone used Code128 Barcode to print the BI Publisher Report?

    Hi,
    Anyone used Code128 Barcode to print the BI Publisher Report?
    Meetu

    Hi,
    I have used in some of my reports.
    Before developing reports with Barcode, there are few setups to be implemented.
    1. Install Barcode fonts.
    2. Install Oracle Reports Barcode PLL library.
    3. Call below function in your query.
    idautomation_uni.Code128(<column_value>, 'TRUE')
    For complete information, you can refer below link:
    http://www.idautomation.com/fonts/tools/oracle/
    Thanks,
    Ajay

  • How run the run the BI Publisher report for current/active/selected record

    Hi,
    I have one requirement to generate a BI Publisher report in Siebel, which will run on SR's List view. Report should fetch the active SR and its audit trial entities. I know this was achieved easily using Actuate (simply setting "current Recrod only" to true), but I need how to achieve this in BI publisher.
    This report we are creating is in Siebel-BI Publisher integrated environment, not connecting to database. Can body give share your valuble inputs.
    Thanks,
    Ravi

    In my experience with Siebel 8.1.1 and BI Publisher 10.1.3.4.0 when you generate a report from a Siebel View the report will show all data visible on the view. If you wish to have only a few particular records in the report you must query for them first in Siebel then generate the report again. There is useful article describing how to generate the report for the current record but it does require some config on the applet.
    [http://siebel-essentials.blogspot.com/2009/05/siebel-bi-publisher-integration.html]
    -Fred

  • Need to find the root cause of the XML Publisher report erroring out.

    Hello All,
    After I ran for a Particular Invoice, to have output in XML Publisher Report for Invoice Priting. It got errored out with the below details which i got from the OPP Log file.
    From the below information, how do I get exact root cause. Please do the needful.
    =======================================================================
    [8/6/09 11:16:32 AM] [774712:RT14922832] Executing post-processing actions for request 14922832.
    [8/6/09 11:16:32 AM] [774712:RT14922832] Starting XML Publisher post-processing action.
    [8/6/09 11:16:32 AM] [774712:RT14922832]
    Template code: XXBIORAXINV_PHY
    Template app: BIO_AR
    Language: en
    Territory: 00
    Output type: PDF
    [8/6/09 11:16:33 AM] [UNEXPECTED] [774712:RT14922832] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    Caused by: oracle.xdo.parser.v2.XMLParseException: Unexpected EOF.
         at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
         at oracle.xdo.parser.v2.XMLReader.popXMLReader(XMLReader.java:526)
         at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1287)
         at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         ... 17 more
    [8/6/09 11:16:33 AM] [774712:RT14922832] Completed post-processing actions for request 14922832.
    =======================================================================
    Please do the needful. Suggest the steps to get rid of this critical - issue.
    Thanks,
    Abdul

    Please check if Output Post Processor concurrent manager is down/ inactive.
    Restart the manager/ get it restarted and test the issue.
    System Admin >> Concurrent >> Manager >> Administer

  • How to call the XML Publisher Report thro Standard PO Output for Comm.

    Hi
    We need to call our custom report(XML Publisher Report) from the standard PO Output for Communication Report.
    There is a parameter(Purchase Order Layout) in PO Output for Communication in which we can see no. of standard reports. We want to add our custom report in that list so that when we will run this standard report by selecting our custom report for Purchase Order Layout parameter, we should get the output as per our Custom report.
    Since PO Output for Communication is a Java Concurrent Program, we are not able to place our custom report in the list of Purchase Order layout Parameter.
    Ram

    Welcome to the forums !
    Pl see if MOS Doc 305307.1 (How To Modify Print PO Report POXPOPDF With Custom Template) can help
    HTH
    Srini

  • Showing the XML publisher report in an iframe..

    Hi all..
    Please help me with this question.
    Before: We had a "http page" and we are showing a XML Publisher report which is also in "http" ,in an iframe of the parent page. Previously it was working fine, as both are http.
    *** Basically we are generating a URL of the report and showing it in a iframe of the web application****
    Now: Recently we configured ssl to the parent page (https), and the report sever is still in "http". Because of this difference, whenever we are calling that report,it is showing a security alert and redirecting to totally wrong page.
    Is there any configurations that i can do in the ""report server" to rectify this issue.Please help me with this issue.
    Thank u

    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

  • If employee id is the same should not print on the xml publisher report

    Hi Dear,
    I met with one problem and needs some suggestion on the best approach on it. It is a xml publisher report.
    We have multiple rows for the same employee , but for the same employee only the first row needs to print the emplid.
    Do we need to write the if statement , how to get the value of the last row emplid ?
    For example :
    EMPLID EMP_RCD STATE
    1001 0 CA
    1 TX
    Any suggestion is appreciated.
    Thanks,
    Dennis

    I understand your requirement is as follows:
    Requirement:_
    The data is this ->
    EMPLID COLUMN 1 COLUMN 2 COLUMN 3
    EMPLID_01 DATA_01_01 DATA_02_01 DATA_03_01
    EMPLID_01 DATA_01_02 DATA_02_02 DATA_03_02
    EMPLID_01 DATA_01_03 DATA_02_03 DATA_03_03
    EMPLID_02 DATA_01_04 DATA_02_04 DATA_03_04
    And you need report in this format:
    EMPLID_01 DATA_01_01 DATA_02_01 DATA_03_01
    DATA_01_02 DATA_02_02 DATA_03_02
    DATA_01_03 DATA_02_03 DATA_03_03
    EMPLID_02 DATA_01_03 DATA_02_04 DATA_03_04
    Solution:_
    If my understanding is correct, then you can make use of variables
    at start of template set the variable to 0
    *<?xdoxslt:set_variable($_XDOCTX,'PREV_EMPLID',0)?>*
    at the end of each data row, reset the variable
    *<?xdoxslt:set_variable($_XDOCTX,'PREV_EMPLID',EMPLID)?>*
    while printing emplid in that row use IF condition
    *<?if:(xdoxslt:get_variable($_XDOCTX, 'PREV_EMPLID'))!=EMPLID?>*
    The above If condition will print emplid on the row only when there is change in EMPLID, so effectively printing emplid only on the 1st row of data for each employee id.
    Also, you need to ensure that you group by employee id before you print each row.
    Let me know if this works for you.

  • Migrate the bi publisher report

    How to migrate bi publisher reports for one instance to another instance.
    we getting the following error:
    XML Parsing Error: no element found
    Location: http://172.16.113.62:8002/xmlpserver/servlet/xdo
    Line Number 4, Column 1:
    Regards
    Gopal

    You will get more responses using the OBIEE forum - Business Intelligence Suite Enterprise Edition
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to get concurrent request id of the bi publisher report

    Hi All,
    I have created a BI publisher report in R12, and in that report i have called before report trigger function.
    In that function i need to use the current concurrent request id .How can i get the concurrent request id of this report.
    Please help me . Thanks in advance.
    Regards,
    Kalidoss.

    in datatemplate you use
    >
    before report trigger function.
    >
    so
    in package in
    >
    In that function
    >
    you can get current request id like
    l_conc_request_id := fnd_global.conc_request_id;

  • Displaying Text message or Symbol while processing the BI Publisher Report

    Hello,
    I have a BIP report embedded in a dashboard along with the Dashboard prompt.
    After clicking the 'View' button of the BIP report it shows a processing symbol and displaying like 'Processing..to cancel click here'.
    Where as BIP report is not showing anything after the prompts selection but it is running the report and displaying after some time.
    This gives the end user a wrong impression that whether the report is executed or still processing.
    Is there any way to set a text message or a processing symbol to show progress after the prompt selection?
    Thanks in advance

    Hi,
    Just a doubt.
    I tried running the above report from the machine where BI PUBLISHER has been installed,I was able to save reports with different names to the folder.How can I run the report from my machine?What path should I give when we do not run from the server?
    Following was my bursting query,
    select NVL(d.dname,'SALES') KEY, 'Template2' TEMPLATE, 'RTF' TEMPLATE_FORMAT,
    'en-US' LOCALE, 'PDF' OUTPUT_FORMAT, 'FILE' DEL_CHANNEL, 'C:\kuleena' PARAMETER1,
    d.dname || '.pdf' PARAMETER2
    from dept d
    Kindly reply.
    Edited by: K Tanna on Mar 11, 2010 2:12 AM

  • How to show the Dashboard Filter Promts in a BI Publisher report?

    Hi,
    I have a problem when trying to pass Dashboard Prompt Filters from OBI Analysis to a Publisher Report?
    Im working in OBIEE 11g. Where I simply can integrate the BI publisher to show the same result set as shown in the Analysis (Answers) Report.
    I have also created dummy tables in my Analysis Report that shows the presentation variables from the prompts and I have also one dummy table that shows a session variable with a String when the DW was updated.
    I use these dummy tables to be able to pass the promt values to BI Publisher.
    The problem I have is that...
    I can see that the Strings I have Prompted in my Analysis Report, but only the default values are shown in my BIP report.
    -It works fine with my session variable that I display as a string in a dummy table as well as in the BIP report.
    -Is there any other way to show the prompted Filters as information in a BI Publisher report??????
    Thanks,
    Ken

    Is there a reason why you don't use the presentation variables directly to filter the BI publisher report?
    If you use the presentation variables, then ensure that the presentation variables associated with the prompt exactly matches the BIP report parameter name. In this case, you can create another datamodel with a sql that selects the parameters. for example: select :param1, :param2 from dual. In that case, the xml will include the parameter values and you should be just able to insert the param fields in the template.
    Thanks!

Maybe you are looking for

  • How to get an edge animate into a dreamweaver site

    I need to get an edge animate slide show into a site I built in dreamweaver. All I see is information about sharing it with Muse.

  • As Usual--Serious bugs in V2--Where is the QC at Adobe?

    Here we go again. Will the inevitable 2.01 bug fix be an upgrade to an installed V2 or a full install? No way do I want it on my machine until it is working properly unless I have to-- and that includes, especially, the keyword fix and the external e

  • Unable to search network drives with OS X - short answer

    This is here not as a question but rather to summarize some point on a very long thread >> https://discussions.apple.com/message/15677220#15677220 If you are facing the issue in this title Keep these in mind. 1 - Make sure indexing is 'on' for the SM

  • What is the "other" category of data on an ipod?

    I just inherited one of my kid's iPod 4gb mini. After restoring to facotry specs, it shows a capacity of 3.77 GB with free space of 3.75 GB. I created a playlist that is 3.74 GB in size. When I try to load it on the ipod, it says the playlist is too

  • Odbc driver returned an error

    Dear all, When I use SH schema as given Oracle Tutorial..i didn't get any problem. in real work when i try to show data individualy(fact/dimension ) table in Oracle answer , the data showing without error. But when i try to display data with the comb