Messages 2247 through 2267

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

Number Msg Type SQL State SQL Code Message Possible Cause
2247 Error 22005 -641L "Error in assignment" In a GET DESCRIPTOR statement, the data type of the host variable must correspond to the data type of the descriptor item.

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

2248 Error 33000 -642L "Invalid SQL descriptor name" You attempted to deallocate a descriptor that has not been allocated.

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

2249 Warning 01W10 110L "Transaction log backup page only partially full" A DB_LOG_BACKUP_READ_WAIT was issued against the transaction log and the page returned was not full. The application should reissue the request for the same page.

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

2251 Error 42W43 -202L "Only PUBLIC settings are allowed for option '%1'" The option specified in the SET OPTION statement is PUBLIC only. You cannot define this option for any other user.

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

2252 Warning 01W09 112L "More information required" More information is required to complete the request. This is used internally in the database interface library to process a unified login. It should not be returned to an application.

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

2253 Error 42W44 -124L "More columns are being dropped from table '%1' than are defined" The number of columns in a table can never fall below one. Your ALTER TABLE has more drop/delete column clauses than the current number of columns in the table.

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

2254 Error 42W45 -203L "Cannot set a temporary option for user '%1'" TEMPORARY options are set on a connection basis, and only for specific options known to the database server. To change an option for another user, do not specify TEMPORARY in the SET OPTION statement.

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

2255 Warning 01W11 113L "Database option '%1' for user '%2' has an invalid setting" Upon processing a connection request for a specific user, the server processed a database option that has an invalid setting. The server will use the default option value.

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

2256 Error 42W46 -204L "Only the DBA can set the option '%1'" The option specified in the SET OPTION statement can only be set by a user with DBA authority.

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

2257 Error 28W02 -205L "Integrated logins are not permitted" The login_mode database option is set to Standard, and you attempted an integrated login. Change the option setting or supply an explicit user ID.

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

2258 Error 28W03 -206L "Integrated logins are required, standard logins are not permitted" The login_mode database option is set to Integrated, and you attempted a standard login. Change the option setting or use an integrated login.

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

2259 Error 28W04 -245L "Integrated login failed" The integrated login failed. You may not have a system account on the server machine.

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

2260 Error WI006 -503L No message No additional information available.

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

2261 Error WI008 -504L No message No additional information available.

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

2262 Error 28W05 -246L "Integrated logins are not supported for this database" The current database is an older database and does not have the information to map integrated login IDs to database user IDs. You must upgrade your database to use integrated logins.

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

2263 Error 28W06 -247L "The integrated login ID guest can only be mapped to the guest database user ID" You attempted to map the guest login ID to something other than guest.

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

2264 Error 28W07 -248L "Cannot map a login ID to the sys or public user ID" You attempted to map a login ID to either SYS or PUBLIC.

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

2265 Error 28W08 -249L "The login ID '%1' is already mapped to user ID '%2'" You attempted to map a login ID twice.

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

2266 Error 28W09 -313L "The login ID '%1' has not been mapped to any database user ID" You attempted to connect using a login ID that is not mapped to a database user ID and there is no guest database user ID, or you attempted to revoke a login ID that has not been mapped. This can also occur when attempting to connect using an integrated login ID that is a member of more than one mapped group.

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

2267 Error WP000 -90L "Argument %1 of procedure '%2' cannot be NULL" You passed a NULL value to a procedure expecting a scalar argument. For example, a Java procedure that has an 'int' argument cannot receive a NULL value.

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