How to complie .rdf on report server?

Hi,
I have a report worked ok on report developer, but get
REP-0736: There exist uncompiled program unit(s).
REP-1247: Report contains uncompiled PL/SQL.
whehever I run from URL, I tried run the query on database and worked.
I was wondering if I can compilt it on report server (on Unix) or anybody has better way to fix it?
Another question: My report takes about 10 minute to run, iw worked on report developer, but return a empty report if run from URL against the report server. What might be the problem and how to fix it?
Thanks

hello george,
first try to compile your report before saving it ... if you use different development and production database you may also face this problem. either do not use any sql commands directly in code (use srw.do_sql instead of that) or you wil have to recompile rdf file for production database ...
hth
Petr Valouch, Brainbench MVP for Oracle Programming, http://www.brainbench.com
Hello,
Sorry for tagging onto this thread but...
I get the same error under same circumstances. When run from a URL, I get the error. When run on the local ws in Report Builder it works. I did compile before saving as I noticed this mattered with reports I worked on in the past. My report is really a copy of another existing report that works, the only difference is that this one uses a different temp table and calls a different package to populate that table. Table and package seem valid in the DB.
Thanks for your help.

Similar Messages

  • How do I find the report server name, and then run paper report from forms?

    How do I find the report server name, and then run paper report from forms?
    I am having a problem running report 9i from forms 9i (see below thread). How do I find out the name of the report server? I checked my C:\ids\reports\conf directory but don't see anything that gives me the name of the reports server. I also don't have a iashome directory.
    Also, I just want to run the paper report (not the web version).
    Thanks.

    Hi,
    please read teh Forms / Reports integration paper in teh Collateral section for Oracle9i Forms at otn.oracle.com/products/forms
    In summary, you have to create an external Reports Service that you can then give a name.
    Frank

  • How so we schedule a reports server restart

    We want to schedule a reports server restart each night that is scheduled in windows. Does anyone know the command to do this?
    The reason we want to do this is because our RDF reports often error out and a simple restart of the reports server solves the issue. Has anyone else encountered this issue and if so how did you get round it?

    Hi
    This is really a reports question. You can auto schedule with the queue manager to run reports on the 27th of the month in background, or have a batch script to initiate them or write a new report that initiates each ot the reports so that it can be user initiated
    Brian

  • How to configure REPORTS_CLASSPATH in report server?

    Hi, I have successfully import Java classes into Report Builder to generate the report. The path of the Java classes are defined in the REPORTS_CLASSPATH in the REGEDIT.
    My report has no problem running in the Report Builder in RDF format. When I deploy the RDF report to the report server (to generate the PDF report and view in the browser), it gives me error indicating the problem with the PL/SQL.
    How can I set the REPORTS_CLASSPATH in the report server?
    Please help. Thank you in advance.
    Cheers,
    Joey

    The error messages I am getting on the browser when I run the report are:
    REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    ORA-39565: Message 39565 not found; product=RDBMS; facility=ORA
    I have also edited the reports.sh, ReportsConfig.properties and cgicmd.dat in the report server by adding the jar file path. But the errors still occur. How to resolve this problem?
    Please help.
    Joey

  • How to find out SSRS report server name

    I'm trying to follow the steps for using SSRS web services (http://ssrstutorials.blogspot.com/2012/10/lesson-12-using-ssrs-web-services.html).
    In Step 3:
    Click advanced--> add web reference -- url - http://localhost/reportserver/reportservice2005.asmx
    (replace localhost with your report server name).
    How do I know what's my report server name?
    Thanks, 

    Hi sherri71,
    Sorry for that mark an incorrect reply as an answer.
    The reply suggested by Akbar is about Instance Name, not report server name. Based on my further research, I find that the Reporting Services server name is the computer name which install
    the report server. So we can try to click Start button, right-clicking Computer, and then clicking Properties. Under Computer name, domain, and workgroup settings, you can find your computer name.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine xiong
    Katherine Xiong
    TechNet Community Support

  • How to setup in-process report server 11g on linux for destype=printer

    Currently, I'm facing following error when send RDF report directly on printer with destype=printer using run_report_object built-in
    REP-50159: The report generated successfully but distribution to destinations failed.
    REP-50157: Destination ID TESTREP failed with error An error occurred while sending the file to printer \\hostname\printername. Exit with error code 1..
    When i check on report server cache PDF file is generated /wls/asinst_1/reports/cache/\\askit\PRN01F8gFTQkG5v.pdf but job not go to printer as mention in trace rwlpr.trc file output below.
    Note: rwlpr.trc file generated by following 268295.1
    ==============================================================
    XAUTHORITY=/tmp/.gdmT93JDW
    _=/usr/bin/env
    Parameters : -P "\\askit\PRN01F8" -#1 "/wls/asinst_1/reports/cache/\\askit\PRN01F8gFTQkG5v.pdf"
    + '[' '!' 4 -gt 0 ']'
    + '[' -P = -help ']'
    ++ uname -s
    + '[' Linux = HP-UX ']'
    + PRNCMDS='lpr lp'
    + for CMD in '$PRNCMDS'
    ++ which lpr
    ++ grep lpr
    + PRNCMDPATH=/usr/bin/lpr
    + '[' '!' -x /usr/bin/lpr ']'
    + '[' -x /usr/bin/lpr ']'
    ++ basename /usr/bin/lpr
    + '[' lpr = lpr ']'
    ++ uname -s
    + '[' Linux = Linux ']'
    ++ echo -P '"\\askit\PRN01F8"' -#1 '"/wls/asinst_1/reports/cache/\\askit\PRN01F8gFTQkG5v.pdf"'
    ++ tr -d '"'
    + /usr/bin/lpr -P '\\askit\PRN01F8' -#1 '/wls/asinst_1/reports/cache/\\askit\PRN01F8gFTQkG5v.pdf'
    /usr/bin/lpr: The printer or class was not found.
    + exit 1
    =============================================================
    I didn't do any configuration in Enterprise Manager for Printer Configuration. Is this the reason? Is any thing I missed out?
    Environment Setup:
    Server Side:
    Oracle Linux 5 (No printer is setup)
    Oracle Weblogic Server 10.3.6
    Oracle FMW Forms and Report 11.1.2
    Configure: In-Process Report Server
    Client Side:
    Window 7
    Printer: Default network printer set with client
    Best Regards,
    Fani

    Hi,
    the first thing you need to check is if you are able to print from the OS using the same lpr command that reports is using and using the printer queue being used when you submitted the report request.
    Try to print any file from command line using lpr and your print queue \\askit\PRN01F8. If this does not work then that needs to be fixed from the OS standpoint before running report to printer.
    Hope it helps
    Regards, RZ

  • How to get past Crystal Reports Server 2008 Linux install error

    Hi,
         During the install of Crystal Reports Server 2008 on Red Hat Linux we select use an existing DB (Oracle) and it prompts for:
    Crystal Reports Server 2008 Setup
    Enter the information for your new CMS
    Oracle TNSNAME :
    [SANDBOX                     ] *
    User ID :
    [crystal_rpt                 ] *
    Password :
    which then gives me:
    Crystal Reports Server 2008 Setup
    ERROR
    Failure to validate the database credential has a potential to crash the database at a later stage. Enter the correct information.
    It doesn't let me get past this and just send me back to the previous screen.  I've check and re-checked and the information TNSNAME, User ID, and Password are all correct.  Now I can exit out the install and sqlplus to the database just fine with all that same information.
    What does this error mean?  And how do I get past it?
    Thanks,
    ~Jet

    Hi Jet,
    I've go the same problem. Have you solved this problem?
    Regards,
    Aldo

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • How to Create A standalone Report Server and replce by in process server

    Hi all,
    I am new to oracle reports 10g, I have installed oracle applicaction server 10.1.2.0.2 on RHEL4 now i want to create a standalone report server and replace it by the in-process report server . I searched the net to get a proper step by step guide to do the above but dint got the same can anybody guide to step by step process to do the same and also file which are to be edited i user sh rwserver.sh -install server name bath=yes command and sh rwserver.sh server name bath=yes & commad to start it but i am not able to see the same in the enterprise manager . Thanks in advance...
    Also please tell me if it is recommeded by oracle to replace the standalone by inprocess server.

    Hi do i need to fire the following the command then
    sh rwserver.sh -install server name bath=yes
    sh rwserver.sh server name bath=yes &
    are these correct
    and then fire the following command to register it to enterprize manager
    ORACLE_HOME/bin/addNewServerTarget.sh reports_server_name
    Please correnct me if i am wrong
    ANd i already fired (sh rwserver.sh server name bath=yes & ) command which in turn create a fine name server name.conf in th ORACLE_HOME/report/conf
    now can i fire ( sh rwserver.sh -install server name bath=yes ) this command or there is some issues in that.
    what should be sequence of firing these commands
    and to test it after completing the activity
    Edited by: Mohammed Afzal on Jun 30, 2011 4:26 PM
    Edited by: Mohammed Afzal on Jun 30, 2011 4:28 PM

  • How to install oracle 9i report server on sun sparc 280 system

    hello to all
    may i get any help to install report server on the sun sparc 280 R system which is running oracle 9i database,forms and reports
    thanks in adv.
    Mohan

    hello,
    what kind of information are you looing for abve and beyond whats documented in the install guide for the particular platforms.
    thanks,
    ph.

  • How to setup in-process report server 11g on linux for destype=mail

    Currently, getting Error when send report as an email attachment destype=mail. Is there any thing missed out during Mail server configuration?
    REP-50159: The report generated successfully but distribution to destinations failed.
    REP-50152: Destination ID ProfitLoss failed with error An error occurred while sending mail: null..
    Call report via Oracle form with destype=mail, desformat=PDF and [email protected]
    Log file: rwserver_diagnostic.log
    [2012-05-13T17:04:39.273+03:00] [WLS_REPORTS] [INCIDENT_ERROR] [REP-50152] [oracle.reports.server] [tid: 16] [userId: <anonymous>] [ecid: 0000JT6ULwsATOG6yz6iMG1Ffvn4000000,1:18567] [APP: reports#11.1.2] REP-50152 : An error occurred while sending mail: null. [[
    oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
         at oracle.reports.utility.Utility.newRWException(Utility.java:1053)
         at oracle.reports.server.MailService.send(MailService.java:588)
         at oracle.reports.server.DesMail.sendFile(DesMail.java:186)
         at oracle.reports.server.Destination.send(Destination.java:578)
         at oracle.reports.server.JobObject.distribute(JobObject.java:2041)
         at oracle.reports.server.JobManager.updateJobStatus(JobManager.java:2763)
         at oracle.reports.server.EngineCommImpl.updateEngineJobStatus(EngineCommImpl.java:154)
         at oracle.reports.server.EngineCommPOA._invoke(EngineCommPOA.java:94)
         at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatchToServant(CorbaServerRequestDispatcherImpl.java:637)
         at com.sun.corba.se.impl.protocol.CorbaServerRequestDispatcherImpl.dispatch(CorbaServerRequestDispatcherImpl.java:189)
         at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequestRequest(CorbaMessageMediatorImpl.java:1682)
         at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:1540)
         at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleInput(CorbaMessageMediatorImpl.java:922)
         at com.sun.corba.se.impl.protocol.giopmsgheaders.RequestMessage_1_2.callback(RequestMessage_1_2.java:181)
         at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.handleRequest(CorbaMessageMediatorImpl.java:694)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.dispatch(SocketOrChannelConnectionImpl.java:451)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1213)
         at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.performWork(ThreadPoolImpl.java:471)
         at com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:500
    Able to print report via Oracle form with destype=CACHE, desformat=PDF.
    Mail Server Parameters are defined.
    EM > Reports Application Basic Configuration > Mail Server Parameters
    Mail Server, Mail Server Port, Mail Server Username, Mail Server Password Key.
    Environment:
    Server Side:
    Oracle Linux 5
    Oracle Weblogic Server 10.3.6
    Oracle FMW Forms and Report 11.1.2
    Configure: In-Process Report Server
    Client Side:
    Window 7

    Now, reported issue is resolved, able to send report when destype=mail
    Go to EM > Report Server > Administrator > Advanced Configuration:
    Under this section "Reports Pluggable Destinations" add
    New Destination Name: mail
    Class: oracle.reports.server.DesMail

  • How do i now the name of my report server ? (version 10g)

    i will like you to help me.
    i want to know how can i identify my report server name?. i look for a file name in %oracle_home%\reports\conf and look for a .conf file, but i am not sure.
    when i tried to run my report i got this error : frm-41213 Unable to connect to the report server

    First, ORACLE_HOME is not used to locate reports. The env variable REPORTS_PATH is used to locate report files (rep, rdf, etc).
    Second, REP-56092 suggests you have set DESTYPE to SCREEN. This is really out of context when calling a report from Forms. The DESTYPE should be set to CACHE in this case.
    As for the FRM-92101, this is generally the result of a Forms Runtime crash (on the server). This is likely the result of incorrect coding in your application.
    Last, I would recommend that you review the Forms/Reports Integration white paper and the Publishing Reports to the Web document. These documents explain how to correctly call a report from Forms.
    Forms/Reports Integration
    http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    If your report uses a "Reports" parameter form you will also need to review the document title "Oracle Forms Services - Using Run_Report_Object to call Reports with a Parameter Form ", found on the following page.
    http://www.oracle.com/technology/products/forms/techlisting10g.html

  • How to know report server name in oracle forms and reports with weblogic server 10.3.5

    Hello Experts,               I am new in oracle forms and reports.I have installed Oracle forms 11g with weblogic server 10.3.5 at windows 7.Forms and reports are working well.But I want to call a report from an oracle form button press trigger. For This I need to know the my report server name which i dont know.Please tell me how can I know my report server name.

    I want to call a report from an oracle form button press trigger. For This I need to know the my report server name
    You can find the name of the standalone reports server in $ORACLE_INSTANCE/config/ReportsServerComponent.
    Or you can use Fusion Middleware Control Console, normally at  http://<machine name>:7001/em

  • How to start/stop report server?

    Dear memebers,
    when i restart my machine the report don't run. and give the following errro: frm-41213 unbale to connect to the report server.
    how to start/stop the report server?
    i have installed the DS 10g.
    Thanks
    Muhammad Nadeem
    [email protected]

    I try to find same solution from three month , i think first you intsall report server
    and check that if in server/conf folder rep_<hostname> file is there than your report is running with in process method in that you are not able to run report with report server , if you get solution than please give me the same

  • Oracle Apps Report Server -- how to find?

    Hi,
    When login in BI Publisher and for that ir is asking user name, password and Report server name. I am login remotely from client; how to find out the report server name...
    user name = Apps
    Password = apps
    Report server = ?
    Best Regard,
    Subir

    REP60_<SID>
    Note: 393811.1 - How To Verify The Operation Of The Oracle Reports Server For eBusiness Suites 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393811.1
    Note: 204372.1 - How to Check Reports Server Setup for BIS Reports
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=204372.1

Maybe you are looking for

  • How to syatem determine delivery date in sales order

    hi sap gurus how to syatem determine delivery date in sales order Thanks and regards ram

  • Apple TV - Nothing displaying "Mode not supported"

    Hi, My Apple TV arrived today. I connected it all up using a HDMI-HDMI cable. I selected the HDMI channel on my TV (Samsung LE32R74BDX) but all i am getting is "No Signal"/"Mode Not Supported". I've tried the Menu and + to change the video settings b

  • PSE 10 slide show

    When I upload my slideshow PSE10 to my gallery page, some of the pics in the slide show are turned upside down or to the side.  How can I fix this?

  • More search criteria in BTQCompL

    Hi experts!!! I need to add more search criteria to search object BTQCompL. The customer wants to have more fields for searching, this fields may be at the head of the order or position. Any ideas?

  • POP3 adapter - Extracting body part

    Hi, I am using POP3 adapter, where I need to extract the body of the mail. and then I need to create xml message keeping this body as one of the fields description. I am doing this in custom pipeline component. I have working code to create the messa