FDM Security Reports

Hello experts,
I was hoping someone would be able to advise me on how to view or create a report that shows a list of users for each location in FDM. There is a standard report called 'User by User' which shows the locations each user has access to but I've been trying to copy and modify this in the workbench without success. Surprised there isn't a standard report out there already unless I'm missing it for some reason. Any advice would be greatly appreciated!
Thanks
Nick

the follow SQL Query will get what you want ........
SELECT tSecUserLevel.AppSecLevelDesc, tSecUser.UserID, tPOVPartition.PartName FROM tSecUserLevel
INNER JOIN tSecUser
INNER JOIN tSecUserPartition ON tSecUser.UserID = tSecUserPartition.UserID ON tSecUserLevel.AppSecLevel = tSecUser.AppSecLevel
INNER JOIN tPOVPartition ON tSecUserPartition.PartitionKey = tPOVPartition.PartitionKey
ORDER BY tPOVPartition.PartName, tSecUser.UserID, tSecUserLevel.AppSecLevel
Below is the text for a report file ...... copy this and save to file ....
SecUserListByLocation.rpx
<?xml version="1.0" encoding="UTF-8" ?>
<ActiveReportsLayout
     GUIDLIB="{B99D4ECB-67D5-4119-83E7-AF7FC44A19F4}" GUIDREP="{9B2F51D1-34F1-40D9-B641-75A8AE4696A5}"
     LICENSE="10000000"
     PrintWidth="11520"
     DocumentName="User List"
     ScriptLang="VBScript"
>
<Watermark
          >
</Watermark>
<PageSettings     LeftMargin="360"
     RightMargin="360"
     TopMargin="360"
     BottomMargin="360"
     PaperSize="256"
>
</PageSettings>
<StyleSheet>
     <Style Name="Normal"
     Value="font-family: &apos;Arial&apos;; font-style: normal; font-variant: inherit; font-weight: normal; font-size: 10pt; font-size-adjust: inherit; font-stretch: inherit; color: rgb(0,0,0); background-color: rgb(255,255,255); background-image: inherit; background-repeat: inherit; background-attachment: inherit; background-x-position: inherit; background-y-position: inherit; opacity: inherit; word-spacing: inherit; letter-spacing: inherit; text-decoration: none; vertical-align: inherit; text-transform: inherit; text-align: inherit; text-indent: inherit; unicode-bidi: inherit; line-height: inherit; white-space: inherit; ddo-can-grow: inherit; ddo-can-shrink: inherit; ddo-char-set: 0; "
     />
     <Style Name="Heading1"
     Value="font-family: &apos;inherit&apos;; font-style: inherit; font-variant: inherit; font-weight: bold; font-size: 16pt; font-size-adjust: inherit; font-stretch: inherit; "
     />
     <Style Name="Heading2"
     Value="font-family: &apos;Times New Roman&apos;; font-style: italic; font-variant: inherit; font-weight: bold; font-size: 14pt; font-size-adjust: inherit; font-stretch: inherit; "
     />
     <Style Name="Heading3"
     Value="font-family: &apos;inherit&apos;; font-style: inherit; font-variant: inherit; font-weight: bold; font-size: 13pt; font-size-adjust: inherit; font-stretch: inherit; "
     />
     <Style Name="Heading4"
     />
