Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个报告来显示每个报告的最后执行时间以及谁运行它们。审计报告。我已经搜索了数据库以查看是否可以将这些信息记录到那里,但没有成功。有人尝试这样做吗?是否已经有审计报告可以通过一些调整来做到这一点?
审计内置于 JasperReports Server 的商业版中。将其添加到 JasperReports Server 的 AGPL 社区版需要进行自定义开发工作。
编辑:鉴于您使用的是商业版,那么您需要在 applicationContext-audit.xml 中打开审核。搜索此行:
<entry key="com.jaspersoft.jasperserver.api.logging.audit.domain.AuditEvent" value="false"/>
有关完整详细信息,请参阅《管理员指南》。