List of reports accessible to specific user.

I have a situation where user lets say 'A' used to run some reports. A left the company so the person who replaced A wants to run the same reports but he doesn't have access. So I checked if A owns any reports then I found out that A doesn't have ownership of any reports which he used to run. Is there any way I can find reports which are accessible to specific user. Please help.
Thanks,
PA1

Hi,
You can import the The Discoverer V5 EUL business area and workbooks which are in the EUL5.eex file shipped with Discoverer administrator. This will show you all the workbook shares set up in the EUL.
Alternatively you can run the SQL below which will give you the workbooks shared with a user or role:
select doc_name, doc_developer_key
from eul_us.eul5_documents doc
, eul_us.eul5_access_privs ap
, eul_us.eul5_eul_users eu
where doc.doc_id = ap.gd_doc_id
and ap.ap_type = 'GD'
and ap.ap_eu_id = eu.eu_id
and eu.eu_role_flag=0 /* 0=user 1=role */
and eu.eu_username = '&Username'
Rod West

Similar Messages

  • Making reports accessible to external users

    Hello,
    I'm wondering where I can find information of typical BI extranet setups to make webi, xcelsius, crystal reports accessible to external users (vendors). How much effort does this involve? Is the solution to create a website and then using the web services SDK or the BOBJ enterprise SDK - to open/list reports within that website? Where can I find additional info to answer questions such as:
    - How is security handled?
    - is it recommended to have "vendor" reports reside on a separate server (than the one hosting other BI reports) or should reports reside outside the firewall?
    thanks,
    Nelly

    There are a lot of questions here. I'll try to answer them as best as I can. First, you should look at the [XI R2 Pattern Book for Windows|http://help.sap.com/businessobject/product_guides/boexir2/en/Win_pattern_book.pdf].
    How much effort does this involve?
    Since this is relatively involved, this is a gist what what is needed.
    The standard approach is to use a reverse proxy that shields the internal BOE deployment from external users.
    Is the solution to create a website and then using the web services SDK or the BOBJ enterprise SDK - to open/list reports within that website?
    This is not necessary. You could allow external users to access the same Infoview that your internal users use. The reverse proxy has 2 network cards (and 2 IP addresses, one for external users and one for internal users). This allows it to mask the IP address(es) of internal servers to external clients.
    How is security handled?
    This really depends on the size of your deployment, budget etc. You could just use security within BO or you could use external software to handle security before the request even reaches BO (TAM for example).
    is it recommended to have "vendor" reports reside on a separate server (than the one hosting other BI reports) or should reports reside outside the firewall?
    No. A  BO deployment can only have one filestore, that must reside within the firewall (as a best practice). Best practices suggest that only the router/gateway is outside the firewall.
    A typical (simple) deployment would be:
    clients --->internet--->router/gateway--->firewall(outer)----->web server (reverse proxy)-->firewall(inner)--->BOE servers

  • List View Filter - I want to create List View based on a specific user

    I want to create a List View Filter based on specified user ID. I dont want to specify the [Me] for filtering the view based in current logged in User.
    I want the view to be based on specific user ID for Ex: "AD\JohnDoe"
    Thanks
    Nate

    The People/Group Picker field has several options for how the name is displayed. For example you can set it to be the friendly name or the account name. When you create your View Filter, make sure that you are using the same format as the field's display
    type.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Reports created by Specific User ID's

    I wan to get the details of of Z Reports that are made by specific user e.g
    User Id USER_01 has made so much reports with details.
    how can i get this ????

    Hi,
    Go to TADIR table in SE11.
    Then restrict the entries by giving the userid in Author.
    Kindly reward points by clicking the star on the left of reply,if it helps.

  • List of reports ran by a user filtered by date

    Dear all,
    Where can i find the list of all reports in CRM system run by a particular user on a particular date?
    Regards,
    Kiran C

    ST03N

  • Unable to generate report for a specific user

    Hi all,
    I have a simple report in Agreements screen. The report is working fine when i Use another developer's id. But when i login using my Id and click the reports icon, it throws the following error.
    " SBL-DAT-00382: The same values for '<?>' already exist.
    If you would like to enter a new record, please ensure that the field values are unique. "
    i have tried generating the report for the same agreement id. The report throws the error only when my login id is used and succesfully generating for other ids.
    Pl help me understand.
    Thanks
    Sri

    978849 wrote:
    Hi all,
    I have a simple report in Agreements screen. The report is working fine when i Use another developer's id. But when i login using my Id and click the reports icon, it throws the following error.
    " SBL-DAT-00382: The same values for '<?>' already exist.
    If you would like to enter a new record, please ensure that the field values are unique. "
    i have tried generating the report for the same agreement id. The report throws the error only when my login id is used and succesfully generating for other ids.
    Pl help me understand.Understand that this has nothing to do with Oracle Application Express (APEX) which is the topic of this forum. Why have you posted this here?

  • Table name for background job with report, variant and step user id list.

    Hello All,
    I need to generate the list of scheduled backgroung job with the list of Report Name, Variant, Step User Id called. Please any one tell the SAP Table name from which I can get these data.
    Thanks in Advance,
    Amit

    Hi Rohit,
    Thanks for your reply. But from TBTCO, i can't find program/report name and variant. Just the list of background job i can see.
    Regards,
    Amit

  • List folders specific user has permission

    Hi, i am from Spain, excuse my bad English
    I have a 2008 r2 file server with more than 100 folders and more than 500 subfolders
    I want to list folders and subfolders that specific user has permissions
    Is this posible?
    How?
    Thanks in advantage

    Hello,
    I have developped one script powershell for my customers. I have uploaded this script on the technet Gallery.
    The link for download it's here
    https://gallery.technet.microsoft.com/Get-a-list-with-the-share-811d1221

  • List of reports to be displayed in list box

    Hi,
    I have a requirement to see list of reports for a particular user in a list box rather than displaying them as links in oracle portal.
    Can guys guide me achieving this.Is it possible?
    Thanks
    Sri

    Oops!!
    even i raised the same question just now..didn't see your posting..
    I think we both looking at same problem.
    \Cheers

  • Getting list of reports a user has access to

    Hi,
    I'm new to BO and have been trying to figure out a way to get a list of reports a specific user has access to. In reading the documentation in the SDK it appears the only way to do this is to get a list of all reports, loop through them, getting the ObjectPrincipals, looping through that then checking if the objectPrincipal.Name == user.Title.
                foreach (InfoObject report in infoObjects)
                    SecurityInfo securityInfo = report.SecurityInfo;
                    ObjectPrincipals objectPrincipals = securityInfo.ObjectPrincipals;
                    foreach (ObjectPrincipal objectPrincipal in objectPrincipals)
                        if (objectPrincipal.Name != user.Title) continue;
                        if (!sortedList.Contains(report.ID))
                            sortedList.Add(report.ID, report.Title);
    This works, but takes over 90 seconds to generate the list of reports I want, as it is looping through all reports in the CMS (120). My logic is telling me there must be a better way to do this, I just haven't found the answer. It appears that calling securityInfo.ObjectPrincipals is what is taking the most time.
    Advice, thoughts, suggestions are all appreciated.
    Thanks
    James

    Ok, logging in as a user and getting a list of reports is working well and fast. But how would you recommend getting a list of all users and the reports they are assigned to. Is there a query for that using the relationship functions of Query Builder?
    Thanks
    James

  • SCCM 2012 Report that shows the users with specific software installed

    Hi,
    Is there a report in SCCM 2012 that shows the users with specific software installed? The report should show username, machine name and the software name. I am looking for a report that shows the users with the following softwares installed:
    1. Adobe(all versions)
    2. Photoshop(all versions)
    3. MS Project(all versions)
    4. MS Vision(all versions)
    Regards, Lorin Davis

    Take a look at the Asset Intelligence reports in the software section. You may get a list of computers with a product installed, and you might have to use that list to find the primary users based on user device affinity.

  • How to list all calendars that are shared to a specific user?

    Hi,
    Using Exchange Management Shell/Powershell, I want to list all calendars that are shared to a specific user 'myuser'. 
    I have tried different approaches; list all calendars for all users and then figure out which ones are shared to 'myuser', list all mailboxfolders for 'myuser' with path 'calendar' and sort out the shared ones, ... No luck so far.
    Anybody?
    babu

    Hi
    If you try this command:
    Get-MailboxPermission MyUser

  • How to create a special view for sharepoint list A and deploy this view to specific user personal view?

    How to create a public view for sharepoint list A and deploy this view to specific user personal view? Is that possible OOTB?

    Views cannot be exported or moved. Can you elaborate your requirement?
    --Cheers

  • Interactive report gives an error only for a specific user

    An interactive report based on a very complicated select gives an error only when a specific user is logged on.
    The error is:
    ORA-00932: inconsistent datatypes: expected - got CLOB.
    For other users logging using this page it works fine.
    Authentication for this application is done using a stored function.
    The query does not use the current userid in it.
    Why does it fail for a specific user? if there is a problem, it should fail all the time.

    Hi ankur,
    By what you said the report dont have any date parameters or no date columns.
    "Query execution was not successful ORA-01843 not a valid month." This means it is related with date mask passing a invalid month into date column or argument to to_date function.Check once the session date that is 'dd-mm-yy' or anything else
    select * from nls_session_parameters where parameter = 'NLS_DATE_FORMAT'
    select to_date('01-DEC-06'),to_date('01-12-06') from dual;
    Also a general question whenever I am trying to mark any question as 'Helpful', the status is not changing. Is there anything I am missing.While you flag it 'helpful' or 'correct',it takes you to other screen where you see "Yes, the question is now answered" click the radio button and then click ok button.
    Hope its helpful.
    Best Wishes,
    Kranthi.
    Edited by: Kranthi.K on Jun 8, 2009 9:00 AM

  • Brief report of about 2 months for the sqls run under a specific user ?

    Hi,
    Is there a way i can get the brief report of about 2 months for the sqls run under a specific user in Oracle 11g.
    thanks in advance

    913410 wrote:
    Yes,
    auditing is enabled
    SQL> show parameter audit;
    NAME                                 TYPE        VALUE
    audit_file_dest                      string      /u01/app/oracle/admin/PRCMTDB/
    adump
    audit_sys_operations                 boolean     FALSE
    audit_syslog_level                   string
    audit_trail                          string      DBthen how to get the informationabove is necessary, but not SUFFICIENT
    default Oracle behavior is that NO specific actions are audited.
    You would have had to manually enable AUDIT for all SQL statement by single user