</StyleSheet>
<Sections>
     <Section Type="ReportHeader" Name="ReportHeader"
          Visible="0"
          Height="220"
     >
     </Section>
     <Section Type="PageHeader" Name="PageHeader"
          Height="1260"
     >
          <Control
          Type="AR.Field"
          Name="Field1"
          DataField="&apos;= rpt.msvReportTitle"
          Left="180"
          Top="180"
          Width="9450"
          Height="450"
          Text="User List - Sorted By Location"
          CanGrow="0"
          ClassName="Normal"
          Style="font-family: &apos;Times New Roman&apos;; ddo-char-set: 0; font-size: 15.75pt; font-weight: bold; color: rgb(0,0,128); "
          >
          </Control>
          <Control
          Type="AR.Line"
          Name="Line1"
          X1="0"
          Y1="1170"
          X2="11430"
          Y2="1170"
          LineColor="255"
          LineWeight="4"
          >
          </Control>
     </Section>
     <Section Type="GroupHeader" Name="GroupHeader3"
          Height="450"
          DataField="PartName"
          KeepTogether="-1"
     >
          <Control
          Type="AR.Field"
          Name="Field3"
          DataField="PartName"
          Left="90"
          Top="90"
          Width="2160"
          Height="270"
          Text="Location Name"
          CanGrow="0"
          ClassName="Normal"
          Style="font-family: &apos;Times New Roman&apos;; ddo-char-set: 0; font-size: 10pt; font-weight: bold; color: rgb(128,0,0); "
          >
          </Control>
          <Control
          Type="AR.Label"
          Name="Text4"
          Left="6660"
          Top="90"
          Width="2250"
          Height="270"
          Caption="Security Level"
          ClassName="Normal"
          Style="font-family: &apos;Times New Roman&apos;; ddo-char-set: 0; font-size: 9pt; font-weight: bold; color: rgb(0,0,0); "
          >
          </Control>
          <Control
          Type="AR.Label"
          Name="Text5"
          Left="2340"
          Top="90"
          Width="4140"
          Height="270"
          Caption="User"
          ClassName="Normal"
          Style="font-family: &apos;Times New Roman&apos;; ddo-char-set: 0; font-size: 9pt; font-weight: bold; color: rgb(0,0,0); "
          >
          </Control>
          <Control
          Type="AR.Line"
          Name="Line6"
          X1="2250"
          Y1="360"
          X2="9000"
          Y2="360"
          LineColor="524288"
          LineWeight="2"
          >
          </Control>
     </Section>
     <Section Type="Detail" Name="Detail"
          Height="310"
          KeepTogether="-1"
     >
          <Control
          Type="AR.DataControl"
          Name="dctMaster"
          Left="90"
          Top="450"
          Width="540"
          Height="180"
          Visible="0"
          LockType="1"
          CursorLocation="3"
          >
          </Control>
          <Control
          Type="AR.Field"
          Name="Field4"
          DataField="UserID"
          Left="2340"
          Top="0"
          Width="4140"
          Height="270"
          Text="PartName"
          CanGrow="0"
          ClassName="Normal"
          Style="font-family: &apos;Times New Roman&apos;; ddo-char-set: 0; font-size: 9.75pt; color: rgb(0,0,0); "
          >
          </Control>
          <Control
          Type="AR.Field"
          Name="Field5"
          DataField="AppSecLevelDesc"
          Left="6660"
          Top="0"
          Width="2340"
          Height="270"
          Text="DefPartition"
          OutputFormat="&quot;True&quot;;&quot;True&quot;;&quot;False&quot;"
          CanGrow="0"
          ClassName="Normal"
          Style="font-family: &apos;Times New Roman&apos;; ddo-char-set: 0; font-size: 9.75pt; color: rgb(0,0,0); "
          >
          </Control>
     </Section>
     <Section Type="GroupFooter" Name="GroupFooter5"
          Height="0"
          KeepTogether="-1"
     >
     </Section>
     <Section Type="PageFooter" Name="PageFooter"
          Height="600"
     >
          <Control
          Type="AR.Line"
          Name="linePageFooter"
          X1="0"
          Y1="180"
          X2="11600"
          Y2="180"
          LineColor="255"
          LineWeight="4"
          >
          </Control>
          <Control
          Type="AR.Label"
          Name="lblPage"
          Left="9630"
          Top="270"
          Width="540"
          Height="270"
          Caption="Page:"
          ClassName="Normal"
          Style="text-align: right; font-family: &apos;Times New Roman&apos;; color: rgb(0,0,128); "
          >
          </Control>
          <Control
          Type="AR.Label"
          Name="lblOf"
          Left="10620"
          Top="270"
          Width="360"
          Height="270"
          Caption="of"
          ClassName="Normal"
          Style="text-align: center; font-family: &apos;Times New Roman&apos;; color: rgb(0,0,128); "
          >
          </Control>
          <Control
          Type="AR.Field"
          Name="txtPageNumber"
          Left="10170"
          Top="270"
          Width="450"
          Height="270"
          Text="#"
          SummaryType="4"
          SummaryFunc="0"
          SummaryRunning="2"
          ClassName="Normal"
          Style="text-align: center; font-family: &apos;Times New Roman&apos;; color: rgb(0,0,128); "
          >
          </Control>
          <Control
          Type="AR.Field"
          Name="txtPageCount"
          Left="10980"
          Top="270"
          Width="450"
          Height="270"
          Text="##"
          SummaryType="4"
          SummaryFunc="0"
          SummaryRunning="0"
          ClassName="Normal"
          Style="text-align: center; font-family: &apos;Times New Roman&apos;; color: rgb(0,0,128); "
          >
          </Control>
          <Control
          Type="AR.Field"
          Name="txtTime"
          DataField="=Now()"
          Left="1440"
          Top="270"
          Width="1440"
          Height="240"
          Text="Time"
          OutputFormat="h:mm AM/PM"
          CanGrow="0"
          ClassName="Normal"
          Style="font-family: &apos;Times New Roman&apos;; ddo-char-set: 0; font-size: 9.75pt; color: rgb(0,0,128); "
          >
          </Control>
          <Control
          Type="AR.Field"
          Name="txtDate"
          DataField="=Now()"
          Left="180"
          Top="255"
          Width="1170"
          Height="240"
          Text="Date"
          OutputFormat="m/d/yyyy"
          CanGrow="0"
          ClassName="Normal"
          Style="font-family: &apos;Times New Roman&apos;; ddo-char-set: 0; font-size: 9.75pt; color: rgb(0,0,128); "
          >
          </Control>
     </Section>
     <Section Type="ReportFooter" Name="ReportFooter"
          Visible="0"
          Height="220"
     >
     </Section>
