Messages 1550 through 1569

Messages on this page are sorted by Sybase error code. Locate the appropriate code for a full description of the message.

Error 1550 "Overriding ROOT login policy options for logical servers is not allowed."
Constant
LS_ROOT_LP_OVERRIDE_NOT_ALLOWED
SAP Sybase Error Number
2368
SQL State
WQ018
SQL Code
-1550L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
A user cannot override login policy options of ROOT login policy for logical servers.
Error 1551 "Login redirection is required to complete the connection, but it is not supported by the client"
Constant
LOGIN_REDIRECTION_REQUIRED
SAP Sybase Error Number
3195
SQL State
08WA6
SQL Code
-1551L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
16
Probable Cause
The connection needs to be redirected to another server, but the version of the client library does not support login redirection. You must upgrade the client library to use login redirection. Alternatively, you can connect to a different server or change the logical server configuration.
Error 1552 "Invalid text index type for the materialized view"
Constant
TEXT_MV_INVALID_COMBO
SAP Sybase Error Number
3196
SQL State
WT037
SQL Code
-1552L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Text index with the specified refresh type cannot be created on the materialized view. Only IMMEDIATE REFRESH text indexes are allowed on materialized views.
Error 1553 "Cannot perform specified operation, set user condition violated"
Constant
SET_USER_VIOLATION
SAP Sybase Error Number
3197
SQL State
55W37
SQL Code
-1553L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Specified operation cannot be performed because it will invalidate the on going SET USER statements in the database.
Error 1554 "Specified LDAP server '%1' is not found"
Constant
UNKNOWN_LDAP_SERVER
SAP Sybase Error Number
3198
SQL State
28000
SQL Code
-1554L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
11
Parameter 1
The name of the LDAP server.
Probable Cause
The LDAP server specified does not exist in the database.
Error 1555 "Statement not allowed on text index for a materialized view"
Constant
TEXT_MV_TIND_NOT_ALLOWED
SAP Sybase Error Number
3199
SQL State
WT038
SQL Code
-1555L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
You cannot use REFRESH TEXT INDEX or TRUNCATE TEXT INDEX on a text index that is created for a materialized view. You cannot alter the text index to use a different refresh type.
Error 1556 "External environment failed to start and establish a connection within the %1 second timeout"
Constant
EXTENV_START_TIMED_OUT
SAP Sybase Error Number
3200
SQL State
WP017
SQL Code
-1556L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The amount of time in seconds the server will wait for the external environment to start and establish a connection.
Probable Cause
The External Environment took too long to start up and establish a connection with the server. The problem may be due to the system being over stressed or incorrectly configured.
Error 1557 "External environment cannot be started during database startup"
Constant
EXTENV_START_ON_STARTUP
SAP Sybase Error Number
3201
SQL State
WP018
SQL Code
-1557L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
An external environment cannot be started while a database is starting up. Wait for the database startup to complete before attempting to start an external environment.
Error 1558 "Specified user '%1' is a role"
Constant
CAN_NOT_DROP_ROLE
SAP Sybase Error Number
3202
SQL State
28000
SQL Code
-1558L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the user being dropped.
Probable Cause
You attempted to drop a role. Use DROP ROLE statement.
Error 1559 "Specified role '%1' is not a user extended as role"
Constant
NOT_AN_EXTENDED_USER
SAP Sybase Error Number
3203
SQL State
28000
SQL Code
-1559L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the role being dropped.
Probable Cause
The role name provided is not a user extended as role. Use of FROM USER clause is not allowed in such cases.
Error 1560 "Specified role '%1' is a user extended as role"
Constant
AN_EXTENDED_USER
SAP Sybase Error Number
3204
SQL State
28000
SQL Code
-1560L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the role being dropped.
Probable Cause
Specified role is a user extended as role but FROM USER clause is not specified in DROP ROLE command.
Error 1561 "Use of WITH DROP OBJECTS is not allowed with '%1'"
Constant
WITH_DROP_OBJECTS_NOT_ALLOWED
SAP Sybase Error Number
3205
SQL State
28000
SQL Code
-1561L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the role being dropped.
Probable Cause
Use of WITH DROP OBJECTS is not allowed with user extended as role.
Error 1562 "The role '%1' was not dropped because it is granted to other users or roles. Use the 'WITH REVOKE' option to drop it."
Constant
CONTAINS_PRIV_GRANTS
SAP Sybase Error Number
3206
SQL State
28000
SQL Code
-1562L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the role being dropped.
Probable Cause
The role being dropped has been granted to other users or roles with WITH NO ADMIN OPTION or with WITH ADMIN OPTION. A role can be dropped when either all of its grants are with WITH ADMIN ONLY OPTION or WITH REVOKE option is specified in DROP ROLE command. Either revoke all such grants or use WITH REVOKE option for DROP ROLE.
Error 1563 "Cannot drop a role that owns sequences in runtime server"
Constant
USER_OWNS_SEQUENCES
SAP Sybase Error Number
3207
SQL State
55W38
SQL Code
-1563L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You attempted to drop a role that owns sequences while using the runtime server. This operation would result in dropping sequences. The runtime server cannot drop sequences.
Error 1564 "Cannot drop a role that owns events in runtime server"
Constant
USER_OWNS_EVENTS
SAP Sybase Error Number
3208
SQL State
55W39
SQL Code
-1564L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You attempted to drop a role that owns events while using the runtime server. This operation would result in dropping events. The runtime server cannot drop events.
Error 1565 "Cannot drop a role that owns web services in runtime server"
Constant
USER_OWNS_WEB_SERVICES
SAP Sybase Error Number
3209
SQL State
55W40
SQL Code
-1565L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You attempted to drop a role that owns web services while using the runtime server. This operation would result in dropping web services. The runtime server cannot drop web services.
Error 1566 "Cannot drop a role that owns external environment objects in runtime server"
Constant
USER_OWNS_EXTERNENVOBJECTS
SAP Sybase Error Number
3210
SQL State
55W41
SQL Code
-1566L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You attempted to drop a role that owns external environment objects while using the runtime server. This operation would result in dropping external environment objects. The runtime server cannot drop external environment objects.
Error 1567 "External environment cannot be started, external process terminated on start up"
Constant
EXTENV_PID_NOT_FOUND
SAP Sybase Error Number
3211
SQL State
WP019
SQL Code
-1567L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The request to start an external environment could not be completed due to the fact that the external process terminated on start up. This problem is usually due to a client configuration issue.
Error 1568 "Unable to generate a logical server ID."
Constant
LS_MAX_ID_LIMIT_REACHED
SAP Sybase Error Number
2365
SQL State
WQ019
SQL Code
-1568L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
Last generated logical server ID reached maximum limit. The database catalog needs to be rebuilt.
Error 1569 "LDAP Server \"%1\" already exists"
Constant
LDAPSERVER_ALREADY_EXISTS
SAP Sybase Error Number
3212
SQL State
WW202
SQL Code
-1569L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the LDAP Server.
Probable Cause
An attempt was made to create an LDAP server that already exists in the database.