JTOpen IFS events

93 Views Asked by At

I want to know if the JTOpen has the ability to listen to changes of the IFS. I want to find a way to listen to changes made by other programs and execute an action, such as send by MQ or write to a file in the IFS. I tried adding listener to the IFSFile object but I didn't see any activity when a program wrote into that file.

1

There are 1 best solutions below

1
On BEST ANSWER

There's basically two ways to "listen" for IFS events..

Turning on security auditing and processing the data out of the audit journal. The Change Auditing Value (CHGAUD) command can be used to set the auditing of IFS directories and/or objects.

Making use of the Integrated File System Scan on Open Exit Program. This API was added to enable anti-virus software to scan IFS objects when used. But you could write your own exit point program to do something else.