Error 1013110

Message text

IQ had insufficient memory to create the buffer cache with the size specified with the Main_Cache_Memory_MB or Temp_Cache_Memory_MB options. Instead, the cache will be created using the default size.

Item

Value

SQLCode

-1013110

Constant

EMSG_IQSTORE_OUTOFMEM_ONOPENDB

SQLState

QSB35

ODBC State

OK

Probable cause

If we catch an OUTOFMEMORY exception when creating the MAIN or the TEMP buffer cache, we report this warning of our failure and retry to create the cache with the default settings (and NOT the settings of the hos_paramset). This will allow the database administrator to re-open a database even if the Main_Cache_Memory_MB or Temp_Cache_Memory_MB options are set so high as to otherwise prevent the re-opening of the database.