我已经启用了默认策略,并且我看到table _aud-audit-data正在保存系统事件:登录、注销、添加或修改用户、策略中的更改等等。
但我需要保存我的ERP事件。例如,删除客户端。
我是审计新手,我想我知道这应该记录在_aud-audit-data-value中。但事实并非如此。
我该怎么办?
刚刚在文档中看到了一个特定的章节:“开发支持审计的OpenEdge应用程序”,现在正在阅读...
发布于 2021-08-19 13:06:59
您需要使用审计控制系统句柄。
AUDIT-CONTROL:LOG-AUDIT-EVENT( 32000,
"This is the event context",
"This is the event detail",
"This is the user detail"
).这篇知识库文章详细描述了这一点。
https://knowledgebase.progress.com/articles/Knowledge/P127541
https://stackoverflow.com/questions/68848318
复制相似问题