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

Similar Messages

  • Rep-3002 while calling report from form in character mode on web environment

    When I call a report by using run_product from a form , i get rep-3002. my report is in character mode. if i change it to bitmap that works fine. but my requirement is of character mode on web environment.
    please help.

    Hello,
    If you are running in WinNT/2000 environment, the NT/2000 user which runs the Report Server service must have a printer defined. In the control panel, look at the properties for the Report Server to see what user it runs as. Log in as that user and make sure a default printer is defined.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • 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

  • Getting rep-3002 when calling report from form on web

    i am getting rep-3002 when i call report from a form on web environment. Report is in character mode. It is coming proper if i change it to bitmap. but my requirement is of character mode. pl. give some solution.

    Hello,
    If you are running in WinNT/2000 environment, the NT/2000 user which runs the Report Server service must have a printer defined. In the control panel, look at the properties for the Report Server to see what user it runs as. Log in as that user and make sure a default printer is defined.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • 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 “ REP: 3002: ERROR INITIALIZING PRINTER. PLEASE
    MAKE
    SURE PRINTER IS INSTALLED” 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

  • 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

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

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

  • Running Reports 6i on Solaris 10 ?

    We are trying to get several more months out of our Oracle Reports Server 6i installation before we scrap ORS for another reporting product. However, we need to replace our Solaris 8 reports servers with Solaris 10 servers before we can shut down ORS.
    We have had good luck in the past copying the same 6i installation from machine to machine, but we were going from Solaris 8 to Solaris 8. I followed the same procedure moving to the Solaris 10 server, but I cannot get rwmts60 to start.
    I get the standard "REP-0186: Daemon failed to listen to port" message.
    Has anybody ever gotten this combination to work ? Do you remember what your ORS6i patch level was ? Did you need any Solaris 10 patches ?
    Any help is appreciated. Thanks ahead of time.

    Hello,
    Even if it has never been certified (Reports 6i is desupported for a while now ...) , you can test to run rwrun60
    rwrun60 report=test destype=file desname=/tmp/test.pdf desformat=pdf userid=scott/tiger@dbalias
    If it works , rwmts60 should work too ...
    About the error : REP-0186: Daemon failed to listen to port
    have you added an entry in the tnsnames.ora for the Reports Server ?
    What is retuned by the command :
    tnsping80 <reports server name>
    Regards

  • Rep-3002 with DESTYPE=file

    Hello,
    I have two entries in my CGIcmd.dat file. The entries are pretty much identical, they just go to two different report servers, running on the same machine. Both specify destype=file desname=report.lis, and run the same report. One of them works fine, the other is throwing a Rep-3002.
    REP-3002: Error initializing printer. Please make sure a printer is installed.
    Any idea what is going on here and how to correct it?

    Hello,
    If you are executing the Reports on Windows :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_trouble.htm#BABDHCIG
    D.1.11 Printing and Font Errors When Using In-process Server
    Regards

  • REP- 50004 no report specified in the command line

    hello,
    i dont want to specify the connection string in the URL, so in the cgicmd.dat i added :
    test: userid=scott/tiger@orcl destype=cache desformat=pdf server=rep_oas %*
    in the URL :http://oas:7777/reports/rwservlet?cmdkey=test&report=adm31002.rdf
    the result of the execution is
    REP-5004 no report specified in the command line
    can you help me
    thanks

    Hi,
    try
    http://sgarcia.eeq1:8889/reports/rwservlet?report=R_MISOL1.rdf&PARAMFORM=no&destype=cache&desformat=pdf&CODIGO_CUENTA=215&EMPRESA=EEQSA&EMPLEADO=25243&V_PATH=Z:\bin&cmdkey=cmx
    regards
    Rainer

  • REP-271468673 Saving report to pdf

    Report upgraded from Reports 6i to Developer 10g fails only when output to a pdf file with error REP-271468673. Report returns to screen without issue. Report output is 6k+ pages and 3.5k images.
    Can anyone offer assistance?

    hello,
    what you would have to do, is to create a table with a column BLOB and then use the functions of the DBMS_LOB package to read the PDF file from the filesystem into the database.
    sending a report via mail is done by using DESTYPE=MAIL and DESNAME=<receipient>
    regards,
    the oracle reports team
    null

  • REP-50159 - REP-50151 when report sent to printer

    I am using weblogic 11 rel1 server.
    REP-50159: The report generated successfully but distribution to destinations failed.
    REP-50151: Destination ID truckers_all_location failed with error An error occurred while sending the file to the printer: LexmarkOptra - Cannot run program "C:\Oracle\Middleware\asinst_dev\config\reports\bin\rwlpr": CreateProcess error=2, The system cannot find the file specified..

    Copy rwlpr.exe from Oracle_Home\bin to Oracle_Instance\config\reports\bin
    This fixed a problem

Maybe you are looking for

  • How to clear all eventcombMT lockout tool settings?

    We have an eventcombt user that cannot get any results returned when running the tool from their workstation after a name and Windows account change.  It works for other accounts with the same security memberships. We need to clear all the saved even

  • How do I archive emails in mail and then delete them from my inbox?

    I need to archive a bunch of emails for a project, and I know that if I put them in a mailbox and then delete them from my inbox, they're gone. So, what's the most efficient way to save 100s of emails that will eventually need to be filed within a pr

  • MORE photoshop questions

    I have a hundred 3000x2000 jpegs to take into FCP. I have read a tutorial or two about formatting these in Photoshop (I have the CS version). They all confuse me. I am working in NTSC. Can someone make this a simple explanation? What size do I resize

  • What if you want to return an app

    Hey, What if I buy an app for the Iphone and I don't like it can I get a refund or store credit. Since you can't try them out until you buy them it would seem dumb not to. Any help would be appreciated Message was edited by: peavey5150

  • Digital camera mount in car

    Ok me and seester want to record ourselves in car on road trip. We used a go pro and it was too wide of an angle. We want to get a good digital camera and mount it properly to see both of us and be able to hear us well. What is the best for this