Tema: Excepciones
Ver Mensaje Individual
  #3  
Antiguo 06-08-2005
Avatar de Lepe
[Lepe] Lepe is offline
Miembro Premium
 
Registrado: may 2003
Posts: 7.424
Reputación: 29
Lepe Va por buen camino
Errores del BDE clasificados por suceso:
Código:
System Related (Fatal Error)

  8449 : $2101 : Cannot open a system file.
  8450 : $2102 : I/O error on a system file.
  8451 : $2103 : Data structure corruption.
  8452 : $2104 : Cannot find Engine configuration file.
  8453 : $2105 : Cannot write to Engine configuration file.
  8454 : $2106 : Cannot initialize with different 
                 configuration file.
  8455 : $2107 : System has been illegally re-entered.
  8456 : $2108 : Cannot locate IDAPI32  .DLL.
  8457 : $2109 : Cannot load IDAPI32  .DLL.
  8458 : $210A : Cannot load an IDAPI service library.
  8459 : $210B : Cannot create or open temporary file.
  8460 : $210C : Trying to load multiple IDAPIxx.DLL
  8461 : $210D : Shared Memory Conflict

Object of Interest not Found

  8705 : $2201 : At beginning of table.
  8706 : $2202 : At end of table.
  8707 : $2203 : Record moved because key value changed.
  8708 : $2204 : Record/Key deleted.
  8709 : $2205 : No current record.
  8710 : $2206 : Could not find record.
  8711 : $2207 : End of BLOB.
  8712 : $2208 : Could not find object.
  8713 : $2209 : Could not find family member.
  8714 : $220A : BLOB file is missing.
  8715 : $220B : Could not find language driver.

Physical Data Corruption 

  8961 : $2301 : Corrupt table/index header.
  8962 : $2302 : Corrupt file - other than header.
  8963 : $2303 : Corrupt Memo/BLOB file.
  8965 : $2305 : Corrupt index.
  8966 : $2306 : Corrupt lock file.
  8967 : $2307 : Corrupt family file.
  8968 : $2308 : Corrupt or missing .VAL file.
  8969 : $2309 : Foreign index file format.

I/O related error 

  9217 : $2401 : Read failure.
  9218 : $2402 : Write failure.
  9219 : $2403 : Cannot access directory.
  9220 : $2404 : File Delete operation failed.
  9221 : $2405 : Cannot access file.
  9222 : $2406 : Access to table disabled because of 
                 previous error.

Resource or Limit error 

  9473 : $2501 : Insufficient memory for this operation.
  9474 : $2502 : Not enough file handles.
  9475 : $2503 : Insufficient disk space.
  9476 : $2504 : Temporary table resource limit.
  9477 : $2505 : Record size is too big for table.
  9478 : $2506 : Too many open cursors.
  9479 : $2507 : Table is full.
  9480 : $2508 : Too many sessions from this workstation.
  9481 : $2509 : Serial number limit (Paradox).
  9482 : $250A : Some internal limit (see context).
  9483 : $250B : Too many open tables.
  9484 : $250C : Too many cursors per table.
  9485 : $250D : Too many record locks on table.
  9486 : $250E : Too many clients.
  9487 : $250F : Too many indexes on table.
  9488 : $2510 : Too many sessions.
  9489 : $2511 : Too many open databases.
  9490 : $2512 : Too many passwords.
  9491 : $2513 : Too many active drivers.
  9492 : $2514 : Too many fields in Table Create.
  9493 : $2515 : Too many table locks.
  9494 : $2516 : Too many open BLOBs.
  9495 : $2517 : Lock file has grown too large.
  9496 : $2518 : Too many open queries.
  9498 : $251A : Too many BLOBs.
  9499 : $251B : File name is too long for a Paradox version 
                 5.0 table.
  9500 : $251C : Row fetch limit exceeded.
  9501 : $251D : Long name not allowed for this tablelevel.
  9502 : $251E : Insufficient shared memory available.

Integrity Violation 

  9729 : $2601 : Key violation.
  9730 : $2602 : Minimum validity check failed.
  9731 : $2603 : Maximum validity check failed.
  9732 : $2604 : Field value required.
  9733 : $2605 : Master record missing.
  9734 : $2606 : Master has detail records. Cannot delete or 
                 modify.
  9735 : $2607 : Master table level is incorrect.
  9736 : $2608 : Field value out of lookup table range.
  9737 : $2609 : Lookup Table Open operation failed.
  9738 : $260A : Detail Table Open operation failed.
  9739 : $260B : Master Table Open operation failed.
  9740 : $260C : Field is blank.
  9741 : $260D : Link to master table already defined.
  9742 : $260E : Master table is open.
  9743 : $260F : Detail table(s) exist.
  9744 : $2610 : Master has detail records. Cannot empty it.
  9745 : $2611 : Self referencing referential integrity must 
                 be entered one at a time with no other 
                 changes to the table
  9746 : $2612 : Detail table is open.
  9747 : $2613 : Cannot make this master a detail of another 
                 table if its details are not empty.
  9748 : $2614 : Referential integrity fields must be 
                 indexed.
  9749 : $2615 : A table linked by referential integrity 
                 requires password to open.
  9750 : $2616 : Field(s) linked to more than one master.
  9751 : $2617 : Expression validity check failed.

