Messages 3019 through 3041

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
3019 Error 42X04 -1339L "Method '%1' cannot be called with %2 arguments (near '%3')" No overload of the specified method can be called with the number of arguments provided.

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

3020 Error 42X05 -1340L "Type '%1' cannot be instantiated with %2 arguments (near '%3')" 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.

3021 Error 42X06 -1341L "The instantiation '%1' does not match an overload (near '%2'). Available overloads are '%3'." 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.

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

3022 Error 5RW42 -1342L "Data modifications are not allowed in a synchronization schema change" You attempted a data modification operation within a synchronization schema change.

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

3023 Error WW147 -1343L "Feature '%1' is locked because synchronization is in progress" You attempted to use a feature that was previously locked because a synchronization is in progress.

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

3024 Error WW148 -1344L "Rollback occurred due to blocking_others_timeout" This connection has been rolled back because another connection was blocked on this connection for longer than the blocking_others_timeout option setting. All requests on this connection will get this error until it is disconnected.

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

3027 Error WW151 -1348L "Mirror server name '%1' does not match current server name" The server name specified in a CREATE MIRROR SERVER statement must match the current server name when the statement is executed on a child server.

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

3028 Error WW152 -1349L "The parent of this mirror server is not currently connected" The statement being executed requires a connection from this mirror server to its parent, but the parent is not currently connected.

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

3029 Error WW153 -1350L "The parent of this mirror server is not the primary server" The statement being executed requires a connection from this mirror server to the primary server, but the parent is not the primary server. The connection string to this server's parent does not match the connection string for the primary server.

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

3030 Error WW154 -1351L "Mirror child server creation failed" The creation of a child server on the primary server failed or was disallowed.

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

3031 Error WW155 -1352L "Mirror server with type '%1' is already defined" A CREATE MIRROR SERVER statement specified a server type that has already been defined.

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

3033 Error 52W46 -1353L "Invalid operation '%2' on sequence '%1'" An invalid operation has been attempted on a sequence object. The only valid operations on a sequence are currval and nextval.

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

3034 Error 52W47 -1354L "Sequence '%1' already exists" A sequence with the specified name already exists.

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

3035 Error 52W48 -1355L "No more values available in sequence %1" No more values can be supplied by the sequence; the next value to be supplied would be either larger than the maximum value, or smaller than the minimum value, and this sequence has been specified with NO CYCLE.

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

3036 Error 52W49 -1356L "Definition for sequence '%1' is invalid" An invalid combination of modifiers has been used for the sequence. Make sure that the MAXVAL is greater than the MINVAL and that START WITH is between MINVAL and MAXVAL.

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

3037 Error 52W50 -1357L "Multiple settings of same option specified for sequence '%1'" Multiple settings of the same sequence option have been specified in the sequence definition. Even if the setting is the same, you can only specify each option once.

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

3038 Error 52W45 -1358L "Sequence name '%1' is ambiguous" A statement has referred to a sequence name that is not unique. Preface the sequence name by an owner name.

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

3039 Error 52W44 -1359L "Sequence '%1' not found" The sequence with this name does not exist in the database.

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

3040 Error WW156 -1360L "Cannot assign automatic mirror server parent" A CREATE MIRROR SERVER or ALTER MIRROR SERVER statement requested that a mirror parent be automatically assigned, but a parent server could not be found. The auto_add_server option may not be set, or might be set to an invalid server name.

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

3041 Error 53020 -1361L "TREAT AS can only be used with extended types. Cannot treat %1 as a %2." An error occurred while trying to treat a value as another data type.

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