Oracle Report Printing

Hi, there,
I'm having a problem printing Reports:
Click print button on previewer, get error "Oracle Printing/Can't open AFM file(s): myungjo."
Click OK on error popup and report gets printed.
How do I get rid off that error message?
Thanks!
WL

I guess you are running on Unix? AFM files are font metric files. The files are found in $ORACLE_HOME/guicommon2/tk21/admin/AFM.
Check out note 1015280.6 on Metalink.

Similar Messages

  • Oracle Reports printer setup

    Hi Guys.
    I am an Oracle Applications DBA and I know how to setup printing in Oracle Applications.
    However, our client has got one installation of Oracle Application Server 10g and has deployed Oracle Forms and Reports Services.
    They have configured printing for Oracle Reports for their setup, which I am not aware of how they did or how it is done in Oracle Forms and Reports.
    The problems at hand are -
    Problem number 1 - Over here a line printer i.e. 132 column one has been attached to the 10g Application Server from the USb port. The Application server is on Windows 2003 server machine. When we fire reports we can see in print queue request being fired but no putput is coming. If we open Reports builder on a developer machine and from there we fire we do get print out but this time developers machine Print dialoag comes. On developer machine we have mapped to same printer which is attached to the 10g AS machine
    Problem number 2 - As mentioned earlier its a 132 column printer so what is the paper size to be picked. From articles it is Letter paper size or US Std Fanfold paper size.
    Problem Number 3 - Suppose we try Arabic report since its arabic in the report designer we change direction to Right To Left, if we fire this report some columns almost 20 characters are cut -off. If we fire same report with default direction set in designer, whole data comes
    Problem number 4 - If we give output to Excel or PDF i.e. Desformat Spreadsheet or PDF, the arabic data all come out rubbish junk.
    Apart from getting help on the above mentioned issues, I would request you guys to help me in finding out how to setup the printing for standalone application server forms and reports.
    Thanks,
    Muneer.

    hello,
    submitting your report in the url using a key (yourKey) defined in the cgicmd.dat file would look like
    http://<yourserver>:<yourport>/reports/rwservlet?yourKey
    regards,
    philipp

  • Oracle Reports -- printing 1/3 the way down the second page.

    I modifying an Oracle Report that outputs a rtf-formmated word doc. When things go to the second page (because things on the first page have fully occupied the first page), they always appear 1/3 down the page. I would like them to be close to the top of the page as possible. Does anybody have any suggestions or ideas on how this should work?
    thanks
    Dan

    Hi Dan,
    I modifying an Oracle Report that outputs a rtf-formmated word doc. I did not get your above point
    When things go to the second page (because things on the first page have fully occupied the first page), they always appear 1/3 down the page. I would like them to be close to the top of the page as possible. Does anybody have any suggestions or ideas on how this should work?As for this case there might be frames or Items displayed (Print Object On - First Page) at the top of the page which are not being displayed on the second page for all such frames and Items set the Vertical Elasticity to Variable.
    Hope this helps.
    Best Regards
    Arif Khadas

  • Oracle Reports Printing issue

    I have multiple printing issues with Oracle Reports developed in 10g. Please help me to resolve the issue.
    1. Even though i set ORIENTATION to landscape, it is printing Portrait .
    I have tried the below options
    1. I SET ORIENTATION AS landscape Under Data Model, System Parameters
    2. I have tried to pass ORIENTATION=landscape from the Keymap File
    3. I have tried to set ORIENTATION=landscape Under Paper layout Main,Header and Trailer Sections.
    2. Always the report is trying to fit in a single page (Width wise) which is annoying the user. I want to set Scaling instead of fit to a single page. How will i achieve this?
    i was trying to display the reports in SPREADSHEET Format.
    Thanks for all your Help.

    Hello Chris90909,
    switch width an height properties as Inol mentioned.
    http://nycapex.blogspot.com/2010/03/landscape.html
    If you have any question about the issue, let us know.
    Don't forget to mark Correct or Helpful accordingly.

  • Oracle Reports: Print HTML tags

    I am reading data from DB that contains HTML tags and would like the tags to be interpreted when the PDF report is displayed. Currently, the HTML tags are being displayed in the report.
    When I output the report as a HTML is tags are interpreted and looks ok.
    How do I convert the HTML tags in the report is displayed as PDF?
    Thanks for your response.

    Ramakrishnan Srinivasan (guest) wrote:
    : I have a requirement to transport a print file created by
    Oracle
    : Reports to a print shop and print the document at this
    facility.
    : I know the type of printer this shop has.
    : The print file I like to create is a Form Letter. I will like
    to
    : know how to achieve this using Oracle Reports.
    : The letter I like to print is a standard letter with some
    custom
    : information on it. I will also like to know if I can create a
    : file consisting of Name, address and other specific information
    : that I want in the letter and merge it at the other end with
    : Word/Word perfect Letter using a WINDOWS 95 supplied batch
    : program.
    : Any other feasible solutions are also welcome.
    : Ram
    Hi Ram,
    You can create a postscript file or a PDF file and give that
    to the print shop for printing. It's pretty easy. Go to the File
    menu, choose Generate to File, and then choose Postscript or PDF.
    Note that Reports will use the driver for the printer to which
    you are connected at the time you generate the file. You may have
    to do some tests to make sure that that printer driver is
    compatible with that of the print shop. I would generate a test
    file from Reports and see if it works with their printer.
    Regards
    The Oracle Reports Team
    null

  • Oracle Report Printing problem

    Dear All,
    i m using below code on button in oracle forms 6i problem is that when i click on button report should be print
    on network printer but it's print blank page however network printer is not my default printer when i set default printer
    to this network printer its working fine.
    and also its working when i set mode=character and network printer is not default printer but when i set mode=default or bitmap and notwork printer is not default then its print blank page.
         DECLARE
              p_list     PARAMLIST;
         BEGIN
         p_list := get_parameter_list('importdata');
         IF NOT Id_Null(p_list) THEN
    Destroy_Parameter_List('importdata');
         END IF;
              p_list := Create_Parameter_List('importdata');
              Add_Parameter(p_list,'P_IGM_NO',TEXT_PARAMETER,'10117/11');
              Add_Parameter(p_list,'P_INDEX_NO',TEXT_PARAMETER,'498');
              Add_Parameter(p_list,'P_CHR_NO',TEXT_PARAMETER,'CL-APL100/011');
              Add_Parameter(p_list,'P_CONTAINER_NO',TEXT_PARAMETER,'APHU6305929');
              Add_Parameter(p_list,'P_USER',TEXT_PARAMETER,'ALI');
              Add_Parameter(p_list,'P_BAL_QTY',TEXT_PARAMETER,0);
              Add_Parameter(p_list, 'PARAMFORM', TEXT_PARAMETER, 'NO');
              Add_Parameter(p_list,'DESTYPE',TEXT_PARAMETER,'PRINTER');
         Add_Parameter(p_list,'DESNAME',TEXT_PARAMETER,'\\192.168.1.67\epson');
         RUN_PRODUCT(REPORTS,'\\ORASERV\Atlas6I\Import\System\Reports\abc.rep',
         SYNCHRONOUS,
         RUNTIME,
         FILESYSTEM,
         p_list,
         NULL);
         END;

    i have made one oracle 6i reports. its is quite wide.when i run the report it shrink into too small font.
    and i increse it font size it by pressing + button on menu bar it looks okay.
    >
    The + button only causes a zoom in on the screen. It is not affecting the actual layout.
    >
    but the problem is that when i take print out of it ,it's printout comes in its intial format(in small font) evenif i choose different type of paper size or different orientation . it's printout is coming in too small font.
    pl tell me how to overcome this problem>
    The report rendering engine tries to fit the report page into the physical page size. This results in shrinking of font size,etc.
    To fix
    a) reduce the content on the report to something reasonable for printing.(Std paper sizes and orientation)
    b) change the page size selection. Of course, you will need a printer and paper of the size you set.
    Cheers,

  • ACCENT Symbol in Oracle Reports printing using 10g Application server

    Some of the report with names containing ACCENT symbol are printing like upside-down comma. But the report used to printing certified copy and the client requiring to print the ACCENT symbol as it is. Oracle support recommend us to use PDFPrint destination, which is third-party utility that converting the post-script output to printer for ACCENT symbol. Please provide the link and instruction to download the PDFprint utility and installation requirement for the below environment:
    Oracle Application Server Version=10.1.2.3.0
    SUN SPARC - 64 bit
    Thanks
    Krishna

    By the looks of it you used 9i which also used an Application Server so your knowledge should be up to date. The Default URL has changed a little as has the port. Look in the installation guide for the default URL and port.
    If you mena the development side you can use the one-button-run functionality which makes it possible to run am form without the full App Server just by hitting the run button in the builder. You do need to start the local OC4J but that is easy. On Windows there is a start menu item to do that. On Linux you run a shell script I think.

  • Help!  oracle report out of order after update Rollup for windows 2000 sp4

    hello once again
    i haven't received any solution of my problem, so i am again uploading it.
    ----PROBLEM IS GIVEN BELOW-----
    i am having a problem in oracle report printing (2000,6i). I have installed patch "update Rollup for windows 2000 sp4" on windows 2000. now when i send report(132 column) for printing to the printer, the report fails to expand to 132 columns and data is printed in unformatted fashion. in order to print the report correctly i have to remove the patch from the windows.i have set all parameters and
    defining page size in files like wide180.PRT in printers folder in oracle directory.
    Is there anyway to print the report without uninstalling windows patch?
    thanks

    I don't have any idea about this issue. Maybe someone else on this forum can help. Meanwhile, there are couple of places you can search for this issue:
    Search google for printing issues with this patch
    Search Microsoft forums for Windows 2000
    And if you have metalink account, search metalink forum, document/note or open a SR for this.

  • Oracle report out of order after update Rollup for windows 2000 sp4

    hi
    i am having a problem in oracle report printing (2000,6i). I have installed patch "update Rollup for windows 2000 sp4" on windows 2000. now when i send report(132 column) for printing to the printer, the report fails to expand to 132 columns and data is printed in unformated fashion. in order to print the report correctly i have to remove the patch from the windows. Is there anyway to print the report without uninstalling windows patch?
    thanks

    Hi
    first of all thanks for replying .if you mean defining page size in files like wide180.PRT in printers folder in oracle directory, off course i have set parameters. thing is that printing works fine without windows patch but it gets deteriorated after installing the patch.
    Thanks

  • Report printing problem in Oracle Report 10g

    Hi group,
    I have one report which I am callinng from form. Out put is comming directly in PDF format, While taking printout on EPSON Printer allignment is not comming properly.
    But If i convert in to text format and print from MS-DOS prompt on same printer it is comming properly.
    Now want to print same in report builder directly in first way. whole environment is on Oracle AS and server is LINUX and client machine is windows
    Please revert back, It can be a great help for me.
    Thanks & Regards,
    Narendra.

    you can solve this problem by using oracle remote printing utility(orarrp)
    Nizhad
    Software Engineer,
    Accel Frontline Limited,
    Kochi.

  • Auto print Oracle report through call to PL/SQL

    I have been tasked with finding a way to generate an Oracle report from a java servlet. Basically they want to pass in parameters to a PL/SQL procedure and have it automatically print out, without user interaction.
    Can this be done?
    Jeff

    I am in a similar situation and have reached a bit of an impass. I am creating the report by means of passing a dynamically created URL from WebDB to the Report Server.
    I have created a procedure to do various things and was planning on calling the report via the procedure using
    OWA_UTIL.redirect_url depending on the params
    that the user entered. Does the UTL_HTTP work in the same means as the aforementioned? Or are they the same thing?
    Regards and thanks,
    Steve
    null

  • Can not able to print Oracle report on HP inkjet500 Plotter

    Dear All,
    Please let me know how to print oracle report on HP plotter.
    I tried with both Bitmape and Character mode report but report preview automatically exit from the menu immediately without any error when i click print button (to the destination HP Plotter). But i can print Excel file/ PDF file on Plotter.
    My report size is 36 inch width, when i convert into
    PDF it converts data for 11 inch width only remaining
    is not available.
    I am using the following version
    Oracle 8i Enterprise Edition Release 8.1.7.0.0
    Report Builder : 6.0.5.28.0
    Forms : 6.0.5.0.2 [32 Bit] Version
    Hope you will reply with best solution.
    Thanks.
    Regards
    Yoonus

    user11996936 wrote:
    Has anyone faced such an issue with Oracle Apps?Maybe. Maybe not. Ask to the proper forum. Here you are in Peoplesoft forum.
    Nicolas.

  • Printing barcode in oracle report 6i in character mode

    Hi there,
    I am new in oracle reports, especially in printing it in character mode.
    I am trying to create a report for ticketing purposes, so I have to put barcode on it.
    So far, I did follow this link Printing in character mode (urgent)
    and yes, I didn't get it. I been doing this 3 days already and no successful result.
    I just don't get the commands in .prt file and how could i integrate it in oracle report 6i.
    The printer I use : epson LX-300+
    windows OS.
    Your help is highly needed, any opinion will do. I just need help that bad.
    Thanks..
    Edited by: shynn on Jul 18, 2012 6:56 PM

    Hi guys,
    I already get the character mode using ESC character.
    Just this, I need your help.. Do you know the ESC code for the barcode that we could add in .prt file?
    Just the ESC code, but if there is needed for configuration for that, kindly add it up.
    Thanks,

  • 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

  • Error in running oracle report on APPS due to print style

    Hi
    i have an oracle report which displays about 550 rows of data...When i try to run it with oracle apps i selelect landwide but i get an error as the defined style can not print that much amount of rows.Is there any toher style which prints this many amount of rows or i have to create a new print style.
    thanks
    isha
    Edited by: 791666 on Aug 30, 2010 8:33 AM

    Please tell us about your product, version and Application Server type. You may also want to note that Oracle Apps is different from Oracle Application Server .
    Also intriguing is the error you report. Where and what exact error do you get? Error codes/messages need to be reported exactly (not paraphrased).
    Was that in displaying the info or in printing it to a printer?

