Messages 1361 through 1383

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
-1361L Error 3041 53020 "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.

-1362L Error 3042 53021 "Cannot treat value '%1' as type %2. The dynamic type is %3." An error occurred while trying to treat a value as another data type. The dynamic type of the value does not match the destination type.

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

-1363L Error 3043 52W51 "The 'currval' operator is not defined yet for sequence '%1' for this connection" The currval operator of a sequence generator is only defined once nextval has been called for the sequence within the current connection.

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

-1366L Error 3046 42WE3 "Sequence '%1' in use by another connection" You have attempted to drop a sequence that is currently being used by another connection.

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

-1367L Error 3047 42WE2 "User owns sequences in use" You attempted to drop a user that owns a sequence being used by other active users of the database.

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

-1369L Error 3049 52W52 "Sequence generators are not supported for this database" The current database does not have catalog support for sequence generators. To use this feature, upgrade your database to the most recent version.

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

-1370L Error 3050 WT022 "Text queries cannot contain more than 300 terms." A text query should contain 300 terms or less.

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

-1371L Error 3051 42WE4 "The materialized view cannot be changed to immediate because the ON conditions must refer to both sides of the OUTER JOIN." You attempted to change the refresh type to immediate for a materialized view whose definition contains an illegal ON condition.

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

-1372L Error 2736 08WA3 "The server is not able to establish TCP/IP connections." This database server is not able to establish TCP/IP connections. The personal server (dbeng) does not permit TCP/IP connections by default. This error may also occur if a network server (dbsrv) was started with the -xd command line option. The ability to establish TCP/IP connections is required to use diagnostic tracing and application profiling.

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

-1373L Error 3052 5RW43 "Synchronization failed with internal error: %1" An internal error occurred during the execution of the SYNCHRONIZE statement.

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

-1374L Error 3053 5RW44 "Synchronization failed. Check the results of the call to sp_get_last_synchronize_result( %1 ) for more information." The synchronization completed, but the exit code from the synchronization indicates that the synchronization was not successful. Check the results of the call to sp_get_last_synchronize_result() for more information.

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

-1375L Error 3054 5RW45 "Failed to start the dbmlsync server" The database server failed to start a new dbmlsync process or failed to connect to an existing dbmlsync server running on the port number specified in the SYNCHRONIZE statement.

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

-1376L Error 3055 5RW46 "Failed to connect to the dbmlsync server" The database server failed to make a connection to the dbmlsync server

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

-1377L Error 3056 5RW47 "The SYNCHRONIZE statement timed out" The SYNCHRONIZE statement did not complete within the timeout value specified. Check the results of the call to sp_get_last_synchronize_result() for more information.

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

-1378L Error 3057 5RW48 "The database server failed to shut down the dbmlsync server" The database server started a new dbmlsync server to process the SYNCHRONIZE statement, but encountered an error while attempting to shut the process down.

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

-1379L Error 3058 5RW49 "The dbmlsync server failed to shut down in a timely manner" The database server started a new dbmlsync server to process the SYNCHRONIZE statement, was successful in requesting that the process shut down, but the process did not shut down within the timeout value that was specified.

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

-1380L Error 3059 08WA4 "Client redirected more than once" The connection was redirected by the primary server to another server, which also attempted to redirect the connection.

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

-1381L Error 3060 WW159 "Database server name '%1' cannot be the same as either the primary or mirror server" The mirror servers defined with type PRIMARY or MIRROR cannot have names that match actual server names.

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

-1382L Error 3061 0AW26 "Download failed due to an invalid or unsupported row value" The synchronization download failed because a downloaded row contained a column value that was either invalid or not supported.

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

-1383L Error 3062 WW160 "The licensed maximum number of mirror servers with type COPY has been exceeded" The maximum number of mirror servers with type COPY that may be defined is limited by the database server license. An attempt was made to create a new mirror server with type COPY when the maximum allowed number of such servers already existed.

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