
Check for the correct name and path and try again. The table or object your tried to access does not exist. The requested operation cannot be performed because another user is accessing or modifying the table. 1304: Table is in use, cannot perform operation Select another name or remove the current table definition before trying again. The name you specified for a table already exists in the dictionary. Wait until the user removes the exclusive lock before continuing. There was an attempt to access a table that has been exclusively locked by another user. For example, the following statement causes an error because column c1 is being renamed twice: ALTER TABLE t1 (RENAME COLUMN c1 to c2, RENAME COLUMN column c1 to c3). When you rename multiple columns, you can rename the same column only once. 1252: Column may not be renamed multiple times For example, the following statement causes an error because columns c1 and c3 cannot both be named c2: alter table t1 (rename column c1 to c2, rename column c3 to c2). You cannot rename two different columns to the same name. When you rename multiple columns, each new name must be unique. 1251: Multiple columns may not be renamed to the same name However, the following statement is permissible because different columns are being renamed and modified: alter table t1 (rename column c1 to c2, modify column c3 int). For example, the following statement causes an error because column c1 is being renamed and modified at the same time: alter table t1 (rename column c1 to c2, modify column c1 int). You cannot rename a column and modify that column at the same time. 1250: Same column cannot be renamed and modified

There was an attempt to access a database that has been exclusively locked by another user. The file specified is not a valid database name or the database is corrupt.
#Pervasive psql v11 on linux windows#
Reduce the number of columns to within a valid range and try again.įor Pervasive.SQL 8 and higher versions, the number of sessions allowed is allocated dynamically.Īdd additional memory, or close other applications on the computer where the database engine is installed, and try again.įor NetWare servers: the number of active sessions has reached the maximum allowed (4,906) and cannot be increased.įor Windows 32-bit servers: the number of active sessions has reached the upper limit of your memory and cannot be increased. The maximum number of columns that can be defined is 1600 in a select statement and 1536 elsewhere. Record the steps taken to get this error and notify Technical Support at Pervasive Software.

The record length was larger than the maximum allowed and some data has been truncated. There was an attempt to open a file that is read only or the specified user does not have the proper rights to open the file. Close some of your open programs and files and try again.

While trying to open a file, a handle was not returned. Reduce the size of Cache Allocation Size and/or Max MicroKernel Memory Usage configuration settings or exit other applications on the computer.
-logo.png)
The engine tried to allocate memory and was unsuccessful.
#Pervasive psql v11 on linux code#
This status code may be returned in one of the following situations: Should you encounter an error code that is not listed in this section, be sure to record the steps taken to get the particular error you received and notify Technical Support at Pervasive Software.Ī parameter was passed to an invalid internal API. This section lists status codes returned by the SQL Relational Database Engine (SRDE). SQL Relational Database Engine Status Codes Btrieve weitere Fehlermeldungen Pervasive Doku V11 onlineītrieve Errorcodes -1000 to -5300 Btrieve Errorcodes -100 to -199 Btrieve Errorcodes 0 Btrieve Errorcodes 1 to 199 Btrieve Errorcodes 1000 to 1999 Btrieve Errorcodes 2000 to 2099 Btrieve Errorcodes 2200 to 2299 Btrieve Errorcodes 2300 to 2399 Btrieve Errorcodes 3000 to 3099 Btrieve Errorcodes 3100 to 3199 Btrieve Errorcodes 4000 to 4099 Btrieve Errorcodes 5000 to 5999 Btrieve Errorcodes 6000 to 6050 Btrieve Errorcodes 7000 to 7050 Btrieve Errorcodes 7063 to 7122 Btrieve Errorcodes 8000 to 8499 Btrieve Errorcodes 8500 to 8589 Btrieve Errorcodes 8590 to 8599 Btrieve Errorcodes 10000 to 10100
