Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on
06-06-2023
11:54 AM
- edited on
07-06-2023
05:53 PM
by
Claudia.Landiva
This article provides instructions on how to check whether the on-prem instance of Reporting Service is running, how to start and stop the Reporting Service, where to find the logs for on-prem installations, and troubleshoot login and report readability issues.
By following these guidelines, you can effectively manage and resolve any issues related to the Reporting Service. These steps are applicable to On-prem Controllers and Support will check these for SaaS customers.
To determine if the on-prem instance of Reporting Service is running, follow these steps:
ps aux | grep node
.node reporting_service/reports/index.js
.
To start or stop the Reporting Service, use the following instructions:
cd reporting_service/reports/bin
to change the directory../reports-service.sh stop
../reports-service.sh start
.
On-Prem:
If the Reporting Service is unable to log in or the reports display a login screen, it may be due to one of the following reasons:
To enable debug mode in the Reporting Service, follow these steps:
Stop the reporting server:
<controller_home>/reporting_service/reports/bin
directory../reports-service.sh stop
.Enable debug log for reporting:
<controller_home>/reporting_service/reports/config/default-config.json
file.Start the reporting server:
<controller_home>/reporting_service/reports/bin
directory../reports-service.sh start
.NOTE | Remember to revert the above settings after collecting the debug logs.
If you require further assistance or have any questions, please reach out to our Support team.
Many thanks to @Satbir.Singh for contributing this article!
I just want to confirm, for people who arrived to this article via the initial Share a Tip post where Satbir shared this content, that this is indeed the same information—in a new location with very minor formatting changes.
And while we're on the subject of the Share a Tip series, please don't hesitate to contribute your own favorite handy tips and hints there anytime!
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form