Maybe you are looking for

  • My contacts do not show up on iMac but do show up on iCloud web page and my iOS devices.  Any suggestions?

    As stated, my contacts are present and correct on all my iOS devices and on iCloud.com but they do not show up in contacts on my new iMac. The accounts details are the same and the password has been accepted so I assume it is correct (I have re-enter

  • Error in saving template and updating files

    I'm using Dw CS3 on Windows XP. I have created a template I created from another page and then created my new pages from the template. I am still working on the site so it's all on my computer - not yet uploaded to the remote site. It was working fin

  • How to configure alerts for sender AS2 reports channel?

    Hi, We have configured sender AS2 reports channel to receive MDN back from our partner. Scenario is working fine and we are receiving MDN. How does "Enable alerts" option under Alerts Settings in Sender AS2  Reports channel work? I see following opti

  • How to show hardware tcam status via CLI ?

    Dear expert, We hv MDS 9513 with FAB 3 and 9248-256 L/C ,more than 1000 zones were added in a fabric, we want to know exact TCAM utilization ,and keep the zone capability safe, any input be highly appreciate . Alex Sent from Cisco Technical Support i

  • RFC- XI -SOAP and response back to RFC

    Hi, I am doing RFC-XI-SOAP and get response back from SOAP to RFC. if I am not check the "Do Not Use SOAP Envelop" then it gives error in SXMB_MONI says  - NO SOAP envelop. "No SOAP Envelope but 1 {}RESPONSES; HTTP 200 OK" if I check thet  check bos