User bio
Graduated in Software Engineering and Information Security.
I work as a Caché developer and currently as a Caché/IRIS Database Administrator, managing and automating multiple instances in the Cloud Environment.
My areas of interest are Security, Performance Database and Linux Environment.
Member since Dec 5, 2018
Posts:
Replies:
Hi Shen Jun,
If you installed Caché on Windows before installing the Windows SNMP service. You need to register the DLL in Caché. Open the Terminal and type:
%SYS> set status=$$Register^SNMP()
Then restart the Windows SNMP service and start the Caché SNMP service.
Documentation: SNMP Troubleshooting
Have you already done this step?
You can create User Events using the Security.Events class, with the Create method.
Example:
%SYS>w ##class(Security.Events).Create("Source","Type","Name","Description", 1)
Certifications & Credly badges:
Global Masters badges:
Lucas has no Global Masters badges yet.
Followers:
Following:
Maybe it can help,
In the SYS.Database Class you can find the IsSystemDB(Directory) method that returns whether it is a system database.
It works on Caché and IRIS.
Documentation IsSystemDB - IRIS
Documentation IsSystemDB - Caché
Examples: