Alphabetic list of error messages
774
The database cannot be started as its name is conflicting with a previously
started database.
Database name required to start server
Item Value
SQLCODE -87
Constant SQLE_DATABASE_NAME_REQUIRED
SQLSTATE 08W14
Sybase error code 840
ODBC 2 State 08001
ODBC 3 State 08001
You did not supply a database name. A database name is required to start the
database server.
Database option ’%1’ for user ’%2’ has an invalid setting
Item Value
SQLCODE 113
Constant SQLE_INVALID_OPTION_ON_CONNECT
SQLSTATE 01W11
Sybase error code 13688
ODBC 2 State 42000
ODBC 3 State OK
Parameter 1 Name of the database option that has the invalid value.
Parameter 2 Name of the user attempting to connect.
Upon processing a connection request for a specific user, the server
processed a database option from the SYSOPTIONS table which had an
invalid setting. The erroneous option setting is ignored; in its place, the
server will use the default option value for the current database.
Probable cause
Probable cause
Probable cause