Messages 1323 through 1342

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

Error 1323 "Subscription to publication '%1' for '%2' omitted from statement"
Constant
SUBSCRIPTION_OMITTED
SAP Sybase Error Number
3006
SQL State
WW141
SQL Code
-1323L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of publication
Parameter 2
Name of MobiLink user
Probable Cause
A START SYNCHRONIZATION SCHEMA CHANGE statement lists a table that will be modified, but a subscription which refers to that table was omitted from the statement.
Error 1324 "Connection is not allowed to have table locks when executing this statement"
Constant
CONNECTION_HAS_LOCKS
SAP Sybase Error Number
3007
SQL State
WW142
SQL Code
-1324L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
An attempt was made to execute a statement by a connection that is holding table locks. Because the statement could release all locks, including those held before the statement started, the locks must be released before the statement can be executed.
Error 1325 "Column subset for table '%1' in publication '%2' does not match that specified in publication '%3'"
Constant
COLUMN_SUBSET_MISMATCH
SAP Sybase Error Number
3003
SQL State
WW138
SQL Code
-1325L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of table
Parameter 2
Name of first publication
Parameter 3
Name of second publication
Probable Cause
The columns included for a table must be identical for all subscribed publications which reference the table.
Error 1326 "Subscription '%1' not found"
Constant
SUBSCRIPTION_NAME_NOT_FOUND
SAP Sybase Error Number
3008
SQL State
5RW40
SQL Code
-1326L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of subscription
Probable Cause
You attempted to ALTER, DROP, or otherwise reference a subscription that does not exist.
Error 1327 "The materialized view cannot be changed to immediate because its SELECT list contains a SUM function over a nullable expression and it doesn't contain a COUNT function over the same expression"
Constant
UPDATABLE_MATVIEW_COUNT_NULL_EXPR
SAP Sybase Error Number
3009
SQL State
42WCE
SQL Code
-1327L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Probable Cause
You attempted to change the refresh type to immediate for a materialized view whose definition contains a SUM function over a nullable expression but it doesn't contain COUNT function over the same expression.
Error 1328 "Table '%1' must synchronize to be in publication '%2'"
Constant
TABLE_MUST_SYNCHRONIZE_IN_PUB
SAP Sybase Error Number
3010
SQL State
WW143
SQL Code
-1328L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of table
Parameter 2
Name of publication
Probable Cause
A publication cannot contain a table with a SYNCHRONIZE OFF constraint; all tables in a publication must synchronize. You attempted to add a table with a SYNCHRONIZE OFF constraint to a publication, or to alter a table to use SYNCHRONIZE OFF when the table is already in a publication.
Error 1329 "This operation is only allowed within a synchronization schema change"
Constant
REQUIRES_SYNC_SCHEMA_CHANGE
SAP Sybase Error Number
3011
SQL State
5RW41
SQL Code
-1329L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
You attempted an operation that is only allowed within a synchronization schema change.
Error 1330 "The function '%1' does not allow use of the '%2' clause"
Constant
FUNCTION_DOES_NOT_ALLOW
SAP Sybase Error Number
2823
SQL State
42WE0
SQL Code
-1330L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the function.
Parameter 2
The SQL clause not allowed.
Probable Cause
You have attempted to use the specified SQL clause within the context of a function that does not permit such use. Note that the function may have been used directly in the query or indirectly within a named window.
Error 1331 "The function '%1' requires the use of the '%2' clause"
Constant
FUNCTION_REQUIRES
SAP Sybase Error Number
2807
SQL State
42WE1
SQL Code
-1331L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the function.
Parameter 2
The SQL clause required.
Probable Cause
You have attempted to invoke the specified function without the use of a mandatory SQL clause within the context of the function. Note that the function may have been used directly in the query or indirectly within a named window.
Error 1332 "Feature '%1' is unknown or invalid"
Constant
FEATURE_UNKNOWN_OR_INVALID
SAP Sybase Error Number
3012
SQL State
WW144
SQL Code
-1332L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Feature name
Probable Cause
You attempted to lock or unlock an unknown feature.
Error 1333 "Feature '%1' was not locked by this connection"
Constant
FEATURE_NOT_LOCKED
SAP Sybase Error Number
3013
SQL State
WW145
SQL Code
-1333L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Feature name
Probable Cause
You attempted to unlock a feature that was not previously locked by this connection.
Error 1334 "Feature '%1' is locked by another connection"
Constant
FEATURE_LOCKED
SAP Sybase Error Number
3014
SQL State
WW146
SQL Code
-1334L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Feature name
Probable Cause
You attempted to use a feature that was previously locked by another connection.
Error 1335 "Type '%1' does not support method calls (near '%2')."
Constant
METHOD_ON_NON_EXT
SAP Sybase Error Number
3015
SQL State
42X00
SQL Code
-1335L
ODBC 2 State
S0002
ODBC 3 State
42S02
Severity Code
11
Parameter 1
The name of the data type.
Parameter 2
The invalid expression.
Probable Cause
You attempted to invoke a method on a value of a data type that does not define any methods.
Error 1336 "Type '%1' has no method named '%2' (near '%3')."
Constant
METHOD_NOT_FOUND
SAP Sybase Error Number
3016
SQL State
42X01
SQL Code
-1336L
ODBC 2 State
S0002
ODBC 3 State
42S02
Severity Code
11
Parameter 1
The name of the type with the unmatched method.
Parameter 2
Name of the method that could not be matched.
Parameter 3
The invalid expression.
Probable Cause
When attempting to match a method invocation, no method was found with the appropriate name. Check for spelling errors.
Error 1337 "Method invocation '%1' does not match an overload (near '%2'). Available overloads are '%3'."
Constant
METHOD_NO_OVERLOAD
SAP Sybase Error Number
3017
SQL State
42X02
SQL Code
-1337L
ODBC 2 State
S0002
ODBC 3 State
42S02
Severity Code
11
Parameter 1
The method name and data types used in the method invocation.
Parameter 2
The invalid expression.
Parameter 3
The available method overloads.
Probable Cause
When attempting to match a method invocation, none of the defined overloads was found to match the provided argument types. You may need to use CAST to select the appropriate call.
Error 1338 "Type '%1' is not instantiable (near '%2')"
Constant
METHOD_NO_CONSTRUCTOR
SAP Sybase Error Number
3018
SQL State
42X03
SQL Code
-1338L
ODBC 2 State
S0002
ODBC 3 State
42S02
Severity Code
11
Parameter 1
The name of the type that is not instantiable.
Parameter 2
The invalid expression.
Probable Cause
A NEW expression was used for a data type that does not define any constructor methods.
Error 1339 "Method '%1' cannot be called with %2 arguments (near '%3')"
Constant
METHOD_NO_OVERLOAD_N_ARGS
SAP Sybase Error Number
3019
SQL State
42X04
SQL Code
-1339L
ODBC 2 State
S0002
ODBC 3 State
42S02
Severity Code
11
Parameter 1
The name of the method.
Parameter 2
The number of arguments supplied.
Parameter 3
The invalid expression.
Probable Cause
No overload of the specified method can be called with the number of arguments provided.
Error 1340 "Type '%1' cannot be instantiated with %2 arguments (near '%3')"
Constant
METHOD_NO_CONSTRUCTOR_N_ARGS
SAP Sybase Error Number
3020
SQL State
42X05
SQL Code
-1340L
ODBC 2 State
S0002
ODBC 3 State
42S02
Severity Code
11
Parameter 1
The name of the type that cannot be instantiated.
Parameter 2
The number of arguments supplied.
Parameter 3
The invalid expression.
Probable Cause
A NEW expression was used for a data type that does not define any constructor methods.
Error 1341 "The instantiation '%1' does not match an overload (near '%2'). Available overloads are '%3'."
Constant
METHOD_NO_CONSTRUCTOR_OVERLOAD
SAP Sybase Error Number
3021
SQL State
42X06
SQL Code
-1341L
ODBC 2 State
S0002
ODBC 3 State
42S02
Severity Code
11
Parameter 1
The type name and data types used in the new specification.
Parameter 2
The invalid expression.
Parameter 3
The available constructor overloads.
Probable Cause
When attempting to match a new specification, none of the defined constructor overloads was found to match the provided argument types. You may need to use CAST to select the appropriate call.
Error 1342 "Data modifications are not allowed in a synchronization schema change"
Constant
SYNC_SCHEMA_CHANGE_DISALLOWS_DML
SAP Sybase Error Number
3022
SQL State
5RW42
SQL Code
-1342L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
You attempted a data modification operation within a synchronization schema change.