Announcement

Collapse
No announcement yet.

BDE error $2519

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • BDE error $2519

    Ich arbeite mit BC 5.02 und BDE 5.1 auf Windows NT 4.0 SP5.

    Um auf eine einfache dBase-Datenbank zugreifen zu können, habe ich eine einfache Applikation entworfen, die mittels TDBTable und TDBDataSource die Datenbank öffnet, Datensätze ausliest und wieder schliesst.

    Diese einfache Testanwendung fünktioniert wunderbar. Wenn ich den Quelltext in unser großes Softwareprojekt übernehme und damit auf die Datenbank zugreifen will, erhalte ich folgende Meldung von der BDE "An error occurred while attempting to initialize the Borland Database Engine (error $2519)" !

    Ich habe mir daraufhin vom Borland-Server eine Beschreibung der BDE-Fehlernummern besorgt, aber die Nummer $2519 fehlt!!!

    Warum funktioniert der Zugriff über das Testprogramm und nicht mit der großen Applikation ?

    Danke im Voraus, Tino !!!

  • #2
    Anbei eine Fehlerbeschreibung mit 2519

    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.
    9497 : $2519 : Too many threads for client.
    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

    Comment

    Working...
    X