The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Setting application usage setting to 120 days

NathanPerry
By
Level 3

Is it possible to change the usage setting for every application to 120 instead of 90 days (default). I know you can for an individual application but I want to change the definition of usage across the board 

(3) Replies

ChrisG
By Level 20 Flexeran
Level 20 Flexeran

A procedure for doing this with FlexNet Manager Suite On-premises would be:

  1. Execute SQL queries like the following against the compliance database to set the usage period for all applications published in the reference ARL as well as locally defined applications:
    UPDATE SoftwareTitleEx_MT SET UsagePeriod = 4 -- Update usage period for reference ARL applications (months)
    
    UPDATE SoftwareTitle_MT SET UsagePeriod = 4 -- Update usage period for local applications (months)​

    Note that the 1st query above will need to be re-executed after any ARL update if you want the 4 month period to apply to new applications added to the ARL in that update.

  2. Create a "dummy" local application and set its usage period in the UI to 4 (months). This is to workaround a problem whereby usage data is only imported from an inventory source for the last 3 months or the longest usage period for any locally defined application (whichever is longer).

Note that usage data from more than 3 months ago are ignored if inventory readers are run in "disconnected" mode - that is, from a beacon (which is always the case with FlexNet Manager Suite Cloud). You can only have a usage period longer than 3 months if your inventory readers are run in "connected" mode - that is, on the batch server of a FlexNet Manager Suite On-premises installations.

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

mfranz
By Level 17 Champion
Level 17 Champion

Hi Chris,

Does this mean the usage period changes made in the Web UI are also reset by ARL updates?

Best regards,

Markward

ChrisG
By Level 20 Flexeran
Level 20 Flexeran

No - the usage period on existing applications should not be updated when an ARL update is applied. However new applications which are created when an ARL update is applied will get a default usage period of 3 months so those records will need to be changed to (in this example) 4 months after applying the ARL update.

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)