11 or 21
Partition condition for object %ld, indid %d, ptncondid %ld was not found in database %d.
Semantic partitioned (range, hash, and list partitions) tables have a partition condition associated with the table’s schema. This condition is stored as a partition condition object in sysprocedures and is linked to the source partitioned table. This partition condition object is used by the database task for access (reads and writes) of the table’s partitions.
When a database task fails to retrieve the partition condition object associated with a partitioned table, error 14313 is raised. This failure can be an internal error (severity 21) or the task might be trying to retrieve information about a non-existent object (severity 11).
This error can result due to problems encountered when creating or dropping a partition or a partition (local) index. If a different error occurs when a command is executed, correct that condition and retry the command. If no other way is found to correct the problem, it may be necessary to unpartition and repartition the table.
If the error persists, it may be necessary to gather a configurable shared memory dump (CSMD). Information about CSMD can be found in the section “Other Useful Tasks” in the most recent version of the Troubleshooting and Disaster Recovery guide.
Version 12.5.1 and later