Messages 1339 through 1360

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

SQL Code Msg Type Number SQL State Message Possible Cause
-1339L Error 3019 42X04 "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.

-1340L Error 3020 42X05 "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.

-1341L Error 3021 42X06 "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.

-1342L Error 3022 5RW42 "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.

-1343L Error 3023 WW147 "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.

-1344L Error 3024 WW148 "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.

-1347L Error 2776 28W16 "Use of authority '%1' is not supported on the current database" The current database is an older database and does not have the capability to support given authority. You must upgrade your database to use this authority.

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

-1348L Error 3027 WW151 "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.

-1349L Error 3028 WW152 "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.

-1350L Error 3029 WW153 "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.

-1351L Error 3030 WW154 "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.

-1352L Error 3031 WW155 "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.

-1353L Error 3033 52W46 "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.

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

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

-1355L Error 3035 52W48 "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.

-1356L Error 3036 52W49 "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.

-1357L Error 3037 52W50 "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.

-1358L Error 3038 52W45 "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.

-1359L Error 3039 52W44 "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.

-1360L Error 3040 WW156 "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.


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