00E70020

Explanation

The table name is specified using a LIKE predicate for the audit policy in the SYSIBM.SYSAUDITPOLICIES table. More than one table name match the specified LIKE predicate and at least one of these tables is not defined in the supported table space types. Only the following table space types are supported for auditing:

  • Universal table spaces
  • Traditional partitioned table spaces
  • Segmented table spaces

System action

The audit policy is started, but the table defined in the unsupported table space is not audited.

This reason code is in the IFCID 0362 trace record.

System programmer response

To identify the tables that are not being audited, join the SYSIBM.SYSAUDITPOLICIES, SYSIBM.SYSTABLES, and SYSIBM.SYSTABLESPACE tables on the basis of the table name (OBJECTSCHEMA and OBJECTNAME values from SYSIBM.SYSAUDITPOLICIES), excluding supported table space types.