Error 1000014

"%2 MB is not sufficient for the load, update, or delete. %1"

Item Description

SQLCode

-1000014L

Constant

EMSG_INSUFFICIENT_LOAD_MEMORY

SQLState

QDA14

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Sybase Error Code

20674

Severity Code

14

Parameter 1

location of the exception

Parameter 2

user specified upper bound on megabytes of heap memory load/delete/update can actually use

Probable cause

The user can control the amount of heap memory a load/delete/update process (LOAD, INSERT VALUE, DELETE, SYNCHRONIZE, UPDATE) can use via the Load_Memory_MB option. If this memory limit isn't sufficient for the load/delete/update to run, then this exception is raised. To proceed, the user must either turnoff the limit (i.e., set Load_Memory_MB to zero) or increase the limit.


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com