OGG-25132
APIFILTER is not filtering with a list of database and table IDs when reading log records.
Cause
If APIFILTER is enabled and DATA CAPTURE CHANGES is enabled for SYSIBM.SYSTABLES, then APIFILTER will be used to capture data but without a list of IDs.
Action
To enable DATA CAPTURE CHANGES for SYSIBM.SYSTABLES, use this GGSCI command: ADD TRANDATA sysibm.systables. This allows processing to be done with APIFILTER, when no other conditions exist that would force NOAPIFILTER. For example, the need to capture change data for any table that includes one or more LOB columns.