I want to run a report from the desktop

I want to run a report from the desktop using RWRUN60
What all has to be installed on it to make it work
I have 10g client on mine and it works but I can't install that on all the clients
Is there a little install package for this?
Thanks

RWRUN60 is a part of "Oracle From6i Developer Suit". If you want to run report on desktop client than you have to install "Form6i Developer Suit" on every client where report is needed.
I was facing the same issue and it was a difficult job to install "Form6i Developer Suit" on each client. So, I done the followings.
1. Configured Oracle Application Express
2. Created Required Application in Oracle Application Express
3. Installed "Oracle 10g Developer Suit" and configured "PDF Report Services"
4. Now, each user is running the application through URL and I have saved my time of installations.

Similar Messages

  • How to Run Oracle Reports from the web.

    How can we run Oracle Reports from the web - for example from a portal such as "Gateway"
    This is a univeristy that implements Banner - so can we run them from within Banner?

    Yes, of course. And for running the reports-server you need an OAS. Maybe here is a good starting point http://www.oracle.com/technology/documentation/reports.html

  • Run Oracle reports from the FORM builder

    Hello All,
    We have Oracle Form base application running on the window OS.
    (Form version is 9.0.4.1.0)
    Our Database is installed on Linux box (DB version: 10.1.0.3.0)
    I need to run different Oracle reports from the form based application or from the form builder. (Report Builder 9.0.4.1.0)
    Any feed back will be appreciated.
    Regards,
    D

    try this
    Run_product(REPORTS,' <path to the report>', ASYNCHRONOUS, RUNTIME, FILESYSTEM,' ',NULL);
    in some event ( whichever event you want your report to show up)

  • Authorization error when running a report from the portal

    Hello,
    I am trying to run a certain report under a certain user in the portal.
    If I run this report with this user from the BW it is working but if I run it from the portal with this user it doesn't. The error I receive in the portal is this:
    ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    ABEND: Errors while reading InfoProvider data
    ABEND: Error in BW:
    ABEND: You do not have authorization for the data transfer process
    Which other authorizations the user needs?

    Hey Roy,
    Check with the User Portal Roles and all Authorization Objects in BW.
    when we talking about Portal from BW - Is is URL portal or RFC Portal?
    Thanks,
    CP

  • User not able to run a report from the portal

    Hi Friends,
    We have about 15 reports assigned to a Role.  When the user logs on to the protal under new analysis --> Role he/she can see all the reports. One of the user is able to run all the reports except one. the user exectutes the report instead of showing the report out put following error meassage is comming "User is not authorized".
    Can someone please suggest how come the user is able to see all the reports except this on.
    This report is available in the role, i have checked PFCG and the user has the access to this roll.
    Your help is appreciated.
    Regards
    BN

    Hi friends,
    As suggested I tried ST01, but unfortunately i dont have authorization for st01.
    I did get the copy user of the actual user and i exectuted the report using RSECADMIN, I did check the box with Log and able to execute the report from RSRT. In the output  was getting No Authorization, so i went back and checked the Log and in the Log it was showing the two Info Objects 0QUOTA and 0TCAACTVT do not have auhorizations.
    0QUOTA is available in the cube, so i will ask the security team to include this in the role will *, but 0TCAACTVT is not used in my cube or in MP then why is it showing up in the logs?. Can someone suggest me please?.
    Regards
    BN

  • OBIEE : Getting Error while running a report from the Answers tab

    Hi,
    I have recently installed OBIEE 10.1.3.4.2 and Oracle XE databse in a Windows XP (Professional version 2002 Service Pack 3) virtual machine on my Windows 7 machine.
    Created and loaded the Default rpd file. I have used "Oracle in XE" as driver in the DSN and in the Connection Pool the Call Interface is ODBC 3.5.
    In the Presentation Services I have logged on as Administrator, selected a Subject Area, then selected a single column from the list of columns and ran Display results. I am getting the following error :
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: IM003 code: 160 message: Specified driver could not be loaded due to system error 1114 (Oracle in XE).. (HY000)
    SQL Issued: SELECT TEST_PERIOD.PER_KEY saw_0 FROM TESTUSER ORDER BY saw_0
    Can anyone help me with this problem.
    Thanks
    Sanjay

    I restrated the VM and that has fixed the problem.
    Thanks

  • Running Shell scripts from the desktop

    Hi,
    I'm from the UNIX world rather than the mac one so have written a number of shell scripts. Lets call them foo.sh and bar.bash for the sake of argument.
    These are sitting in a folder on my desktop
    I can happily open a terminal session and run the scripts - and they work as I expect them to.
    If I open a Finder window and double click on the icons for the scripts what happens is that it opens TextEdit.
    Theres two things I'd like to change
    A. I'd like to change the behaviour so that the scripts run when I double clike them rather than opening an editor (possibly in a terminal window )
    B. I'd like to be able to change the editor from TextEdit to one I'm more used to...(I've installed Vim/Gvim which I quite like).
    A. - Haven't managed to get anywhere trying to solve this....
    B. - So far my attempts have got as far as...
    1...
    right-click -> open with -> Other -> select vim.app
    tick Always open as
    click open
    The file then opens in a vim window.
    however if I now close the vim application and double clike the file icon then the file opens in TextEdit again
    2...
    Right Click -> Get Info -> Open with VIM -> add -> Change all
    message appears
    'Are you sure you want to change all your Vimm.app documents to open with the application "vim.app"
    This change will apply to all Vim.app documents with extension ".sh" '
    click continue
    In the Info pane the 'Open with' selection widget immediately changes to say 'Open with: TextEdit.app'
    So I'm a bit stumped, can you help!
    Regards
    Mark
    Mac Mini   Mac OS X (10.4.3)  

    Thanks to both people who answered.
    You both gave me useful workarounds to my problem.
    Renaming the scripts to be 'foo.command' was very hepful and useful to know. I tried this and it does indeed work. I may use this in the future.
    I also had a play around with applescript and the automator to achieve similar results.
    I agree that double clicking to run the file and also edit it is mutually exlcusive - I'm sort of trying to work out how I could make it do 'either/or' as I choose. In the Windows world i'd have the option of setting 'open' to run the script (assuming I'd got cygwin installed and had assiciated it) OR 'Edit with vim' if I wanted to edit the file (assuming vim was installed!).
    Unresolved issue is that I'm still unable to get VIM to be associated with a .sh file.
    The way I would envisage it working in Mac world would be to be able to right click on foo.sh -> Open with... and have a list to select from immediately there like..
    Text Edit
    Vim
    Terminal (default)
    and be able to somehow add and remove apps from the list and change which is the default.
    My issue is that I don't seem to know how to get other apps than TextEdit to appear in the list - I suspect I need a better understanding of how these file/application associations work and are configured.
    Regards
    Mark

  • How do I run Java7 Applications from the desktop

    I have a large application developed under the Eclipse RCP platform that I'd like to run on my Mac Pro.
    Previously, this was a Java 6 program, that I just clicked on in the finder, and it would start.
    This is a packaged app, not a applet or webpage.  The authors just recently updated the program to require Java 7 (of course - if it ain't broke - fix it).
    I installed Java 7  on my computer, and if I type Java -version it returns with Java 1.7.0_40-b43 as a version.  However, if I display the application in the desktop, and try to start it, it says it only has Java 6 installed, and I need to update to Java 7.  The Finder knows that it's an app, but the version of software displayed by the application is 1.6.0_65.
    Any way to make the Finder use the right version?
    Later-
    David

    It seems that the JDK proposed by Oracle does not include the possibility to run bundled applications directly (dont know why). I've succeeded in a similar case by following the instructions posted here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=411361#c20
    Hope this helps !
    Cheers
    Alexis

  • How to run ADDM report from client?

    Hi,
    I want to run ADDM report from the client and get the report in my machine?/
    in other words while connecting to sqlplus from my machine if i invoke @?/rdbms/admin/ >> it selects local oracle home..
    Any suggestion to set as if run the remote sql's from sqlplus?/
    Thanks,
    Raman

    You can run the individual built-in packages from SQL*Plus from a client.
    You can also open a browser session to the OEM Grid Server if you know its fully qualified host name or IP Address on your network.
    Be sure, however, that you are licensed to do so. ADDM requires the diagnostic pack license.

  • How to Run a Report from Desktop in Oracle 10g without using Web

    Hi Friends,
    I want to run a report from desktop (report which is developed in oracle report developer 10g), for that i have created shortcut. But when i double click on that shortcut it gives me followig error
    "Report name, database connection, and reports server name (unless using local runtime, i.e. reports server call is local) properties must be specified for successful report run"
    the path which is defined in the shortcut of report is as follow
    D:\DevSuiteHome_1\BIN\rwsxu.exe rcptreg_dt userid/password@ORC
    pls help me to sort out the problem.
    Thanks & Regards.

    Hello,
    You can use rwrun. Since 9.0.2 , it is no more possible to DISPLAY the output on the screen , but you can generate a file (HTML , PDF , RTF , ..) and then open the file generated.
    EX: rwrun report=c:\temp\myrep.rdf destype=file desname=c:\temp\myrep.pdf desformat=pdf userid=scott/tiger@mydb P_1=param1_value ...
    Regards

  • Can we run one report from another Report in reports 6i

    Actually my requirement is i want to run 4 reports from another report(driver report) by passing parameter same as the driver report.
    i want to see the out put on the screen report by report next to driver report output.is it possible?? actually i got the solution for printing or taking file. but i want to show the output on the screen.
    Edited by: user9165808 on Feb 16, 2010 3:21 AM

    I used SRW.RUN_REPORT () . But my question that is it possible to show report in batches on screen??
    Edited by: user9165808 on Feb 19, 2010 4:23 AM

  • 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

  • I want to fill the rows of the report from the loop

    I want to fill the rows of the report from the loop
    For example, in forms
    cursor bdl is select code,decode(:global.user_lang,1,name,2,latin_name) name
    from GL_ANALYSISHDR
    begin
         go_block('bdls');
         clear_block;
         first_record;
         for rec in bdl loop
         :bdls.code:=rec.code;
         :bdls.name:=rec.name;
         next_record;
         end loop;
         go_block('bdls');
         first_record;
    end;
    I tried to use the REF CURSOR
    But it return the values in one time and does not allow me to conduct and control of

    Why do you need to do it by a curesor loop? Can't you put the query in the datamodel of the report and simply pass the parameter to restrict the query?

  • How can we run reports from the front enf of iProcurement...

    Hi Guys,
    I need to create a link to run reports from the front end in iProcurement webpage instead of using apps SRS to run the report...
    help needed...
    thanks
    aman

    Hi Tapashray,
    That was a great help. Thank you so much. A few more clarifications needed sir..
    I refered to a previous link and came to know about a prcedure he followed for a report. So is it the same way that is to be done... I pasted a descr what he said in the thread. In ur solution, you said, have a link bean. what do u mean by that. After i go thru all the steps what this guy told.
    It would be of gr8 help if you kindly look in to this for one more minute sir..
    thanks
    Creating a new report in 11.5.9
    Re: Creating a new report in 11.5.9
    Posted: Mar 11, 2005 7:12 PM in response to: dhergert Reply
    Ok, I was able to figure out the functions that were confusing me. For my own record and for those that do not know, I will list how to create the objects necessary to add a new report to a menu.
    1-Write JSP (should be written just how Oracle writes theirs)
    2-Creat function for the new JSP page as System Administrator responsibility
    3-Use Sys Admin to add the function to a menu somewhere
    4-Using AK Developer responsibility, create an attribute with the label of the attribute being the name of your function you created. Oracle's convention is the name of the attribute has FS in it.
    5-Using AK Developer, lookup the ASF_FUNC_SEC_REG region
    6-Drill down into that regions attributes
    7-Add a your newly created attribute to this region

  • How to run the 9I report from the forms menue 9i

    how to run the 9I report from the forms menue 9i.
    Shehzad Latif

    Hi,
    1. create a Reports Object node in Forms. If you use teh same object node name then you can write generic code that works in all Forms
    2. Get the whitepaper about Forms/reports integrtion
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    Frank

Maybe you are looking for

  • No Data for field in RSA3

    Hi Experts, I have a Business Content Datasource. I have a field in EKBE table for which I have records in the table. When I run RSA3 t-code, I do not see the records for that field. I checked my extract structure enhancement and it looks fine. Pleas

  • How to Uninstall Adobe Acrobat 9.0 from Vista?

    On my laptop (Windows Vista), I have a Adobe Acrobat 9.0 which I need to uninstall. It was giving me limited access and use. To remedy this, I installed, Adobe Reader 8.0. That works fine but when I want to read pdf files, the 9.0 version pops up fir

  • Restore iTunes on a New Computer

    I apologize if this has been asked before, but I don't have time to search all the questions. I just found out my office was getting me a new PC (good thing, but bad for the idiot that downloads all their music at work!!!) and that my software would

  • Emac hard drive in external hard drive

    hi, couldnt find anywhere to put this. hope here is ok. I have the hard drive of my old emac in an external case at the moment, and was trying to get rid of all of it, in order to use it for storing some music on. firstly how is everything including

  • Errors with EAS of calendar

    I recently switched from Hot Sync to Exchange Active Sync.  Now my calendar does not update.  When I sync email, calendar and contacts on auto sync I get failure messages.  When I only let auto sync email it works fine.  When I do a manual sync of th