Invalid Request 

  9985 : $2701 : Number is out of range.
  9986 : $2702 : Invalid parameter.
  9987 : $2703 : Invalid file name.
  9988 : $2704 : File does not exist.
  9989 : $2705 : Invalid option.
  9990 : $2706 : Invalid handle to the function.
  9991 : $2707 : Unknown table type.
  9992 : $2708 : Cannot open file.
  9993 : $2709 : Cannot redefine primary key.
  9994 : $270A : Cannot change this RINTDesc.
  9995 : $270B : Foreign and primary key do not match.
  9996 : $270C : Invalid modify request.
  9997 : $270D : Index does not exist.
  9998 : $270E : Invalid offset into the BLOB.
  9999 : $270F : Invalid descriptor number.
 10000 : $2710 : Invalid field type.
 10001 : $2711 : Invalid field descriptor.
 10002 : $2712 : Invalid field transformation.
 10003 : $2713 : Invalid record structure.
 10004 : $2714 : Invalid descriptor.
 10005 : $2715 : Invalid array of index descriptors.
 10006 : $2716 : Invalid array of validity check descriptors.
 10007 : $2717 : Invalid array of referential integrity 
                 descriptors.
 10008 : $2718 : Invalid ordering of tables during restructure.
 10009 : $2719 : Name not unique in this context.
 10010 : $271A : Index name required.
 10011 : $271B : Invalid session handle.
 10012 : $271C : invalid restructure operation.
 10013 : $271D : Driver not known to system.
 10014 : $271E : Unknown database.
 10015 : $271F : Invalid password given.
 10016 : $2720 : No callback function.
 10017 : $2721 : Invalid callback buffer length.
 10018 : $2722 : Invalid directory.
 10019 : $2723 : Translate Error. Value out of bounds.
 10020 : $2724 : Cannot set cursor of one table to another.
 10021 : $2725 : Bookmarks do not match table.
 10022 : $2726 : Invalid index/tag name.
 10023 : $2727 : Invalid index descriptor.
 10024 : $2728 : Table does not exist.
 10025 : $2729 : Table has too many users.
 10026 : $272A : Cannot evaluate Key or Key does not pass 
                 filter condition.
 10027 : $272B : Index already exists.
 10028 : $272C : Index is open.
 10029 : $272D : Invalid BLOB length.
 10030 : $272E : Invalid BLOB handle in record buffer.
 10031 : $272F : Table is open.
 10032 : $2730 : Need to do (hard) restructure.
 10033 : $2731 : Invalid mode.
 10034 : $2732 : Cannot close index.
 10035 : $2733 : Index is being used to order table.
 10036 : $2734 : Unknown user name or password.
 10037 : $2735 : Multi-level cascade is not supported.
 10038 : $2736 : Invalid field name.
 10039 : $2737 : Invalid table name.
 10040 : $2738 : Invalid linked cursor expression.
 10041 : $2739 : Name is reserved.
 10042 : $273A : Invalid file extension.
 10043 : $273B : Invalid language Driver.
 10044 : $273C : Alias is not currently opened.
 10045 : $273D : Incompatible record structures.
 10046 : $273E : Name is reserved by DOS.
 10047 : $273F : Destination must be indexed.
 10048 : $2740 : Invalid index type
 10049 : $2741 : Language Drivers of Table and Index do not 
                 match
 10050 : $2742 : Filter handle is invalid
 10051 : $2743 : Invalid Filter
 10052 : $2744 : Invalid table create request
 10053 : $2745 : Invalid table delete request
 10054 : $2746 : Invalid index create request
 10055 : $2747 : Invalid index delete request
 10056 : $2748 : Invalid table specified
 10058 : $274A : Invalid Time.
 10059 : $274B : Invalid Date.
 10060 : $274C : Invalid Datetime
 10061 : $274D : Tables in different directories
 10062 : $274E : Mismatch in the number of arguments
 10063 : $274F : Function not found in service library.
 10064 : $2750 : Must use baseorder for this operation.
 10065 : $2751 : Invalid procedure name
 10066 : $2752 : The field map is invalid.

Locking/Contention related 

 10241 : $2801 : Record locked by another user.
 10242 : $2802 : Unlock failed.
 10243 : $2803 : Table is busy.
 10244 : $2804 : Directory is busy.
 10245 : $2805 : File is locked.
 10246 : $2806 : Directory is locked.
 10247 : $2807 : Record already locked by this session.
 10248 : $2808 : Object not locked.
 10249 : $2809 : Lock time out.
 10250 : $280A : Key group is locked.
 10251 : $280B : Table lock was lost.
 10252 : $280C : Exclusive access was lost.
 10253 : $280D : Table cannot be opened for exclusive use.
 10254 : $280E : Conflicting record lock in this session.
 10255 : $280F : A deadlock was detected.
 10256 : $2810 : A user transaction is already in progress.
 10257 : $2811 : No user transaction is currently in progress.
 10258 : $2812 : Record lock failed.
 10259 : $2813 : Couldn't perform the edit because another 
                 user changed the record.
 10260 : $2814 : Couldn't perform the edit because another 
                 user deleted or moved the record.

