Loading

Report

Skip Feed
  1. How Do You Delete a User's Management View or Report?

    Hi all ...

     

    One of the items I am looking into is the reassignment of private views or reports from a Windows Authentication id (Domain/Username) to a SAML-based id (E-mail Address). In other words, after the conversion from Windows Authentication to SAML Authentication, I want MyDomain/JohnDoe to still access his private reports and views after his persona becomes JohnDoe@MyDomain.com.

     

    After doing some research, I see that I can reassign the reports two ways:

    1. I can modify the FNMSCompliance.dbo.ComplianceSavedSearch table and set the private report to public (set RestrictedAccessTypeID = 1) but that makes it available to everyone. Not an issue if I get permission to do this.
    2. I can modify the FNMSCompliance.dbo.ComplianceSavedSearch table and update the ownership id (set CreatedByOperatorID to the ComplianceOperatorID of the new owner).

     

    [I may have to make a private folder public (or change the folder to one that already exists).]

     

    While writing these queries and the SQL update statement, I saw that there are private reports and views that exist for employees who no longer work at my agency. Some date back many years.

     

    I could reassign them to someone else or make them public, but that got me thinking - is there a way to clean up private reports/views owned by ex-users?

     

    --Mark

    Expand Post

    1 of 7
    • The field CreatedByOperatorID in ComplianceSavedSearch is actually a foreign key to ComplianceOperator. I couldn't find any example for reports with limited access and a CreatedByOperatorID missing, I assume the removal of an operator also removes personal reports.

       

      There might still be disable operators with private views and/or reports.

       

      SELECT

      css.ComplianceSavedSearchID

      ,css.SearchName

      ,co.OperatorLogin

      ,IsEnabled

      FROM ComplianceSavedSearch css

      LEFT JOIN ComplianceOperator co

      ON css.CreatedByOperatorID = co.ComplianceOperatorID

      WHERE css.RestrictedAccessTypeID = 2

      AND co.IsEnabled = 0

      Expand Post

  2. Does anyone know how to share custom reports?

    Hi,

     

    Does anyone know how to share custom reports? I have created a custom report and the normal share report feature isn't available so I'm not able to share it with anyone else. I have tried saving alternative versions of the report but that also doesn't give me the option to share.

     

    Any help would be appreciated.

     

    Thanks in advance,

     

     

    Dan

    Expand Post

    1 of 10
    • Have you checked the "Report Security" for the role in the SMACC?

      Administrators have access to everything, but other roles do not.

      I have created a new custom report and this did not appear for non-Admin users. I had to grant accedd in SMACC.

      reportsecurity 

      Expand Post

  3. 1 of 6
    • Hi Ashish,

       

      Do you want to find out the URL for an application which appears in Snow Cloud applications? If yes, you can select a name from the list of users and ask the Service Desk to collect the URL. If you would like to build an advanced url filtering, you might want to use a special software, like proofpoint(if I remember the software functionalities correctly).

      Expand Post

  4. SLM cannot count my licenses
    Hello, I have an issue with compliance and licenses. It looks like SLM cannot count a licenses in compliance report. Let me explain my issue below: I check compliance and I can see 0 at all columns but there is a price so that means there is a license (License is still valid - I checked that). In my opinion in this situation if we don't have any of those installations but we got a valid license we should be able to see compliance >0. I had the same issue with Microsoft Exchange Server 2016 Enterprise - I changed here "Assignment type" to Organization, then SLM counts this license Does anyone know how to solve this issue? I got SLM version 9.6.
    Expand Post

    • Hello, first of all: SLM never counts wrong ;-) But it appears to me that you are missing one important step: The metric of your Exchange server license is set to "installation" while the metric of your SQL server license is set to "Core". When you create a license with a CPU or Core metric, there is a hint that you will have to assign the license to a computer or datacenter. Obviously, you haven't done this, as all your 86 Cores are marked as "unassigned". This simply means that SLM will not include these licenses into a compliance calculation. So the solution is simple: assign the unassigned licenses. Kind regards Axel
      Expand Post

  5. How SLM counts compliance?
    Hello, can someone explain me how SLM counts Microsoft compliance? I got one datacenter where I got 14 VMs (13 of them are Windows Servers). In application tab I can see Windows Server 2016 and required 400 licenses on this datacenter. Server hardware: Processor = 1 Cores per processor = 10 I am using Windows Server Standard 2019 license with downgrade rights.Can someone explain me why there is required 400? If I count 13 (vms) x 16 (minimal requirment per core) = 208.

    1 of 10

  6. Snow-report about new versions of applications

    Hi all

    We have a policy at our department that tell us  we always shall have updated software (at least a few version back).

    We have also many applications, and it take long time to investigate if there is any new versions to install.

    I miss a report in snow,  that tell us wich applications have a new version released.

    For example, if we work in SPSS ver 25 the report can tell us there are a newer version 26 released.

    Snow have this information in the inventory database. 

    Is it possible to get a standardreport or can I do my own report from the information in snow?

    Best regards

    //Birgitta

    Expand Post

    • It would not be too hard to create this as a custom report but that is a great idea ... and a good candidate for the Ideas Board If you create it, I would happily up-vote it!

  7. All Installed Software Report?
    Anyone ever find a way to run a report of all installed software per computer? In the SLM under reports its too big and times out. I did add the column for Installed = Yes. I have also tried to break it down by regional reports. But that's a lot of boxes to check.  Is there a way to do this straight from SQL? Anyone have the SQL string for that? Other suggestions?  Thanks, 

    • Jelle Wijndelts (Flexera Software)

      Hi Mark,  Have you tried running the report as a scheduled report? Normally when a report times out it is because the amount of data is too much for the browser to deal with. a scheduled report runs in the background and gets sent via email. Kind regards, Jelle

End of Feed
8 Chatter Feed Items
ALL CONVERSATIONS
UNSOLVED
ARTICLES
24 Posts
Loading
Report | Flexera