Monitor for Completion of Journal Processing with EVJRNDONE - ironstream_for_elastic - ironstream_for_kafka - ironstream_for_splunk - 7.4

Ironstream for Splunk®/Kafka®/Elastic® for IBM i Ironstream Integration Components Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for Splunk®
Ironstream > Ironstream for Kafka®
Ironstream > Ironstream for Elastic®
Version
7.4
Language
English
Product name
Ironstream Splunk®/Kafka®/Elastic®
Title
Ironstream for Splunk®/Kafka®/Elastic® for IBM i Ironstream Integration Components Administration
Copyright
2022
First publish date
2007
Last updated
2023-08-25
Published on
2023-08-28T08:26:48.055356

The EVJRNDONE is a standalone program to monitor for the completion of all EVJRNPROC journal monitoring jobs under the EVSBS subsystem. When called, EVJRNDONE will remain active until all journal jobs have completed active processing (that is, until the last sequence number processed by the EVJRNPROC matches the last sequence number of the currently monitored journal), and that all desired journal entries have been forwarded from the iSeries agent to the server. If all processing has not been concluded by the specified time, a CPF9898 error message is returned.

Call syntax from the iSeries command line or within a CLP script:

CALL EVIEW/EVJRNDONE [PARM('intervals')]

where:

intervals

Number of 30 second intervals to wait for processing to finish before returning the error message

Default is 10 intervals (for a total wait time of 300 seconds). Example call:

Wait for 60 seconds to allow journal processing and message deliveries to complete:

CALL PGM(EVIEW/EVJRNDONE) PARM('2')