Messages 1158 through 1177

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

Error 1158 "No matching text index."
Constant
TEXT_NO_MATCHING_INDEX
SAP Sybase Error Number
2834
SQL State
WT003
SQL Code
-1158L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
A single text index must exist on all columns referenced in a CONTAINS query.
Error 1159 "Non-constant or unknown text query string."
Constant
TEXT_QUERY_NOT_KNOWN
SAP Sybase Error Number
2835
SQL State
WT004
SQL Code
-1159L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The query string argument to a CONTAINS query must be a constant, or a non-null value in a variable.
Error 1160 "Text configuration \"%1\".\"%2\" not found."
Constant
TEXT_CONFIG_NOT_FOUND
SAP Sybase Error Number
2836
SQL State
WT005
SQL Code
-1160L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The text configuration creator.
Parameter 2
The text configuration name.
Probable Cause
The specified text configuration does not exist.
Error 1161 "Text configuration \"%1\" already exists."
Constant
TEXT_CONFIG_ALREADY_EXISTS
SAP Sybase Error Number
2837
SQL State
WT006
SQL Code
-1161L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The text configuration name.
Probable Cause
The specified text configuration name already exists.
Error 1162 "Term length outside allowed range."
Constant
TEXT_BAD_TERM_LENGTH
SAP Sybase Error Number
2838
SQL State
WT007
SQL Code
-1162L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The minimum and maximum term lengths must both be greater than 0 and less than or equal to 60 characters.
Error 1163 "Invalid collation: \"%1\"."
Constant
TEXT_BAD_COLLATION
SAP Sybase Error Number
2839
SQL State
WT008
SQL Code
-1163L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The invalid collation string.
Probable Cause
The collation was not found, or the tailoring options were invalid.
Error 1164 "Text query parser error: %1"
Constant
TEXT_PARSER_ERROR
SAP Sybase Error Number
2840
SQL State
WT009
SQL Code
-1164L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The error message returned by the text query parser.
Probable Cause
The text query could not be parsed.
Error 1165 "Error creating text index \"%1\" on table \"%2\No message
Constant
TEXT_INDEX_CREATION_ERROR
SAP Sybase Error Number
2841
SQL State
WT010
SQL Code
-1165L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the text index.
Parameter 2
The name of the table.
Probable Cause
There was an internal error creating a text index.
Error 1166 "Text indexes are not supported for this database."
Constant
TEXT_UPGRADE_REQUIRED
SAP Sybase Error Number
2842
SQL State
WT011
SQL Code
-1166L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The current database does not have catalog support for text indexes. To use this feature, upgrade your database to the most recent version.
Error 1167 "Cannot drop a user that owns text configurations"
Constant
USER_OWNS_TEXT_CONFIG
SAP Sybase Error Number
2843
SQL State
55W12
SQL Code
-1167L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You attempted to drop a user that is the creator of a text configuration. The text configuration must be dropped first.
Error 1168 "Cannot alter or drop a text configuration referenced by a text index."
Constant
TEXT_CANNOT_ALTER_CONFIG
SAP Sybase Error Number
2844
SQL State
WT012
SQL Code
-1168L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
It is not possible to alter or drop a text configuration referenced by a populated text index or currently being used by a text procedure. Either copy the configuration and alter the copy, or close all cursors on text procedures and truncate all indexes that use the configuration.
Error 1169 "Cannot access a table that is part of a text index."
Constant
TEXT_CANNOT_USE_TEXT_INDEX
SAP Sybase Error Number
2846
SQL State
WT013
SQL Code
-1169L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
It is not possible to directly manipulate tables created as part of a text index.
Error 1170 "The materialized view %1 cannot be changed to immediate because it has already been initialized"
Constant
IMMEDIATE_MV_REFRESH_NOT_ALLOWED
SAP Sybase Error Number
2847
SQL State
42WC3
SQL Code
-1170L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the materialized view.
Probable Cause
You attempted to change the refresh type to immediate for a materialized view which is already in an initialized state. Truncate the view before changing the refresh type.
Error 1171 "Client application does not allow transfer of data ('%1')"
Constant
CLIENT_TRANSFER_NO_VALIDATION
SAP Sybase Error Number
2848
SQL State
WW092
SQL Code
-1171L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the object being transferred to/from the application.
Probable Cause
The client application does not allow the transfer of server initiated data. To allow transfer of server initiated data, the application must register a validation callback mechanism with the client library.
Error 1172 "Client application disallowed the transfer of data ('%1')"
Constant
CLIENT_TRANSFER_DISALLOWED
SAP Sybase Error Number
2849
SQL State
WW093
SQL Code
-1172L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the object being transferred to/from the application.
Probable Cause
The client application rejected the transfer of server initiated data. To allow transfer of server initiated data, the application registered a validation callback which rejected the transfer of requested data.
Error 1173 "Client library reported an error accessing data during transfer ('%1')"
Constant
CLIENT_TRANSFER_ACCESS_ERROR
SAP Sybase Error Number
2850
SQL State
WW094
SQL Code
-1173L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the object being transferred to/from the application.
Probable Cause
The client application reported an error while attempting to access the data for a transfer request from the server. Reasons could include the client application lacking permissions to the data object or other operating system reported errors.
Error 1174 "Cannot create text configuration '%1' because option '%2' has an inappropriate setting"
Constant
TEXT_BAD_OPTION
SAP Sybase Error Number
2851
SQL State
WT014
SQL Code
-1174L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the configuration.
Parameter 2
Name of the option with the incorrect setting.
Probable Cause
You attempted an operation that needs to create or alter the database options settings for a text configuration, but one of the options is currently set to a value not permitted for a text configuration.
Error 1175 "Unable to acquire table locks in specified time"
Constant
LOCK_TIMEOUT
SAP Sybase Error Number
2852
SQL State
42WC4
SQL Code
-1175L
ODBC 2 State
40001
ODBC 3 State
40001
Severity Code
21
Probable Cause
The LOCK TABLE statement could not acquire all the locks in specified time period.
Error 1176 "Plan not available. NOEXEC plan cannot be generated for this type of statement"
Constant
STMT_NOT_ALLOWED_FOR_NOEXEC_PLAN
SAP Sybase Error Number
2853
SQL State
0AW20
SQL Code
-1176L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Probable Cause
You tried to get the NOEXEC plan for a statement type for which SAP Sybase IQ cannot generate a NOEXEC plan.
Error 1177 "No plan. HTML_PLAN function is not supported for this type of statement or database."
Constant
HTML_PLAN_NOT_SUPPORTED
SAP Sybase Error Number
2854
SQL State
0AW21
SQL Code
-1177L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Probable Cause
You tried to get the HTML plan for a query which is either a SQL Anywhere query or a remote data access/CIS decomposed query. HTML_PLAN is supported for a pure SAP Sybase IQ query.