Messages 1189 through 1208

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
-1189L Error 2866 WC004 "The UTF-16 endian specified does not match the Byte Order Mark found in the data" The specified UTF-16 encoding explicitly specifies the expected endian of the data; however, the Byte Order Mark found at the beginning of the data indicates that the data is encoded in the opposite endian.

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

-1190L Error 2867 WL014 "LOAD TABLE is not allowed on a materialized view %1" LOAD TABLE statement is not allowed on a materialized view.

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

-1191L Error 2868 WL015 "LOAD TABLE not allowed: initialized immediate materialized view %1 depends on %2" LOAD TABLE is not permitted on any table that has dependent initialized immediate materialized views.

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

-1192L Error 2869 55W29 "Cannot update multiple tables immediate materialized view %1 depends on" You attempted to simultaneously update two or more tables initialized immediate materialized view depends on. No more than one base table an immediate materialized view depends on can be updated in a statement.

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

-1193L Error 2870 55W30 "TRUNCATE TABLE not allowed: initialized immediate materialized view %1 depends on %2" TRUNCATE TABLE is not permitted on any table that has dependent initialized immediate materialized views.

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

-1194L Error 2871 WW097 "Login policy \"%1\" already exists" An attempt was made to create a login policy that already exists in the database.

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

-1195L Error 2872 WW098 "Login policy \"%1\" not found" The named login policy was not found in the database.

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

-1196L Error 2873 WW099 "Login policies are not supported for this database" The current database does not have catalog support for login policies. To use this feature, upgrade your database to the most recent version.

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

-1197L Error 2874 WW100 "Login policy \"%1\" in use" The named login policy is associated with a user in the database. Any users associated with the login policy must be assigned a different login policy before the named login policy can be dropped.

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

-1198L Error 2875 WW101 "User \"%1\" already exists" An attempt was made to create a user that already exists in the database.

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

-1199L Error 2876 42WC6 "The materialized view cannot be changed to immediate because COUNT(*) is required to be part of the SELECT list." You attempted to change the refresh type to immediate for a materialized view whose definition does not include COUNT(*) in the SELECT list.

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

-1200L Error 2877 WW103 "Client library reported a permissions error accessing object ('%1') during transfer" The client application reported a permissions error while attempting to access the object for a data transfer request from the server. The client application likely does not have the necessary operating system authorization required to access the object.

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

-1201L Error 2878 WW102 "Client library reported an error opening object ('%1') during transfer" The client application reported an error while attempting to open the object for a data transfer request from the server. Reasons could include an invalid name for the object or a missing object.

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

-1202L Error 2879 55W31 "Operation not allowed on a table with dependent immediate materialized views" Requested operation cannot be applied to a table with dependent immediate materialized views.

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

-1203L Error 2880 55W32 "WRITETEXT not allowed: immediate materialized view %1 depends on %2" WRITETEXT is not allowed on base tables that have dependent initialized immediate materialized views. No operation that does not fire triggers is allowed on base tables with dependent initialized immediate materialized views.

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

-1204L Error 2881 55W33 "INSERT ... ON EXISTING UPDATE not allowed: immediate materialized view %1 depends on %2" Insert statement with ON EXISTING clause is not permitted on a base table if the base table has dependent initialized immediate materialized view.

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

-1205L Error 2882 WJ030 "External environment '%1' could not be found" You attempted to define an object for an external environment that has not been added.

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

-1206L Error 2883 WW104 "External environments are not supported for this database" The current database does not have catalog support for external environments. To use this feature, upgrade your database to the most recent version.

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

-1207L Error 2884 WT016 "Invalid use of NEAR operator in text query." Only terms, prefixes, or other NEAR operators are allowed as arguments to a NEAR operator.

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

-1208L Error 2885 WW105 "Invalid partition bound value '%1'" The partition bound value is invalid and cannot be used.

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


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com