How to find Responsibility through which the user has logged in to Disco.

Hi All,
I have got a requirement to create a "Usage Report Summary by Responsibility" for all Oracle user having an Access to Oracle Disco Viewer.
In the report, I need to show the list of Oracle Users and the Responsibilities through which an User has logged in to Disco Viewer.
Kindly help me in finding the corresponding Disco tables to full-fill this requirement.
Available Information/queries in my Hand:
1. Query to find the list of Workbook and its shared Responsibilities
2. Query to find number of times an Oracle Disco Report has been run.
Thanks a ton in Advance
Arun

Hi Arun
The first place to look is to try running one of the pre-built workbooks created by Oracle for this purpose.
I see you are working in Apps mode. Therefore, you'll need to run both of these scripts when logged in as the owner of the EUL:
1. EUL5.SQL
2. EUL5_APPS.SQL
You will find both scripts in the $ORACLE_HOME/Discoverer/Util folder where your Discoverer Administrator tool is located.
Next, you will need to log into the Administrator tool and import this EEX file: EUL5.EEX
You will find the EEX file located in $ORACLE_HOME/Discoverer, again on the PC where Discoverer Administrator tool is located.
After you have imported the EUL, log into Desktop or Plus and open up the EUL5 workbook that you will now see in the list and work through the various worksheets. You should find one or two that will give you what you want.
Let us know how you get on
Best wishes
Michael
http://ascbi.com

