SYSVIEW Performance Management Option for DB2 for z/OSDatabase Management for DB2 for z/OS - Performance SuiteDatabase Management for DB2 for z/OS - SQL Performance SuiteInsight Performance Monitor for DB2 UDB for z/OS
Issue/Introduction
Data collector abended with the following message:
Component : CA Insight Database Performance Monitor for DB for z/OS
Resolution
The problem is a basic serialization problem. The stopping of a request results in the rebuilding of the code to handle the DECLARE statement. At the same time, an accounting record was being processed for a thread, and we branched to the storage that contained the code to process the DECLARE, which had been freed.If you have requests that are regularly stopped and restarted, and they contain DECLARE statements, you can create a separate request containing only the DECLARE statements. Then, remove the DECLAREs from the requests that get stopped and restarted regularly.