Release Automation

 View Only
  • 1.  RA 5.5.2- Shared Components Usage Data

    Posted May 24, 2016 06:19 AM

    Hi All,

     

    We have few shared components published and used across several applications. Management wants to get the usage statistics of each Shared Component.

    Can we get it in our available reports/widgets, please advise.

     

    Thanks & Regards

    Paneendra



  • 2.  Re: RA 5.5.2- Shared Components Usage Data
    Best Answer

    Broadcom Employee
    Posted May 24, 2016 06:57 AM

    Hi,

     

           There are no specific reports or widgets that can be used to show shared component usage but this would be a god suggestion for the ideation system. You can check the usage of individual shared components by clicking on the shared component and selecting the "Find Usages" from the shared component menu.

     

    Regards

    Keith



  • 3.  Re: RA 5.5.2- Shared Components Usage Data

    Posted May 24, 2016 07:29 AM

    Hi

    You can try using the following SQL query

    ----------------------------------------------------------

    use nolio_db55;

    SELECT apps.APP_NAME as Application_Name, comp.COMPONENT_NAME as Shared_Component_Name, comp.VERSION as Shared_Component_Version FROM applications apps

    inner join revision_mapping rp on rp.application_id=apps.ID

    inner join components comp on comp.ID=rp.component_id

    where comp.COMMITTED=1

    ---------------------------------------------------------

     

     

    Thanks

    Jacky



  • 4.  Re: RA 5.5.2- Shared Components Usage Data

    Posted May 24, 2016 07:37 AM

    Thanks Jacky,

     

    Management is interested to see how many times the shared component was run/used across all applications for their analysis.

    We were able to see how many applications use the  shared component but not the number of times the shared component was used in their deployments.



  • 5.  Re: RA 5.5.2- Shared Components Usage Data

    Posted May 24, 2016 07:44 AM

    OK . in that case built in report will be the right answer ..



  • 6.  Re: RA 5.5.2- Shared Components Usage Data

    Posted May 24, 2016 07:35 AM

    Thanks Keith,

     

    I have put that as an idea.

    Management is interested to see how many times the shared component was run/used across all applications for their analysis.