Códigos de erro
A seguir, veja a lista de códigos de erros retornados pelo ADS.
General file I/O errors
Código do Erro | Detalhe do Erro |
---|---|
1001 | Open Error |
1002 | Open Error (FPT or DBT) |
1003 | Open Error (NTX, IDX, or CDX) |
1004 | Create Error |
1005 | Create Error (creating FPT or DBT) |
1006 | Create Error (creating NTX, IDX, or CDX) |
1010 | Read Error |
1011 | Write Error |
1012 | Corruption Detected |
1020 | Data Type Error or Work Area Not Indexed |
1021 | Data Width Error |
1022 | Lock Required |
1023 | Exclusive Required |
1024 | Append Lock Failed |
1025 | Write Not Allowed |
1026 | Data Width Error |
1027 | Limit Exceeded |
1050 | Invalid Order |
1201 | Work Area Not Indexed |
Advantage StreamlineSQL engine errors
Código do Erro | Detalhe do Erro |
---|---|
2008 | ISAM memory allocation failure |
2009 | ISAM path or file name too long |
2010 | ISAM table already exists |
2011 | ISAM index expression not valid |
2012 | ISAM column name too long |
2013 | Stack limit exceeded due to recursion |
2014 | Invalid ROWID |
2101 | Memory allocation failure |
2102 | Data truncated |
2103 | Functionality not supported |
2107 | Invalid Cursor State |
2109 | Conversion error |
2111 | Out of range |
2112 | Assignment error |
2113 | Unexpected end of statement |
2114 | Element too big |
2115 | Expected lexical element not found |
2116 | Malformed number |
2117 | Unexpected extra token |
2118 | Malformed escape clause |
2121 | Column not found |
2122 | Table not found |
2123 | Data type of parameter cannot be determined |
2124 | Invalid operand for operator |
2125 | Invalid table name |
2126 | ORDER BY ordinal greater than select list count |
2128 | Cannot ORDER BY an expression |
2129 | Unequal number of insert columns and insert values |
2130 | Insert value was not valid |
2131 | Value in an IN expression must be a simple value |
2132 | Table alias used multiple times |
2133 | Column on list multiple times |
2134 | Invalid column name |
2135 | No such type |
2136 | Invalid number of parameters for type |
2137 | Column found in multiple tables |
2141 | Parameter missing |
2145 | Unable to ORDER BY this column |
2146 | Unable to perform sort for ORDER BY or DISTINCT |
2148 | Unable to GROUP BY this column |
2149 | Aggregate function not allowed in this context |
2150 | SELECT * not allowed if there is a GROUP BY |
2151 | Unable to do sort for GROUP BY |
2152 | HAVING specified without a GROUP BY |
2153 | Division by zero |
2154 | Parameter cannot be used in select list |
2155 | String concatenation overflow |
2156 | Invalid index name |
2157 | Too many key columns for index |
2158 | Scalar function not found |
2159 | Invalid argument to scalar function |
2166 | SELECT sub query returns more than one column |
2167 | SELECT sub query returned more than one row |
2189 | Inconsistent number of columns in the result sets participating in the UNION statement |
2190 | Incompatible column data types in the result sets participating in the UNION statement |
2191 | UNION statement can only be ordered by ordinal number |
2192 | GROUP BY and HAVING are not supported in UNION statement |
2194 | Unable to perform DISTINCT operation on some of the columns |
2195 | Column in the ORDER BY clause is not in the result set |
2196 | Column not found in GROUP BY clause |
2197 | Illegal VIEW operation |
2198 | Invalid PROCEDURE name |
2199 | This version of Advantage Database Server does not support stored procedures |
2200 | Error removing temporary input file |
2201 | Invalid Ordinal |
2202 | Invalid use of constant value |
2203 | Error encountered while reading an intermediate file |
2204 | The key specified as the primary key is too large |
2205 | A column specified in the index is of an invalid type |
2206 | Update statement is ambiguous |
2207 | Error creating input or output table temp filename |
Advantage Expression Engine parser error when parsing an index key expression
Código do Erro | Detalhe do Erro |
---|---|
3000 | General Advantage Expression Engine parser Error Code. Refer to the associated specific Error Code for more information. |
3001 | Incomplete index key expression |
3002 | Incorrect parameter count within a function call in index key expression |
3003 | Missing string delimiter in index key expression |
3004 | Literal value too long in index key expression |
3005 | Unsupported data type value in index key expression |
3006 | Unsupported operator found in index key expression |
3007 | Unsupported function found in index key expression |
3008 | Invalid delimiter in function parameter in index key expression |
3009 | Unsupported data type in function parameter in index key expression |
3010 | Unknown alias name used with field name in index key expression |
3011 | Unknown identifier found in index key expression |
3014 | Advantage Expression Engine memory allocation failed |
3015 | Invalid field type found in index key expression |
3016 | Advangage Expression Engine operator stack overflow |
3017 | Number of index key expression parameters exceed the capability of the parser |
3018 | Mismatched number of parentheses in the index key expression |
3019 | Parser working stack is about to overflow |
3021 | Advantage Expression Engine is not being used |
3022 | Advantage server thread's working stack about to overflow |
Advantage Expression Engine parser error when parsing a record filter expression
Código do Erro | Detalhe do Erro |
---|---|
3101 | Incomplete record filter expression |
3102 | Incorrect parameter count within a function call in record filter expression |
3103 | Missing string delimiter in record filter expression |
3104 | Literal value too long in record filter expression |
3105 | Unsupported data type value in record filter expression |
3106 | Unsupported operator found in record filter expression |
3107 | Unsupported function found in the record filter expression |
3108 | Invalid delimiter in function parameter in the record filter expression |
3109 | Unsupported data type in function parameter in the record filter expression |
3110 | Unknown alias name used with field name in the record filter expression |
3111 | Unknown identifier found in the record filter expression |
3114 | Advantage Expression Engine memory allocation failed |
3115 | Invalid field type found in the record filter expression |
3116 | Advantage Expression Engine operator stack overflow |
3117 | Number of record filter expression parameters exceed the capability of the parser |
3118 | Mismatched number of parentheses in the record filter expression |
3119 | Parser working stack is about to overflow |
3121 | Advantage Expression Engine is not being used |
3122 | Advantage server thread's working stack about to overflow |
Advantage Expression Engine parser error when parsing a conditional index expression
Código do Erro | Detalhe do Erro |
---|---|
3201 | Incomplete conditional index expression |
3202 | Incorrect parameter count within a function call in conditional index expression |
3203 | Missing string delimiter in conditional index expression |
3204 | Literal value too long in conditional index expression |
3205 | Unsupported data type value in conditional index expression |
3206 | Unsupported operator found in conditional index expression |
3207 | Unsupported function found in conditional index expression |
3208 | Invalid delimiter in function parameter in conditional index expression |
3209 | Unsupported data type in function parameter in conditional index expression |
3210 | Unknown alias name used with field name in conditional index expression |
3211 | Unknown identifier found in conditional index expression |
3214 | Advantage Expression Engine memory allocation failed |
3215 | Invalid field type found in conditional index expression |
3216 | Advantage Expression Engine operator stack overflow |
3217 | Number of conditional index expression parameters exceed the capability of the parser |
3218 | Mismatched number of parentheses in the conditional index expression |
3219 | Parser working stack is about to overflow |
3222 | Advantage server thread's working stack about to overflow |
Advantage Expression Engine parser error when parsing an index 'while' clause expression
Código do Erro | Detalhe do Erro |
---|---|
3301 | Incomplete index while expression |
3302 | Incorrect parameter count within a function call in index while expression |
3303 | Missing string delimiter in index while expression |
3304 | Literal value too long in index while expression |
3305 | Unsupported data type value in index while expression |
3306 | Unsupported operator found in index while expression |
3307 | Unsupported function found in index while expression |
3308 | Invalid delimiter in function parameter in index while expression |
3309 | Unsupported data type in function parameter in index while expression |
3310 | Unknown alias name used with field name in index while expression |
3311 | Unknown identifier found in index while expression |
3314 | Advantage Expression Engine memory allocation failed |
3315 | Invalid field type found in index while expression |
3316 | Advantage Expression Engine operator stack overflow |
3317 | Number of index while expression parameters exceed the capability of the parser |
3318 | Mismatched number of parentheses in the index while expression |
3319 | Parser working stack is about to overflow |
3322 | Advantage server thread's working stack about to overflow |
3323 | Missing index while expression string |
Advantage Expression Engine parser error when parsing an 'is expression valid' function expression
Código do Erro | Detalhe do Erro |
---|---|
3401 | Incomplete 'is expression valid' function expression |
3402 | Incorrect parameter count within a function call in 'is expression valid' function expression |
3403 | Missing string delimiter in 'is expression valid' function expression |
3404 | Literal value too long in 'is expression valid' function expression |
3405 | Unsupported data type value in 'is expression valid' function expression |
3406 | Unsupported operator found in 'is expression valid' function expression |
3407 | Unsupported function found in 'is expression valid' function |
3408 | Invalid delimiter in function parameter in 'is expression valid' function expression |
3409 | Unsupported data type in function parameter in 'is expression valid' function expression |
3410 | Unknown alias name used with field name in 'is expression valid' function expression |
3411 | Unknown identifier found in 'is expression valid' function expression |
3414 | Advantage Expression Engine memory allocation failed |
3415 | Invalid field type found in 'is expression valid' function expression |
3416 | Advantage Expression Engine operator stack overflow |
3417 | Number of 'is expression valid' function expression parameters exceed the capability of the parser |
3418 | Mismatched number of parentheses in the 'is expression valid' function expression |
3419 | Parser working stack is about to overflow |
3422 | Advantage server thread's working stack about to overflow |
Advantage Expression Engine parser error when parsing an internal expression
Código do Erro | Detalhe do Erro |
---|---|
3501 | Incomplete expression |
3502 | Incorrect parameter count within a function call in expression |
3503 | Missing string delimiter in expression |
3504 | Literal value too long in expression |
3505 | Unsupported data type value in expression |
3506 | Unsupported operator found in expression |
3507 | Unsupported function found in expression |
3508 | Invalid delimiter in function parameter in expression |
3509 | Unsupported data type in function parameter in expression |
3510 | Unknown alias name used with field name in expression |
3511 | Unknown identifier found in expression |
3514 | Advantage Expression Engine memory allocation failed |
3515 | Invalid field type found in expression |
3516 | Advantage Expression Engine operator stack overflow |
3517 | Number of expression parameters exceed the capability of the parser |
3518 | Mismatched number of parentheses in the expression |
3519 | Parser working stack is about to overflow |
3521 | Advantage Expression Engine is not being used |
3522 | Advantage server thread's working stack about to overflow |
Advantage Expression Engine evaluator errors
Código do Erro | Detalhe do Erro |
---|---|
4000 | General Advantage Expression Engine evaluator error code. Refer to associated specific Error Code for more information. |
4004 | Advantage Expression Engine evaluator stack overflow |
4009 | Unsupported data type in evaluated index key expression |
4012 | Invalid date evaluated in index key expression |
4013 | Invalid Julian date evaluated in index key expression |
4017 | Number of index key expression parameters exceed the capability of the evaluator |
4019 | Evaluator working stack is about to overflow |
4020 | Division by zero in index key expression |
4104 | Advantage Expression Engine evaluator stack overflow |
4109 | Unsupported data type in evaluated record filter expression |
4112 | Invalid date evaluated in record filter expression |
4113 | Invalid Julian date evaluated in record filter expression |
4117 | Number of record filter expression parameters exceed the capability of the evaluator |
4119 | Evaluator working stack is about to overflow |
4120 | Division by zero in record filter expression |
4204 | Advantage Expression Engine evaluator stack overflow |
4209 | Unsupported data type in evaluated conditional index expression |
4212 | Invalid date evaluated in conditional index expression |
4213 | Invalid Julian date evaluated in the conditional index expression |
4217 | Number of conditional index expression parameters exceed the capability of the evaluator |
4219 | Evaluator working stack is about to overflow |
4220 | Division by zero in conditional index expression |
4304 | Advantage Expression Engine evaluator stack overflow |
4309 | Unsupported data type in evaluated index while expression |
4312 | Invalid date evaluated in index while expression |
4313 | Invalid Julian date evaluated in index while expression |
4317 | Number of index while expression parameters exceed the capability of the evaluator |
4319 | Evaluator working stack is about to overflow |
4320 | Division by zero in index while expression |
Advantage Client Engine errors
Código do Erro | Detalhe do Erro |
---|---|
5001 | AE_ALLOCATION_FAILED |
5002 | AE_COMM_MISMATCH |
5003 | AE_DATA_TOO_LONG |
5004 | AE_FILE_NOT_FOUND |
5005 | AE_INSUFFICIENT_BUFFER |
5006 | AE_INVALID_BOOKMARK |
5007 | AE_INVALID_CALLBACK |
5008 | AE_INVALID_CENTURY |
5009 | AE_INVALID_DATEFORMAT |
5010 | AE_INVALID_DECIMALS |
5011 | AE_INVALID_EXPRESSION |
5012 | AE_INVALID_FIELDDEF |
5013 | AE_INVALID_FILTER_OPTION |
5014 | AE_INVALID_INDEX_HANDLE |
5015 | AE_INVALID_INDEX_NAME |
5016 | AE_INVALID_INDEX_ORDER_NAME |
5017 | AE_INVALID_INDEX_TYPE |
5018 | AE_INVALID_HANDLE |
5019 | AE_INVALID_OPTION |
5020 | AE_INVALID_PATH |
5021 | AE_INVALID_POINTER |
5022 | AE_INVALID_RECORD_NUMBER |
5023 | AE_INVALID_TABLE_HANDLE |
5024 | AE_INVALID_CONNECTION_HANDLE |
5025 | AE_INVALID_TABLETYPE |
5026 | AE_INVALID_WORKAREA |
5027 | AE_INVALID_CHARSETTYPE |
5028 | AE_INVALID_LOCKTYPE |
5029 | AE_INVALID_RIGHTSOPTION |
5030 | AE_INVALID_FIELDNUMBER |
5031 | AE_INVALID_KEY_LENGTH |
5032 | AE_INVALID_FIELDNAME |
5033 | AE_NO_DRIVE_CONNECTION |
5034 | AE_FILE_NOT_ON_SERVER |
5035 | AE_LOCK_FAILED |
5036 | AE_NO_CONNECTION |
5037 | AE_NO_FILTER |
5038 | AE_NO_SCOPE |
5039 | AE_NO_TABLE |
5040 | AE_NO_WORKAREA |
5041 | AE_NOT_FOUND |
5042 | AE_NOT_IMPLEMENTED |
5043 | AE_MAX_THREADS_EXCEEDED |
5044 | AE_START_THREAD_FAIL |
5045 | AE_TOO_MANY_INDEXES |
5046 | AE_TOO_MANY_TAGS |
5047 | AE_TRANS_OUT_OF_SEQUENCE |
5048 | AE_UNKNOWN_ERRCODE |
5049 | AE_UNSUPPORTED_LANGUAGE |
5050 | AE_NAME_TOO_LONG |
5051 | AE_DUPLICATE_ALIAS |
5053 | AE_TABLE_CLOSED_IN_TRANSACTION |
5054 | AE_PERMISSION_DENIED |
5055 | AE_STRING_NOT_FOUND |
5056 | AE_UNKNOWN_CHAR_SET |
5057 | AE_INVALID_OEM_CHAR_FILE |
5058 | AE_INVALID_MEMO_BLOCK_SIZE |
5059 | AE_NO_FILE_FOUND |
5060 | AE_NO_INF_LOCK |
5061 | AE_INF_FILE_ERROR |
5062 | AE_RECORD_NOT_LOCKED |
5063 | AE_ILLEGAL_COMMAND_DURING_TRANS |
5064 | AE_TABLE_NOT_SHARED |
5065 | AE_INDEX_ALREADY_OPEN |
5066 | AE_INVALID_FIELD_TYPE |
5067 | AE_TABLE_NOT_EXCLUSIVE |
5068 | AE_NO_CURRENT_RECORD |
5069 | AE_PRECISION_LOST |
5070 | AE_INVALID_DATA_TYPE |
5071 | AE_DATA_TRUNCATED |
5072 | AE_TABLE READONLY |
5073 | AE_INVALID_RECORD_LENGTH |
5074 | AE_NO_ERROR_MESSAGE |
5075 | AE_INDEX_SHARED |
5076 | AE_INDEX_EXISTS |
5077 | AE_CYCLIC_RELATION |
5078 | AE_INVALID_RELATION |
5079 | AE_INVALID_DAY |
5080 | AE_INVALID_MONTH |
5081 | AE_CORRUPT_TABLE |
5082 | AE_INVALID_BINARY_OFFSET |
5083 | AE_BINARY_FILE_ERROR |
5084 | AE_INVALID_DELETE_BYTE_VALUE |
5085 | AE_NO_PENDING_UPDATE |
5086 | AE_PENDING_UPDATE |
5087 | AE_TABLE_NOT_LOCKED |
5088 | AE_CORRUPT_INDEX |
5089 | AE_AUTOOPEN_INDEX |
5090 | AE_SAME_TABLE |
5091 | AE_INVALID_IMAGE |
5092 | AE_COLLATION_SEQUENCE_MISMATCH |
5093 | AE_INVALID_INDEX_ORDER |
5094 | AE_TABLE_CACHED |
5095 | AE_INVALID_DATE |
5096 | AE_ENCRYPTION_NOT_ENABLED |
5097 | AE_INVALID_PASSWORD |
5098 | AE_TABLE_ENCRYPTED |
5099 | AE_SERVER_MISMATCH |
5100 | AE_INVALID-USERNAME |
5101 | AE_INVALID_VALUE |
5102 | AE_INVALID_CONTINUE |
5103 | AE_UNRECOGNIZED_VERSION |
5104 | AE_RECORD_ENCRYPTED |
5105 | AE_UNRECOGNIZED_ENCRYPTION |
5106 | AE_INVALID_SQLSTATEMENT_HANDLE |
5107 | AE_INVALID_SQLCURSOR_HANDLE |
5108 | AE_NOT_PREPARED |
5109 | AE_CURSOR_NOT_CLOSED |
5110 | AE_INVALID_SQL_PARAM_NUMBER |
5111 | AE_INVALID_SQL_PARAM_NAME |
5112 | AE_INVALID_COLUMN_NUMBER |
5113 | AE_INVALID_COLUMN_NAME |
5114 | AE_INVALID_READONLY_OPTION |
5115 | AE_IS_CURSOR_HANDLE |
5116 | AE_INDEX_EXPR_NOT_FOUND |
5117 | AE_NOT_DML |
5118 | AE_INVALID_CONSTRAIN_TYPE |
5119 | AE_INVALID_CURSORHANDLE |
5120 | AE_OBSOLETE_FUNCTION |
5121 | AE_TADSDATASET_GENERAL |
5122 | AE_UDF_OVERWROTE_BUFFER |
5123 | AE_INDEX_UDF_NOT_SET |
5124 | AE_CONCURRENT_PROBLEM |
5125 | AE_INVALID_DICTIONARY_HANDLE |
5126 | AE_INVALID_PROPERTY_ID |
5127 | AE_INVALID_PROPERTY |
5128 | AE_DICTIONARY_ALREADY_EXISTS |
5129 | AE_INVALID_FIND_HANDLE |
5130 | AE_DD_REQUEST_NOT_COMPLETED |
5131 | AE_INVALID_OBJECT_ID |
5132 | AE_INVALID_OBJECT_NAME |
5133 | AE_INVALID_PROPERTY_LENGTH |
5134 | AE_INVALID_INDEX_OPTIONS |
5135 | AE_CONSTRAINT_VALIDATION_ERROR |
5136 | AE_INVALID_OBJECT_TYPE |
5137 | AE_NO_OBJECT_FOUND |
5138 | AE_PROPERTY_NOT_SET |
5139 | AE_NO_PRIMARY_KEYS_EXISTS |
5140 | AE_LOCAL_CONN_DISABLED |
5141 | AE_RI_RESTRICT |
5142 | AE_RI_CASCADE |
5143 | AE_RI_FAILED |
5144 | AE_RI_CORRUPTED |
5145 | AE_RI_UNDO_FAILED |
5146 | AE_RI_RULE_EXISTS |
5147 | AE_COLUMN_CANNOT_BE_NULL |
5148 | AE_MIN_CONSTRAINT_VIOLATION |
5149 | AE_MAX_CONSTRAINT_VIOLATION |
5150 | AE_RECORD_CONSTRAINT_VIOLATION |
5151 | AE_CANNOT_DELETE_TEMP_INDEX |
5152 | AE_RESTRUCTURE_FAILED |
5153 | AE_INVALID_STATEMENT |
5154 | AE_STORED_PROCEDURE_FAILED |
5155 | AE_INVALID_DICTIONARY_FILE |
5156 | AE_NOT_MEMBER_OF_GROUP |
5157 | AE_ALREADY_MEMBER_OF_GROUP |
5158 | AE_INVALID_OBJECT_RIGHT |
5159 | AE_CANNOT_OPEN_DATABASE_TABLE |
5160 | AE_INVALID_CONSTRAINT |
5161 | AE_NOT_ADMINISTRATOR |
5162 | AE_NO_TABLE_ENCRYPTION_PASSWORD |
5163 | AE_TABLE_NOT_ENCRYPTED |
5164 | AE_INVALID_ENCRYPTION_VERSION |
5165 | AE_NO_STORED_PROC_EXEC_RIGHTS |
5166 | AE_DD_UNSUPPORTED_DEPLOYMENT |
5168 | AE_INFO_AUTO_CREATION_OCCURRED |
5169 | AE_INFO_COPY_MADE_BY_CLIENT |
5170 | AE_DATABASE_REQUIRES_NEW_SERVER |
5171 | AE_COLUMN_PERMISSION_DENIED |
5172 | AE_DATABASE_REQUIRES_NEW_CLIENT |
5173 | AE_INVALID_LINK_NUMBER |
5174 | AE_LINK_ACTIVATION_FAILED |
5175 | AE_INDEX_COLLATION_MISMATCH |
5176 | AE_ILLEGAL_USER_OPERATION |
Advantage communication errors and Advantage CA-Clipper RDD errors
Código do Erro | Detalhe do Erro |
---|---|
6002 | Index corruption detected |
6010 | Bad conditional index expression |
6011 | Index key is too long |
6012 | Invalid key length |
6015 | No Advantage Optimized Filter Exists |
6020 | No table open |
6021 | No index open |
6022 | Tag does not exist |
6023 | Bad tag number |
6024 | No current record |
6025 | Bad arguments |
6026 | Invalid data type |
6027 | Invalid master index |
6028 | Operation performed on a non-custom index |
6030 | Memo entry too long |
6031 | No memo file |
6032 | Invalid FPT memo block size |
6033 | Memo field does not exist |
6034 | Not an Advantage work area |
6035 | Incorrect client driver |
6036 | Encryption password does not exist |
6037 | No memo data exists |
6040 | Error opening file containing the BLOB |
6041 | Error creating BLOB file |
6042 | Illegal BLOB file length |
6043 | Error during BLOB file positioning |
6044 | File read error |
6045 | Memo field does not contain a BLOB |
6046 | File write error |
6060 | Advantage Database Server not started/loaded on specified server |
6061 | Low on memory |
6062 | Tables on different servers |
6063 | Local drive specified. Must access a network drive that has the Advantage server started/loaded. |
6064 | Getting the computer name failed |
6066 | Invalid path specified |
6067 | Not logged into network |
6069 | Primary connection to Advantage server failed |
6070 | Low level network function initialization failed |
6071 | Connection of Advantage server failed |
6072 | Advantage client failure during creation of a Microsoft networking mailstot |
6073 | Advantage client failure during writing to a Microsoft networking mailslot |
6074 | Advantage client failure during reading to a Microsoft networking mailslot |
6075 | Request of Microsoft networking software configuration failed |
6080 | Error loading the Advantage remote communication layer DLL |
6081 | Error retrieving the function addresses in an Advantage DLL |
6082 | Error loading the Advantage Local Server DLL |
6083 | Error loading client expression engine DLL |
6084 | Error finding task in client expression engine DLL |
6087 | IPX not installed |
6090 | No structural index |
6091 | Index(es) open on destination table |
6093 | Table and index file on different servers |
6094 | Login reject |
6095 | Too many tags |
6096 | Not a compound index file |
6097 | Bad IP address specified in connection path or in ADS.INI file |
CA-Clipper transaction or encryption errors
Código do Erro | Detalhe do Erro |
---|---|
6101 | Transaction command out of sequence |
6102 | XXXXXX is illegal during a transaction |
6103 | Failed transaction recovery error |
6104 | Invalid Password |
6105 | Password is required for this operation |
Advantage Optimized Filter errors
Código do Erro | Detalhe do Erro |
---|---|
6201 | Advantage Optimized Filter error: No table open |
6202 | Advantage Optimized Filter error: Not Advantage driver |
6203 | Advantage Optimized Filter error: No indexes open |
6204 | Advantage Optimized Filter error: No records in record filter |
6205 | Advantage Optimized Filter error: Internal value error |
6206 | Advantage Optimized Filter error: Mismatched string delimiters |
6207 | Advantage Optimized Filter error: Mismatched parenthesis |
6208 | Advantage Optimized Filter error: Expression syntax error |
6209 | Advantage Optimized Filter error: Invalid expression data type |
6210 | Advantage Optimized Filter error: Optimized record filter does not exist |
6211 | Advantage Optimized Filter error: Expression string too long |
6212 | Advantage Optimized Filter error: Low memory |
6213 | Advantage Optimized Filter error: Set optimize is set to off |
6214 | Advantage Optimized Filter error: Filter lengths different |
6215 | Advantage Optimized Filter error: Cannot optimize this Ored expression |
6216 | Advantage Optimized Filter error: Invalid range specified |
6217 | Advantage Optimized Filter error: Locate command not optimized |
6218 | Advantage Optimized Filter error: Real memory error |
6219 | Advantage Optimized Filter error: Virtual memory error |
6220 | Advantage Optimized Filter error: Bad record filter handle |
6221 | Advantage Optimized Filter error: Record beyond record filter limits |
6222 | Advantage Optimized Filter error: Unable to write record filter |
6223 | Advantage Optimized Filter error: Unable to read record filter |
6224 | Advantage Optimized Filter error: Error using index when creating record filter |
6225 | Advantage Optimized Filter error: Error seeking in index when creating record filter |
6226 | Advantage Optimized Filter error: Error creating file |
6227 | Advantage Optimized Filter error: Error opening file |
6228 | Advantage Optimized Filter error: Error parsing record filter expression |
6229 | Advantage Optimized Filter error: Error evaluating record filter expression |
6230 | Advantage Optimized Filter error: Missing or bad parameter |
6231 | Advantage Optimized Filter error: Seek key not found |
6232 | Advantage Optimized Filter error: Exceeded maximum number of array elements |
Advantage communication errors
Código do Erro | Detalhe do Erro |
---|---|
6401 | Invalid socket handle |
6402 | No system resources to open socket |
6403 | Internal SIPX system error |
6404 | Versions of NWSIPX.DLL and Client32 server are mismatched |
6405 | Invalid subnetwork handle |
6406 | No subnets available for IPX |
6407 | Data overflow in received message |
6408 | Datagram larger than is supported by WinSock |
6409 | WinSock version not supported or NetWare DLLs not found |
6410 | Destination address not available |
6411 | Network cannot be reached |
6412 | No buffers available |
6413 | Timed out |
6414 | Connection forcefully refused |
6415 | System not ready for network communication |
6416 | Requested version of sockets not supported |
6417 | General NCP request failure |
6418 | Unable to open service connection |
6419 | Unable to find server with Advantage started/loaded |
6420 | Unable to discover the Advantage Database Server |
6421 | The IP address for the given server was invalid or not found in ADS.INI |
6422 | The port for the given server was invalid or not found in ADS.INI |
6423 | Authentication failed |
6424 | Failed to locate ads.ini file |
6425 | An Advantage Data Dictionary connection is required for Internet connections |
6602 | Client comm layer timed out waiting for receive packet from the Advantage Database Server |
6604 | Timeout waiting for intermediate burst acknowledgment |
6605 | Client comm layer received more data from the Advantage Database Server than it was expecting |
6606 | Amount of client protocol command information to send was greater than the maximum allowed |
6607 | Protocol command information received by the client was not of the expected size |
6609 | Client comm layer received data of an unknown origin |
6610 | The Advantage Database Server did not respond to a database request in a timely manner |
6611 | Client communications layer timed out when attempting to send a packet |
6612 | Client comm layer received a packet that was out of sequence and was beyond the acceptable range of sequence numbers |
6613 | An IPX event was canceled |
6614 | IPX/SPX not initialized on client |
6615 | Client comm layer is out of DOS memory |
6616 | Client comm layer found no free ECBs available |
6617 | Client comm layer Winlock failed |
6618 | Maximum tasks reached or NetWare DLLs not found |
6619 | Client comm layer was already busy with one database operation when a second database operation was requested |
6620 | Client comm layer did not have the needed Advantage Database Server destination address |
6621 | Client comm layer attempted to use a send address that was already in use |
6622 | The WinSock connection must be reset in the client comm layer |
6623 | A WinSock virtual circuit was aborted |
6624 | A WinSock virtual circuit was reset remotely |
6625 | Client comm layer socket is not connected |
6626 | Client comm layer socket already shut down |
6627 | Client comm layer WinSock system was not properly initialized |
6628 | Client comm layer did not send all data |
6629 | Client comm layer received a packet from an incorrect source |
6630 | An invalid function pointer was found in the client comm layer |
6631 | An unexpected exception occurred in the client comm layer |
6632 | Watch dog thread creation failed |
6669 | Tag list is corrupt |
Advantage NetBIOS communication errors
Código do Erro | Detalhe do Erro |
---|---|
6701 | An illegal buffer length was supplied |
6703 | An illegal command was supplied |
6705 | The command timed out |
6706 | A message was incomplete. The application needs to issue another command. |
6707 | The buffer address specified was illegal |
6708 | The session number specified was out of range. |
6709 | No resource was available |
6710 | The session was closed. ADSDOSIP shut down communications with the CA-Clipper application |
6711 | The command was canceled |
6713 | A duplicate name existed in the local name table |
6714 | The name table was full |
6715 | The command finished, however, the name has active sessions and is no longer registered |
6717 | The local session table was full |
6718 | The remote session table was full, therefore the request to open a session was rejected |
6719 | An illegal name number was specified |
6720 | The system did not find the name that was called |
6721 | A * is not permitted in the ncb_name member |
6722 | The name was already in use on the remote adapter |
6723 | The name was deleted |
6724 | The session ended abnormally |
6725 | A name conflict was detected |
6733 | The interface was busy. IRET before retrying |
6734 | Too many commands were outstanding. The application can retry the command later. |
6735 | The ncb_lana_num member did not specify a valid network number |
6736 | The command finished while a cancel operation was occurring |
6738 | The NCBCANCEL command was not valid, therefore the command was not canceled |
6748 | The name specified was defined by another local process |
6752 | The environment was not defined. A reset command must be issued. |
6753 | System resources were exhausted. The application can retry the command later. |
6754 | The maximum number of applications was exceeded |
6755 | Service access points SAPs were unavailable for NetBIOS |
6756 | The requested resources were not available |
6757 | The NCB address was invalid |
6759 | The NCB DDID was invalid |
6760 | The attempt to lock the user area failed |
6763 | An error occurred during an open operation being performed by the device driver |
6764 | A system error occurred |
6770 | The read received data that was too large |
6771 | The packet had a bad header |
6772 | The packet had bad data |
Advantage Internet Server errors
Código do Erro | Detalhe do Erro |
---|---|
6801 | Advantage client newer than Advantage server |
6802 | Advantage Database Server does not support AIS |
6803 | Error opening semaphore connection file |
6804 | Error accessing directory |
6805 | Error accessing a file |
6806 | Error accessing file or directory |
6807 | AIS error accessing file |
6808 | AIS error allocating resources |
6809 | AIS error unrecognized operation code |
6810 | AIS not supported |
Advantage server errors returned due to application or data error
Código do Erro | Detalhe do Erro |
---|---|
7000 | General Advantage server Error Code. Refer to the associated specific Error Code for more information |
7001 | No memory available |
7002 | Configuration error |
7003 | Maximum number of users exceeded |
7004 | Maximum number of work areas exceeded |
7005 | Maximum number of tables exceeded |
7006 | Maximum number of index files exceeded |
7007 | Maximum number of locks exceeded |
7008 | Advantage server file open failure |
7009 | Problem with Advantage server file write |
7010 | Problem with Advantage server file read |
7011 | Problem with Advantage server file seek |
7012 | Problem with Advantage server file offset |
7013 | Advantage server file access error |
7014 | Invalid DBF table |
7015 | Corrupt NTX |
7016 | Corrupt table |
7017 | Corrupt IDX, CDX, or ADI index |
7018 | Corrupt index: empty page |
7019 | Corrupt memo field |
7020 | User logged out |
7021 | Maximum tags exceeded |
7022 | Maximum index levels |
7023 | Index expression not supported |
7024 | Removing ghost connection |
7025 | Semaphore connection file path too long |
7026 | Communication packet checksum failed |
7027 | User not logged in |
7028 | Invalid open mode |
7029 | Index Sort Buffer Size too small |
7030 | Missing Advantage configuration file ADS.CFG or ADSLOCAL.CFG |
7031 | Could not get Advantage configuration information |
7032 | Error in Advantage configuration parameter/value/data |
7033 | Maximum number of connections exceeded |
7034 | Not a Compound Index File |
7035 | Record not visible |
7036 | Failed transaction recovery error |
7037 | Error with key in custom index |
7038 | Invalid record number |
7039 | File already open |
7040 | File creation error |
7041 | File not found |
7042 | Invalid bits set in the TPS semaphore byte |
7043 | Advantage Database Server for Windows is paused |
7044 | Advantage Server already on network |
7045 | Serial number and validation code mismatch |
7046 | Evaluation period expired |
7047 | Invalid bits set in the deleted byte |
7048 | EXTEND.CHR or ANSI.CHR file not found at load time by the Advantage Local Server |
7049 | Error occurred when the Advantage Local Server attempted to use the EXTEND.CHR or ANSI.CHR file |
7050 | The user is not connected to the Advantage server |
7051 | The file is not open on the Advantage server |
7052 | Cannot operate on the same table as source and destination |
7053 | VarChar fields are not supported with this operation |
7054 | Field data type mismatch |
7055 | Field size mismatch |
7056 | Invalid Connection Path |
7057 | Record update failed |
7058 | Corrupt ADI index |
7059 | Unique index creation error |
7060 | Invalid Password |
7061 | Encryption Version Mismatch |
7062 | Invalid NetWare Connection Number |
7063 | Query table full |
7064 | The IP protocol is not installed on the current machine |
7065 | Updates to records must meet the conditions of the SQL SELECT statement because the Constrained option has been selected |
7066 | Old Encryption Version |
7067 | NetWare Connection Number Not Found |
7068 | Encryption password is required for this operation |
7069 | The latest version of the Advantage client software is required with this version of the Advantage Database Server |
7070 | The Advantage Database Server for Windows 9x must be run on a Windows 9x machine |
7071 | File is too large to be opened with Advantage Local Server |
7072 | The memo file associated with this table is corrupt |
7073 | The maximum number of ADM memo blocks has been reached |
7074 | The table ID stored in the ADT table does not match the ID stored in the Advantage Data Dictionary file |
7075 | The Advantage Local Server version allows a maximum of 5 users to access a file at one time. The limit has been exceeded. |
7076 | No Primary key was found for the foreign key |
7077 | The Advantage Data Dictionary cannot be opened |
7078 | The Advantage Database Server cannot authenticate the user |
7079 | The user does not have read permission to the table |
7080 | The user does not have write rights to the table |
7081 | The encrypted table is using an older encryption method |
7082 | Internet access disabled |
7083 | An Advantage Data Dictionary connection is required for Internet connections |
7085 | Invalid UNC server name |
7086 | Cannot open table directly |
7087 | Permission not granted for the requested operation |
7088 | The user could not be disconnected at this time |
7089 | Index creation aborted by the user |
7090 | Copy table operation aborted by user |
7091 | Collation sequence used to create the index differs from current collation sequence |
7092 | The index is not Advantage compatible |
7200 | Advantage SQL Error |
7201 | The parameter number given exceeds the number of parameters in the SQL statement |
7202 | Data that resulted from the SQL statement is too long to be returned in a cursor |
7203 | Data that resulted from the SQL statement has an unknown length |
7204 | Too many columns exist in the SQL SELECT statement |
7205 | Cannot establish a connection to the Advantage SQL engine |
7206 | Cannot convert data from SQL format to Advantage format |
7207 | Unexpected error from the Advantage Server Agent |
7208 | One or more columns in the SQL SELECT statement contain a data type not supported by Advantage |
7209 | SQL query aborted by user |
7211 | Advantage cannot sort the SQL result set based on the ORDER BY clause because of internal limitation |
Advantage Database Server OS errors
Código do Erro | Detalhe do Erro |
---|---|
8001 | Unable to retrieve task number |
8002 | Unable to set task number |
8003 | Creating a thread failed |
8004 | Error opening or using a socket |
8005 | Semaphore creation failed |
8006 | ECB post error |
8007 | Error advertising service |
8008 | Screen failure |
8009 | Unable to disable connection |
8010 | Unable to set connection |
8011 | Receiving error |
8012 | Sending error |
8013 | Error updating memo file size in the server OS |
8014 | Error updating table size in the server OS |
8015 | Error updating index file size in the server OS |
8016 | Error updating TPS log file size in the server OS |
8017 | Get effective rights error |
8018 | Set end of file error |
8019 | Mutex creation failed |
8020 | Error when Advantage was reading from a Microsoft networking mailslot |
8021 | Error when Advantage was writing to a Microsoft networking mailslot |
8022 | Error when Advantage was closing a Microsoft networking mailslot |
8023 | Error getting server's computer name |
8024 | Error when Advantage attempted to create a Microsoft networking mailslot |
8025 | Error converting strings to/from unicode strings from/to 8-bit strings |
8026 | Error obtaining server drive information from server and share names |
8027 | Error creating sockets. No sockets were able to be created |
8028 | Error when initializing the WinSock DLL |
8029 | Registration of math function error handler failed |
8030 | Math function error |
8031 | Software protection initialization error |
8032 | Software license not found |
8033 | Software license verification error |
8224 - 8255 | Errors returned by the IPX layer |
Internal Advantage server errors
Código do Erro | Detalhe do Erro |
---|---|
9000 | General Advantage Server Error Code. Refer to the associated specific Error Code for more information. |
9001 | Illegal memory resource |
9002 | Invalid UNC path |
9003 | Illegal user ID |
9004 | File close error |
9005 | Maximum work area element exceeded |
9006 | Maximum table element exceeded |
9007 | Maximum index table element exceeded |
9008 | Lock table error |
9009 | Invalid file handle |
9011 | Memory pages errors |
9012 | Illegal work area |
9013 | Illegal value |
9014 | Illegal index number |
9015 | Assertion failure |
9016 | Illegal flags |
9017 | No file name |
9018 | Invalid index type |
9019 | Illegal tag number |
9020 | Advantage server file length error |
9021 | Advantage server record length error |
9022 | Key not found |
9023 | Current value negative |
9024 | Invalid packet type |
9025 | Source data unreadable during a copy operation |
9026 | Receive packet out of sequence |
9027 | Receive request out of sequence |
9028 | Error retrieving an Advantage Local Server per thread/per task data structure |
9029 | Semaphore connection file creation error |
9030 | Illegal SET code |
9031 | Illegal Advantage Locking mode |
9032 | Resource list full |
9033 | Error creating merge file |
9034 | Too many merge streams |
9035 | Invalid merge stream |
9036 | Merge size too small |
9037 | Hardware key not found |
9038 | Error reading hardware key |
9039 | Mismatched hardware key number |
9040 | Invalid protocol Opcode |
9041 | Invalid record number |
9042 | Not exclusive user |
9043 | File open shared |
9044 | Locks existed for a table when no locks should exist |
9045 | Tag operation on IDX index file |
9046 | Write operation on read-only table |
9047 | Invalid Index open count |
9048 | Login User ID in use |
9049 | Invalid Advantage Local Server connection number |
9050 | Invalid unlock record number |
9051 | Invalid unlock work area |
9052 | Invalid memo block size |
9053 | TPS Visibility List element not found |
9054 | TPS Header List element not found |
9055 | TPS Log File data error |
9056 | TPS List not empty |
9057 | TPS Transaction failed |
9058 | Transaction command out of sequence |
9059 | Transaction data out of sync |
9060 | Invalid control ID index |
9061 | Illegal memo type |
9062 | Illegal file offset |
9063 | Illegal command value |
9064 | Illegal skip value |
9065 | Illegal deleted byte value |
9066 | Illegal command during transaction |
9067 | Invalid data pointer |
9068 | File opened exclusively |
9069 | Illegal lock type |
9070 | Invalid source size |
9071 | Null SEEK pointer |
9072 | Illegal DBF version |
9073 | TPS commit failed |
9074 | Illegal BLOB request |
9075 | Boolean not TRUE or FALSE |
9076 | Non-compact IDX not supported |
9077 | Advantage server has suspended |
9078 | Illegal computer name received from client |
9079 | User's NetWare connection number not found during connect |
9080 | NetWare connection number mismatch |
9081 | Illegal AOF expression length |
9082 | Unrecognized data type used in record filter evaluation |
9083 | Invalid structure size specified in management API |
9084 | Invalid data size specified in management API |
9085 | User not specified in data in management API |
9086 | Index(es) open on destination table |
9087 | Illegal table type |
9088 | Invalid query table index |
9089 | Failed to initialize the Advantage SQL engine |
9090 | Failed to allocate the Advantage SQL engine connection handle |
9091 | Failed to allocate the Advantage SQL engine statement handle |
9092 | Failure in the Advantage SQL engine. Check the Advantage error log for more information |
9093 | Failed to open a read-only cursor |
9094 | The operation cannot be performed on the statement because the cursor is still active |
9095 | The query table and work area are out of sync |
9096 | Error executing query |
9097 | Failed to obtain SQL error information |
9098 | Failed to free an AQE handle |
9099 | Failed to allocate an AQE handle |
9100 | Error retrieving parameter information from AQE |
9101 | Error preparing SQL statement |
9102 | Error binding SQL parameter |
9103 | Error binding SQL column |
9104 | Error retrieving row information from AQE |
9105 | Error retrieving column information from AQE |
9106 | Error fetching SQL data |
9107 | Error freeing statement handle |
9108 | Error disconnecting query handle |
9109 | Invalid encryption data specified when setting password |
9110 | Internal AOF error |
9111 | Memory buffer overwritten |
9113 | An expected referential integrity index reference was not found when performing an update operation |
9114 | An internal referential integrity lock map is in an unexpected state |
9115 | Problem 'Deamonizing' |
9116 | Functionality is not Implemented |
9117 | An internal RI graph node was not found |
9120 | Local task element index error |
9121 | Internal encryption password was not set when it should have been |