A new Flexera Community experience is coming on November 18th, click here for more information.
Dear All
We have a default report of Application and License Installations in Flexera Reports Panel. However, it cuts off at 1 million records. Is there a way to remove this limit?
Jul 09, 2020 04:24 AM
If you are using FlexNet Manager Suite On-premises, you can change the maximum number of rows returned in reports by changing the value of the MaxCustomViewResultRows setting in the dbo.ComplianceSetting table in the compliance database. For example:
UPDATE dbo.ComplianceSetting
SET SettingValue = '2000000'
WHERE SettingName = MaxCustomViewResultRows'
Be aware that increasing this limit may increase the likelihood that running large reports will result in memory exhaustion, timeouts or other types of errors. In general it is good practice to configure reports with appropriate filters to ensure they don't return too many rows.
Jul 09, 2020 04:42 AM
If you are using FlexNet Manager Suite On-premises, you can change the maximum number of rows returned in reports by changing the value of the MaxCustomViewResultRows setting in the dbo.ComplianceSetting table in the compliance database. For example:
UPDATE dbo.ComplianceSetting
SET SettingValue = '2000000'
WHERE SettingName = MaxCustomViewResultRows'
Be aware that increasing this limit may increase the likelihood that running large reports will result in memory exhaustion, timeouts or other types of errors. In general it is good practice to configure reports with appropriate filters to ensure they don't return too many rows.
Jul 09, 2020 04:42 AM
User | Count |
---|---|
8 | |
6 | |
3 | |
3 |