4901 16 ALTER TABLE only allows columns to be added which can contain nulls. Column '%.*s' cannot be added to table '%.*s' because it does not allow nulls.
4902 11 Cannot alter table '%.*s', because this table does not exist in database '%S_DBID'.
4905 0 ALTER TABLE failed because page %u of the system catalog sysindexes in database '%.*s' is not in the cache.
4906 16 Cannot alter '%.*s' because it is not a %S_MSG.
4909 16 Can't alter %.*s because it is not a table.
4910 16 Cannot alter table '%.*s' because you are not the owner or a user with System Administrator (SA) role.
4912 16 Cannot replace default to '%.*s.%.*s' because it already has a default bound using sp_bindefault.
4913 16 Alter table command has unrecognized action. Cannot process.
4914 16 Cannot alter table '%.*s' because the alter table statement contains multiple identity fields.
4915 16 Cannot add new identity field to '%.*s' via alter table because the table already contains an identity field.
4916 0 Cannot add new identity field to '%.*s' via alter table because the number of existing rows (%d) exceeds the maximum value for the specified precision (%d).
4917 20 Failure adding identity column '%.*s' to table '%.*s'.
4918 16 Row length (%d) exceeds maximum row length (%d) when adding identity column '%.*s' to table '%.*s'.
4919 16 Identity value overflow when adding column '%.*s' to table '%.*s'.
4920 16 Permission denied. A table can only be altered if the table's hurdle equals the user's curwrite.
4921 14 Permission denied. A table's labels cannot be altered while it is in use.
4922 14 Invalid hold label specified.
4923 14 Permission denied. A table's maxhold should always dominate its minhold.
4924 14 Permission denied. A table's maxhold should always be dominated by the maxhold of the database that contains it.
4925 14 Permission denied. User maxwrite does not dominate specified maxhold.
4926 14 Permission denied. User minhold does not dominate specified minwrite.
4927 14 Permission denied. Maxhold label specified is below previous table maxhold.
4928 14 Permission denied. Minhold label specified is above previous table minhold.
4929 14 Permission denied. User minwrite is not dominated by specified maxhold.
4930 14 Permission denied. User maxwrite does not dominate specified minhold.
4931 16 Cannot alter the table '%.*s' because it is a system table.
4932 16 Dropping a column from a system table is not allowed.
4933 16 Dropping a column from a replicated table is not allowed.
4934 16 A column by this name doesn't exist in the table '%.*s'.
4935 16 Dropping the only column in a table is not allowed.
4936 0 Dropping the column failed while reformatting data on page %u, row %d. This command is being rolled back.
4937 17 Deleting text pages failed. This command is being rolled back.
4938 20 Cannot undo a drop column command because the number of rows on the log record does not match the number of rows on the data page.
4939 16 ALTER TABLE '%.*s' failed. You cannot drop column '%.*s' because it is being used by an index. Drop the index '%.*s' before dropping this column.
4940 16 ALTER TABLE failed. Dropping an identity column is not allowed.
4941 16 ALTER TABLE '%.*s' failed. You cannot drop a column on which constraints are defined. Drop the constraints before dropping this column.
4942 0 ALTER TABLE '%.*s' failed. You cannot drop column '%.*s' which has a default bound to it. Unbind the default (object id '%d') before dropping this column.
4943 0 Dropping a column which is a primary key is not allowed. Drop the constraint (object id '%d') before dropping this column.
4944 0 Dropping a column which is a foreign key is not allowed. Drop the constraint (object id '%d') before dropping this column.
4945 16 Cannot drop the column because cursor '%.*s' is still open. Close the cursor(s) before dropping the column.
4946 0 Dropping a column from a table which has a constraint associated with it is not allowed. Drop the constraint (object id '%d') before dropping this column.
4947 16 Dropping an identity column from a table while identity_insert is 'on' is not allowed. Set identity_insert to 'off' before dropping this column.
4948 0 Dropping the column failed while logging data from page %u. This command is being rolled back.
4949 20 The alttab_begin() function is trying to put too many lock requests in the lock_requests[] array.
4950 16 Cannot partition table '%.*s' because it is a system table.
4951 16 Cannot create %d partitions on the table '%.*s' with clustered index because the maximum number of partitions allowed on a table with clustered index is %d.
4952 16 Column compression modification is not applicable to columns of not compressible datatype.
4953 16 Cannot partition table '%.*s' because the command is only supported on unpartitioned roundrobin tables. Please use the ALTER TABLE ... PARTITION BY command to repartition the table.
4954 16 Cannot unpartition table '%.*s' because it is not partitioned.
4955 16 Number of partitions must be greater than one
4956 16 Cannot alter table if REORG command or level 0 scans are active.
4957 16 Column compression modification is not applicable to table that was not created as compressed or that does not have any compressed partitions.
4958 16 Cannot partition table '%.*s' because it is in a pre-System 11 database.
4960 16 Lock scheme currently on the table '%.*s' is corrupted. For this version of ASE it should have been set properly.
4961 16 Cannot partition table '%.*s' because it has been partitioned and unpartitioned too many times.
4962 16 To partition: bcp the data out of the table, drop and recreate the table, and then bcp into a partitioned/unpartitioned table.
4963 16 Table '%.*s' is already locked in the desired locking scheme.
4964 17 Lock scheme conversion failed due to insufficient ASE memory. Please retry later when there is less load/users on the ASE, or ask your System Administrator to reconfigure ASE with more memory.
4965 16 Lock scheme conversion on system tables not supported.
4966 10 Warning: Table '%.*s' with a clustered index has been partitioned. All data rows are in the first partition and all data insertions will go to the first partition. To distribute the data to all the partitions, re-create the
clustered index.
4967 16 Cannot execute '%.*s' command on table '%.*s', because this table does not exist in database '%S_DBID'.
4968 16 The table '%.*s' you've specified is a system table. Executing the '%.*s' command is not permitted on system tables.
4969 16 The table '%.*s' you've specified is a temporary table. Executing the '%.*s' command is not permitted on temporary tables.
4970 16 Cannot unlock this table because the table is not locked in that mode.
4971 16 This table cannot be locked in '%.*s' mode because it was already locked in '%.*s' mode.
4972 10 Warning: Empty Table '%.*s' with a clustered index has been partitioned. All data insertions will go to the first partition. To distribute the data to all the partitions, re-create the clustered index after loading the data.
4973 20 Row size (%d bytes) exceeded the maximum row size limit (%d bytes) for data only locked format while changing the lock scheme from ALLPAGES to DATAONLY for object '%.*s' (ID %d) in database '%.*s' (ID %d). The lock scheme fo
r the object was not changed.
4974 0 Process %d was expected to hold logical lock on object %d.
4975 16 Cannot alter table for schema change because cursor '%.*s' is still open. Close the cursor(s) before this schema change operation.
4977 16 You cannot run ALTER TABLE LOCK in this database because the 'select into/bulkcopy' option is off. Please check with the DBO.
4978 16 User aborted ALTER TABLE LOCK change command for table %.*s
4979 17 ALTER TABLE LOCK change for table '%.*s' failed: insufficient memory to allocate backout structure. Raise the value of the configuration parameter 'procedure cache size'.
4980 17 No space left in database '%S_DBID'; Use ALTER DATABASE to increase size of database. Else, an old transaction may be active; see Syslogshold table.
4981 16 Column offset, %d bytes, for variable-length column number %d exceeds the maximum start offset for variable-length columns in DOL tables (%d bytes). The lock scheme for the object '%.*s' was not changed.
4982 10 Due to an internal error the table '%.*s' can not be converted to new lock scheme . Please contact your System Administrator (SA) for help
4983 10 Primary index (indid = %d) is suspect for table '%.*s'. Please check and reissue the lock change command.
4984 10 Computed effective expected row size value(%d) for the table '%.*s' with the expected row size value(%d) is invalid. Forcing the default value.
4985 10 Warning: trigger '%.*s' is already enabled.
4986 10 Warning: trigger '%.*s' is already disabled.
4987 10 Enabling trigger '%.*s'.
4988 10 Disabling trigger '%.*s'.
4989 16 The trigger you specified ('%.*s') does not exist. The ALTER TABLE command is being terminated.
4990 17 ALTER TABLE '%.*s' failed due to insufficient procedure cache. Retry later when there is less load/users on Adaptive Server, or ask your System Administrator to reconfigure Adaptive Server with more procedure cache.
4991 10 ALTER TABLE '%S_OBJID' in database %S_DBID (objectid %d) failed due to an internal error. Please contact SAP Technical Support.
4993 16 ALTER TABLE '%.*s' failed. Dropping all columns in a table is not allowed.
4994 16 ALTER TABLE '%.*s' failed. The number of columns in the resultant table (%d) exceeds the current limit %d.
4995 16 ALTER TABLE '%.*s' failed. Multiple references to the same column in ALTER TABLE statements are not allowed.
4996 16 ALTER TABLE '%.*s' failed. Adding non-NULL timestamp column '%.*s' is not allowed.
4997 16 ALTER TABLE '%.*s' failed. Default clause is required in order to add non-NULL column '%.*s'.
4998 16 ALTER TABLE '%.*s' failed. Default value cannot be NULL when adding a non-NULL column.
4999 16 ALTER TABLE '%.*s' failed. You cannot drop column '%.*s' on which a primary or foreign key constraint is defined.
5049 16 The log in database '%.*s' cannot be locked. The error returned is '%s'.
5149 16 You cannot remove the primary physical device for virtual device '%.*s' since it is currently the only operational device. Use the SIDE=SECONDARY qualifier for the DISK UNMIRROR COMMAND.
5849 16 Verification failed for parameter '%s'.
6249 10 There are no active cursors.
7149 16 Invalid input value (%s) for parameter %s
7349 16 FIPS WARNING: Due to usage of the name of an expression in the ORDER BY clause which has a correlation name in the select list