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

Similar Messages

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

  • 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

  • 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

  • Show_document and destype = file

    Hello,
    I have a problem with this call:
    web.show_document('http://130.45.31.50/dev60cgi/rwcgi60.exe?server=Rep60_PROVA_ORA+report=genrcart.rep+userid=sigma/sigma@dbsvil+destype=file+desname=C:\TEMP\genrcart_130620.rrpp+P MATR=101A18Z1J273+PARAMFORM=NO+COPIA=S','self')
    I obtain this message in my browser:
    Report output was successfully written to requested destination.
    Show_document do not open the file created on the server.
    Note: It's very important for me to generate a file because I need to send same special characters to printer using ORARRP.EXE.
    Thank you,
    P.Guerriero

    If you specify destype=file then the file is created but not returned to the browser. to get it you'll need to do one more call to web.show_document to open the specific file that was created.
    The other option of course is to use destype=cache and then the output will appear in your browser.

  • Oracle reports problem in distribution with xml file

    Hi ,
    I am having problem while I am trying to distribute the file with specifing the destination details in the xml. If I am giving the destination details in url then it is working.
    Ex.
    This is Working
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&desformat=pdf&destype=file&desname=devlopersuit/reports/output_file.pdf
    Not working :
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&DISTRIBUTE=YES&destination=devlopersuit/reports/dis_test.xml
    xml file
    <destinations>
    <file id="test" name="output_file.pdf" format="pdf">
    <include scr="mainSection"/>
    </file>
    </destinations>
    Error : REP-34304: Distribution failed to complete; review the distribution lists
    Its been week I tried many things , but not working.
    Right now I am trying to distribute to single file but my goal is to burst and distribute on basis of account number.
    This is the first stage of the project.
    Thanks a lot for the help
    Anju

    Hello
    see answer in Oracle reports problem in distribution with xml file
    Regards

  • 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

  • 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

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

  • 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

  • Destype=file

    I am able to run a *.rdf report on my 9.0.2 middle tier via rwservlet. I am able to specify destype=file and desname=/whatever/whatever and write anywhere with my report server owning/running account's permissions. This is sort of alarming --- what am I missing? I could find no discussion of this anywhere.

    Hello Mike,
    The issue that you are facing applies in general to any resource that your Reports Server's system account has access to. For example, the printers that a user running a report on your server can print on is determined by the permissions given to the server's account.
    One way to solve this issue in general would be create a seperate user/user group with permissions to access/write to only specific resources (which includes directories, printers etc.) and run the Reports Server as this user.
    Another possibility is to enforce a restriction on the DESNAME parameter in a suitable report trigger. Here, you can look at the :DESNAME system parameter entered by the user and continue/abort the report generation based on its runtime value after printing an appropriate error message.
    Thanks,
    The Oracle Reports Team.

  • Intersection Validation with Multiload files

    Hi,
    is it possible to run intersection validation rep with Multiload files?
    if not, any workaround? maybe scripting the process?
    Thanks

    The adaptor is specifically coded to not run the intersection validation report on multiload. You could attempt to modify the adaptor but I would caution you that if you make a modification that causes the application to not function properly, support will require you to import a clean/unedited adaptor.

  • 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

  • I just order 8 calendars from iPhoto and they came to me fine. Now I need to order two more but when I go thru the process I get a message  saying:unable to assemble calendar. There is a probleme with the photo with the file name"(Null)"   more........ .

    Would someone be able to explain to me the following issue with Iphoto?
    I ordered 8 same calendars for my soccer team and received them fine. Although a couple of pictures on it are a little off (out of focus). I need to order two more of the same calendars but when I go thru the process ireceive an error message saying:
    "Unable to to assemble  calendar" There is a problem with the photo with the file name "(Null)" The full resolution version of this photo either cannot be located or is corrupt. Please replace this photo or delete it from your calendar.
    How can  I fine this "corrupt" photo? How did it go thru with the first batch of calendars but won't go thru now?
    Thank you for your help.   

    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start
    with Option #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

Maybe you are looking for

  • Is there a way to create an appointment from the contact screen

    I want to create an appointment for a contact so it included phone number and address.  Is there a way to do it on an iPhone?  Thanks.

  • *sequence could not be opened...

    related to the other discussion thread in reference to the video exports having a blue tint... due to the blue tint issue - I found that it likely was the graphics card in the laptop that was causing the issue... so I transfered the CS5 files/project

  • How to protect our Add-on?

    Hi Experts I want to know that how can we give password for installation of Add-on and Can we set time bound for our Add-On expiry?. if yes then tell me how ? Regards Gorge

  • Itunes/iPhoto will not auto-launch on non-Admin account

    I have looked and looked and have not see this exact problem. Got my wife an iPhone for xmas, and we share an iMac, I have an admin account on the computer and she has a user account. We both share an iPhoto and iTunes Library via an external drive.

  • Jsdk 1.3 SE installation question

    why does jsdk 1.3 SE installs two instances of JRE by default and why can't i prevent it? i am hapy with just one of them in my "java" directory. second one goes to "program files" directory without question asked, and i can't prevent it. i don't nee