Publish report as PDF to a network folder

I'll take a chance and post this query here. We have been using Discoverer for 9+ years, against Oracle Financials. Most of our users are not that computer savy, and would rather have the report in a simple PDF or HTML format, delivered to their network folder, that they can look at for their budget information. What tool should person use to accomplish this?

Hi,
We can send reports in PDF format to a network folder using Interactive Reporting 9.3.1. Here is how I did it few months ago...
1.From your server, map the external drive to your server. \\rio.company.com\winserver\hypreports
2. Have a Domain account, example 'Hyp system' in MS Active Directory just for this purpose. Note: This account should have 'write' privilege to the folder created on network drive.
On the server, Hyperion services have 'Log On As' type 'Local System'. Change 'Log On As' type to your domain account
3.
1) create a output directory 'ODTest' as physical resource with path \\rio.company.com\winserver\hypreports\
2)import the 'file as job' in Interactive Reporting
3)add a schedule with action 'Export' and choose the output directory
Let me know if you have any questions.
regards,
Usha

Similar Messages

  • Save output report as .pdf file in a folder

    Hi,
    I have to create a report which has output in .pdf format, and then save that .pdf in a particular folder, which is already there.. Can anybody help ?

    thanks a lot..
    one more ques on request priorities:
    Can we set the priority in Oracle Reports ? Say, for example, we have scheduled weekly reports ( around 40 - 50 reports) that runs 1st of every month at 9AM. While these reports are still running , we want to run an adhoc report , which canbe for last one week. Can we set the priority such that adhoc report is executed first ? Or is it something like they both will run parallel in different sessions ?
    I have posted this as a separate thread, but not getting replies..

  • How to publish report output (pdf via XML publisher) on public OAF page

    hi,
    I need publish pdf file (report created with XML Publisher) over link on OA page on external web, but without accessing people from public web into my output directory for concurent requests (only this one to be allowed to access from external web) ....

    sorry, i am late, i couldn't reply on forum ...
    first i submit concurent request to create xml output from report (rdf):
    ConcurrentRequest cr = new ConcurrentRequest(pConncection);
    requestId = cr.submitRequest(applnName, Sablona, Description, null, false, cpArgs);
    i am wait for end:
    while (FileName == "") {
    FileName = getOutputFileName(pageContext,requestId);
    getOutputFileName make select to get status of request from database,
    and on finish i delive pdf document to customer with oracle.apps.xdo.oa.common.DocumentHelper:
    String redirectURL = DocumentHelper.getOutputURL(pageContext,
    "XXCS", //appShortName,
    Sablona, //templateCode,
    (InputStream)dis,
    "PDF", //outputType,
    properties,
    "CS", //language,
    "CS" //territory );
    pageContext.forwardImmediately(redirectURL, null, (byte)0, null, null, true, "N");
    i hope it help you ;o)

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

  • Print Oracle report into a network folder

    Hello,
    I was trying to print an Oracle report in PDF format to a network folder. I can do this directly from the url by pasting the url below on the browser, but when I try to do the same from a database trigger, I get "Rep 51002 bind to report server failed" error. I would appreciate any help that you can provide.
    Here is my code
    DECLARE
    req utl_http.req;
    resp utl_http.resp;
    value VARCHAR2(1024);
    BEGIN
    req := utl_http.begin_request('http://appserver.biosys.com/reports/rwservlet?server=rptserver&module=QueryIDResponse.rdf&userid=testuser/pwd@oracledb&destype=file&desformat=pdf&desname=c:/Query_Response_Report/245237new.pdf&P_QUERY_ID=123457&P_SERVICE_ID=6&P_SITE_ID=12501');
    utl_http.set_header(req, 'User-Agent', 'Mozilla/4.0');
    resp := utl_http.get_response(req);
    LOOP
    utl_http.read_line(resp, value, TRUE);
    dbms_output.put_line(value);
    END LOOP;
    utl_http.end_response(resp);
    EXCEPTION
    WHEN utl_http.end_of_body THEN
    utl_http.end_response(resp);
    END;
    Thanks
    Sani

    Thank you so much for your help. I used event driven pulishing and needed to install SRW package on my infra database and it is working good now.
    One thing I am struggling with sending pdf reports to another server. I could create a pdf at runtime, but needed to send to another server for storage. I could set up the desname parameter to store the pdf in the same report server by using the following code
    PORTAL.srw.add_parameter(myPlist, 'DESNAME', 'c:\Report\abcd');
    but to store in a different server I don't know how to do that. Any help would be appreciated
    Thanks

  • XML Publisher Report not generating the PDF output.

    Hi,
    I am trying to develop a XML Publisher Report in R12 Vision Instance.
    I have developed the rdf report and concurrent program with XML as output format. Ran the concurrent program and I got the XML output. Based on XML output I have created the rtf template. Using both the template and xml output I have created in Data Definition and Template in XML Publisher Administrator Responsibility. Now I am comming to the concurrent program and running the program, here instead of generating the PDF output it is generating again the XML output and concurrent program completing with warning status.
    When I am trying to do the same in 11i Vision Instance, Concurrent Program completing with normal status and when trying to view the output it is saying "Unable to Publish output for the Processed Request".
    Kindly please help me out in this issue.
    Thanks,
    Manasa.

    Hi Mahesh,
    Here the concurrent programs are not erroring out. It is completing with Warning status and when we click on View Output the output is coming in XML format instead of PDF, this is in R12 Vision Instance.
    In 11i Vision Instance, concurrent program is completing with Normal Status but when we click on View Output it is saying "Unable to Publish output for specified request".
    Thanks,
    Manasa.

  • Line crossing at the corner of the boxes in XML Publisher Report (PDF)

    Hi,
    We are facing some issue in XML Publisher report using RTF template and PDF output. In PDF output it looks like 2 lines are crossing each other at the corner of the boxes (which are made of the Table in RTF). Did you guys face this issue earlier? Is there any resolution?
    thanks,
    Ranen

    Hi,
    I would propose reviewing the eText documentation. I noticed that for RTF templates it's difficult explicitly set the length though within an eText template, you can specify the intended length.
    The Oracle post is, in my opinion, convoluted, though it's a point in the right direction
    Oracle Business Intelligence Publisher Report Designer's Guide
    Regards,
    Daniel

  • Multiple Thread of a xml publisher report - messed up fonts in the PDF out

    We are running 60000 invoices at a given time. In order to get the job done faster, the xml publisher report is set up to run mulitple threads. Each thread running unique set of invoices.
    I am seeing this issue, randomly.
    The pdf output of the invoice is having the fonts messed up. font 10 shows up as 14 and the invoice looks very bad.
    When i rerun the same set of invoices it looks absolutely normal.
    Also if I retrieve the xml output of the bad pdf and view it through the xmlpub desktop, it looks perfectly fine.
    Two times we saw this issue
    PRODUCTION
    - when i run 8 threads, i saw this issue in one of the thread and affected one invoice. (Production- 1 concurrent processing node+ 5 OPP processes and 5 threads + MEMORY is J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx3072m )
    TEST INSTANCE
    - when i ran with 16 threads, one of the thread running xml pub report affected all the invoices (UAT environment-1 concurrent processing node+ 7 OPP processes and 1 threads + MEMORY is J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx3072m )
    Looks like it is happening when running multiple threads.
    The formatting command or information is getting lost somewhere and the report is all messed up.
    Please advise.
    Thanks
    SJ

    Really appreciate your response. Can you pls give little more details.
    1] Are there any standard API's which I can use to submit XML publisher report from the JSP pages
    2]Is there any sample code snippet for any of the options that I can refer to..or pls let me know the API's, I will check on them
    Appreciate any help

  • Save a pdf form and stored it in a Shared Network Folder

    Hey Guys,
    Is there a way using ASPX and Adobe LiveCycle Designer ES2 to create a form and when the user clicks on the submit button to save a copy of the form and send it over to a Shared Network Folder?
    I know adobe accepts JavaScript and FormCalc scripts only but if someone has done something similar to the scenario I explained I'll be deeply appreciate it if you can share some steps or at least show me the light so I can move a little bit further.
    Thanks!

    Hi,
    Just providing some information in addition to George's reply.
    The PDF created by FormsCentral, assuming you are collecting responses online, is configured to enable extended features in Adobe Reader to allow respondents to save the form. To edit the PDF in Adobe Acrobat you must use the File > Save a Copy... menuitem to create a copy of the document that is not Reader-extended.
    When you have finished editing the document you should remember to re-configure the PDF for fill-in and save within Adobe Reader.
    Regards,
    Brian

  • How to create editable PDF template for XML Publisher reports

    Hi,
    I have got a requirement to have some editable fields in one report whose output is in PDF format.
    I tried looking and saw this can be done using the XML Publisher report and using PDF template.
    But I got only Adobe Acrobat Reader and it does not have the facility to create Form fields.. Can you let me know what software I need in order to create the editable PDF Template.
    In the user guide, it didnot mention anything regarding this.
    Can I create editable PDF report using RTF template or do i have to got for PDF template only?
    Any help is appreciated!
    Thanks

    Hi,
    To edit PDF template , u need Acrobat writer, which is not free .
    I am still wondering what is this ?
    "" Can I create editable PDF report using RTF template ?? "".
    What is editable PDF report. ?
    i think what you tried to mention is ,
    can the PDF output from xml publisher is editable ?
    If that is the question , so here is some points,
    If you have Acrobat Writer or prof.edition, you can edit all the PDF documents irrespective of being from where it is generated.
    To make you understand more of XMLP.
    You create RTF template in word, so that , after merging with xml you can have multiple output formats like PDF, XLS, EFT,.....

  • How to automatically saved a pdf form into a network folder using a submit button

    Good evening to everyone,
    I'm more than a beginner on adobe development reason why I would like to apologize first if my questions are dumbs. :-(
    I would like to know if 'Adobe 9 Professional Extended' has the possibility to put some code into a submit button in order for the pdf form to be saved with a unique name and into a Network folder located into an Encryption Server where we handle our PII. Is it? Over the past two weeks I've been digging into the documentation but I'm unable to find something that will help me to accomplish our headquarters requirements.
    If there is no possibility, is there any programming language that adobe accepts in order to configure a piece of code that will store the file into a network folder? Perhaps VB or C-SHARP?
    Whatever feedback anyone can give, I deeply appreciate it.
    Thanks,

    Thanks for the reply Mr. Chaney!
    I do have more questions based on your recomendation.
    From my understanding, JavaScript or FormCalc will be my only options, right? If that's the case, how can a scripting language (client server side) allow me to transfer automatic saved files into a Network folder within my company intranet? I downloaded the Scripting Basic manual and all the scenarios and code are client server side such as, changing background color, add effects to a button and so on.
    I did find a command under FormCalc called "PUT" can I use this command to transfer a pdf file into a Virtual Directory folder? All the examples I saw were for XML files.
    Greetings,

  • Assemble PDF's located in Network folder

    Hi,
    I am trying to assemble PDF's which are located in a network folder..
    <?xml version="1.0"?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
         <PDF result="PDFA.pdf">
              <PDF source="\\w2msmossmgn02\SharedFolder\PID_APR_P111556.pdf"/>
              <PDF source="\\w2msmossmgn02\SharedFolder\PID_P111556.pdf"/>
         </PDF>
    </DDX>
    when the assembler service is invoked with the above DDX, i get an error as below,
    com.adobe.internal.ddxm.DDXMException: com.adobe.internal.pdfm.CollateralNotFoundException:
    DDXM_S14017: A <PDF> source document is required, but no documents were found for {PDF source="\\w2msmossmgn02\SharedFolder\PID_APR_P111556.pdf" baseDocument="true"}.
    I have also tried giving the files names as specified in the DDXREF help file as below,
    file:///dir-path/filename  (file:///w2msmossmgn02/SharedFolder/PID_APR_P111556.pdf) but it didn't work either.
    Can some one pls help?
    Thank you,
    Sandeep.

    There are two options that I can see:
    1 - map a drive (on the server) to the w2msmossmgn02\SharedFolder and use that mapping in the source.  For example:  If I may drive X to w2msmossmgn02\SharedFolder then my DDX would have the entry:  <PDF source="file:///x:/PID_P111556.pdf"/>
    2 - Use the "Read Document" operation to read the PDFs into a variable (or a list of document)  then use the "Invoke DDX" operation to map the variables to the PDF source entries.

  • Store Report PDF file in group' folder

    I want create a system which enable the user to create a report with the report builder and then report will automatically to store the PDF file into a specified folder before we view the report in PDF format.
    Recently I able to view the report in PDF format. but I don't know how to store it into the folder automatically everytime I run the process.
    So, Can you tell me how to do this?

    Specify the full path of the output filename in the "desname" parameter.
    For example,
    Add the following to your request:
    desformat=pdf destype=file desname=d:\group\myfolder\output1.pdf
    Regards,
    Siva B

  • When trying to open a pdf from a shared network folder I get an error

    hello,
    When trying to open a pdf from a shared network folder I get the error: 'there was an error opening this document the document cannot be found'. The share is on a Windows 7 machine and sharing to a OS X 10.7 Machine. Permisson has been given on the share for 'Everyone' read and Write, and is mapped to the 10.7 machine through the 'Connect to Server' in finder with login credentials.
    Can you help please?
    Kind regards,
    Chris

    This is in Internet Explorer 6 (yes, horrible, I know), but we use a standardized image where I work, with pretty intense GPO's.
    Don't know what happens if you right-click the link; but from any other machine (with the same image) the same link will open with all three options "Open", "Save", and "Cancel".  These are not freshly imaged machines, so some setting must of been changed along the way to make this happen on this user's computer.
    Repaired Acrobat, but this resolved nothing.
    Also checked in IE to make sure that Adobe was enabled under the Programs tab.
    Also, the option to view a pdf within the browser is not turned on.
    Any other ideas?

  • Using Reports6i to Publish Reports On The Web As PDF Format - Arabic Data

    Hi everybody.
    I am using Reports6i to create some reports and publish them on the web as PDF format for security reason. The problem is that the opened document displays Arabic letters in encrypted way, I tried to use Acrobat Reader version 5 but it is still not working. Then I try to publish reports as HTML document, In this way, the arabic letters look fine but any vertical lines I designed in the reports did not show up, furthermore, the user can edit HTML document, change the data, then print the report, so using HTML as an output is not secure.
    Any suggestions?

    Hello ,
    You can try out the following
    1. Click on the Report name and bring up the property palette to show all of the properties for the whole report.
    2. Under Report Escapes->Before Form Value, change form method from POST to GET .
    Thanks
    The Oracle Reports Team

Maybe you are looking for

  • Feature Request: Please allow us to merge audio with image sequence in AME.

    So far the only programs that allow this (that I'm aware of anyway) are the old version of QuickTime Pro, and Apple's Compressor. I simply want to add an image sequence to AME, and combine an audio track to that image sequence for export. This would

  • Quicktime movies in 4.3?

    I have a 16.9 Pal dv timeline with the correct settings but when i export as a Qtime movie it comes out as 4.3. What's going on?

  • Consolidation as per Equity Method_SEM-BCS

    Hi Experts, I am doing consolidation as per Equity Method. I am using Additional financial data for Investments and Equity. However, when I execute C/I task I get an error message saying that Investments are missing for activity 01 in  Investee unit

  • How do I fix a corrupt .jpg from Photoshop?

    I try to upload .jpg images, which I saved from Photoshop, onto walgreens.com and shutterfly.com, and each site tells me that my file is corrupted. Can someone please help me find a solution to "uncorrupting" my .jpgs?

  • Photoshop elements setup

    on a mac mini that starts from a 128 ssd with photoshop elements installed, i want to use a second 500 gb hdd for the photo library. i have it set this way but imports want to go to the ssd drive? any good way to work this setup?