Modifying report properties
This page provides the steps you must perform to modify the report properties. Perform the following steps to modify the properties mentioned:
- Navigate to the ReportEngineInstallDir\ReportEngine\tools\jboss\server\all\conf\properties\smsConsoleServer directory.
- Open the application.properties file using a text editor.
Edit appropriate properties described in the following table.
Report configuration parameters
- Save the application.properties file.
To modify the property to enable Causal reports to display data
If you have configured the property to disable causal reports in any of the previous versions of Report Engine, after upgrade, if you want to enable the causal reports in Report Engine 10.0.00, perform the following steps:
On the computer where you have installed BMC TrueSight Operations Management Report Engine, using a text editor, open the internal.properties file located at the following location:
ReportEngineInstallDir\ReportEngine\tools\jboss\server\all\conf\ properties\smsConsoleServer
- In the file, search and identify the property com.bmc.sms.consoleserver.eventProcessor.eventsFromDatabase, and set the value to true.
- Save and close the file.
- Restart the BMC TrueSight Operations Management Report Engine service. For more information, see Starting and stopping the BMC TrueSight Operations Management Report Engine.
To set Report Engine timeout properties
If the Reporting database is down, Report Engine tries to connect it continuously and after certain time, the data collection stops. Once the database is up, you have to restart Report Engine to start the data collection. If you want to set the timeout period for Report Engine, perform the following steps:
On the computer where you have installed BMC TrueSight Operations Management Report Engine, using a text editor, open the internal.properties file located at the following location:
ReportEngineInstallDir\ReportEngine\tools\jboss\server\all\conf\properties\
- In the file, search and identify the following properties:
- websdk.util.persist.jdbc.connection.attempts=21600
- websdk.util.persist.jdbc.connection.attempt.wait.time=120
By default, their values are set as 21600 and 120 respectively (that is, timeout period of 30 days). You can update the values as required.
- Save and close the file.
- Restart the BMC TrueSight Operations Management Report Engine service.