Symantec IGA

 View Only
  • 1.  Create User / Modify User tasks report

    Posted Jul 12, 2019 08:42 AM
    Hi all,

    I'm trying to create 2 reports that will show the Create User and Modify User tasks executed in the last 24 hours and this reports should be scheduled for each night.
    But I can not find a task report and the audit details report does not show any info althought the audit is enabled and the tasks has audit checked.

    Another solution is to have a user profile reports based on imCreationDate and imLastUpdateDate (2 custom attributes that are stored in User Store and updated using policy express), but I could not find what should I put in the report snapshot xml on filter criteria to search for last 24 hours or today.
    So it is possilbe to set a custom snapshot for users that cand have something like below

    <where attr="imCreationDate satisfy="ANY">
    <!--op attribute in value expression has following allowed values -->
    <!-- 1.EQUALS (Default) -->
    <!-- 2.CONTAINS -->
    <value op="EQUALS">Today()</value>
    </where>

    Regards,
    Bogdan Barbu


  • 2.  RE: Create User / Modify User tasks report
    Best Answer

    Broadcom Employee
    Posted Jul 12, 2019 11:25 AM

    There are no out of the box reports for this.

    Here is the general information.  Please review the below.  Yes, you will need to create a custom report and have it scheduled at the time you need it executed.

    https://docops.ca.com/ca-identity-manager/14-3/EN/administrating/reporting-using-ca-business-intelligence-jasperreports-server/create-custom-snapshot-reports-ca-business-intelligence-jasperreports-server

    https://docops.ca.com/ca-identity-manager/14-3/EN/user-console-help/reports/configuration-overview

    https://docops.ca.com/ca-identity-manager/14-3/EN/user-console-help/create-a-snapshot-definition/the-snapshot-parameter-xml-file



    ------------------------------
    Best regards,

    Scott Owens
    Sr Support Engineer
    Enterprise Software Division
    Broadcom Inc.
    ------------------------------



  • 3.  RE: Create User / Modify User tasks report

    Broadcom Employee
    Posted Jul 12, 2019 12:29 PM
    I just uploaded a document on how to create custom IG reports in Jasper https://community.broadcom.com/enterprisesoftware/viewdocument/how-to-create-custom-identity-gover?CommunityKey=783a8a1e-bb2b-473a-a0c3-7be7b1d92c60

    The document was authored by Ricky Gloden. You may find it helpful in how to create custom Identity Manager reports in Jasper.