Need to enable auditing and monitoring fuctionality in jasperserver.

Hi,

I am new to Jasperserver. I got stuck here with big question mark.

I need to enable the auditing and monitoring fuctionality in jasperserver. When i am able to run the Audit reports i can't able to see the data and count of no of reports got generated..

Could anyone please help me on this ? PLEASE!!!!

Thanks,

Siva.

siva.abburi's picture
Joined: Sep 2 2016 - 12:23am
Last seen: 5 years 7 months ago

4 Answers:

check this path - C:\Jaspersoft\jasperreports-server-cp-6.3.0\apache-tomcat\webapps\jasperserver\WEB-INF\js.config.properties

this js.config.properties file should have two values

  1. audit.records.enabled=false
  2. monitoring.records.enabled=false

change these values to true

reportdev's picture
12998
Joined: Oct 12 2015 - 12:05pm
Last seen: 1 year 3 months ago

I think you'll need commercial version of JasperReports Server to use auditing. Check on warning in the JasperReports Server documentation (license here implies commercial version)

http://community.jaspersoft.com/documentation/jasperreports-server-admin...

hozawa's picture
190855
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

Hi Reportdev/Hozwa,

Reportdev, i have changed the values to true as you mentioned above but i can't able to get the Audit functionality. could you please guide me, is there any changes that are required for the same.

Hozawa, My jasperserver is commercial version only. But i cant able to get when few changes has done..

pplease help me guys...Thanks!!

Regards,

Siva

 

siva.abburi's picture
Joined: Sep 2 2016 - 12:23am
Last seen: 5 years 7 months ago

@siva.abburi

did you try logging into the postgres database and querying the audit tables?

I would suggest querying the audit and monitoring tables instead of using the built in reports on server.

reportdev's picture
12998
Joined: Oct 12 2015 - 12:05pm
Last seen: 1 year 3 months ago
Feedback
randomness