Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Click here for more information.
In the <CacheReports> section of the NBI.Configuration.config file, you can specify a list of reports you want to pre-cache for faster access. For example, you might want to pre-cache reports you have created instead of the pre-defined reports provided by BDNA on the Analyze landing page. In this case, you would comment out the pre-defined reports and add your own reports to the list.
Example:
<CacheReports><ReportFilename><![CDATA[%NORMALIZE_BI_HOME%\NBI\NBIITDiscovery\Analys is\Hardware\Top
</CacheReports>
There are three additional configuration properties for <CacheReports>:
<Active><![CDATA[True]]></Active>
<Frequency><![CDATA[3600]]></Frequency>
<Loglevel><![CDATA[INFO]]></Loglevel>
Options:
<Active>
= True/False: indicates if pre-caching of reports is active or inactive.<Frequency>
= Time in seconds (default is 3600 seconds, which is 1 hour).<Loglevel>
= INFO (default): will log start and finish. DEBUG will log overall start and finish as well
as process time for each pre-cached report.<Loglevel> = INFO (default): will log start and finish. DEBUG
will log overall start and finish as well as process time for each pre-cached report.
Notes:
You can find the NBI.Configuration.config file in the following location ..\BDNA\User Console\Conf
Sep 18, 2020 01:23 PM