Access Violation - Security related 

 10497 : $2901 : Insufficient field rights for operation.
 10498 : $2902 : Insufficient table rights for operation. 
                 Password required.
 10499 : $2903 : Insufficient family rights for operation.
 10500 : $2904 : This directory is read only.
 10501 : $2905 : Database is read only.
 10502 : $2906 : Trying to modify read-only field.
 10503 : $2907 : Encrypted dBASE tables not supported.
 10504 : $2908 : Insufficient SQL rights for operation.

Invalid context 

 10753 : $2A01 : Field is not a BLOB.
 10754 : $2A02 : BLOB already opened.
 10755 : $2A03 : BLOB not opened.
 10756 : $2A04 : Operation not applicable.
 10757 : $2A05 : Table is not indexed.
 10758 : $2A06 : Engine not initialized.
 10759 : $2A07 : Attempt to re-initialize Engine.
 10760 : $2A08 : Attempt to mix objects from different 
                 sessions.
 10761 : $2A09 : Paradox driver not active.
 10762 : $2A0A : Driver not loaded.
 10763 : $2A0B : Table is read only.
 10764 : $2A0C : No associated index.
 10765 : $2A0D : Table(s) open. Cannot perform this operation.
 10766 : $2A0E : Table does not support this operation.
 10767 : $2A0F : Index is read only.
 10768 : $2A10 : Table does not support this operation because 
                 it is not uniquely indexed.
 10769 : $2A11 : Operation must be performed on the current 
                 session.
 10770 : $2A12 : Invalid use of keyword.
 10771 : $2A13 : Connection is in use by another statement.
 10772 : $2A14 : Passthrough SQL connection must be shared

Os Error not handled by Idapi 

 11009 : $2B01 : Invalid function number.
 11010 : $2B02 : File or directory does not exist.
 11011 : $2B03 : Path not found.
 11012 : $2B04 : Too many open files. You may need to increase 
                 MAXFILEHANDLE limit in IDAPI configuration.
 11013 : $2B05 : Permission denied.
 11014 : $2B06 : Bad file number.
 11015 : $2B07 : Memory blocks destroyed.
 11016 : $2B08 : Not enough memory.
 11017 : $2B09 : Invalid memory block address.
 11018 : $2B0A : Invalid environment.
 11019 : $2B0B : Invalid format.
 11020 : $2B0C : Invalid access code.
 11021 : $2B0D : Invalid data.
 11023 : $2B0F : Device does not exist.
 11024 : $2B10 : Attempt to remove current directory.
 11025 : $2B11 : Not same device.
 11026 : $2B12 : No more files.
 11027 : $2B13 : Invalid argument.
 11028 : $2B14 : Argument list is too long.
 11029 : $2B15 : Execution format error.
 11030 : $2B16 : Cross-device link.
 11041 : $2B21 : Math argument.
 11042 : $2B22 : Result is too large.
 11043 : $2B23 : File already exists.
 11047 : $2B27 : Unknown internal operating system error.
 11058 : $2B32 : Share violation.
 11059 : $2B33 : Lock violation.
 11060 : $2B34 : Critical DOS Error.
 11061 : $2B35 : Drive not ready.
 11108 : $2B64 : Not exact read/write.
 11109 : $2B65 : Operating system network error.
 11110 : $2B66 : Error from NOVELL file server.
 11111 : $2B67 : NOVELL server out of memory.
 11112 : $2B68 : Record already locked by this workstation.
 11113 : $2B69 : Record not locked.

Network related 

 11265 : $2C01 : Network initialization failed.
 11266 : $2C02 : Network user limit exceeded.
 11267 : $2C03 : Wrong .NET file version.
 11268 : $2C04 : Cannot lock network file.
 11269 : $2C05 : Directory is not private.
 11270 : $2C06 : Directory is controlled by other .NET file.
 11271 : $2C07 : Unknown network error.
 11272 : $2C08 : Not initialized for accessing network files.
 11273 : $2C09 : SHARE not loaded. It is required to share 
                 local files.
 11274 : $2C0A : Not on a network. Not logged in or wrong 
                 network driver.
 11275 : $2C0B : Lost communication with SQL server.
 11277 : $2C0D : Cannot locate or connect to SQL server.
 11278 : $2C0E : Cannot locate or connect to network server.
Y continuan...
__________________
Si usted entendió mi comentario, contácteme y gustosamente,
se lo volveré a explicar hasta que no lo entienda, Gracias.
Responder Con Cita