I have encounter an error for a user that i have created. Whenever i click on the report, the “object details” tab throws exception:-
Fehler: An error occured during report execution.
Security Violation
Im Falle eines nicht nachvollziehbaren Fehlers kontaktieren Sie bitte einen Administrator.
Details:
java.lang.RuntimeException: Security Violation at net.datenwerke.rs.core.server.reportexport.ReportExportServlet.validateRequest(ReportExportServlet.java:136) at
…
But if i login as root, its shows the report information.
Hi Kit,
the object details view is just a report itself. So for users to be able to view it, the correct permissions need to be in place.
As this is a script report you have to set two kinds of permissions
(1) allow all users to execute the report
(2) allow all users to execute the respective script in /fileserver/bin
the failing report is the documentation report (key DOKUBERICHT by default) located within the folder “Scriptreports”. The user needs to have execute rights for that report.