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

Similar Messages

  • Draft font character base report for printing

    Hello forum
    i have designed a character base report for a company for printing on DOT MATRIX but i dont have dot matrix printer.
    the problem i m facing whatever font i set on the report and test my desk jet printer prints perfect but when the company prints same report on their dot matrix printer the alligment is disturb.
    now what should i do to get rid of this problem?
    the printer have only three fonts
    Roman
    Draft
    Sanserief
    any idea?
    best regards
    adeel

    Hi the problem got solved by choosing appropriate formats in sp01 itself.

  • Printing of Character Mode Reports on 3 tier on Dev 6i

    Has anyone done character mode printing of reports on Dev6i? We are facing problem of REP: 3002. We have already loaded Orarrp on server and client and also tried changing the service property from log on as System Account to Log on as Administrator and also vice-versa, but nothing seems to work.
    Any help will be appreciated.
    Plz repond to email: [email protected]
    B.Suryaprakash

    The first thing to do is to make sure that you can print a character mode report on the server box just using the rwrun60 executable.
    If you can do this then you should take a look and make sure that the user that's started the reports server has access to the printer that you're trying to print to (you seem to have changed from the localsystem log on to Administrator, but are you sure that Administrator can access those printers).
    I think that orarrp is a red herring here - and I'm not sure why you're trying to set it up.
    Hope this helps,
    Danny

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

  • 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

  • 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

    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.

  • 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

  • Save a character mode report to ascii file after previewing?

    Question:
    why isn't there a way to say generate a character mode report into an ascii file form the Previewer, am I missing somethig?
    I know you can choose print and then print to file or choose generate to Postscript file, but it is not as clean as it is with bitmaps that you can preview and then save as: html, pdf, htmlcss, rtf etc.
    very many thanks in advance,
    ER.
    null

    I am really glad someone tried to help me. Truly thanks.
    However, I am even more confused now because once I see my character mode report in the previewer and try to generate into an html file the message is:
    rep-1920: Character mode runtime incompatible with desformat of pdf, html, htmlcss or rtf,
    There is no such error with bitmap reports so why would it be a problem for the character report since you say it is converted to bitmap?
    Other than that, even more important question is using this same report to be displayed on web: since there is no convinient storing in the local users space
    in that case.
    Thanks,
    ER.

  • 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

  • How to send a character mode report from Oracle Form 10g to a printer.

    how sending a character mode report from Oracle 10g report to a printer.
    I'm sending to a printer located in the network
    i have theses parameter report
    desformat = prtname
    desname=??????
    destype= ?????
    mode=character
    i would like to preview the report before to send to a printer
    slds

    ACCOUNTING SYSTEM
    2006-2007 From Date : 01-JUL-06
    Printed On : Friday August 31 2007 11:13 AM To Date : 30-SEP-07
    G A/C. Code 99-99-9999 Description: xxxxxxxxxxxxx H
    -- DOC. # -- -- DATE -Chq/Slip# ---------- N A R R A T I O N -- -- DEBIT -- -- CREDIT -- -- BALANCE --
    Opening Balance: -999,999,999.00 Cr.
    G *** Total *** 0.00 0.00 -999,999,999.00H
    ================= ================= =================
    when i run character mode report in browser then display this output properly
    but sir problem is that when i print the report
    G(use for bold)
    is not working
    means not print in bold format in printer
    same character print G
    do you have any idea when i print through browser to printer G for bold purpose its work to printer ?

Maybe you are looking for

  • HT1660 I am new to itunes and have no idea how to create an itunes library to down load to my ipod shuffle?

    Can anyone help?

  • AIR will NOT install

    XPpro with 2.4ghz cpu, 2 gig ram, 2 much harddrive, single-user desktop, and I am the registered administrator. Problem is Adobe AIR will NOT install. I downloaded Adobe AIR installer and ran in normal way. Adobe AIR attempts to install and then crap

  • Live Drive II help please

    Li've Dri've II help pleases I bought a SB Li've 5. and a Li've Dri've II several years ago. I recently tried to add the LD II to my current system. I am using a Audigy 2 Gamer ZS in my system. I can not seem to get the LD II to work (I'm trying to g

  • "complete check box" in version management

    Dear Gurus, User has entered values for version change, and he forgot to click the "complete" check box and saves the document. So release is not get effected. I want this "complete" check box to be mandatory, in the case of purchase order. please gu

  • Photoshop 7.0 and my new iMac hate each other

    Hi, I have just swapped to an iMac from Windows PC.  PS 7.0 which I have been very happily using for ages won't work I think my  install disc seems to be warped or corrupted.  Is there a version of PS 7.0 specifically for Mac available?  All my books