Messages 2999 through 3018

Messages on this page are sorted by Sybase error code. Locate the appropriate code in the table below, and click the link for a full description of the message.

Number Msg Type SQL State SQL Code Message Possible Cause
2999 Error WW134 -1311L "Principal mirror servers are already defined" An attempt was made to create a mirror server without a parent server, but two principal mirror servers are already defined in the database.

Click here for a list of possible parameters and odbc states.

3000 Error WW135 -1312L "Mirror server \"%1\" is not a valid parent server" An attempt was made to define a parent for a mirror server that would result in a cycle.

Click here for a list of possible parameters and odbc states.

3001 Error WW136 -1314L "Cannot force failover when current server is marked as preferred" An attempt was made to execute ALTER DATABASE SET PARTNER FAILOVER but the current server is marked as preferred. Attempting to force a failover in this situation is not allowed.

Click here for a list of possible parameters and odbc states.

3002 Error WW137 -1319L "Synchronization schema changes and script versions are not supported for this database" The current database does not have catalog support for synchronization schema changes and script versions. To use this feature, upgrade your database to the most recent version.

Click here for a list of possible parameters and odbc states.

3003 Error WW138 -1325L "Column subset for table '%1' in publication '%2' does not match that specified in publication '%3'" The columns included for a table must be identical for all subscribed publications which reference the table.

Click here for a list of possible parameters and odbc states.

3004 Error WW139 -1321L "Table or view '%1' is not valid for use with this statement" The named table or view cannot be used with this statement. For example, the statement may not allow temporary tables or views.

Click here for a list of possible parameters and odbc states.

3005 Error WW140 -1322L "A synchronization schema change is already in progress" A START SYNCHRONIZATION SCHEMA CHANGE statement is already in progress.

Click here for a list of possible parameters and odbc states.

3006 Error WW141 -1323L "Subscription to publication '%1' for '%2' omitted from statement" 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.

Click here for a list of possible parameters and odbc states.

3007 Error WW142 -1324L "Connection is not allowed to have table locks when executing this statement" 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.

Click here for a list of possible parameters and odbc states.

3008 Error 5RW40 -1326L "Subscription '%1' not found" You attempted to ALTER, DROP, or otherwise reference a subscription that does not exist.

Click here for a list of possible parameters and odbc states.

3009 Error 42WCE -1327L "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" 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.

Click here for a list of possible parameters and odbc states.

3010 Error WW143 -1328L "Table '%1' must synchronize to be in publication '%2'" 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.

Click here for a list of possible parameters and odbc states.

3011 Error 5RW41 -1329L "This operation is only allowed within a synchronization schema change" You attempted an operation that is only allowed within a synchronization schema change.

Click here for a list of possible parameters and odbc states.

3012 Error WW144 -1332L "Feature '%1' is unknown or invalid" You attempted to lock or unlock an unknown feature.

Click here for a list of possible parameters and odbc states.

3013 Error WW145 -1333L "Feature '%1' was not locked by this connection" You attempted to unlock a feature that was not previously locked by this connection.

Click here for a list of possible parameters and odbc states.

3014 Error WW146 -1334L "Feature '%1' is locked by another connection" You attempted to use a feature that was previously locked by another connection.

Click here for a list of possible parameters and odbc states.

3015 Error 42X00 -1335L "Type '%1' does not support method calls (near '%2')." You attempted to invoke a method on a value of a data type that does not define any methods.

Click here for a list of possible parameters and odbc states.

3016 Error 42X01 -1336L "Type '%1' has no method named '%2' (near '%3')." When attempting to match a method invocation, no method was found with the appropriate name. Check for spelling errors.

Click here for a list of possible parameters and odbc states.

3017 Error 42X02 -1337L "Method invocation '%1' does not match an overload (near '%2'). Available overloads are '%3'." 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.

Click here for a list of possible parameters and odbc states.

3018 Error 42X03 -1338L "Type '%1' is not instantiable (near '%2')" A NEW expression was used for a data type that does not define any constructor methods.

Click here for a list of possible parameters and odbc states.


Created November 10, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com