Error 15601

Severity

20

Message text

Failed to cache systabstats contents for %S_OBJINFO.

Explanation

When an object is opened, a descriptor is built and put into the descriptor cache. As part of that process, the statistics for the object are read from systabstats and cached in the object’s partition descriptor. Error 15601 is raised when is an error caching the statistics.

Action

Each object must have at least one valid row in systabstats. Error 15601 may be raised when no such row exists. If it appears the proper rows exist in systabstats, verify that the values are high enough for the configuration properties “number of open indexes,” “number of open objects,” and “number of open partitions.”

If the 15601 is raised during an online database following a load, run update statistics on the object in the source database and re-dump it.

Additional information

If the error persists, a configurable shared memory dump (CSMD) may be helpful in determining the root cause. Information about CSMD can be found in the chapter “Other Useful Tasks” in the most recent version of the Troubleshooting and Disaster Recovery guide.

Versions in which this error is raised

Version 15.0 and later