DEVD0002W BUSINESS EVENT eventname DEFINES A PARTITION INCLUDE LIST BUT z/TPFDF FILE fileID IS NOT PARTITIONED
Where
- eventname
- The business event name.
- fileID
- The z/TPFDF file ID that is specified on the DBDEF macro.
Last updated
Added for PUT14.
Explanation
A partition filter was defined for a business event by using the <partitionIncludeList> element in the business event specification. However, the corresponding z/TPFDF file did not have any partitions defined.
System action
The partition filter is ignored, and z/TPFDF data event processing continues.
User response
Take one of the following actions:
- If you do not want to define partitions for the z/TPFDF file, remove the partition filter from the business event specification.
- If you want to define partitions for the z/TPFDF file, contact your database administrator.