Similar Messages

  • How to find from/for whom the mail has been bounced.

    Hi,
    I got a bounced email. I have to find which mail has bounced. For example lets take I have sent a mail to [email protected] and the mail is bounced. Now I have to read my message using Javamail API and have to find mail for which intended user is failed. Hope I am clear on my question.
    One thing I found is failed recepient address will be in the bounced mail's body but to get it I need to parse the mail (some server doesn't even put it in the body). Is there any other way? (like including it in the header or somewhere)
    Thanks,
    Harish

    Did you find the JavaMail FAQ? There's an entry in the FAQ that addresses
    this question explicitly.

  • How to check if the user has log in when he log in again?

    Hi all,
    I was wondering how to track if the user has already log in?
    When this user using browser A to log in then he try to log in using a new browser, then hw I am I going to know that, and terminate his session?

    Hello!
    You can try this code if you want that if a user is login at a machine and tries to login from the other, then he can continue his processing at second machine ('cos it will get the high priority) but can not process from the first machine. This code allows to login but only second one will be active.
    <jsp:useBean id="monitor1" scope="application" class="java.util.HashMap"/>
    if(monitor1.containsKey(num)){
    HttpSession oldSession = (HttpSession) monitor1.get(num);
    oldSession.invalidate();
    monitor1.remove(num);
    monitor1.put(num , session);
    But if you want to restrict it at the time of second login then u can use any of the techniques discussed above.
    aNTUMNIHA

  • How to find out from whcih terminal user tried logging in and failed

    Hello All,
    One of the user is trying to login using master userid (SAP* / DDIC).. But he is failing after three attempts resulting in locking the SAP* / DDIC user id.
    We are unable to trace who is attempting this? If we know from which terminal user is trying to login we can find out the person.
    Even in SM21 we are unable to see from which terminal user is trying to login..(We can see the terminal clearly in SM04). Could you please suggest us how to trace the person responsible for this issue?
    Thanks,
    Subbu

    Hi,
    The terminal details can be obtained through securiy audit logging.
    You can enable to Security logging for the users SAP*/DDIC using the tcode SM19 and the logs can be viewed using the tcode SM20.
    To  to activate the security audit logging you need to set the value '1' for the parameter rsau/enable. The log file size can be set using the parameter rsau/max_diskspace/local. You can set the number of slots to be used for security auditing purpose using the profile parameter rsau/selection_slots in the default profile.
    Hope this information helps.
    Regards,
    Varadhu

  • How to find out through which tcode TR is created.

    Hi Friends,
    We have one custom code to create TR for staging of RM for the production. I want to find out whether TR is created through custom tcode or by standard transation. How can I find out this.
    Thanks,
    Kiran

    Such information is not captured in the TR tables.
    If you require this info then you may write some text into the header text of a TR

  • How can i find out what cursor the user has selected on an xy graph?

    I have an XY graph in which while the program runs it will be creating cursors in certain locations on the plot. I want to give information about this cursor when selected upon, I THOUGT that active cursor does this.. but appreently not.. it seems to jsut keep spitting out 0, any ideas?

    > I have an XY graph in which while the program runs it will be creating
    > cursors in certain locations on the plot. I want to give information
    > about this cursor when selected upon, I THOUGT that active cursor does
    > this.. but appreently not.. it seems to jsut keep spitting out 0, any
    > ideas?
    You might look at the Selected Cursors property. It indicates which
    cursors will be acted upon by the movement palette. It should be
    equivalent to the small LED buttons on the cursor palette.
    Greg McKaskle

  • Find the User ID through which the end user logged in BEx Analyzer?

    I want to fetch the end user USERID who is executing the query. I am the end user and want to view a report, so I will login into BEx Analyzer with my userid and start executing query. Is there any way I can find that ID, in any table, program, function module or some where........?
    I don't want 'created by', 'last changed by'. I want ID through which end user is logging into in Analyzer.
    Also if the end user is logging in through RSRT wanted to know the SAP login user ID through which the user logged in?

    Hi,
    If you want to see the end user id that is running the query, and then open the workbook, select Layout from the menu u2013 Display Text elements. Click on All (or General, Filters or Variables based on your requirement). It will display the technical name, info provider, current user details. You can save it as existing work book transport to production, then when this query executed you can find end user login id.
    May be you can check RSRWBTEMPLATE table for workbook users details. Mostly end user will not have access to RSRT.
    Hope it helps you
    Thanks
    Riyez

  • Determining wether a User has Logged into an NTDomain

    Does anyone have any suggestions as to how I can determine, programmatically,
    wether a user has logged into an NT Domain, from a Win95 PC.
    From an NT workstation, I can simply check the USERNAME andUSERDOMAIN environment variables. Is there possibly a Win32 API
    call that I can make ?
    Thanks,
    -Carl
    Carl Schei
    Technical Forte Consultant
    South Africa
    +27 31 3641765 (w)
    email : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Does anyone have any suggestions as to how I can determine, programmatically,
    wether a user has logged into an NT Domain, from a Win95 PC.
    From an NT workstation, I can simply check the USERNAME andUSERDOMAIN environment variables. Is there possibly a Win32 API
    call that I can make ?
    Thanks,
    -Carl
    Carl Schei
    Technical Forte Consultant
    South Africa
    +27 31 3641765 (w)
    email : [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • How can a jsp page tell which Oracle Responsibility the user has selected?

    We have two responsibilities - Timecard Administrator and Timecard Viewer. Everything that they can access is the same, except for one particular jsp page which we want to present a slightly different view if the user's responsibility is Timecard Viewer (specifically, the edit link in the results page will be suppressed). Unfortunately in order to implement this, the jsp code needs to be able to distinguish which of those two responsibilities the user has selected. I have written jsp code to print all the environment variables and unfortunately the environment is essentially identical regardless of which of the two responsibilities the user selected.
    How do I pass in the active responsibility to that page/environment in a way that can be tested by the jsp code?
    Thank you,
    Graham Toal <[email protected]>

    Yes, I tried something like this (shortened to the basics for this post):
    <pre>
    sqlQuery="select responsibility_name from fnd_responsibility_vl where responsibility_id = FND_GLOBAL.RESP_ID";
    stmt=con.createStatement();
    rs=stmt.executeQuery(sqlQuery);
    int field_count=rs.getMetaData().getColumnCount();
    while (rs.next()) {
    for (int i=0; i<field_count; i++) {
    logger.write("Responsibility: "+rs.getObject(i+1),"JSP",objName,0,-1,1001);
    </pre>
    However it did not print any results at all.
    I'm trying a different approach at the moment - I've cloned the menus from the Administrator responsibility to the new Viewer responsibility, and have altered the top-level menu so that I can insert a new variable into the process state myself; that way by the time the user navigates to the changed page, there should be a variable there that can be tested.
    Unfortunately the top-level menu isn't just a simple menu, it's a piece of code that issues an HTML redirect depending on the parameter passed in - which is set in the Oracle function screen for the function attached to that menu.
    (was something like utpa_top_menu.jsp?ADMIN and I changed it to utpa_top_menu.jsp?VIEWER, with appropriate tests for the new module name:
    <tt>
    else if ("VIEWER".equals(moduleName))
    url = "/utpa/jsp/admin_reports-viewer.jsp";
    </tt>
    In admin_reports-viewer.jsp I've added <tt>session.putValue("REPVIEWER","y");</tt> and in the actual target main page I have:
    <pre>
    if (session.getValue("REPVIEWER") == "y") {
    // viewer
    out.println("<CENTER><B>You are using the Timecard Viewer responsibility</B></CENTER><BR>");
    } else {
    </pre>
    And although the URL bar at the top of the screen is displaying the correct (redirected) URL, the page that is displayed is blank. Completely empty. 0 bytes. The file is present on the filing system; has content; has the correct ownership and permissions; I've reloaded apache, even had the systems guys reboot completely. I'm at a loss :-/
    Graham

  • How to find out the users currently logged into ODI

    Hi all,
    How to find out the users currently logged into ODI Work Repository?
    Thanks.

    Hi,
    It stores all the final queries in work rep table i.e "SNP_SESS_TXT_LOG" and the column is "TXT".
    Here u can find all the ODI bkp process queries.Pls specify the SESS_NO for purtivular task u want to check which u can get this in ODI operator.
    I dont think so that it will keep the substituted value(because its implicit and temporary process) but it will keep all the default values in the table SNP_VAR_SESS and the column is "DEF_V".
    Thanks,
    katukota

  • Need to find Logon Group in which the user Logged in

    Dear Experts,
    I have a issue to find the logon group while logging into the SAP
    For example
    One server having three LogonGroups
    1) MFSTRESS
    2) TEST
    3) HQSTRESS
    in that I want to find out the logon group in which the user logged in. I am not able to find in the transaction SMLG or AL08
    Is ther any function module is available  or any other way to find the logongroup.
    Please help on that its very urgent . I will reward the points immediately.

    hi,
    TH_USER_INFO – Returns information about user
    TH_USER_LIST – Displays users logged onto server
    Hope this helps, Do reward.

  • How can I find out which portal users are logged in portal?

    Hi
    I need to know where can i find information about which portal
    users are currently logged in to portal. Are there any api or
    built-in functions which will help me find out this information?
    Thank you for your immediate help!!

    I too would like to find out which users are loggeg on. We need
    to restrict users to one login or session if possible.
    Thanks,
    Tom Henricksen

  • How to perform this?by copying the IE URL of successfully logged in to another IE Browser and the user still logs in which is wrong.

      I have a problem. the user had successfully logged in in an IE Browser. Then I copy the URL of the IE
      to another IE Browser. The output must be, the browser will ask the user to log in again which is correct.
      In my application, the output was still logged in which is wrong.
      Kindly help

    I have the Application.cfm
    I dont use parameter such as CFID and CFTOKEN for my code.
    Is it possible to do it without using this parameter?
    Can
    you give me simple code that if it is successfully logged in, then it
    will perfom that the browser will ask you to log in again.
    Thank you for the reply and knowledge.
    jepoy1

  • How to determine which cell the user has just left?

    I want to check the contents of a JTable cell just after the user has left that cell.
    What is the most reliable way to determine which cell the user has just left?

    Hi,
    I use the cellRenderer for that... if the value is not correct, I call an editCellAt() method...
    JRG

  • How to find the date when the users has been created in Hyperion Essbase

    Please let me know, if there is any option or way to find the date when the users has been created in Hyperion.
    Essbase - 9.3.1.0.0
    Sun Solaris SPARC (32-bit) - 5.8
    If not in Hyperion, could you please let me know if it gets stored in the repository. If yes, please let me know the table name in Oracle.

    I don't know of a way of getting this information from Shared Services via the standard web UI. However you can see when a native user was created in openLDAP. If your users are all native then you can use an ldap browser to view the CreateTimestamp.
    Port: 58089
    User DN:CN=911,ou=People,dc=css,dc=hyperion,dc=com
    Password: Your shared services admin user password
    You should see each new native user under the ou=People and each CN will have a create timestamp.
    I can't help if all you users are external or your using the old Essbase native security.
    Gee

Maybe you are looking for

  • Report Cost of Operation Activity and Component

    Hi Gurus, Is there report to list cost of Operation Activity and Component in the same report (not in separate) ? In our environment "operation activity" show Labor Cost and "Component" show material cost. If one by one of document we can see it in e

  • How to rewind to a specific point?

    I have a 30 gig. Ipod on which I like to listen to audible.com books. I just got a new Nano. On my 30 gig Ipod, I can rewind or fast forward to a SPECIFIC point of the book, not just to the very beginning or to the end. I can't seem to do this with t

  • FileVault and Recovering Data

    I am having a strange issue restoring my data from a Time Machine backup. When I use mirgration assistant it does not allow me to import my identity. It says "********" user cannot be imported because it is encrypted. This encrypted file "my idenity"

  • Viewing PDF with Controls on Android

    I tried to use the controls in the pdf and i couldnt play or control frame by frame. Can anyone help suggest any extensions into PDf that can allow PDF to play such document in android? or rather an alternative that can be used.

  • An Unknown Error Orrurred (-9812)

    Started receiving this error last week: "We could not complete your iTunes Store request. An unknown error occurred (-9812). There was an error in the iTunes Store. Please try again later." OS: Windows 7 64bit What I've Done: Formatted driver, reinst