Messages 1013112 through 1013131

Messages on this page are sorted by Sybase error code. Locate the appropriate code for a full description of the message.

Error 1013112 "MPX: Striping parameters for IQ_SYSTEM_TEMP are global and may only be altered on the coordinator node. %1"
Constant
EMSG_MPX_DBSPACE_STRIPING_ILLEGAL_ON_SN
SAP Sybase Error Number
22015
SQL State
QDD116
SQL Code
-1013112L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
Change striping for IQ_SYSTEM_TEMP on coordinator only.
Error 1013113 "The multiplex server '%2' is not included in the multiplex. %1"
Constant
EMSG_MPX_SERVER_NOT_INCLUDED
SAP Sybase Error Number
22016
SQL State
QNA49
SQL Code
-1013113L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Exception Location
Parameter 2
server name
Probable Cause
This multiplex server has been excluded
Error 1013114 "To start a Secondary node in single-node mode (-iqmpx_sn 1) the override switch (-iqmpx_ov 1) should be used %1"
Constant
EMSG_MPX_SECONDARY_NEED_OV_START_SINGLE
SAP Sybase Error Number
22017
SQL State
QNA50
SQL Code
-1013114L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
Secondary servers are not allowed to start with -iqmpx_sn 1. As the use of -iqmpx_sn 1 makes the server the owner of the IQ database it should not be used unless coordinator restore and failover operations have failed. If it becomes necessary to re-establish ownership of the database by a secondary server you can start the secondary server with -iqmpx_sn 1 only with override (-iqmpx_ov 1)
Error 1013115 "IQ Internal multiplex error. Please report this to Sybase IQ support. %1"
Constant
EMSG_MPX_FATAL_PROGERROR
SAP Sybase Error Number
22018
SQL State
QDD18
SQL Code
-1013115L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
23
Parameter 1
location of the exception
Probable Cause
A fatal programming error encountered, server will be aborted.
Error 1013116 "The operation has been cancelled - Mpx_Work_Unit_Timeout exceeded. %2 %1"
Constant
EMSG_MPX_WU_TIMEOUT
SAP Sybase Error Number
22020
SQL State
QDD21
SQL Code
-1013116L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
explanation for arg %2 delete if no %2
Probable Cause
The elapsed time to complete a distributed work unit exceed the timeout value.
Error 1013117 "Worker rejected query fragment - %2. %1"
Constant
EMSG_WORKER_REJECTED_QUERY_FRAGMENT
SAP Sybase Error Number
22024
SQL State
QDD24
SQL Code
-1013117L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of exception
Parameter 2
reason for rejecting the fragment.
Probable Cause
Worker node could not execute a remote procedure call.
Error 1013118 "Login denied to logical server '%2', Either the server is not part of the logical server or does not match the node type or login redirection is disabled. %1"
Constant
EMSG_LOGIN_REDIRECTION_ERROR
SAP Sybase Error Number
22031
SQL State
QXA63
SQL Code
-1013118L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
23
Parameter 1
location of the exception
Parameter 2
logical server id
Probable Cause
This connection attempt failed because the logical server did not match the connection criteria
Error 1013119 "To redirect to the COORDINATOR logical server the connection parameter nodetype should be a 'writer'. %1"
Constant
EMSG_NODETYPE_MUST_BE_WRITER
SAP Sybase Error Number
22032
SQL State
QXA64
SQL Code
-1013119L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
23
Parameter 1
location of the exception
Probable Cause
The connection paramenter logicalserver = coordinator must ask for a writer node
Error 1013120 "Worker unable to send remote procedure call to leader. - %2. %1"
Constant
EMSG_WORKER_RPC_FAILURE
SAP Sybase Error Number
22035
SQL State
QDD28
SQL Code
-1013120L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of exception
Parameter 2
reason for rejecting the fragment.
Probable Cause
The worker node is trying to send a message to the leader node but the leader is no longer available.
Error 1013121 "Cannot truncate partition '%2' of table '%3' - table partitioned incorrectly. %1"
Constant
EMSG_CANNOT_TRUNCATE_PARTITION
SAP Sybase Error Number
22151
SQL State
QDD29
SQL Code
-1013121L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
partition name.
Parameter 3
table name.
Probable Cause
Table must be range partitioned for truncate partition and hash-range partitioned for truncate subpartition
Error 1013122 "Cannot add hash partition to table %2 %1"
Constant
EMSG_TABLE_CONTAINS_DATA_CANNOT_HASH_PARTITION
SAP Sybase Error Number
22152
SQL State
QDD30
SQL Code
-1013122L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
table name.
Probable Cause
Alter table add partition hash - not allowed on table that contains data
Error 1013123 "Invalid value for IQ UNIQUE on column %2 %1"
Constant
EMSG_INVALID_IQ_UNIQUE
SAP Sybase Error Number
22153
SQL State
QDD31
SQL Code
-1013123L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
column name.
Probable Cause
Value out of range or datatype does not allow dictionary compression
Error 1013124 "NBIT Column %2 exceeded token limit of %3 %1"
Constant
EMSG_NBIT_LIMIT_EXCEEDED
SAP Sybase Error Number
22154
SQL State
QDD32
SQL Code
-1013124L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
column name.
Parameter 3
token limit.
Probable Cause
Exceeded the IQ UNIQUE(N) limit defined for this column.
Error 1013125 "The optimizer hint ESTIMATED IQ UNIQUE is only allowed on flat FP columns %2 %1"
Constant
EMSG_INVALID_EST_IQ_UNIQUE
SAP Sybase Error Number
22155
SQL State
QDD33
SQL Code
-1013125L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
column name.
Probable Cause
Estimated unique is only allowed on flat columns.
Error 1013126 "Value %3 is less than the current maximum token %4 for column %2 %1"
Constant
EMSG_NBIT_VALUE_TOO_LOW
SAP Sybase Error Number
22156
SQL State
QDD34
SQL Code
-1013126L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
column name.
Parameter 3
new value.
Parameter 4
current number of tokens.
Probable Cause
The Value is lower than the current number of tokens in the column
Error 1013127 "Create RLV dbspace not allowed in multiplex."
Constant
EMSG_DBSPACE_RLV_MPX_NOT_ALLOWED
SAP Sybase Error Number
22157
SQL State
QRLV1A
SQL Code
-1013127L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Probable Cause
RLV dbspace may not be created in multiplex nodes.
Error 1013128 "The RLV freelist is corrupted."
Constant
EMSG_RLV_FREELIST_CORRUPT
SAP Sybase Error Number
22158
SQL State
QRLV1B
SQL Code
-1013128L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Probable Cause
The RLV freelist is corrupted.
Error 1013129 "RLV Store has run out of memory"
Constant
EMSG_RLV_HEAP_MEMORY_EXHAUSTED
SAP Sybase Error Number
22159
SQL State
QRLV1C
SQL Code
-1013129L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Probable Cause
RLV store has exceeded the configured memory limit.
Error 1013130 "All IQ large memory has been used, allocation canceled [size: %2] %1"
Constant
EMSG_LMA_OUTOFMEMORY
SAP Sybase Error Number
22160
SQL State
QBC75
SQL Code
-1013130L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
The size of unable to allocate memory
Probable Cause
iqlm large memory manager reprot error
Error 1013131 "Cannot unpartition a non-empty hash or hash-range partitioned table %2 %1"
Constant
EMSG_TABLE_CONTAINS_DATA_CANNOT_UNPARTITION_HASH_PARTITION
SAP Sybase Error Number
22161
SQL State
QDD35
SQL Code
-1013131L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Location of the exception.
Parameter 2
table name.
Probable Cause
Alter table unpartition hash partition hash - not allowed on table that contains data