Adding Image in Report RDF file

Hi Friends
Using Form and report 6
I want to takeout the report in oracle, Report is generating good, with the same time i want to add company's logo on the report so everytime while taking out the report logo should also print.
Please suggest the best solution it is urgent...
sanjay

Report is generating goodThen you should not have problem to generate RDF file. Images are kept in RDF or PDF output.

Similar Messages

  • How can i add my report.rdf file in portal

    Hi,
    How can i add my report.rdf files in portal .. it's urgent and i have 30 report like to be executed based on user parameters....
    can anybody help me please... thanks in advance....
    vipin
    null

    hello,
    check the whitepapers on "security walkthrough" at http://otn.oracle.com/products/reports
    regards,
    the oracle reports team

  • Exporting Queries from Developer Reports .rdf file

    Is there a way I can extract the queries from the Developer Reports .rdf file.
    We have the reports on a NT File server from where the users access the reports. We do not have the Report tables installed in the database.
    We are using Developer Reports 3.0
    Your help is highly appreciated.
    Thanks,
    Chegi Reddy

    This isn't possible directly. You could use the conversion utility to convert the rdf files to rex files (textual representations), or XML files with the 9i release, and then parse these files to get the queries. Note that since rex is considered an 'internal' representation there's no documentation on the structure, but it shouldn't be too difficult to figure out where the queries are.
    Hope this helps,
    Danny

  • Adding image to a zip file

    Hi all,
    I am trying to work out a servlet that creates an on-the-fly zip file. I am trying to add an image in this zip file and then I want to prompt user to download the created zip file. It is creating the zip file -it prompts the user and downloads the zip file... but when I open the downloaded zip file -the image is not found to be added in it. Please help, here is the code:
    package servlets;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.zip.*;
    import java.net.*;
    import java.util.*;
    public class CreateZipFile extends HttpServlet {
         byte b[] = new byte[300000];
         ByteArrayOutputStream bout = new ByteArrayOutputStream();
         ZipOutputStream zout = null;
         ServletOutputStream out = null;
         ServletContext servletContext = null;
         HttpServletResponse res=null;
         public void doGet (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
              this.res=res;
              out=res.getOutputStream();
              servletContext=getServletContext();
              File f= new File(getServletContext().getRealPath(req.getContextPath()));
              String fs = System.getProperty("file.separator");
              addToZip_Image (f.getParentFile() + fs + ("images/thermorack.jpg"));
              System.out.println("ready");
              String zip = bout.toString();
              res.setContentType("application/zip");
              res.setHeader("Content-Disposition", "inline; filename=output_dd.zip;");
              System.out.println("finished");
              out.println(zip);
              out.flush();
         public void addToZip_Image(String img) throws ServletException, IOException
              System.out.println("image=" + img);
                   try {
                        FileInputStream input = new FileInputStream(img);
                        zout = new ZipOutputStream(new FileOutputStream(img));
                        zout.putNextEntry(new ZipEntry("image.jpg"));
                        int len;
                        while ((len = input.read(b)) > 0) {
                        zout.write(b, 0, len);
                        zout.closeEntry();
                        zout.close();
                        input.close();
                        System.out.println("closed");                    
                   } catch (Exception e) {
                        System.out.println("Exception occurred");
                        res.setContentType("text/html");
                        out.println("<html><head><title>Error</title></head>");
                        out.println("<body><b>");
                        out.println("An error has occured while processing "
                                  + "<br>");
                        out.println("Here is the exception: <br>" + e + "<br>");
                        e.printStackTrace(new PrintWriter(out));
                        out.println("</body>");
                        out.println("</html>");
    }

    You would need to purchase Stuffit Standard:
    http://my.smithmicro.com/mac/stuffit/index.html

  • Put report .rdf file and .xml customization

    hi frnds,
    where can i keep .rdf file and .xml file (for customization)? shall i keep on application server? now, to generate report i've written one script ...where can i keep this?
    -bhavin

    Hi Tim,
    Context: R12 France Telecom (FT) migration from 11i
    FT Reports are complex and the quantity of data / size of files generated by reports can reach up to 20Go. So I need to convert RDF to DATA Template because RDF can not generate some so big files (limit=2Go in 11i and may be 10Go in 12)
    I experience some troubles / issues / limits with reports conversion to XML.
    1 - some Data templates are not generated because of error : [052107_102109040][][EXCEPTION] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0. I sent you 2 mails in the past with error detail but have no answer.
    2 - Data Templates are not directly usable because Reports include call to packages stored in PLL files. Pakages definition are well include in XML file generated by Report converter (1st step of conversion) but are not take in account when PL/SQL routine generation (Data template generation).
    Can you help me especially for the 1st issue
    I'd like to show a XMLP demo to FT using the Data source generator XDODTEXE in GL. I see XDOGLDEMO and GLGENJRNDT concurrent programs but there is no Data Definition / XML Data Template associated. Can you tell me if it exists a Data Template and where it can be retrieved from.

  • Can i call Reports.rdf files directly through oracle portal

    Hello
    I have already developed 10 oracle reports and i need to put them on portal page ...how can i call those .rdf files in my portal page..is it possible and how... can anybody help me .. it is very urgent....
    thanks in advance
    vipin
    null

    hello,
    yes it is possible to publish a report in portal. take a look at http://otn.oracle.com/products/reports
    you will find whitepapers (e.g. the security walkthorugh) that will tell you how to publish a report in portal.
    regards,
    the oracle reports team

  • Adding Image in Reports 10g

    I have added one image in existing Report to customize it.While seeing the utput in Applications it does not display the image.The format for the image is .jpg.We are using Applications R12,Reports 10g.How to get it.

    Hi ,
    Firstly sorry for asking in the same thread . .
    I am also working in the same envronment.
    my destination type is PDF and its a bitmap report.
    so my senario is something like this.
    I need to print the signature of the agent based on the agent id on all pages of the report.
    and each page it has to check the agent id and print the same .. we can issue the report to generate the o/p for multiple orders/so multiple agents. . . so
    1st page -> jack -> so his singature . ..
    2nd page -> Jack . . same order continues -> same signatuer repeats.
    3rd page -> scott -> so another signature . .
    issues:
    we have to print this in the footer of the page . . so we used the edit margin section for the same.
    we are actually picking up the agent id for that page using a summary column and function set to last and reset at page level.
    ( both the summary column and the formula colum are not in any group in the data model)
    we created a formula column for picking the image file properties below
    type: character
    read from file: yes
    file_type: image
    it actually works but the problem is the image starts from the second page onwards. and for 3 pages it prints . . .
    1st page -> blank - Jack's signature is req.
    2nd page - > jack's signature appears . .
    3rd page -> jack's signature -> should be scott's signature
    in case the fourth page for scott or any other person is ther e
    scott's signature appears . . .
    please guide me . . .
    thanks and regards
    Jagan.

  • Dynamically loading binary image of report source file

    Post Author: ChristopherZ1
    CA Forum: .NET
    I have stored all my .rpt files as varbinary images in a SQL 2005 DB.  I can retrieve the image write it to disk then load the report. i.e.
    Private m_RptDoc As New ReportDocument()
    m_RptDoc.Load(RptPathName). 
    My question is...is there a way to load the image directly into the ReportDocument without first writting it to disk and using the pathname?

    I would think that this crummy custom Image class hack would work, but surprise surprise -- the width/height in loaderInfo is flat out WRONG when the event fires. It seems to have a hard coded width/height no matter what the file size. Silly!
    <mx:Image xmlns:mx="http://www.adobe.com/2006/mxml" initialize="init()">
         <mx:Script>
              <![CDATA[
                   public function init():void {
                        this.addEventListener(Event.COMPLETE, loaded);
                   private function loaded(e:Event):void {
                        this.width = this.loaderInfo.width;
                        this.height = this.loaderInfo.height;
              ]]>
         </mx:Script>
    </mx:Image>
    Turns out, this version DOES work (but it's still a hack fix in my opinion):
    <mx:Image xmlns:mx="http://www.adobe.com/2006/mxml" initialize="init()">
         <mx:Script>
              <![CDATA[
                   public function init():void {
                        this.addEventListener(Event.COMPLETE, loaded);
                   private function loaded(e:Event):void {
                        this.width = this.contentWidth;
                        this.height = this.contentHeight;
              ]]>
         </mx:Script>
    </mx:Image>
    You guys at Adobe are so silly.    It would seem to me that Image's width and height should be set (rather than left at 0) once the content's width and height is known.  So now that I've fixed this bug (as far as I'm concerned) for ya Adobe, I take cash, cashier's check, or money orders--thanks!
    But really, if this doesn't work this way in Flex 4, I think it should.

  • Display image in Report from File Server

    Hi
    As the logo of the company is changing every 3 - 4 months, i need a solution for this..
    my approach is to replace the new logo in file server
    call the logo in the oracle reports... using oracle reports 6i...
    but i am not able to do so ( which objects to be used like formula column, link file, ole) ... any help from your side will be good.
    Regards
    Yram

    You may put the logo into db as a blob column and retrieve it onto report. One update in db would update all calling reports.

  • How to compile reports Rdf files on Solaris

    hi
    My report is working fine in the Developer2000 env in report editor but when i put them on solaris
    it says that it Contains the Uncompiled pl/sql . i have some pl/sql packages attached as programming unit
    to the Report.
    2) I have compiled it in D2K AND its working fine , same user/p @service login
    3) Does any one knows whats the command line to compile on solaris
    whats the Utility.
    Regards
    Jai

    Jai,
    The question seems bit vague, I have answered based on my undedrstaing of your question
    1. You can compile a report in solaris also by opening it in Reports Builder and by chooing the submenu compile -all
    2. You can also run the report in batchmode and give compileall=yes
    Please see the commandline arguments section in the publishing reports manual at http://otn.oracle.com/docs/products/reports/content.html
    Thanks
    The Oracle Reports team

  • How to call report rdf with parameter passing..

    Hai
    I am using 10g developer suite and 10 g report. I want to call some report in the when_button_pressed trigger. like c:\ report\ test.rdf file. we don't have separate application server.more than 10 users using forms and report. Without application server (dedicated application server ) we are using oracle.
    How to call the report rdf file from form ? how to pass the parameters ? how to start the report server ? I tried many answers I am not getting correct coding plese help me to find out correct code .. run the report perfectly... from form.
    digging here not get correct coding... please help me.. urgent
    vasanth.

    Hai,
    It seems same 6i reports coding, I am not aware of that.. Soon I will tell you..
    Thanks a lot.
    regards
    vasanth

  • Oracle Apps 11i - Pasta Setup for Barcode print in rdf file

    Hi All,
    Since last some days i am trying to setup Oracle Apps 11i to print barcode reports (RDF files)  from concurrent manager.
    If anybody have any idea about how to configure pasta to print post script files which support barcode, please suggest.
    I have already read many documents but not able to do that. In one of pasta document i found that, pasta support two type of TrueType font. One can be used for regular text and second can be used (bold) for barcode printing. But it shows barcode font as a regular font.
    -Thanks.
    Arun.

    Please refer following notes:
    Dynamically Switching Printer Trays [ID 66402.1]
    How to Specify a Printer Paper Tray With Pasta [ID 241086.1]     
    thanks

  • In Oracle How to migrate .Rdf file from Development to Production Environ..

    Hi,
    Please explain me step by step how to migrate report(.Rdf) file from development instance to production instance ASAP.
    Thanks & Regards,
    Raj

    Rai,
    Please ask your questions in the EBS section, since they are not PeopleSoft related.
    Regards,
    Hakan

  • REP-1057: ' PATH_TO_REPORT/report.rdf' is not a valid Report Builder file.

    Current Level : Report Builder 6.0.8.27.0
    We migrated custom reports build on Report 2.5 to 6.0.8.27.0 on apps/db version
    from 11.0.3 / 8.0.5 to 11.5.10.2/9.2.0.6. Platform was moved from HPUX to Redhat
    Linux 4.
    When we open migrated reports then original reports get converted and compiled
    by Report Builder 6 without any problem. But once saved and when modified some
    of the reports get corrupted and have 'REP-1057' error.
    Anyone had any similar problem and found solution?
    Thanks

    I have a .rdf file. When I try to open the same in Report Builder for 6i, nothing happens! It just does not open!
    I tried to convert the report into .REX from unix - I get the following error
    REP-1057: 'FAIAPXINROH.rdf' is not a valid Report Builder file.
    But, the report is running fine from Oracle apps.
    I need to open this .rdf to change somethings.
    Any suggestions?
    Regards,
    Arun Tirumale

  • Oracle Report6i - Report and Spreadsheet in one rdf file

    Hi ALL,
    My user wants to have an Oracle report with header, titles etc. and also a CSV file in the same Report or rdf file.
    I am thinking of using a parameter to select either the Report or the CSV file or both.
    I know I can do this in 2 different rdf files.
    Can it be done in the same rdf file? If so someone please help me on this. How can I create 2 different
    data models, 2 different layout models etc in the same rdf. That is what I am after.
    We are using Report6i which is a bummer but the Company is going .NET and does not want to spend
    resources on the latest Oracle Application server.
    Thanks,
    Suresh

    You may do the regular Oracle report as usual and create the CSV file in After Report Trigger using PL/SQL coding, like ....
    V_OUTFILE := text_io.fopen(L_FILENAME,'A');
    V_OUTSTRING := 'EMPLOYEE TYPE/DEPARTMENT WISE DETAILS';
    TEXT_IO.PUT_LINE(V_OUTFILE, V_OUTSTRING);
    --EXCEL FILE HEADS
    V_OUTSTRING :='EMPLOYEE NUMBER'||CHR(9)||'EMPLOYEE NAME'||' '||'DEPARTMENT NO'||' '||'SALARY'||' '||'DESG' ||' '||'EMP MOD';
    TEXT_IO.PUT_LINE(V_OUTFILE, V_OUTSTRING);
    --V_out_file := Text_IO.Fopen(L_FILENAME,'w');
    FOR C1_REC IN C1 LOOP
    V_OUTSTRING:=C1_REC.empno||CHR(9)||C1_REC.ename||' '||C1_REC.deptno||' '||C1_REC.sal||' '||C1_REC.desg||' '||C1_REC.empmod;
    TEXT_IO.PUT_LINE(V_OUTFILE, V_OUTSTRING);
    END LOOP;
    --IF Text_IO.Is_Open(V_OUTFILE) THEN
    Text_IO.Fclose(V_OUTFILE);
    SRW.MESSAGE(100,'File '||L_FILENAME|| ' Generated Successfully....');

Maybe you are looking for

  • Cannot send mail on the road

    I am on the road and in some cases have to pay for internet privileges. I can receive mail and surf the internet with Safari. But I cannot send any mail and get the error message. The clerk at the motel here says to change the outgoing mail server to

  • ITunes will not work on Fresh INstall of Vista x64 SP1

    I have a strange issue. I have a Windows Vista x64 with SP1 (Yes the DVD is a production DVD from Microsoft not a slip stream copy.) and I wanted to do a fresh install of Vista with SP1. Reinstalled OS and everything is running great but iTunes. When

  • Question about the DB adapter

    Question about the DB adapter ns2006.0.7 Question: It seems that we can only have 1 db adapter, but in the adapter defiition we have to specify the database.  If I want to communicate to several different databases on different platforms, Oracle / SQ

  • Tree Control - Design Mode - Indent Level

    Hi! In edit mode tree control has indent / outdent level right - click menu. I need this functionality. Indenting and outdenting items. I've implemented, but the in/out Denting does not works well, it the tag has children. I am wondering, is it possi

  • My keyboard is skipping letters and other commands... Help?

    Every 10 or so characters, my keyboard skips a letter, acting as if no command was inputted. It's starting to occur more often, and it makes it extremely difficult to do /anything/. This glitch also stops me from using commands like copy and paste us