Messages 1199 through 1218

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

Error 1199 "The materialized view cannot be changed to immediate because COUNT(*) must be part of the SELECT list."
Constant
UPDATABLE_MATVIEW_MISSING_COUNT
SAP Sybase Error Number
2876
SQL State
42WC6
SQL Code
-1199L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
15
Probable Cause
You attempted to change the refresh type to immediate for a materialized view whose definition does not include COUNT(*) in the SELECT list.
Error 1200 "Client library reported a permissions error accessing object ('%1') during transfer"
Constant
CLIENT_TRANSFER_PERMS_ERROR
SAP Sybase Error Number
2877
SQL State
WW103
SQL Code
-1200L
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 a permissions error while attempting to access the object for a data transfer request from the server. The client application likely does not have the necessary operating system authorization required to access the object.
Error 1201 "Client library reported an error opening object ('%1') during transfer"
Constant
CLIENT_TRANSFER_OPEN_ERROR
SAP Sybase Error Number
2878
SQL State
WW102
SQL Code
-1201L
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 open the object for a data transfer request from the server. Reasons could include an invalid name for the object or a missing object.
Error 1202 "Operation not allowed on a table with dependent immediate materialized views"
Constant
INVALID_OPERATION_FOR_TBL_WITH_IMV
SAP Sybase Error Number
2879
SQL State
55W31
SQL Code
-1202L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Requested operation cannot be applied to a table with dependent immediate materialized views.
Error 1203 "WRITETEXT not allowed: immediate materialized view %1 depends on %2"
Constant
WRITETEXT_TABLE_WITH_IMV
SAP Sybase Error Number
2880
SQL State
55W32
SQL Code
-1203L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the dependent immediate materialized view.
Parameter 2
Name of the base table.
Probable Cause
WRITETEXT is not allowed on base tables that have dependent initialized immediate materialized views. No operation that does not fire triggers is allowed on base tables with dependent initialized immediate materialized views.
Error 1204 "INSERT...ON EXISTING UPDATE not allowed: immediate materialized view %1 depends on %2"
Constant
UPDATE_ON_EXISTING_DEP_IMV
SAP Sybase Error Number
2881
SQL State
55W33
SQL Code
-1204L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of dependent immediate materialized view.
Parameter 2
The name of the base table into which the insert was performed.
Probable Cause
Insert statement with ON EXISTING clause is not permitted on a base table if the base table has dependent initialized immediate materialized view.
Error 1205 "External environment '%1' could not be found"
Constant
EXTERN_ENV_NOT_FOUND
SAP Sybase Error Number
2882
SQL State
WJ030
SQL Code
-1205L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
11
Parameter 1
Name of the external environment.
Probable Cause
You attempted to define an object for an external environment that has not been added.
Error 1206 "External environments are not supported for this database"
Constant
EXTERN_ENV_UPGRADE
SAP Sybase Error Number
2883
SQL State
WW104
SQL Code
-1206L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The current database does not have catalog support for external environments. To use this feature, upgrade your database to the most recent version.
Error 1207 "Invalid use of NEAR operator in text query."
Constant
TEXT_INVALID_NEAR
SAP Sybase Error Number
2884
SQL State
WT016
SQL Code
-1207L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Probable Cause
Only terms and prefixes are allowed as arguments to a NEAR operator.
Error 1208 "Invalid partition bound value '%1'"
Constant
BAD_PARTITION_BOUND_VALUE
SAP Sybase Error Number
2885
SQL State
WW105
SQL Code
-1208L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The partition bound value.
Probable Cause
The partition bound value is invalid and cannot be used.
Error 1209 "Cannot convert value '%1' to an %2"
Constant
PARTITION_BOUND_VALUE_CONVERSION
SAP Sybase Error Number
2886
SQL State
WW106
SQL Code
-1209L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The partition bound value.
Parameter 2
The type of the partition key.
Probable Cause
The value is not compatible with the type of the partition key.
Error 1210 "Partition bound value '%1' out of order"
Constant
PARTITION_BOUND_VALUE_ORDER
SAP Sybase Error Number
2887
SQL State
WW107
SQL Code
-1210L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The partition bound value.
Probable Cause
Range partition bound values must be provided in ascending order.
Error 1211 "MERGE statement ANSI cardinality violation on table '%1'"
Constant
MERGE_CARDINALITY_VIOLATION
SAP Sybase Error Number
2888
SQL State
23509
SQL Code
-1211L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the table being updated
Probable Cause
You have attempted to execute the MERGE statement and the same row is the target of a WHEN MATCHED clause more than once
Error 1212 "Connection disallowed by login policy for this user"
Constant
CONNECTION_DISALLOWED_BY_LOGIN_POLICY
SAP Sybase Error Number
2889
SQL State
28W15
SQL Code
-1212L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
A connection attempt was disallowed based on the login policy for the user. It may be necessary for a user with DBA authority to reset this user via the ALTER USER statement.
Error 1213 "External environment does not support result sets"
Constant
EXTERN_ENV_NO_RESULT_SET_SUPPORT
SAP Sybase Error Number
2891
SQL State
WJ031
SQL Code
-1213L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
11
Probable Cause
You attempted to define dynamic result sets for an external environment that does not support result sets.
Error 1214 "External library '%1' is in use"
Constant
EXTERNAL_LIBRARY_IN_USE
SAP Sybase Error Number
2892
SQL State
WW108
SQL Code
-1214L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The external library that is in use
Probable Cause
The external library cannot be unloaded as it is currently in use.
Error 1215 "External library '%1' not loaded"
Constant
EXTERNAL_LIBRARY_NOT_LOADED
SAP Sybase Error Number
2893
SQL State
WW109
SQL Code
-1215L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The external library that is not loaded
Probable Cause
The external library cannot be unloaded as it is not current loaded.
Error 1216 "The arguments to this procedure must be literal strings."
Constant
TEXT_NEED_CONSTANT_ARGUMENT
SAP Sybase Error Number
2894
SQL State
WT017
SQL Code
-1216L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
This procedure only accepts literal strings as arguments.
Error 1217 "Synchronization profile '%1' not found"
Constant
SYNC_PROFILE_NOT_FOUND
SAP Sybase Error Number
2895
SQL State
42W75
SQL Code
-1217L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the synchronization profile.
Probable Cause
You tried to access a synchronization profile that the database could not find.
Error 1218 "The materialized view cannot be changed to immediate because it does not have a unique index on non-aggregate, non-nullable columns"
Constant
UPDATABLE_MATVIEW_NON_AGGR_INDEX
SAP Sybase Error Number
2896
SQL State
42WC7
SQL Code
-1218L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
You attempted to change the refresh type to immediate for a materialized view which does not have a unique index on non-aggregate non-nullable columns. Create a unique index on the materialized view before changing the refresh type.