Maybe you are looking for

  • My current apple ID is not an email address so cannot use iCloud as it needs one! I do have another email address. what do I do ?

    Hi My current apple id is not an email address I have used all over my iPad but when I tried to activate iCloud it demanded an email address. I do have two and so far neither has worked. Any ideas pleae?

  • 5g iPod not recognized by iTunes

    Hello everyone, Merry Christmas I got a 5g 30gb iPod for Christmas this morning, and low and behold, IT WON'T UPDATE. I installed the program, restarted my computer, and hooked up the iPod. I went to open iTunes, and it wont open. Very strange......s

  • Usage of GET - Basic LOGICAL database question

    Hi, I have a few doubts in Logical Databases. 1.) Why should i include a logical database in a abap program. 2.) Can i add more than 1 LDB to a abap program 3.) can Nodes statement used on all nodes on LDB 4.) Please provide a example program based o

  • Trashing photos ?

    Hi, i'm a mac newbie, so when i come to deleting some photos in "my docs\photos etc...it says "finder needs a password", so i type in my admin password, get the trash noise and then the file is still there and not in the trash can... whats the deal?

  • Session is not getting invalidated when i access more then 1 war applications

              I am experiencing the following problem and i do not understand           the reason. I have an application (3 jsps) in a directory           called /private under weblogic 6 sp1           directory "DefaultWebApp_myserver". The login.jsp,