Resolution
goal
Is there a way to configure the maximum row count to allow reports to display more than 100,000 rows?
goal
How do I display more than 100,000 rows in reports?
goal
Can I configure reports to show more rows?
goal
How do I show more rows in reports?
fact
NetIQ Vulnerability Manager 5.0
fact
NetIQ Vulnerability Manager 5.5
fix
Is there a way to configure the maximum row count to allow reports to display more than 100,000 rows?
goal
How do I display more than 100,000 rows in reports?
goal
Can I configure reports to show more rows?
goal
How do I show more rows in reports?
fact
NetIQ Vulnerability Manager 5.0
fact
NetIQ Vulnerability Manager 5.5
fix
Note: Reports containing more than 100,000 rows of security check detailed data are considered to be very large and may adversely affect the available memory on the console computer. Ignoring or increasing this limit may result in a low memory condition, which may cause memory corruption. If the client computer is capable of handling large amounts of data, this limit may be increased accordingly.
To configure the maximum row count to allow reports to display more than 100,000 rows, complete the following steps:
- In Windows Explorer, browse to the Program Files/NetIQ/Vulnerability Manager/VSOC folder.
- Open the
VSOC.exe.config
file. - Modify the following entry to the number of rows you would like to see in reports:
<add key="ReportViewer.max_row_count" value="100000"/>.
- Save the config file.
Additional Information
Formerly known as NETIQKB46884