Rep-163 Error in Reports 10g

Hi All
When I am running a report in 10g, I am facing following error.
Terminated with error: <br>REP-163: Invalid value for keyword DESTYPE. Valid options are FILE, PRINTER, MAIL, INTEROFFICE, or CACHE.
Kindly give any suggestions
Best Regards,

Hi,
questions regarding reports should be posted in the reports forum.
I suppose you tried to change the value of DESTYPE inside of a trigger or a program unit, but you chose a wrong argument for it. Searching inside your report for the keyword DESTYPE might help.
Regards
Frank

Similar Messages

  • Display correct error in REPORTS 10g?

    When I run a report 10g with error, always occur the error ORA-01403, but not display the correct error.
    In Reports6i, the information error display correct.
    Exists some way to show the correct error ???

    Hi,
    Please check the size in Concurrent Programe, is it sufficent, or choose other style with higher width and hight for this report.
    Thanks
    Shishu Paul

  • REP-2103 error in report summary column

    Hi ,
    I am getting the below error while running the report
    REP-2103 Column 'CS_Achived_tot' : PL/SQL formula returned invalid value or no value
    Could you please help me ...
    Thanks in Advance
    Regards,
    Sandeep

    Hi,
    I have used the below code in the formula column
    function CF_Achived_totFormula return Number is
    v_achived_tot number;
    begin
    begin
    select nvl(:attribute4,0)
    into v_achived_tot
    from dual;
    exception when others
         then
         --v_achived_tot :=0;
         srw.message(130,'CF_Achived_tot');
         return null;
    end;
    return (v_achived_tot);
    end;
    no data was there in the attribute4 feild and it was varchar2 data type
    Regards,
    sandeep

  • Error in reports 10g

    Hi,
    I developed a report in reports developer 10g. Is running well in reports developer, but when i run this report in apps 11i it says
    REP-1219: 'Margin' has no size -- length or width is zero.
    What is the issue.

    Hi,
    Please check the size in Concurrent Programe, is it sufficent, or choose other style with higher width and hight for this report.
    Thanks
    Shishu Paul

  • REP-1419 -- Error in report 6i

    I am getting this error while running the report6i in the apps
    REP-1419
    Can any one help me out of these....
    Krishna

    Hi ,
    try using with these
    Cause:     One or more fields in a report is accessing data that is not available to that report, i.e. invalid PL/SQL references.
    Action:     Make sure that all tables/columns queried in the report are a) available and b) populated with data which matches parameters set in the report.
    if it wont work then specify the steps what u r doing....
    --Basava.S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Report error in Reports 10g

    after passing all input parameters and click on Run,I m getting the below error message while running the reports
    Rep- 8:Run time error in pl/sql development environment IDE
    PDE-PSD001: COULD NOT resolve reference to <unknown program unit> while laoding<>
    rep-0008:unexpected memory error while initializing preferences.
    Edited by: 925872 on Jul 23, 2012 11:31 PM

    Three things:
    1. Please read this:
    <blockquote>http://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo</blockquote>
    2. Consider posting your Reports question in the Reports forum
    <blockquote>Reports
    3. Please avoid posting until you are prepared to include all of the obvious details like product versions, OS versions, platform, user permissions information, history (did this ever work correct), etc

  • Oracle Reports 10g Error Codes Details

    Hi,
    I would like to know which documentation will give me the details for the description and category (Warning/Fatal Error/User Error) for all the possible error codes that can be reported by Oracle 10g while the excution/scheduling of reports.
    The error code reported by Oracle 10g usually start with "REP-<error code>". I would like to have a list of all these REP codes and their details like description,category,severity,action to be taken etc.
    Pls help.
    regards,
    Santa

    Hello,
    All the error messages are documented in the Reports Builder online help.
    Regards

  • REP-770 Error while executing the report.

    Hi,
    I am trying to run a report in Application Server 10g. I am executing this report from a form.
    When I try to run the report using the 'rdf', I get the error
    "Terminated with error: <br>REP-770: There exist uncompiled program unit(s). REP-1247: Report contains uncompiled PL/SQL."
    But if I run the report as 'rep' then the report works fine. Now after this if I run the report as 'rdf', it works fine again.
    Just to summarise - The problem occurs if I first try to run the report as rdf. But the problem disappears if I run the report as rep first before running it as rdf.
    Could someone help me solve this issue.
    Thanks
    Aruna

    Hi Aruna,
    I can see 2 bugs logged on Reports 9.0.4.1 (that means 10g patch 1) that report a similar problem:
    BUG 4050488 - JSP REPORTS CONTAINING REF CURSOR ASKS FOR COMPILATION EVERYTIME WITH WEB LAOUT
    and
    BUG 4040844 - REF CURSOR QUERY REP-737 ORA-1247 RUNNING ON LINUX
    Another bug reported on 10g has been fixed in upcoming Reports version 10.1.2:
    BUG 3324576 - SRW.APPLY_DEFINITION IN PGM UNIT FAILS USING .REP FILE WITH REP-1457 ERROR
    They are published bugs. See if you are hitting the same issue. Though I don't think that these bugs reported REP-1247 only the FIRST time you run the report.
    Secondly, when I said "compile on the same platform on which you are going to run", I meant this - if you are going to run the report on OracleAS installed on Win 2000, you must compile the report in Reports Builder on Win 2000. Similarly, if you are going to run the report on OracleAS installed on Linux, you must compile the report in Reports Builder on Linux, before running it.
    Navneet.

  • Report Error when running 10G Report

    i am running 10G oracle forms and reports and i am calling reports through 10G forms using web.show_document(url,_blank);
    but the follwing error is printed on the new opened web page
    REP-51002: Bind to Reports Server mtmreports failed
    what is its reason ?
    plz help.
    thanks

    Ensure that reports server mtmreports is up
    pls read this (in end there are trouble shooting tips)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

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

  • Reports 11gR2 SRW.Run_Report gets REP-1428 error

    I have several driver reports that use the SRW.RUN_REPORT package to run other reports. These reports were working fine in 10g but when moved to 11gR2 I get a REP-1428 error. Anyone know what is happening?

    Hi to all!
    I was used srw.run_report in reports 6i and I got the same error. I found out that the file that it was looking for can't be found.... Try to check the destination of the file if it exist.
    - i hope this helps you...
    I encountered the same problem the second time but this time i was using web to call my report that contain srw.run_report function. I tried to look at the destination of the file and it's right there. What could be the possible reason for this error?
    thanks!...

  • Report 10g REP-50159

    Dear all,
    I have installed the Oracle Report 10g R2 on a Windows XP. I have tried to generate a PDF report to the local harddisk through the servlet and it works fine. However, when I set the DesName to a Samba drive and it failed and returned a REP-50159 Executed successfully but there were some errors when distribute the output.
    Does any one have any ideas on this?
    DesName=d:\test.pdf (works fine)
    DesName=z:\test.pdf (fail)
    thanks,
    Thomas

    Hello,
    Reports Server managed by opmn ?
    If yes, could you test to start the reports server from a "DOS Window " ?
    rwserver server=repserver
    opmn is running as a Windows Services and by default , the windows srvices are executed under the user account localsystem who has limited access to network resources ...
    Regards

  • Errors when calling report 10g

    Hi ,
    when i'm saving the report (10g) it got saved with the extension 'jsp'.
    Why it is happening like this , instead of rep or rpt. and when i'm calling this report from forms 10g using run_report_object FRM - 41219: cannot find report:invalid ID.
    Also tried with web.show_document then i got the error,
    REP-52266: The in-process Reports Server rep_joe-f69b5613 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    any help , why this errors ? thanks , joe

    Hi,
    Actually, I've created the report and tried to run it using the Oracle Report.
    It run well and there is nothing wrong with it.
    I specify in the Oracle Form in the tree navigator of Reports with my report above.
    I've already tried using the run_product() as you said,
    but after I clicked the button, there is an error message in the status bar.
    FRM-41842 :Run_Product(REPORTS) is no longer supported, use Run_Report_Object instead.
    Next, I tried to specify the Server Name which previously was blank.
    I set it to repsrv. And then I tried to click the button.
    The status bar showed this following error.
    FRM-41213 : Unable to connect to Reports server repsrv.
    How can I find the Reports server name?
    Or is there should be some step to run the Reports server before invoking Run_Report_Object()?
    Any help would be greatful.
    Thanks,
    Buntoro

  • 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 Running Reports (REP-0081 &  REP-0124)

    Please help.
    I am having the following error when running a report on the web:
    (from the Reports Queue Manager)
    Terminated with Error :
    REP-0081: Error during file I/O operation. REP-0124: Unable to
    write to the temporary file. scafa 3
    thanks for a reply
    regards
    Yogeeraj

    Hello pals,
    i have set the following parameters: TMPDIR and REPORTS60_TMP...
    and it seems to be working!!!
    i hope that the problem is not somewhere else.
    NB. I was having problems with 2 reports only. the others were
    working fine.
    any comments will be most welcomed.
    regards
    Yogeeraj

Maybe you are looking for

  • How to install acrobat reader on other drive than c:

    Couldn't find any possibility to install manually and so have the choice of the drive. The installation starts automatically with the download. How can I change this?

  • How to track changes to BP address

    Hi, We have to create a ABAP report which should display Old and New addresses of a BP i.e. track changes to BP addresses (House No., City, Postal Code etc.). . How can I achieve this? Which FMs, BAPis can I use for this purpose. Thanks in Advance. V

  • Has anyone found an answer for apple tv  home sharing?

    Iv just started using the apple tv 2nd generation. Im connected to a wireless network and streaming from youtube etc works fine. So far no computer has been recognised by the atv2. Iv tried turning off firewalls but no change, i have the latest updat

  • Increase free space in data files

    Hello All, We are running netweaver 04s on sql server. In our EPR landscape, we are having message no free space in file in db02 transaction. It reports error when we execute DB02 and does not allows or shows us the DBCC check options. Strangely, thi

  • How to partition a USB flash-drive to install Arch Linux?

    Good afternoon, Could anyone please guide me in the right direction, how would I go about partitioning my USB flash-drive in order to install Arch Linux onto my Acer Aspire One? I've found guides, but none of them are specific enough - the static ass