Batch PDF Reports raising error REP-3002: Error initializing printer.

We are running Reports 6.0 in Windows NT 4.0. When run manually the PDF reports are able to see the PostScript Print Driver and generates PDF output. We have a batch job on the NT that gets kicked off from the Mainframe via XPATH, which spawns multiple report processes as needed to run the PDF reports. We get the error "REP-3002: Error initializing printer." under this scenario.
Any help to resolve this will be appreciated.
Thanks,
Babu

Hi,
i've changed to use RUN_REPORT_OBJECT as your advice and followed the instructions in "Oracle Reports Remote Printing Utility - An Oracle Technical White Paper December 2000". i tested orarrp by created the HTML file follow the steps in page 5 of the paper, it worked.
then i modified existed form, set report object property like this :
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE, BATCH);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE, FILE);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'PDF');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'test.rrpa');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'Rep60_NTSERVER2');
note : i'm not sure that i set the right value for REPORT_SERVER property, i got this value from TNSNAMES.ORA file.
then call the report with this statement :
:GLOBAL.ReportHandle := RUN_REPORT_OBJECT(report_id);
it showed the same error message :
"REP-3002 Error initializing printer. Please make sure a printer is installed."
i think i set something wrong, but i don't know where. could you help me ?
Hunsa

Similar Messages

  • Report 6i/Webdb -Not able to display the report in the browser - rep- 3002 error.

    Would someone tell what I missed, I have set up the following:
    1) a report using report builder on NT
    2) my database is in Unix
    3) my report server is started in NT
    4) I run webdb listener for the following code: http://myweb.com/cgi/rwcgi60.exe?server=repserver+report=myreport+userid=usid/pw/connect_string+destype=cache+desformat=html. Then, I receive this message:
    Error: The requested URL was not found, or cannot be served at this time.
    Oracle Reports Server CGI - Report Job has terminated with error.
    Reports Server Replies:
    REP-3002: Error initializing printer. Please make sure a printer is installed.
    Why is it thinking I want to use the printer whereas I want to display the report in the browser?. Any help would be appreciated.
    null

    It sounds like that your Web CGI did not configure right. To test if your CGI configuration is correct, type:
    http://hostname:port/cgi-bin/rwcgi60exe?
    If you get a help screen, then you should be able to bring up your report.
    Regards,
    Xiaoling

  • Error REP-3002 when call report from WebForm

    Hi,
    i run form (6.0) on Form Server (IAS9i) to call report (6.0) to print receipt on local printer using RUN_PRODUCT command (PARAMFORM=NO, DESTYPE=PRINTER) and got Error Message "REP-3002 Error initializing printer. Please make sure a printer is installed." but on Client-Server it's OK.
    the objective is just want to direct print report to printer (do not show parameter form)
    anyone know how to solve this problem ?
    Hunsa
    null

    Hi,
    i've changed to use RUN_REPORT_OBJECT as your advice and followed the instructions in "Oracle Reports Remote Printing Utility - An Oracle Technical White Paper December 2000". i tested orarrp by created the HTML file follow the steps in page 5 of the paper, it worked.
    then i modified existed form, set report object property like this :
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE, FILE);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'test.rrpa');
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'Rep60_NTSERVER2');
    note : i'm not sure that i set the right value for REPORT_SERVER property, i got this value from TNSNAMES.ORA file.
    then call the report with this statement :
    :GLOBAL.ReportHandle := RUN_REPORT_OBJECT(report_id);
    it showed the same error message :
    "REP-3002 Error initializing printer. Please make sure a printer is installed."
    i think i set something wrong, but i don't know where. could you help me ?
    Hunsa

  • REP-3002: Error initializing printer

    Hello,
    This is my configuraton:
    Computer 1 : nt4, sp3, installed: Oracledatabase 7.3.4
    Computer 2 : nt4, sp3, installed: Oracle WebDb, forms 6i, formserver 6i and reports 6i.
    Services WebDb and Listener are running.
    I've connected an HP LaserJet III to the parallel port of computer 2. In the printer
    control panel of NT4, this printer is set as the 'default' printer.
    'myform.fmx' is a simple form.
    The code consists only of a 'when-button-pressed' trigger as follows:
    declare
    pl paramlist;Ln varchar(15) :='Elsa';
    BEGIN
    pl :=get_parameter_list(Ln);
    if not id_null(pl) then destroy_parameter_list(pl);end if;
    pl :=create_parameter_list('Elsa');
    add_parameter(pl,'DESTYPE', text_parameter,'PRINTER');
    run_product(REPORTS,'C:\ORANT\REPORT60\myrep.rep',1,BATCH,FILESYSTEM,pl);
    destroy_parameter_list(pl);
    END;
    'myrep.rep' is a simple report, consisting of:
    select user from dual;
    generated by the wizard.
    When I run the form in preview for the web in formbuilder 6i, then it works very well,
    it prints my report.
    But when I run it from the cgi 'ifcgi60.exe' by the command
    start -> programs -> oracle forms 6i -> run a form on the web
    it returns
    http://pent2.easyware.be/dev60cgi/ifcgi60.exe?
    form=myform.fmx&userid=&otherparams=useSDI=yes&
    lookAndFeel=generic&colorScheme=teal
    then the error returned in the webbrowser is
    'REP-3002: Error initializing printer. Please make sure a printer is installed.'
    if parameter 'DESTYPE' is set to 'SCREEN' then it works very well, I can print by clicking the print icon.
    Please can someone help me.
    Best Regards,
    Carl Willems.
    [email protected]

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by aapmens ():
    Hello,
    This is my configuraton:
    Computer 1 : nt4, sp3, installed: Oracledatabase 7.3.4
    Computer 2 : nt4, sp3, installed: Oracle WebDb, forms 6i 6.0.8.8.0, formserver 6i and reports 6i 6.0.8.8.3.
    Services WebDb and Listener are running.
    I've connected an HP LaserJet III to the parallel port of computer 2. In the printer
    control panel of NT4, this printer is set as the 'default' printer.
    'myform.fmx' is a simple form.
    The code consists only of a 'when-button-pressed' trigger as follows:
    declare
    pl paramlist;Ln varchar(15) :='Elsa';
    BEGIN
    pl :=get_parameter_list(Ln);
    if not id_null(pl) then destroy_parameter_list(pl);end if;
    pl :=create_parameter_list('Elsa');
    add_parameter(pl,'DESTYPE', text_parameter,'PRINTER');
    run_product(REPORTS,'C:\ORANT\REPORT60\myrep.rep',1,BATCH,FILESYSTEM,pl);
    destroy_parameter_list(pl);
    END;
    'myrep.rep' is a simple report, consisting of:
    select user from dual;
    generated by the wizard.
    When I run the form in preview for the web in formbuilder 6i, then it works very well,
    it prints my report.
    But when I run it from the cgi 'ifcgi60.exe' by the command
    start -> programs -> oracle forms 6i -> run a form on the web
    it returns
    http://pent2.easyware.be/dev60cgi/ifcgi60.exe?
    form=myform.fmx&userid=&otherparams=useSDI=yes&
    lookAndFeel=generic&colorScheme=teal
    then the error returned in the webbrowser is
    'REP-3002: Error initializing printer. Please make sure a printer is installed.'
    if parameter 'DESTYPE' is set to 'SCREEN' then it works very well, I can print by clicking the print icon.
    Please can someone help me.
    Best Regards,
    Carl Willems.
    [email protected]<HR></BLOCKQUOTE>
    null

  • REP-3002 Error

    Hi,
    I have a character mode report. I wants to generate a ascii formatted file. Using 'Postscript' option, i could able to generated this file, if the machine has printer driver. If the machine don't have the printer driver, its throwing REP-3002 error. Is there any workaround way to generate ps report without printer drivers.
    Thanks,
    Saravanan.

    Hi Srivas,
    Actually i'm trying with the option you specified. Like below i'm sending the request to the report server.
    http://tbau01:7888/dev60cgi/rwcgi60?key10&server=Rep60_tbau01_dev40&destype=file&desformat=dflt&desname=/app/dev40/gemini/reports/test.txt&report=RpBatchMeterDetailsSmCsepAscii.RDF
    but i'm getting the Rep-3002 error.
    Could pl let me know whats the wrong in it? or it still expecting the printer driver?
    Thanks
    Saravanan.

  • HELP REP-3002: Error initializing printer on Oracle 6i

    We have moved several applications Windows 2008 Standard Server and setup it up as published application on xenapp but every time a user trys to print it get initializing error.
    How is this resolved ?

    Please post the details of the application release, database version and OS.
    Have you used the TEMPLATE.fmb file to create this form?
    We have moved several applications Windows 2008 Standard Server and setup it up as published application on xenapp but every time a user trys to print it get initializing error.
    How is this resolved ?Please see these docs.
    All Requests End In Error With REP-3002: Error Initializing Printer [ID 365267.1]
    ERR REP-3002: Error Initializing Printer. Please Make Sure A Printer Is Installed [ID 951929.1]
    Rep-3002: Error Initializing Printer. Please Make Sure A Printer Is Installed [ID 1083435.1]
    Trouble Shooting Guide for REP-3002 [ID 203167.1]
    Thanks,
    Hussein

  • Terminated with error: REP-50152:Error while sending mail

    Hi
    Gets this error while sending report mails to external email id's
    Terminated with error: REP-50152: Error while sending mail - Sending failed; nested exception is: javax.mail.SendFailedException: Invalid Addresses; nested exception is: javax.mail.SendFailedException: 550 5.7.1 Unable to relay for [email protected]
    Any setting to be done in report config file?
    thanks
    MG

    It should be like this
    <pluginParam name="mailServer">%MAILSERVER_NAME%</pluginParam>
    Specify the name of your mail server in the place of %MAILSERVER_NAME% above
    Also make sure that this is not commented out.
    Thanks,

  • REP-3002 error initialising printer on Unix

    Hello
    Has anybody got REP-3002 on Unix. I am running my character based report to generate text based output on Solaris. No matter what I do - configure the ui[rint.txt file - Set up default printer for the account running Oracle reports. I still keep getting this error.
    I have successfully done this on NT but it doesnt work on Unix.
    Any suggestions specific for Unix?
    Amit                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Amit,
    A couple of things to check:
    -Make sure the printer specified in the uiprint.txt file is enabled at the operating system level. A quick way to test
    this is to try to print any file from the command line to this printer using lp. If you can print using lp and get the
    output on the printer, then the printer is enabled at the OS level.
    -Oracle Reports must be able to open and read the uiprint.txt file
    -The user running the report must have operating system level read permissions on the uiprint.txt file.
    - Unix operating systems have an open file limit. It may be possible that Oracle Reports cannot open the
    uiprint.txt file because of the open file limit.
    Regards,
    The Oracle Reports Team

  • Reports Builder Error - REP 1070 Error while opening or saving document

    Hi,
    I tried opening an rdf file in Reports Builder 10g and 6i. I get the REP 1070 error.
    Kindly suggest a solution for this.
    Thanks,
    Anand

    Hi,
    Edit the system registry and assign REPORTS_PATH then your problem will be cleared.

  • Imported image error - REP-6106: Error in XML Report Definition

    I created a report with an image using Insert/Image. I've tried bmp, gif, jpg. The reports works fine so I save it. When I reopen this file, I get the REP-6106 error message "Invalid element 'image' in content of 'repeatingFrame'. expected elements [comments, geometryinfo...etc.....]".
    Any ideas?
    Thanks,
    Albert

    This is a bug, I have filed bug 2546295 to track this.
    Thanks for finding this.
    -Shaun

  • REP-3002 in Reports 6i in Solaris 10

    Hi all,
    My report server 6i is running in Solaris machine 5.10, we installed a printer on the same mechine. When we try to run rwbld60 and we click in Choose printer, we are getting the following message:
    REP-3002: Error initializing printer. Please make sure a printer is installed.
    We have added the configuration of our printer in $ORACLE_HOME/guicommon60/tk60/admin/uiprint.txt, we have set read and write permission to the uiprint.txt file.
    How we could resolve this problem?
    Thanks

    We have set the DESFORMAT variable to DFLT but we are getting the same error. When we click in Choose Printer in rw60bld we get the error REP-3002 (Error initializing printer. Please make sure a printer is installed) and when we try to run the command: rwrun60 we get the error:REP-0713: Invalid printer name 'fuenla" specified by parameter where fuenla is the name of the printer.
    Thank you very much in advance

  • PDF REPORT ERROR

    hi,
    I have Installed Oracle Apex 3.1.1
    in Linux server 4.5,Database is 10.2.0.1
    We created sample doc for "How to Create a Master Detail PDF Report"
    But we got a error "ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified."
    Pls help me..
    Thanks
    Murali.R

    Double check this document
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    esspecially: 4.3 Configuring Application Express to use BI Publisher
    Kind regards,
    Iloon

  • REP: 3002 & 19200 - Character base report on n-tier application.

    Dear friends
    We are using ORACLE 8i as database server, IIS as Web server,
    Front-end
    is -Forms 6i and Reports 6i. We have developed Reports both in
    character
    and Bitmap as per client's requirement. Bitmap reports are
    working fine
    in 2- tier as well as in 3- tier application.
    Character base reports are working fine in 2-tier application
    but in
    3-tier it shows &#8220; REP: 3002: ERROR INITIALIZING PRINTER. PLEASE
    MAKE
    SURE PRINTER IS INSTALLED&#8221; We have tried and communicated with
    local
    ORACLE for quite some time, but the solution is not found till
    date. (We
    have tried with DESFOMAT and other parameters)
    Is there any other way so that we can generate the output in
    character
    mode from 3-tier (without converting to bitmap) as this is a
    specific
    requirement of our client. (As within the premises they are
    using 2-tier
    and from remote place they will be using 3-tier application
    through
    web.)
    Could any one please help us in this matter? Pl. consider this
    as a
    urgent.
    Thanks in advance.

    Yu may want to use a dictionary which has a built in hash table for the key.  See code below for starting point
    List<string> input = new List<string>() { "abc", "abd", "def", "ghi" };
    Dictionary<string, List<string>> dict = input.AsEnumerable()
    .GroupBy(x => x.Substring(0,1), y => y)
    .ToDictionary(x => x.Key, y => y.ToList());
    jdweng

  • Report Server: Error initializing printer

    Oracle Report Server 6.0 for Windows NT doesn't work. When I try to call any report I get next error message:
    Error message returned from Reports server:
    REP-3002: Error initializing printer.
    Please make sure a printer is installed.
    The printer is installed on Windows NT server and is default. Where is the error? My URL example:
    http://mccrash.eagle.ru/ows-bin/rwcgi60.exe?report=test.rdf+userid=scott/tiger+server=reportsserver+desformat=html+destype=cache
    Next URLs work successufully:
    http://mccrash.eagle.ru/ows-bin/rwcgi60.exe/help
    http://mccrash.eagle.ru/ows-bin/rwcgi60.exe/showenv
    http://mccrash.eagle.ru/ows-bin/rwcgi60.exe/showmap
    What ideas?
    null

    Fyi -- in Reports 6i a printer is no longer mandatory. eg if you're only doing web publishing, you don't need to setup a printer and give the Reports server access to it (of course, if you're trying to print from Reports - you need a printer! ;-).
    To answer your question, make sure the USER that is running the Reports server as an NT service has access to a printer. If it's the SYSTEM account (goto Control Panel -> Services and double click on the Oracle Reports Server xxxxx entry (where xxxxx is the name of the server) and look at the user account that is running the server. If it's the SYSTEM account, it doesn't have access to a printer, so change it to a user (either local or domain user) that does have printer access.
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • 3002- Error initializing printer on Linux

    hi,
    I have problem above, when I select File -> Choose Printer in Report Builder 6i.
    My /etc/printcap is here:
    #printcap file containing the currently set up printers:
    #This file is written using APS library functions, developed by Corel Corporation:
    #The APS library functions reconize only the following options::
    #af, br, cf, df, fc, ff, fo, fs, gf, hl, ic, if, lf, lo, lp, mx nd, nf:
    #nf, of, pc, pl, pw, px, py, rf, rg, rm, rp, rs, rw, sb, sc, sd, sf, sh, st, tf, tr, vf:
    #Be careful about add/modify the unconfigured mnemonic for a printer in this file:
    lp|truck:\
    :if=/var/spool/lpd/truck/filter:\
    :lp=/dev/null:\
    :sd=/var/spool/lpd/truck:\
    :sh:\
    :mx#0:
    lp-line|typewriter:\
    :if=/var/spool/lpd/typewriter/filter:\
    :lp=/dev/lp0:\
    :sd=/var/spool/lpd/typewriter:\
    :sh:\
    :mx#0:
    And my uiprint.txt has these two entries:
    #-- Not A Printer:ASCII:1:Configure your uiprint.txt file:none
    #--1op221a:ASCII:1:Configure your uiprint.txt file:default.ppd:
    # Not A Printer:ASCII:1:Configure your uiprint.txt file:none
    lp-line:ASCII:1:Line printer:none
    lp:Pos1tScript:1:PostScript printer:default.ppd
    Any idea?
    thanks,
    Radek'
    null

    Please post the details of the application release, database version and OS.
    Have you used the TEMPLATE.fmb file to create this form?
    We have moved several applications Windows 2008 Standard Server and setup it up as published application on xenapp but every time a user trys to print it get initializing error.
    How is this resolved ?Please see these docs.
    All Requests End In Error With REP-3002: Error Initializing Printer [ID 365267.1]
    ERR REP-3002: Error Initializing Printer. Please Make Sure A Printer Is Installed [ID 951929.1]
    Rep-3002: Error Initializing Printer. Please Make Sure A Printer Is Installed [ID 1083435.1]
    Trouble Shooting Guide for REP-3002 [ID 203167.1]
    Thanks,
    Hussein

Maybe you are looking for

  • BEWP1154 Wireless Connection Problem

    I've had this problem for a few weeks now, under some misguided belief I could fix it myself.  It started not long after we installed a new firewall (AVG Virus Guard) on both my Laptop and the home Computer, the latter of which connects perfectly. Wh

  • CR10 transaction  - Work Center Change Documents

    Hi Expers, I am doing a test for our customer now and I am stuck with one test. That is to test transaction CR10. I can't make him to bring any result! As I understand, it should bring me the changes, made to Resources or work centers. I am creating

  • How much is it to get new screen?

    i need to know how much from apple

  • So I had to reformat my hard drive....

    And I lost all my files -- obviously. I assumed that when I downloaded and logged into itunes, that it would recognize the items i'd purchased and allow me to redownload them. But it didn't! So, I plugged in my ipod, and it would allow me to import e

  • Extension is not showing up data after extending necessary VO in SSHR

    Hi, I have created the extension on exisiting VO using the Jdeveloper guidelines and placed it on the appropriate location in the app-tier. I have migrated the substitutions in to the database. After bouncing the apache, I am not getting the data for