Messages 1068 through 1087

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
-1068L Error 2737 52W43 "Default dbspace '%1' not found" You tried to create a table with the default_dbspace option set to a dbspace that could not be found.

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

-1069L Error 2738 28W12 "Kerberos login failed" The Kerberos login failed due to a failure of the client to authenticate the user's principal with the KDC or a failure of the server to authenticate the client. The most likely causes are the Kerberos principal may not be signed in, the principal's ticket may have expired, or the client, server, or KDC's system time are not within a few minutes of each other. The LogFile connection parameter or the server's -z option may provide more information.

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

-1070L Error 2739 28W13 "Kerberos logins are not supported" The client and/or server does not support Kerberos logins. Kerberos may not be supported by the platform, the Kerberos client software including the GSS-API runtime may not be installed or found on the client, or Kerberos was not enabled on the server. The LogFile connection parameter or the server's -z option may provide more information.

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

-1071L Error 2740 0AW16 "The %1 algorithm is not available in FIPS mode" The specified algorithm is not available when the server is running in FIPS mode.

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

-1072L Error 2741 WC009 "'%1' is not a valid character set encoding for use with collation '%2'" The specified character set cannot be used with the specified collation.

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

-1073L Error 2742 WC010 "'%1' cannot be used as the NCHAR collation: only UCA and UTF8BIN may be used" The specified collation cannot be used as the NCHAR collation. NCHAR always uses UTF-8, so the collation must be either UCA or UTF8BIN.

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

-1074L Error 2743 28W14 "Login mode '%1' not permitted by login_mode setting" You attempted to connect using a login mode not included in the current login_mode database option setting. Change the option setting or connect using a different login mode.

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

-1075L Error 2744 WC011 "Failed to convert from character set '%1' to '%2'" The server failed to convert between the two specified character sets. This could happen when the dbicu and dbicudt DLLs are not installed.

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

-1076L Error 2745 WC012 "dbicu libraries are required but not installed" The server is unable to load ICU components that are required by this database. Ensure that the dbicu and dbicudt DLLs are installed.

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

-1077L Error 2746 42WBC "Cannot use materialized view '%1' because it has not yet been initialized" You attempted to use a materialized view but it has not yet been initialized. In order for a materialized view to become available for first use after being created or enabled, it must be initialized at least once using the REFRESH MATERIALIZED VIEW statement.

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

-1078L Error 2747 42WBD "Cycle in computed column dependencies" The table has a cycle in the dependencies between its computed columns. Cycles are not allowed.

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

-1079L Error 2748 WB017 "Backup is unable to open database file '%1'" The database file can not be opened by the backup. It may have been erased or otherwise corrupted.

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

-1080L Error 2749 42WBE "Cannot revoke these permissions while user '%1' is actively replicating transactions" You attempted to revoke permissions from a user while there are transactions currently being replicated for that user. This is not allowed.

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

-1081L Error 2750 55W24 "Could not refresh tracing: at least one enabled tracing level must be specified" Table sa_diagnostic_tracing_level contains no rows (tracing levels) or no tracing levels are enabled.

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

-1082L Error 2751 WW066 "Could not refresh tracing: invalid tracing specification on sa_diagnostic_tracing_level row %1" You specified an invalid combination of values for the tracing level. Some invalid combinations are: specified condition is not valid for the tracing type, or specified tracing type is not valid for the scope.

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

-1083L Error 2752 WW067 "Could not refresh tracing: failed to find object %1 on row %2" You misspelled the object name, or you did not qualify the name with user (and, possibly, table) name. For example, you might have referred to Employees instead of "DBA"."Employees", or you might have referred to Employees_trigger instead of "DBA"."Employees"."Employees_trigger".

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

-1084L Error 2753 57W02 "Use of feature '%1' is not allowed" You have attempted to use a feature that was disabled by the server administrator when the database server was started.

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

-1085L Error 2754 42WC0 "Duplicate key column (%1)" You supplied a duplicate column name in the list of columns for the key of a primary key, foreign key, or unique constraint, or an index.

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

-1086L Error 2755 42Z00 "Write access was denied" A write attempt to an UltraLite database in read-only mode was denied. Note that UltraLite databases cannot be modified while sending an upload to MobiLink.

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

-1087L Error 2756 WW068 "Could not refresh tracing: volatile_statistics have to be collected in order for %1 specified on row %2 to be collected" Volatile statistics have to be collected in order for the non-volatile and connection statistics to be collected.

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


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