Client Management Suite

 View Only
  • 1.  Report On All Advertised Packaged in Software Portal

    Posted Jun 07, 2017 11:31 AM

    I haven't been able to find a report or query that tells if a package is advertised through the SWP. Don't suppose someone know the column / table that holds the flags to advertise a package through the SWP?

    Thanks in advance



  • 2.  RE: Report On All Advertised Packaged in Software Portal
    Best Answer

    Posted Jun 07, 2017 04:56 PM

    I was able to figure out the necessary SQL. Sharing the below for any others looking to understand what is completely listed in the software portal.

    SELECT        
    i.Guid [_itemGuid]
    , i.Name
    , i.Description
    ,CAST(CAST(State AS NVARCHAR(MAX)) AS XML).value(N'(//item/IsPublished)[1]','nvarchar(max)') [IsPublished]
    ,i.CreatedDate
    ,i.CreatedBy
    FROM  Item i 
    INNER JOIN ItemClass ic 
    ON i.Guid = ic.Guid
    WHERE        
    ic.ClassGuid = 'E1C9F80B-5AC5-4970-8722-9E2BBB1E8147' --Altiris.SoftwarePortal.Resources.SoftwarePublishingItem
    ORDER BY i.Name

     



  • 3.  RE: Report On All Advertised Packaged in Software Portal

    Posted Feb 18, 2021 04:56 PM
    Thank you very much for the SQL query. Works wonderfully. Is there any way you can add "Requested By" field in this one. I need to understand who is requesting the software. 

    Thanks in advance.


  • 4.  RE: Report On All Advertised Packaged in Software Portal

    Broadcom Employee
    Posted Feb 19, 2021 03:44 PM
    There is a report to see requests at Reports > All Reports > Software > Portal > Software Request Status


  • 5.  RE: Report On All Advertised Packaged in Software Portal

    Posted Jun 07, 2017 05:05 PM

    You are a genius. I've been looking for this for years.

    The E.



  • 6.  RE: Report On All Advertised Packaged in Software Portal

    Broadcom Employee
    Posted Feb 21, 2021 06:48 AM
    Hi!
    I suppose you are looking for this.
    https://help.symantec.com/cs/itms8.5/SWM/v128399272_v127279765/Managing-software-publications?locale=EN_US

    It is both a report and central page for managing the Software publications on Software Portal
    Regards,
    Artur

    ------------------------------
    Software Engineer 5
    Broadcom Inc.
    ------------------------------