</Sections>
</ActiveReportsLayout>

Similar Messages

  • Error while exporting security report to Excel

    Hi
    We are using SAP BPC 7.5 MS sp07 version
    In our application , particular user is unable to download/export the User security report to Excel.
    I am able to do it successfully.
    User encounters following error:
    Unable to download …ed.ReportViewerWebControl.axd from servername.com
    Unable to open this internet side. The requested site is either unavailable or cannot be found.
    Please try again later.
    can anyone please suggest?
    Thanks,
    Vanashree.

    Thanks Roberto and Kalpana.
    This link solved the problem:
    http://social.msdn.microsoft.com/Forums/en-US/bcf792f4-4da3-4dac-b689-60168e695683/error-internet-explorer-cannot-download-edreportviewerwebcontrolaxd-from-site?forum=vsreportcontrols

  • How to add "Team leader" field in standard BPC security report

    BPC Expert,
    We are using BPC MS 5.0 version.
    There is a checkbox in the security setup to make someone a "Team Leader" when you add him/her to a team and this checkbox determines who can post data and who cannot.  When we run the user report we see which team the user is in but we do not have visibility to whether or not they are a "Team Leader" which is what business owner needs to see to approve user access.
    I figured out "dbo.userteamassign" is the table which hold team leader value. Can anyone please tell me all the steps of adding team leader field in the standard BPC 5.0 security report.
    Thanks,
    Ketan

    Roberto,
    Thanks for the response. I know associated steps to declare business user as a team leader but my original question is "how to add a column in standard BPC security report that says who is team leader or who is not".
    Do you know the Dtx package that is responsible to supply the data to Standard BPC security report? We can enhance standard data package to pull/display extra "Team leader" column in standard security report.
    Appreciate your inputs.
    Thanks,
    Ketan

  • Security Reports - Scheduling daily retrieval

    Hi,
    I have two questions regarding security reports.
    I do Not have Planning audit trails activated(client does not want that.) But I Do need a daily report of all the changes that the Hyperion admin does to the roles and provisioning of groups and users.
    Q1.
    Of the 3 reports-Security Reports,Artifact Reports,Config Reports ,that are available in Shared services, it seemed that the 'Security Reports' was my best bet as it made me select what I wanted reports on.(eg. Directory Managemet,UserProvisioning in Select Tasks).But when I run the report I see repetitive lines of useless info
    eg:
    Performed on      Performed by   Application            Artifact Type     Artifact Name   Task
    05/17/2011 admin@native Shared Services User admin@native Authenticate
    Attribute Name : Host Info
    New Value:UNKNOWN
    Access control report only gives me the user/group access and not the changes that were made to them. The Security team at the bank would want to monitor the activities of the Hyperion admin and see what changes were made by her.
    Which report shoould I use to get the required info?
    Q2.
    How do I automate the generation of reoprt such that the members of the security team get the report in their emails daily?
    I would appreciate any help that I get on this.
    Thanks

    Hi,
    are we talking about a single report object here or do more than one report objects (Have the same problem)?
    Is the empty instance been scheduled with the same user as the one you use to view the report in the infoview?
    Have you checked for any error messages in the log files residing in the logging directory in your BOBJ installation directory?
    Have you got any service packs (latest SP = SP4) installed on your BOBJ server?
    Regards,
    Stratos

  • List Database – Security Reporting and Administration Users

    Dear Expert,
    I’m working with BW 2004’s Security Component , I try to find a database table in SE16 that it contain the follow field: Role with your component by Authorization Object. My scope is identify what role is a Secure Reporting Users and Secure Administration Users.
    The role has  S_RS_COMP and S_RS_COMP1 are Reporting Users. Moreover, the role has Reporting Users S_RS_ADMIWB, S_RS_IOBJ, S_RS_ISOUR, S_RS_ISRCM and S_RS_MRPO
    Thank for your help,
    Luis

    se16-->AGR_HIER
    AGR_* will be tables for Roles. Tables SMEN_* are for user favorites.
    You can find the information you want in table AGR_HIER.
    In this table you can select the role,
    In the field REPORT, select RRMX ,this will show you all roles with their workbooks.
    AGR_NAME = ROLE (technical name)
    REPORT= RRMX
    Hope it Helps
    Chetan
    @CP..

  • Security Reports in Shared Services

    Hi guys,
    Could you please help me with a simple question (well, I believe it's easy, but I'm not able to answer it... :))
    I'd like to give a user the permission to run security reports, but it's seems he has to be "Shared Services admin" to do so. Is that correct? Can I give him permission to run this kind of reports without giving him the role of "admin"?
    I really appreciate your help.
    Thank yo!
    Regards,
    Lu.

    Only Shared Services Administrators can generate and view audit reports to track historical changes to the security data.
    Refer: Page 86 of http://download.oracle.com/docs/cd/E17236_01/epm.1112/hss_admin.pdf
    HTH-
    Jasmine.

  • Security report

    Hello,
    I was asked to put together somewhat of a draft for a "security report", but I'm unsure as to what values might be useful to report. I'm sure many of you out there have done something similar in the past and I'm not asking for complete ready-made scripts, just ideas as to what to include. I'm thinking failed logins, maybe specific user login, maybe include information about latest CPU version?
    We are already using an overall database report showing space usage, alert log messages, invalid objects and such. The security report should complement this.
    Best regards.

    We are already using an overall database report showing space usage, alert log messages, invalid objects and such. The security report should complement this.-object creation/modification (DDL) detail on daily/weekly basis.
    -Terminal detail of user session if auditing enable.
    -login time detail after business hrs or failed login attempt.
    -password complexity implementation
    -database growth if not included in overall database report.
    Thanks
    Kuljeet Pal Singh

  • Security report template

    I wanted to know some section details available in Security reports template in design doc
    i.e.
    overview
    reviewed\submitted by
    Data level
    object level
    Thanks in advance
    October 12, 2010 11:31 AM

    overviewWhat type of security you are applying.As the name suggests its overview of security model.
    reviewed\submitted byWho has submitted and who has reviewed.
    Data levelIt means whether you have applied data level scurity or not.If yes on which group and what are the filters for that group in RPD.You can check filters in permission tab.
    object levelIt means whether some of cata;log objects are hidden for some of the groups.You need to check permission in presentation layer as well as in manage previleges.
    Regards,
    Sandeep

  • Security report with native roles and the roles they have access to.

    We need a security report that shows the Native/Custom Roles and the roles that they have access to.
    So, an example would be the role US_Acct, and the report would show what roles that has access to (Post Journals, Consolidate, etc).Can this be done?

    Export the Provision report from Shared Services.
    Upload report to Excel or Access.
    Build Tables to show what tasks each Role has access to.
    Build a report that links the provision report and the xref tables.
    You should also do this with Security Classes.

  • Security Report VPN Graph is Blank

    VPN Bandwidth
    - Even though the VPN Bandwidth Bytes by Day contains data, the graphs are blank.
    - SSL VPN graph is working fine.

    We found the root cause it was because table "task" does not have records in APPSERVER Database.
    Once we updated task table. Security report SEC_LIST_MBR is displaying results correctly.
    Regards,
    Rajesh

  • HFM Security Report Automation?

    Is there a way to automate the running of the HFM (Hyperion Financial Management) Security Report in Shared Services.?
    version: 11.1.2.0
    Is this possible with using Task Automation? ---> If yes please provide details
    If this possible using other reporting tools like HFR, web analysis..etc ---> This is not recommended
    If any other way, Please provide details.
    Thanks All!!
    Regards,
    AVSR

    I think the best way to produce custom security files is using the HFM API. You can use this to report on group memberships and roles and class access. You can read all about it in the Web Developer's Guide Chapter 10. The chapter starts:
    The HFMwSecurity type library contains the HFMwSecurity component. This component
    provides methods that enumerate an application’s security classes, indicate whether a user has
    rights to perform a given task, and return other types of security information.
    I have seen these used to great effect.

  • FTP Error when running security reports

    Hi,
    When running the security report function from:
    Informer -
    |-Security Reports
    |
    |- Users,Roles,Profiles,Miscellaneous
    Tabs: I get the following msg displayed: FTP site Location, user name,
    password not defined
    I have requested my basis team to give me the detail, that I can add it
    to the config but had the following reply.
    Standardbank does not make use of the FTP protocol and thus would not
    be used/required.
    Please advise what the work around id that I can run these reports.
    Regards, Melvin

    Harleen
    I dont get your answer. This works perfectly in Foreground. What am I supposed to configure to make this work in Background?! Where do I make this config?
    Nesimi

  • Security report SEC_LIST_MBR is not displaying users list

    Hi,
    When we run security report SEC_LIST_MBR. It is not displaying list of users instead it is just displaying user id who ran the report all other columns Full Name, Teams, Task Profile and Member access are blank.
    Please suggest what is causing it not to display list of users.
    In database we loaded the following page  http://ReportServer/reports and ran report SEC_LIST_MBR. It also gave same result - one row with user id data only.
    Regards,
    Rajesh

    We found the root cause it was because table "task" does not have records in APPSERVER Database.
    Once we updated task table. Security report SEC_LIST_MBR is displaying results correctly.
    Regards,
    Rajesh

  • HFM Security Reports

    Does anyone know how to keep track of security in HFM as we can generate reports in Planning but i dont see how to manage the security in HFM. Thanks,Scorpio

    Scorpio,No there is no security reports option in HFM .If you have been using external authentication and NT groups ,I would advice you running a report on the NT groups .Thanksnaveen

  • ISA500 security report samples

    Are there any Onplus sample reports available from Onplus for the ISA500 security device?

    Hi Todd,
    I'll check and see if I can gather some reports that contain data and then I'll get back to you.
    Are you aware of the reports that are available? Here's a summary of the available reports:
    •Device Utilization: Percent utilization of the CPU, compact flash, and RAM on the ISA500 Security Appliance, presented in graph and table formats.
    •Network Usage: Network usage in bytes and packets by protocol: HTTP, HTTPS, Email, SSH, and FTP, presented in graph and table formats.
    •Bandwidth Summary: Graphical and tabular format report of inbound and outbound traffic in bytes, by type. When CSV is selected as the report format, the following additional data is provided: number of dropped packets (in), dropped packets (out), error packets (in), and error packets (out).
    •Device Logins: ISA500 Security Appliance administrator logins, user account logins, and failed logins.
    •WiFi Report: Reports WiFi usage. The duration column for an entry is empty if the VPN user is connected when the report is generated.
    •VPN Report: IPSec and SSL VPN login tracking. The duration column for an entry is empty if the VPN user is connected when the report is generated.
    •Firewall Attacks: Displays summary and detail information for firewall attack events detected by the Firewall Attack Protection Security Service on the ISA500 security appliance.
    •Web Usage: Displays summary and detail information for Web usage by category, top visited sites, top users, and blocked sites.
    •Web Threats: Displays summary and detail information for Web threats detected by the Web Reputation Filtering service or Security Policy Profile configured on the ISA500 appliance.
    •Virus Attacks: Displays summary and detail information for virus attack events detected by the ISA500 Anti-Virus Security Service.
    •Spam Filter: Displays summary and details for emails blocked by the Spam Filter service on the ISA500. An email is classified as spam if the sender's reputation is below the SPAM threshold configured on the ISA500.
    •IPS Threats: Displays summary and detail information about security threats blocked by the Intrusion Prevention System (IPS) on the ISA500. When CSV is selected as the report format, additional data is provided (for example, the source IP address of the blocked threat).
    •Custom: A Custom Security report can be generated by choosing sections from any of the Security reports listed in this section when generating the report.
    Thanks,
    The OnPlus Team

Maybe you are looking for