What priviliges need to Run Discoverer Desktop

Hi all,
I have installed Discoverer Desktop on client machine. When I login throug the administrator on any client machine then I can connect to Desktop. But unable to connect to Discoverer Desktop on client machine when I connect with my personal ID that dont have administrative priviliges. I got the error that system unable to update system registry. Use REGEDIT. And also desktop didnt connect and return TNS Error. What should I do in this condition? Should I give the administrator priviliges to every user who are using Discoverer Desktop.
Thanks.
Hassan Raza

Let me elaborate on exactly what I am doing with this. I have a view that goes against a 5 million record table and gets contract line flexfields. The performance is greatly improved when a specific contract is selected, so I have built in an extra join to a temporary table that contains nothing but contract number. When a report is run in Discoverer, the goal is to allow the user to enter a parameter of contract number, and then take that number and execute a function to populate the temporary table with that contract number, then get the data from the view that has joined to this table. It works if the user runs the report 2 times, as the data is being generated before the function is executed, so there is nothing in the temp table on the first execution due to timing. What I need to do is change the timing and force the function to populate the temp table prior to the running of the view. Is this possible?

Similar Messages

  • What's needed to run jobs in a db?

    Hi there
    Can you tell me what is needed to run jobs in a db? I know how i create a job in OEM, but which services must be running, or what is important to know for the jobs?
    Thanks.
    Andrea

    I just finished trial and erroring through getting sqlloader to run via OEM. The login credentials must match between console and server, the login must have user rights assigned to allow "Logon as batch job" on the server, and Agent and Management Server must be up and running and if data being used in the job resides on other machines, those other machines must also recognize the login credentials. And appropriate privleges in the db.

  • Java Jar files, and what is needed to run them?

    I'm sort of confused on what happens with JAR files, because on my computers that have all of the java SDK's and programs installed it works as an executable. But on my computer that doesn't have java installed(except for the windows xp basic) it wont work or registers with winRAR.
    My question is, is what needs to be installed on the computer to get an executable jar file to work. Is it JRE, or the SDK? And where can I get the file/s that may be needed to be installed.
    Thanks for the help

    jre stands for java runtime environment, i.e. everything you need to run a java application on your computer.
    sdk stands for software development kit, i.e. everything you need to develop java applications
    the jre run jar files for sure

  • What is needed to run a .llb file using a runtime engine?

    I would like to run a .llb file on a computer that doesn't have LabVIEW installed. Is that possible? If so, what is needed to do that? I have tried to install a runtime engine, but can't get it to work. The .llb file is currently running on LabVIEW version 6.0 on another computer, but I don't know with what version of LabVIEW the .llb file was created. The computer on which I would like to run the .llb file has Windows XP.
    Thank you for any help!

    Mathan wrote:
    You have to create an executable with the help of project explorer.
    The user has LabVIEW 6 (as he noted in the original message). LabVIEW 6 has no project explorer.
    To OP: I am assuming the LLB contains a top-level VI that can be run. Otherwise, this is a moot question. If you want to open the VI and view it, then you need the development version on the target machine. If you want to run the top-level VI in the LLB then you must create an application that you can copy over to the other computer. The other computer requires the LabVIEW Runtime Engine in order to run the executable.  To build the application you need the Application Builder. This is a separate product from LabVIEW, but was included with certain LabVIEW editions.. If you do not see a menu option for building the application then you do not have the Application Builder. You would need to contact your local NI sales office to see if you can still buy a copy. I doubt you will be able to, but it's worth a try. 
    EDIT: Sorry for the duplicate info. I got sidetracked while composing the message, and did not see the additional responses from Dennis.
    Message Edited by smercurio_fc on 08-18-2009 09:51 AM

  • What grants needed to run APEX Object Reports?

    APEX 3.0
    Oracle 9.2.0.7
    Solaris 8
    The Apex workspace administrator account is unable to run the APEX Object Reports.
    The returned error states the account has no privileges on the APEX_MYAPP schema.
    What grants are needed for running the APEX Object Reports, and on what objects?
    Thank you.

    Yes, the "APEX_MYAPP" was a generic name. The error message actually mentions "APEX_IARS". I began by trying to limit the details of our installation. Just confused things.
    There are two other workspaces defined: another application-building workspace, "comres_ws", and one called "APEX_SAMPLE_APPS".
    The apex_iars workspace had two schemas assigned to it: iars and comres.
    The comres_ws workspace has just one schema assigned to it: comres.
    Thinking that for some reason the association of two schemas to the apex_iars workspace might be causing a problem -- although it has not in the past, I deleted the association of the comres schema from the apex_iars workspace so that now each workspace, the apex_iars workspace and the comres_ws workspace, just have a single schema. This did not fix anything with the apex_iars workspace. The "privileges" error still occurs.
    I logged onto the comres_ws workspace and tried to access the Utilities/Object Reports, and the SQL Commands, and all this works fine, no errors at all.
    I then logged onto the apex_iars workspace again and tried the Object Reports and SQL Commands and still get the error:
    ORA-20000: User <my_use_name> rhas no privileges on the apex_iars schema.
    Does it look like something is messed up for the apex_iars workspace? Are there APEX dictionary tables that may have incorrect or corrupt information for this workspace?

  • Running Discoverer Desktop query.... via command line

    Hi Everyone,
    Hope all is well,
    I have learned how to run Discoverer using command line.
    My question is:
    ===========
    When you log into Discoverer manually, the parameters values that were last used in the last run display when
    the query opens....
    When i run Discoverer command line, i have to explicitly mention all the parameter names and their values
    If i do not mention the parameters, i get an error message: unresolve parameter...
    I'd really like to run the query command line style WITHOUT mentioning parameters, and wish Discoverer to run
    the query with the default parameters....
    Is this possible...
    Thx for your ideas and advice, sandra

    Hi Tamir,
    sigh...
    tx for writing...
    i just found this post.... says if parm is used in calc, cannot be made optional...
    Parameters - do they have to be mandatory?
    tx, s

  • What is needed to run the deployment utility while not logged into Windows?

    I am running a bash script to perform nightly builds of our test s/w. This script calls the deployment utility via command line. The actual command I am using is:
    /cygdrive/c/Program\ Files/National\ Instruments/TestStand\ 4.1.1/Components/Tools/Deployment\ Utility/DeploymentUtility -- build "C:\Sandbox\ATE\Production_Test_Projects\eHLC_RX\Deployment\Unified_eHLC_RX_Test_Deployment_Config.tsd"
    It works flawlessly as long as I am logged into the PC. I have a cron job running to invoke my main script on a daily basis. As soon as I log out of the PC is when I am having the trouble. The script does get started but when looking at the processes on the PC I see my bash sessions open as well as the deployment utility open but it is not doing anything. If I end the deployment utility process the bash script continues and exits normally. Is there something I have to put in the command line to make the deployment utility work if I am not logged in? I have the cron running as a service and it is using my username and pw when required. But the deployment utility just hangs and does nothing. The deployment utility log is blank so it was basically opened but did not perform the build. Any ideas as to what may be causing this? Thanks in advance for any help.
    Troy

    Here is a little more information. I changed the service that is running my script which is calling the Deployment Utility via command line from This Account on the Log On tab which requires my username and password to Local System Account and checked Allow Service to Interact with Desktop. This time when I was logged out of the PC and the script started I logged back on and could see the message that was thrown when the Deployment Utility was initialized. I could not see this with the service set to the other parameter because it is running in the back ground. I am sure this is what is happening because in this state I check the processes on the PC and it is reflecting the same information. The memory usage is the same and the Deployment Utility is doing nothing obviously waiting for acknowledgement of this error. If I click OK the build does start but at the end I get all types of debug messages at the end which do not happen when I am logged in and this process completes. Does anyone have any idea what this error message is referring to and maybe how to fix it?
    Thanks again for any help.
    Attachments:
    Startup_Error.JPG ‏80 KB

  • I need to run architectural desktop, sketchup

    and just about any other architectural software similar to the above two. Will I be ok with a macbook with a lot of RAM or should I just buy one of the lower end pros?

    what about architectural desktop? I hear there's a similar to sketchup program made by sketchup but soley for Macs, Maya I think? Will that run easily on 2gb of RAM on a macbook?

  • Is Designer needed to run Discoverer

    I am getting the follwoing error message under database information to set-up the Summaries in the Discoverer Admin Edition. Any suggestion?
    Designer/2000 not available
    Summary management not available because SYS.V$PARAMETER not accessible
    Query performance prediction not available because SYS.V$PARAMETER not accessible
    null

    looks like you just need a grant done
    to the user..
    try a
    grant select on sys.v$parameter to public;

  • Have you gotten what you need to run the AVG Secure Search Toolbar?

    When your notice first popped up asking me if I wanted to upgrade, it stated with it that it did not yet have the ability to run the AVG Secure Search Toolbar. So I have been waiting to download the new version until you have that feature.

    Sorry but you will be waiting a long time for FF to have that feature! It's an AVG problem not Firefox. You don't say which version of AVG you are using but if you upgrade to AVG 2012 your problem is solved.

  • FI-AA Depreciation  Run :what does I need to run depreciation (AFAB trans.)

    I don´t know what I need to run depreciation, I have create a fixed asset, and I have done a posting f-90 , and afterwards I want to execute depreciation but I cannot ¿what does I need to do this ?
    Thanks in advance.
    Olga.

    Hi,
    First of all before running depreciation you need to give the required GL accounts needed for posting the depreciation to the GL accounts in T.Code AO90.
    Then after doing the required configurations u can run a depreciation run only in the month end or in the next month for the previous month.
    If u had posted transactions to an asset using F-90 say suppose in october, u can do the depreciation in the month of october or in the coming month.
    hope it is clear.
    regards
    srikanth.

  • Discoverer Desktop crash

    When trying to open a report created by a colleague, Discoverer immediately throws a Windows (Vista 32Bit) error that "Oracle Discoverer Desktop has stopped working". I click close program, and Discoverer closes. It's a very simple report so I recreated it yesterday, ran it fine, could change parameters for different outputs, no problems. This morning I log in and when trying to open the newly created report from yesterday, same error. No exception, no memory pointers, nothing, just the Win error that it has stopped working.
    Anyone seen this before? Running Discoverer Desktop v 10.1.2.3 Client v 10.1.2.55.26.

    My colleague was able to open and modify the report that I created without issue so I suspect the report is alright, perhaps my installation? Odd that I can run many other reports just fine in the same environment and that this one ran fine from development, but as soon as I closed it to reopen, no luck.

  • Hi everyone, I have an old g4 desktop it runs on 0S 10.3. I want to get connected to my wireless router but I am getting a bit confused on what I need to buy to do this. I have looked on ebay at pci cards, usb cards

    Hi everyone,
    I have an old g4 desktop which runs on osx 10.3. I want to get it connected to my wireless router but I don't know what I need to buy to do this. I have tried a usb card which did not work. Do I need a pci card or an airport extreme card?
    Many thanks,
    Acphot

    To build on what Tesserax says, not all USB sticks will work on Panther, but here is one that does:
    http://eshop.macsales.com/item/NewerTech/MXP3802NU2C/
    I have one of these and it works with both a PowerMac G4 running Leopard and a 1998 PowerBook G3 running Panther.
    And here's a little more free advice.
    Some of the older G4 desktops like my PowerMac 3,6 only take the original AirPort card, which is different from the newer machines that take the newer AirPort Extreme card. Both are available if you hunt for them, but modern WPA-2 encryption is not supported on the original AirPort card, so it will not be able to join your network if it has this encryption. The newer AirPort Extreme airport card does support WPA-2 encryption, as does the NewerTech USB AirPort stick. If your G4 takes the older card, you cannot plug in the newer AirPort Extreme card. I have not looked lately, but I believe the sockets themselves are different. In any event, the NewerTech USB stick is cheaper than an AirPort card.
    If you don't already have Mactracker, you can download it for free here:
    http://mactracker.ca/
    You can look up your Mac on it and see which AirPort card it has. You can also check out what upgrades are available.
    A couple of good things to do is to max out the RAM and upgrade the OS. OWC will have the RAM and they are very knowledgable about Macs and can advise you on any hardware upgrades they offer. You would probably have to look at EBay to find a retail disc for upgrading to Tiger or Leopard, and preferably the latest version of the OS that is supported. Panther has some limitations, and I beleve that Google no longer supports Panther so you might need to find a different browser if you stay with Panther.
    Good luck!

  • Error when running a report in Discoverer Desktop

    All -
    I run a report in discoverer desktop and got the following warning message: This sheet currently contains no data.
    I generated the query by using the sql inspector tool and run the query in the database and, to my surprise, it showed the correct records.
    I don't know what is causing this error.
    I checked all items (in discoverer administrator) that are used in by report and everything seems to be ok.
    Any idea?
    Thanks,
    Daniel.

    Hi,
    There could be many reasons for this, what is in the query you are running?. It could be a bug in your version, what version are you using? Does it happen with one workbook or all workbooks? It could be an NLS Language problem, check that the calculation USERENV('LANG') returns the language you are expecting in Discoverer desktop. It could be a problem with the context for your session, are you using an apps mode or database mode EUL?
    Rod West

  • Need to run in my PC: Type 1 db driver Access / java[SE1.6] Desktop app

    http://www.paphoscarhire.mobi/odbc-bridge2.jpg
    desktop control panel settings, I have above URL (IMG) Settings
    well, I need to run in my PC: Type 1 db driver Access / java[SE1.6] Desktop Applications, what I need to install ?
    I refer for Type 1, JDBC-ODBC Bridge driver.... Is it needed install and Access 2003 ODBC driver (see URL) ...? How I understand if I already installed it(?) since I do not know ?
    How to load driver in my program ? The below are correct for: Class.forName & DriverManager.getConnection ?
    class  ResultSetDemo    {
      public static void main (String  [ ] args)    {
        try {
           Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
           Connection conn
              =DriverManager.getConnection("jdbc:odbc:RedWines");  // DSN=RedWines
           Statement  sttmnt  =  conn.createStatement (  );

    I GET ERROR !
    C:\Users\User\Documents\TextBooks Data Files\The Web Warrior Guide to Web Database Technolo
    gies, 1st Edition\extract\Chapter06\Chapter>java ResultSetDemo
    [Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM clause.
    java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM claus
    e.
            at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6957)
            at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)
            at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:3110)
            at sun.jdbc.odbc.JdbcOdbcStatement.execute(JdbcOdbcStatement.java:338)
            at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:253)
            at ResultSetDemo.main(ResultSetDemo.java:10)
    C:\Users\User\Documents\TextBooks Data Files\The Web Warrior Guide to Web Database Technolo
    gies, 1st Edition\extract\Chapter06\Chapter>

Maybe you are looking for