Run Report outside Oracle Application on Unix box

i want custom repot output outside Oracle Application on Unix box. How could i get output, which command i have to use. i can run on PC.

Hi,
Do you want to print the report NOT from the application? If so, you can use lp or print commands to do this (Output files can be found under $APPLCSF/$APPLOUT directory).
Note: 106186.1 - How to Test an Initialization String Outside of Oracle Applications
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=106186.1
You can also print the report from the OS using CONCSUB.
Note: 167224.1 - How to Run a Report from the Operating System Using CONCSUB
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=167224.1
Regards,
Hussein

Similar Messages

  • ORA-44356 when running report from Oracle Application Server 10g

    All,
    We have some reports that we developed using Reports Builder 10g. We use a few program units that run with every record that use the exec_sql package to run dynamic sql in a remote database. Everything runs fine when we test the reports in Reports Builder. After we compile the reports into the .rep format and place them on our Oracle Application Server 10g portal instance, we are running into the subject error when we try to run the report from the website. From the research that I've done, it seems that this error has to do with the use of exec_sql, but there is not too much info on the web regarding this error number. Running a trace when running the report in Reports Builder doesn't show any errors, and to further complicate things, this error only occurs on some reports...others that use the exec_sql package work fine.
    Does anyone have any ideas as to why this might be happening?
    Thanks for your help,
    Tom

    Nothing is different between the reports in the exec_sql section. The strange part is that the reports will bomb out seemingly at random, at different times, and during the execution of different program units. I was able to find a work-around using DB Links, but I'd rather not use the DB Link if I can avoid it.

  • Run report in Oracle Application from command line

    Hi All,
    I have a requirement that i have to generate a report through command line and save the output as pdf in a folder on the server. How can i achieve this task. Is any body have some idea plz reply quickly. We have a UAT at 10th of this month.
    Thanx in Advance.
    Saquib Mahmood

    Hi,
    You can use CONCSUB (or SQL*Plus with anonymous PL/SQL block calling fnd_request.submit_request) to submit concurrent request which is a report with output set to PDF, then get the pdf file from $APPLCSF/$APPLOUT/o<request_id>.out and copy to the folder on the server as xxxx.pdf.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • How to run and display oracle application standard reports in portal

    We have portal with oracle applications framework. We want to provide the users the ability to run certain standard oracle applications reports in Portal?
    Is there a way to do it?
    thanks -
    sri

    Hi Sri,
    Here you can learn about integrating Oracle Reports with OracleAS Portal: Oracle Application Server Reports Services Publishing Reports to the Web.
    Peter

  • How to run java application in Unix Box

    Hi,
    Would anybody show me how to run my server application in unix box?
    Thank you very much.
    Hung

    Your application should have a main class. Suppose it's called MyMain.class. I'll assume it's in the anonymous package. So you cd to the directory containing the class, and type java MyMainIf it's not in the default package, or is a jar file, say so.

  • Report 6i & Oracle Applications

    I am facing a typical problem regarding Reports 6i. I have a report from Oracle Applications 11i. Which I need to reformat. I copied that report and related library from Unix to Windows. Now when I run the report from Report Builder or Report Runtime it gives me an error saying that it could not find some User Exits. The report runs perfecly from within Oracle Applications. The documentation says to run the report us ar25run or ar25runb to run the .RDF file. Now, there is no file on windows having that name. So I am unable to run the report in Windows environment.
    Will you please help me as soon as possible to solve the problem ?
    Thanking you,
    Setu Shah.

    Hello,
    Oracle Applications adds special user exits that are linked into the Reports executables. These user exits are written in C code and are platform specific.
    You'll need to get a copy of Oracle Applications for Windows NT, or you'll need to develop your customized report on the Unix machine. Alternatively, you could create a new report based on the queries from the original report that doesn't use these user exits.
    My understanding is that Oracle Applications for Unix ships with a version of the Report Builder.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • When i run report through OC4J Application i get a exception message

    When i run report through OC4J Application i get a exception message saying Server returning invalid xml and the exception number is JBO -29000. The Reports Server is installed on machine having IP 10.191.99.254.
    Below is the exception message:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.io.IOException, msg=Server returned HTTP response code: 500 for URL: http://10.191.99.254:8888/reports/rwservlet/showjobidnull
    Anybody Please help me out with this issue.....because I am really fed up with this problem....want some urgent help.....
    One possible workaround which I could make out is there needs change to be made in the .rdf files in Report Builder and then inside the User Parameters we change the Initial Value to * from % because the Reports Server encodes every value as %Initial_Value% and hence if the initial value for the parameter is % then it does not get a valid value and hence it returns as an invalid xml
    But unfortunately it seems this workaround does not work.Please help as soon as possible.

    Hi,
    you said that some changes were made in the .xml files but i had said that all the files present in Reports Developer or Reports Builder are .rdf files and I had made changes in the .rdf files for this articular report and then compiled it thereitself and then ran a paper layout of the report but the report did not comprise any data.
    There was sufficient data also to populate the report. So this may not be a database issue. Please help if you can ASAP.

  • Move order pick slip report in Oracle Application 11i

    hello
    I have problem with Move Order Pick Slip Report in Oracle Application 11i that in my system it is not running. when I submit this report from my system, the application halt and I have to restart application on my system.
    on other computer it is running properly
    Pls help me in this regard
    Sadiq

    Hi,
    Looking for some help on this.
    Thanks in advance!
    Venkat

  • Error when run form on Oracle Application Server

    Hi al
    I'm using Webutil Library to create browse button to open dialog box
    When i run form in my computer,it run success and i can upload file do database and application server
    But i upload form to Oracle application server and compile it no error (i compiled webutil library)
    When i run form,and press button,it can't run and show error:
    "Oracle.form.webutil.file.FileFunction bean not found.WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not work"
    Can you guide for me how can I run form on Oracle Application Server?
    Thanks all!

    Posting from another thread :-
    http://www.orafaq.com/forum/t/76916/2/
    i have resolved the problem
    the solution is to :
    -download jacob.jar and jacob.dll and frmwebutil.jar all directories (com and jini), you put them into the both directories ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -download webutil.pll and webutil.olb package , copy all files into ORACLE_HOME/forms/java and ORACLE_HOME/forms/webutil.
    -create a new user webutil on your data base and create the package webutil_db using � script create_webutil_db.sql
    after that you compile again webutil.pll and you forms.
    all this steps are described in this document:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/web_util.pdf

  • How To View a Discoverer Report In Oracle Applications

    Hi All
    I have 1 problem...
    Im using Oracle Discoverer 4i.
    I have connected to Oracle Applications through Discoverer Administration and created a Business Area and created a report and able to see the report in Desktop Edition, which i connected to Oracle Applications in Desktop Edition also.
    But now my question is how to see that Report in Oracle Applications when i connect to Oracle Applications through explorer and selecting a responsibility
    when i connected to Oracle Applications im not getting the report which i have created.
    Is it possible to view a report in Oracle Applications using Discoverer 4i..
    Please can any 1 help it out ..its very urgent..
    Thanks in Advance..

    Hi,
    You need to have an Apps mode EUL so that you logon with an Applications username and password. You then need to grant privileges to your responsibilities and also set security on your Business Areas so that they can be accessed by your responsibilities.
    Once that is set up, you can create form functions so that you can add links to Discoverer reports in your Applications menus. Metalink Note 278095.1 explains how to do this.
    Hope that helps,
    Rod West

  • How to call a package from the Report in Oracle Application Express

    How to call a package from the Report in Oracle Application Express

    Hello,
    What do you mean? Something like SELECT mypackage.function( par1, par2) from dual?
    Or do you want to execute a procedure when something happens on the page, like clicking a button?
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Installation of forms reports and oracle application server 10g

    Hi,
    I have been using client server till now, now planning to move to 10g. Got the developer suite 10g.
    Tell me how and where to install forms/reports and Oracle application server... I mean forms reports should be on developer PC then what about application server? should it be on a different dedicated server? or can i have it on database server?
    in case, if I install application server on one server and database is on another server then what about forms and reports?
    please tell me which is the right option?

    cypdon99 wrote:
    Hi,
    I have been using client server till now, now planning to move to 10g. Got the developer suite 10g.
    Tell me how and where to install forms/reports and Oracle application server... I mean forms reports should be on developer PC then what about application server? should it be on a different dedicated server? or can i have it on database server?
    in case, if I install application server on one server and database is on another server then what about forms and reports?
    please tell me which is the right option?Ideally, you should have two separate server machines.
    One for the database server.
    One for the Application Server.
    The Application Server is basically used for hosting your forms and reports, so you dont have to place the forms and reports on the developer PC or at any other server.
    best regards
    http://fahdmirza.blogspot.com

  • Deploy forms and reports on Oracle Application Server 10gR3 10.1.3 .1.0 on

    hello and hi alls,
    I and two tire method , one for database and one for application server. i connect to databse ,but am i does not unserstand how deploy forms and reports on Oracle Application Server 10gR3 10.1.3 .1.0 ,pls
    help me
    Reagrd
    Mahr Haider Iqbal
    Functional & Technical Consultant

    Hi,
    Well you just need to create a directory in paste your forms there, and then make an entry in the formsweb.cfg file and forms.conf files. Likewise there are entries for the images and report.
    http://download.oracle.com/docs/cd/B28638_01//doc/frs/forms/B14032_03/basics002.htm
    regards

  • Query retrieval limit for discoverer reports in oracle applications

    Hi,
    I would like to set the query retrieval limit for discoverer reports in oracle applications. Can i have the steps for the same?
    Cheers
    Maytas

    Hi Maytas
    As Michael said the query retrieval limit can be defined by Discoverer Administrator
    like :
    - Discoverer Administrator >> Tools >> Privilege >> Select the user that will see the workbook >> Query Governor tab and there you setup the query retrieval limit.
    Note:
    Normally if you defined the limit for the user via Discoverer Administrator it should work but i saw that this was not happened in my case when i open Viewer so i entered with my eul owner on Discoverer Plus and defined the limit for all the workbooks
    Tools >> Options >> Query Governor >> Limit Query retrieved data to
    Regards,
    Dani

  • Urgent: problem running reports in Oracle 10g application server

    Hi all,
    our problem is that we deployed a jsp report as Ear file in Oracle 10g application server in infrastructure node.deployment says successfull.when we try to run that report it says 401 unauthorised.while sending request we are passing the database username,password &sid is this correct or any configuration setting to be done to make it run.
    one morething normal jsp works fine.when we run reports jsp it gives the above mentioned 401 error.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

Maybe you are looking for