Messages WW086 through WW105

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

SQL State Msg Type Number SQL Code Message Possible Cause
WW086 Error 2801 -1129L "The '%1' attribute contains mismatched parentheses within '%2'" The value of the attribute is not valid due to mismatched parenthesis (or possibly braces if specifying a port option).

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

WW087 Error 2802 -1130L "The '%1' attribute is missing a comma within '%2'" The value of the attribute is not valid due to a missing comma.

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

WW088 Error 2803 -1131L "The attribute '%1' sets an option '%2' that is incompatible with '%3'" The options specified for this attribute are not compatible.

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

WW089 Error 2804 -1132L "Maximum row size for table '%1' would be exceeded" You tried to create or alter a table with a maximum row size greater than 64 KB. In UltraLite, tables must be defined such that the maximum row size (the sum of the bytes required to store each column) is less than 64 KB.

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

WW090 Error 2811 -1138L "The mirror '%1' does not match database '%2'" The named mirror file does not correspond to the database file. This could happen if the database was not shut down properly, or if the wrong mirror file was specified. The mirror file must be moved or discarded before proceeding, or a different mirror specified.

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

WW091 Error 2826 -1150L "The SQL scripts DLL cannot be loaded" The SQL scripts DLL cannot be loaded. The DLL might be missing or the version found might not match the version of the database server being used.

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

WW092 Error 2848 -1171L "Client application does not allow transfer of data ('%1')" The client application does not allow the transfer of server initiated data. To allow transfer of server initiated data, the application must register a validation callback mechanism with the client library.

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

WW093 Error 2849 -1172L "Client application disallowed the transfer of data ('%1')" The client application rejected the transfer of server initiated data. To allow transfer of server initiated data, the application registered a validation callback which rejected the transfer of requested data.

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

WW094 Error 2850 -1173L "Client library reported an error accessing data during transfer ('%1')" The client application reported an error while attempting to access the data for a transfer request from the server. Reasons could include the client application lacking permissions to the data object or other operating system reported errors.

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

WW095 Error 2855 -1178L "Transaction log mirroring cannot be used with database mirroring" Transaction log mirroring cannot be used with database mirroring. Use the dblog utility to disable transaction log mirroring.

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

WW096 Error 2857 -1180L "Cannot set database option \"%1\" because it is on the options watch list" An attempt was made to set a database option that is on the options watch list. The options watch list is used to help find references to options that have been removed or deprecated.

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

WW097 Error 2871 -1194L "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.

WW098 Error 2872 -1195L "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.

WW099 Error 2873 -1196L "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.

WW100 Error 2874 -1197L "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.

WW101 Error 2875 -1198L "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.

WW102 Error 2878 -1201L "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.

WW103 Error 2877 -1200L "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.

WW104 Error 2883 -1206L "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.

WW105 Error 2885 -1208L "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 November 10, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com