Hello Pakpoom,
The key to setup notifications are triggers which, defined at Batch/Job level, allow to dynamically submit another Batch / Job on defined events. The implementation of the notification itself has to be implemented by the customer by creating a script which interfaces with your desired notification system. Examples are scripts to send mails, interfacing with ticket systems to create tickets, ...
To notify on job failure, the trigger types IMMEDIATE MERGE and
FINISH CHILD are the ones typically used.
To notify success BEFORE and AFTER FINAL triggers can be used to
submit a notifier on successful execution.
For jobs /batches submitted by a trigger some additional system
parameters providing context information are available to be used
by the notifier job.
This trigger context parameters provides the information which
job caused and/or defined the execution of the trigger and the
exit state causing the trigger firing.
More Information on Triggers can be found here:
https://independit.de/Downloads/bicsuite_web_en-2.11.pdf [Page 165+ (trigger tab)].
https://independit.de/Downloads/syntax_en-2.11.pdf [Page 197+ (create trigger) and 161 (trigger parameters)].
By the way, Release 2.7 is quite outdated already and we strongly recommend to update your systems to 2.11 to be up to date again.
There will be no patches or fixes to 2.7 anymore.
Best Regards
Dieter