set bulk_insert INSERT INTO TRANSMSGS (ENG_TEXT, ENG_ACTION, ENG_EXPLANATION, FAC_CODE, NUMBER, LOCALE, TEXT, "ACTION", EXPLANATION, TRANSLATOR, TRANS_DATE) VALUES (?, ?, ?, ?, ?, 'de_DE', ?, ?, ?, ?, ?); -- Notice LOCALE is hardcoded as 'de_DE' in the INSERT statement and therefore the rows below have one fields less than the table. -- JRD ('', NULL, NULL, 0, 0, '', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('arithmetic exception, numeric overflow, or string truncation', NULL, NULL, 0, 1, 'Arithmetischer Fehler, numerischer Überlauf oder Zeichenkette abgeschnitten', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid database key', NULL, NULL, 0, 2, 'Datenbankschlüssel ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('file @1 is not a valid database', NULL, NULL, 0, 3, 'Die Datei @1 ist keine gültige Datenbank', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid database handle (no active connection)', NULL, NULL, 0, 4, 'Datenbank-Handle ungültig (###)', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('bad parameters on attach or create database', NULL, NULL, 0, 5, 'Ungültige Parameter beim Anmelden oder Erstellen der Datenbank', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('unrecognized database parameter block', NULL, NULL, 0, 6, 'Datenbank-Parameterblock unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid request handle', NULL, NULL, 0, 7, 'Anforderungs- (Request-)Handle ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid BLOB handle', NULL, NULL, 0, 8, 'BLOB-Handle ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid BLOB ID', NULL, NULL, 0, 9, 'BLOB-Id ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid parameter in transaction parameter block', NULL, NULL, 0, 10, 'Ungültiger Parameter im Transaktions-Parameterblock', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid format for transaction parameter block', NULL, NULL, 0, 11, 'Format des Transaktions-Parameterblocks ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid transaction handle (expecting explicit transaction start)', NULL, NULL, 0, 12, 'Transaktions-Handle ungültig (###)', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('internal gds software consistency check (@1)', NULL, NULL, 0, 13, 'GDS-interne Software-Konsistenzüberprüfung (@1)', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('conversion error from string "@1"', NULL, NULL, 0, 14, 'Konvertierungsfehler bei der Zeichenkette "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('database file appears corrupt (@1)', NULL, NULL, 0, 15, 'Datenbank-Datei scheint fehlerhaft zu sein (@1)', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('deadlock', NULL, NULL, 0, 16, 'Deadlock', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('attempt to start more than @1 transactions', NULL, NULL, 0, 17, 'Es wurde versucht, mehr als @1 Transaktionen zu starten', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('no match for first value expression', NULL, NULL, 0, 18, 'Keine Übereinstimmung mit erstem Wert-Ausdruck', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('information type inappropriate for object specified', 'Check and correct the information items.', 'A call to one of the GDS information routines referenced an item that does not exist. For example, you asked for the total length of a blob in a call to gds_$database_info.', 0, 19, 'Informationstyp für das spezifizierte Objekt ist ungültig', 'Check and correct the information items.', 'A call to one of the GDS information routines referenced an item that does not exist. For example, you asked for the total length of a blob in a call to gds_$database_info.', 'daves', '1993-07-16 12:16:08') ('no information of this type available for object specified', NULL, NULL, 0, 20, 'Für das spezifizierte Objekt sind keine Informationen dieses Typs verfügbar', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('unknown information item', NULL, NULL, 0, 21, 'Informations-Item unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('action cancelled by trigger (@1) to preserve data integrity', NULL, NULL, 0, 22, 'Aktion durch Trigger (@1) gestoppt: Sicherung der Datenintegrität', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('invalid request BLR at offset @1', NULL, NULL, 0, 23, 'BLR für die Anforderung bei Offset @1 ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('I/O error during "@1" operation for file "@2"', 'Check secondary messages for more information. The problem may be an obvious one, such as incorrect file name or a file protection problem. If that does not eliminate the problem, check your program logic. To avoid errors when the user enters a database name interactively, add an error handler to the statement that causes this message to appear.', 'Your program encountered an input or output error.', 0, 24, 'E/A-Fehler bei der Operation "@1" an Datei "@2"', 'Check secondary messages for more information. The problem may be an obvious one, such as incorrect file name or a file protection problem. If that does not eliminate the problem, check your program logic. To avoid errors when the user enters a database name interactively, add an error handler to the statement that causes this message to appear.', 'Your program encountered an input or output error.', 'daves', '1993-07-16 12:16:08') ('lock conflict on no wait transaction', NULL, NULL, 0, 25, 'Sperrkonflikt bei ''No wait''-Transaktion', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('corrupt system table', NULL, NULL, 0, 26, 'Die Systemtabellen ist fehlerhaft', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('validation error for column @1, value "@2"', NULL, NULL, 0, 27, 'Validierungsfehler bei ### @1, Wert "@2"', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('no current record for fetch operation', NULL, NULL, 0, 28, 'Für den FETCH-Zugriff ist kein aktueller Datensatz vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('attempt to store duplicate value (visible to active transactions) in unique index "@1"', NULL, NULL, 0, 29, 'Speicherversuch eines doppelten Wertes (###) im eindeutigen Index "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('program attempted to exit without finishing database', NULL, NULL, 0, 30, 'Versuch der Programmbeendigung ohne Schließen der Datenbank', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('unsuccessful metadata update', NULL, NULL, 0, 31, 'Update der Metadaten mißlungen', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('no permission for @1 access to @2 @3', NULL, NULL, 0, 32, 'Keine Befugnis für @1-Zugriff auf @2 @3', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('transaction is not in limbo', NULL, NULL, 0, 33, 'Transaktion nicht im Limbo-Status', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('invalid database key', NULL, NULL, 0, 34, 'Datenbankschlüssel ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('BLOB was not closed', NULL, NULL, 0, 35, 'BLOB wurde nicht abgeschlossen', NULL, NULL, 'daves', '1993-07-16 12:16:08') ('metadata is obsolete', 'Check object names or identifiers to make sure that they still exist in the database. Correct your program if they don''t.', 'Your program probably referenced an object that does not exist in the database.', 0, 36, 'Die Metadaten sind veraltet', 'Check object names or identifiers to make sure that they still exist in the database. Correct your program if they don''t.', 'Your program probably referenced an object that does not exist in the database.', 'daves', '1993-07-16 12:16:08') ('cannot disconnect database with open transactions (@1 active)', 'Commit or roll back those transactions before you detach the database.', 'Your program attempted to detach a database without committing or rolling back one or more transactions.', 0, 37, '###', 'Commit or roll back those transactions before you detach the database.', 'Your program attempted to detach a database without committing or rolling back one or more transactions.', 'daves', '1993-07-16 12:16:08') ('message length error (encountered @1, expected @2)', 'Make sure that the blr_string_length parameter on the call to gds_$compile_request matches the BLR string. If you receive this error while using GDML or SQL, please submit a bug report.', 'The actual length of a buffer does not correspond to what the request language says it should be.', 0, 38, 'Fehler bei der Mitteilungslänge (gefunden: @1, erwartet: @2)', 'Make sure that the blr_string_length parameter on the call to gds_$compile_request matches the BLR string. If you receive this error while using GDML or SQL, please submit a bug report.', 'The actual length of a buffer does not correspond to what the request language says it should be.', 'daves', '1993-07-16 12:16:09') ('attempted update of read-only column', 'If the read-only field is in a system relation, change your program. If the field is a COMPUTED field, you have to change the source fields to change its value. If the field takes part in a view, update it in its source relations.', 'Your program tried to change the value of a read-only field in a system relation, a COMPUTED field, or a field used in a view.', 0, 39, 'Update-Versuch eines ''Read Only''-###', 'If the read-only field is in a system relation, change your program. If the field is a COMPUTED field, you have to change the source fields to change its value. If the field takes part in a view, update it in its source relations.', 'Your program tried to change the value of a read-only field in a system relation, a COMPUTED field, or a field used in a view.', 'daves', '1993-07-16 12:16:09') ('attempted update of read-only table', 'If you want to write to the relation, reserve it for WRITE.', 'Your program tried to update a relation that it earlier reserved for READ access.', 0, 40, 'Update-Versuch einer ''Read Only''-Tabellen', 'If you want to write to the relation, reserve it for WRITE.', 'Your program tried to update a relation that it earlier reserved for READ access.', 'daves', '1993-07-16 12:16:09') ('attempted update during read-only transaction', 'If you want to update the database, use a READ_WRITE transaction.', 'Your program tried to update during a READ_ONLY translation.', 0, 41, 'Update-Versuch während einer ''Read Only''-Transaktion', 'If you want to update the database, use a READ_WRITE transaction.', 'Your program tried to update during a READ_ONLY translation.', 'daves', '1993-07-16 12:16:09') ('cannot update read-only view @1', 'Views that include a record select, join, or project cannot be updated. If you want to perform updates, you must do so through the source relations. If you are updating join terms, make sure that you change them in all relations. In any case, update the source relations in a single transaction so that you make the changes consistently.', 'Your program tried to update a view that contains a record select, join, or project operation.', 0, 42, 'Update der ''Read Only''-View @1 nicht möglich', 'Views that include a record select, join, or project cannot be updated. If you want to perform updates, you must do so through the source relations. If you are updating join terms, make sure that you change them in all relations. In any case, update the source relations in a single transaction so that you make the changes consistently.', 'Your program tried to update a view that contains a record select, join, or project operation.', 'daves', '1993-07-16 12:16:09') ('no transaction for request', 'Check and correct your program logic. Commit or roll back the transaction only after you have completed all operations that you want in the transaction.', 'Your program tried to continue a request after the enveloping transaction had been committed or rolled back.', 0, 43, 'Für die Anforderung ist keine Transaktion vorhanden', 'Check and correct your program logic. Commit or roll back the transaction only after you have completed all operations that you want in the transaction.', 'Your program tried to continue a request after the enveloping transaction had been committed or rolled back.', 'daves', '1993-07-16 12:16:09') ('request synchronization error', 'For call interface programs, locate and correct the program error. If you received this error while using GDML or SQL, please submit a bug report. ', 'Your program issued a send or receive for a message type that did not match the logic of the BLR request.', 0, 44, 'Anforderungs-Synchronisationsfehler', 'For call interface programs, locate and correct the program error. If you received this error while using GDML or SQL, please submit a bug report. ', 'Your program issued a send or receive for a message type that did not match the logic of the BLR request.', 'daves', '1993-07-16 12:16:09') ('request referenced an unavailable database', 'Change your program so that the required database is within the scope of the transaction.', 'Your program referenced a relation from a database that is not available within the current transaction.', 0, 45, 'Die von der Anforderung referenzierte Datenbank ist nicht verfügbar', 'Change your program so that the required database is within the scope of the transaction.', 'Your program referenced a relation from a database that is not available within the current transaction.', 'daves', '1993-07-16 12:16:10') ('segment buffer length shorter than expected', 'Check the segment_buffer_length parameter on the blob calls and make sure that it is long enough for handling the segments of the blob field you are accessing. Alternately, you could trap for this error and accept truncated values.', 'The length of the segment_buffer on a blob call was shorter than the segment returned by the database software. Therefore, the database software could return only part of the segment.', 0, 46, 'Segment-Pufferlänge ist kürzer als erwartet', 'Check the segment_buffer_length parameter on the blob calls and make sure that it is long enough for handling the segments of the blob field you are accessing. Alternately, you could trap for this error and accept truncated values.', 'The length of the segment_buffer on a blob call was shorter than the segment returned by the database software. Therefore, the database software could return only part of the segment.', 'daves', '1993-07-16 12:16:10') ('attempted retrieval of more segments than exist', 'Change your program so that it tests for this condition and stops retrieving segments when there aren''t any more.', 'Your program tried to retrieve more segments from a blob field than were stored.', 0, 47, 'Zugriffsversuch auf mehr Segmente als vorhanden', 'Change your program so that it tests for this condition and stops retrieving segments when there aren''t any more.', 'Your program tried to retrieve more segments from a blob field than were stored.', 'daves', '1993-07-16 12:16:10') ('attempted invalid operation on a BLOB', 'Check your program to make sure that it does not reference a blob field in a Boolean expression or in a statement not intended for use with blobs. Both GDML and the call interface have statements or routines that perform blob storage, retrieval, and update.', 'Your program tried to do something that cannot be done with blob fields.', 0, 48, 'Ungültige Operation an einem BLOB', 'Check your program to make sure that it does not reference a blob field in a Boolean expression or in a statement not intended for use with blobs. Both GDML and the call interface have statements or routines that perform blob storage, retrieval, and update.', 'Your program tried to do something that cannot be done with blob fields.', 'daves', '1993-07-16 12:16:10') ('attempted read of a new, open BLOB', 'Check and correct your program logic. Close the blob field before you try to read from it.', 'Your program tried to read from a blob field that it is creating.', 0, 49, 'Es wurde versucht, einen neuen geöffneten BLOB zu lesen', 'Check and correct your program logic. Close the blob field before you try to read from it.', 'Your program tried to read from a blob field that it is creating.', 'daves', '1993-07-16 12:16:10') ('attempted action on BLOB outside transaction', 'Change your program so that you perform whatever data manipulation is required in a transaction before you end that transaction.', 'Your program reference a blob field after it committed or rolled back the transaction that had been processing the field.', 0, 50, 'Es wurde versucht, einen BLOB außerhalb einer Transaktion anzusprechen', 'Change your program so that you perform whatever data manipulation is required in a transaction before you end that transaction.', 'Your program reference a blob field after it committed or rolled back the transaction that had been processing the field.', 'daves', '1993-07-16 12:16:10') ('attempted write to read-only BLOB', 'If you are using the call interface, open the blob for by calling gds_$create_blob. If you are using GDML, open the blob with the create_blob statement.', 'Your program tried to write to a blob field that that had been opened for read access.', 0, 51, 'Es wurde versucht, auf einen ''Read Only''-BLOB zu schreiben', 'If you are using the call interface, open the blob for by calling gds_$create_blob. If you are using GDML, open the blob with the create_blob statement.', 'Your program tried to write to a blob field that that had been opened for read access.', 'daves', '1993-07-16 12:16:10') ('attempted reference to BLOB in unavailable database', 'Change your program so that the required database is available to the current transaction.', 'Your program referenced a blob field from a relation in a database that is not available to the current transaction.', 0, 52, 'Referenzierungsversuch eines BLOBs in einer nicht verfügbaren Datenbank', 'Change your program so that the required database is available to the current transaction.', 'Your program referenced a blob field from a relation in a database that is not available to the current transaction.', 'daves', '1993-07-16 12:16:11') ('operating system directive @1 failed', 'Check secondary messages for more information. When you isolate the problem, you may want to include an error handler to trap for this condition.', 'The operating system returned an error.', 0, 53, 'Ausführung des Betriebssystembefehls @1 mißlungen', 'Check secondary messages for more information. When you isolate the problem, you may want to include an error handler to trap for this condition.', 'The operating system returned an error.', 'daves', '1993-07-16 12:16:11') ('attempt to fetch past the last record in a record stream', NULL, NULL, 0, 54, 'Zugriffsversuch auf einen weiteren Datensatz nach Erreichen des letzten Datensatzes', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('unavailable database', NULL, NULL, 0, 55, 'Datenbank nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('table @1 was omitted from the transaction reserving list', NULL, NULL, 0, 56, 'Die Tabellen @1 fehlt in der Transaktions-Reservierungsliste', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('request includes a DSRI extension not supported in this implementation', NULL, NULL, 0, 57, 'Die Anforderung enthält eine DSRI-Erweiterung, die in dieser Version nicht unterstützt wird', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('feature is not supported', NULL, NULL, 0, 58, 'Diese Funktion wird nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('unsupported on-disk structure for file @1; found @2.@3, support @4.@5', NULL, NULL, 0, 59, 'Disk-Struktur für die Datei @1 nicht unterstützt. Gefunden: @2.@3, unterstützt: @4.@5', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('wrong number of arguments on call', NULL, NULL, 0, 60, 'Falsche Anzahl von Argumenten beim Aufruf', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('Implementation limit exceeded', NULL, NULL, 0, 61, 'Implementierungsbegrenzung überschritten', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('@1', NULL, NULL, 0, 62, '@1', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('unrecoverable conflict with limbo transaction @1', NULL, NULL, 0, 63, 'Nicht behebbarer Konflikt mit Limbo-Transaktion @1', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 64, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 65, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('too many requests', NULL, NULL, 0, 66, 'Zu viele Anforderungen', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 67, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('block size exceeds implementation restriction', NULL, NULL, 0, 68, 'Blockgröße überschreitet spezifizierte Beschränkung', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('buffer exhausted', NULL, NULL, 0, 69, 'Puffer-Kapazität überschritten', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('BLR syntax error: expected @1 at offset @2, encountered @3', NULL, NULL, 0, 70, 'BLR-Syntaxfehler! Erwartet: @1 bei Offset @2, gefunden: @3', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('buffer in use', NULL, NULL, 0, 71, 'Puffer bereits in Verwendung', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 72, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('request in use', NULL, NULL, 0, 73, 'Anforderung bereits in Verwendung', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('incompatible version of on-disk structure', NULL, NULL, 0, 74, 'Version der Disk-Struktur nicht kompatibel', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('table @1 is not defined', NULL, NULL, 0, 75, 'Die Tabellen @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('column @1 is not defined in table @2', NULL, NULL, 0, 76, 'Das ### @1 ist nicht in der Tabellen @2 definiert', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 77, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 78, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 79, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 80, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:11') ('internal error', NULL, NULL, 0, 81, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('internal error', NULL, NULL, 0, 82, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('page @1 is of wrong type (expected @2, found @3)', NULL, NULL, 0, 83, 'Page-Art @1 ist falsch (erwartet: @2, gefunden: @3)', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('database corrupted', NULL, NULL, 0, 84, 'Die Datenbank ist fehlerhaft', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('checksum error on database page @1', NULL, NULL, 0, 85, 'Prüfsummenfehler: Datenbank-Page @1', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('index is broken', NULL, NULL, 0, 86, 'Indexkette gebrochen', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('database handle not zero', NULL, NULL, 0, 87, 'Datenbank-Handle ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('transaction handle not zero', NULL, NULL, 0, 88, 'Transaktions-Handle ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('transaction--request mismatch (synchronization error)', 'Commit or rollback your transaction and retry your update.', 'Your transaction has attempted to update or erase a record previously modified or erased by a concurrent transaction. Since your update would alter data you transaction can not read, it has been refused by the database system.', 0, 89, 'Anforderungsfehler in Transaktion (Synchronisationsfehler)', 'Commit or rollback your transaction and retry your update.', 'Your transaction has attempted to update or erase a record previously modified or erased by a concurrent transaction. Since your update would alter data you transaction can not read, it has been refused by the database system.', 'daves', '1993-07-16 12:16:12') ('bad handle count', NULL, NULL, 0, 90, 'Falsche Handle-Nummer (Zählung)', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('wrong version of transaction parameter block', NULL, NULL, 0, 91, 'Falsche Version des Transaktion-Parameterblocks', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('unsupported BLR version (expected @1, encountered @2)', NULL, NULL, 0, 92, 'BLR-Version nicht unterstützt (erwartet: @1, gefunden: @2)', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('wrong version of database parameter block', NULL, NULL, 0, 93, 'Falsche Version des Datenbank-Parameterblocks', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('BLOB and array data types are not supported for @1 operation', NULL, NULL, 0, 94, 'BLOB- und Array-Datentyp wird für diese Operation (@1) nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('database corrupted', NULL, NULL, 0, 95, 'Datenbank ist fehlerhaft', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('internal error', NULL, NULL, 0, 96, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('internal error', NULL, NULL, 0, 97, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('transaction in limbo', NULL, NULL, 0, 98, 'Transaktion im Limbo-Status', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('transaction not in limbo', NULL, NULL, 0, 99, 'Transaktion nicht im Limbo-Status', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('transaction outstanding', NULL, NULL, 0, 100, 'Transaktion ausstehend', NULL, NULL, 'daves', '1993-07-16 12:16:12') ('connection rejected by remote interface', NULL, NULL, 0, 101, 'Verbindung durch Remote-Stelle abgelehnt', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('internal error', NULL, NULL, 0, 102, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('internal error', NULL, NULL, 0, 103, 'interner Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('no lock manager available', NULL, NULL, 0, 104, 'Lock-Manager nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('context already in use (BLR error)', NULL, NULL, 0, 105, 'Kontext bereits in Verwendung (BLR-Fehler)', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('context not defined (BLR error)', NULL, NULL, 0, 106, 'Kontext nicht definiert (BLR-Fehler)', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('data operation not supported', NULL, NULL, 0, 107, 'Diese Datenoperation wird nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('undefined message number', NULL, NULL, 0, 108, 'Mitteilungsnummer nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('bad parameter number', NULL, NULL, 0, 109, 'Falsche Parameterzahl', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('unable to allocate memory from operating system', NULL, NULL, 0, 110, '###', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('blocking signal has been received', NULL, NULL, 0, 111, 'Blockungssignal empfangen', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('lock manager error', NULL, NULL, 0, 112, 'Fehler vom Lock-Manager', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('communication error with journal "@1"', NULL, NULL, 0, 113, 'Kommunikationsfehler mit Journal "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('key size exceeds implementation restriction for index "@1"', NULL, NULL, 0, 114, 'Schlüssellänge überschreitet maximal zulässigen Wert für Index "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('null segment of UNIQUE KEY', NULL, NULL, 0, 115, 'Null-Segment des ###', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('SQL error code = @1', NULL, NULL, 0, 116, 'SQL-Fehlercode = @1', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('wrong DYN version', NULL, NULL, 0, 117, 'Falsche DYN-Version', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('function @1 is not defined', NULL, NULL, 0, 118, 'Die Funktion @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('function @1 could not be matched', NULL, NULL, 0, 119, 'Für die Funktion @1 ist keine Entsprechung vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('', NULL, NULL, 0, 120, '', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('database detach completed with errors', NULL, NULL, 0, 121, 'Die Datenbank-Abmeldung ist fehlerhaft', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('database system cannot read argument @1', NULL, NULL, 0, 122, 'Die Datenbank kann das Argument @1 nicht lesen', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('database system cannot write argument @1', NULL, NULL, 0, 123, 'Die Datenbank kann das Argument @1 nicht schreiben', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('operation not supported', NULL, NULL, 0, 124, 'Diese Operation wird nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('@1 extension error', NULL, NULL, 0, 125, 'Erweiterungsfehler bei @1', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('not updatable', NULL, NULL, 0, 126, 'Update nicht möglich', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('no rollback performed', NULL, NULL, 0, 127, 'Rollback nicht durchgeführt', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('', NULL, NULL, 0, 128, '', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('', NULL, NULL, 0, 129, '', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('@1', NULL, NULL, 0, 130, '@1', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('update conflicts with concurrent update', NULL, NULL, 0, 131, 'Update im Konflikt mit konkurrierendem Update', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('product @1 is not licensed', NULL, NULL, 0, 132, 'Das Produkt @1 ist nicht lizensiert', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('object @1 is in use', NULL, NULL, 0, 133, 'Das Objekt @1 ist bereits in Verwendung', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('filter not found to convert type @1 to type @2', NULL, NULL, 0, 134, 'Filter zur Umwandlung von Typ @1 zu Typ @2 nicht gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('cannot attach active shadow file', NULL, NULL, 0, 135, 'Die aktive Shadow-Datei kann nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('invalid slice description language at offset @1', NULL, NULL, 0, 136, 'Ungültige Slice Description Language (SDL) bei Offset @1', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('subscript out of bounds', NULL, NULL, 0, 137, 'Subskript außerhalb des gültigen Bereichs', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('column not array or invalid dimensions (expected @1, encountered @2)', NULL, NULL, 0, 138, '### ist kein Array oder Dimensionen sind ungültig (erwartet: @1, gefunden: @2)', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('record from transaction @1 is stuck in limbo', NULL, NULL, 0, 139, 'Datensatz aus Transaktion @1 im Limbo-Status', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('a file in manual shadow @1 is unavailable', NULL, NULL, 0, 140, 'Eine Datei im ''Manual Shadow'' @1 ist nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('secondary server attachments cannot validate databases', NULL, NULL, 0, 141, 'Sekundäre Anmeldungsprozesse über einen Server können keine Datenbank-Validierung durchführen', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('secondary server attachments cannot start journaling', NULL, NULL, 0, 142, 'Sekundäre Anmeldungsprozesse über einen Server können Journaling nicht starten', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('generator @1 is not defined', NULL, NULL, 0, 143, 'Der Generator @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('secondary server attachments cannot start logging', NULL, NULL, 0, 144, 'Sekundäre Anmeldungsprozesse über einen Server können Protokollierung nicht starten', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('invalid BLOB type for operation', 'Program attempted a seek on a non-stream (i.e. segmented) blob.', 'Program attempted to a blob seek operation on a non-stream (i.e. segmented) blob.', 0, 145, 'BLOB-Typ für Operation ungültig', 'Program attempted a seek on a non-stream (i.e. segmented) blob.', 'Program attempted to a blob seek operation on a non-stream (i.e. segmented) blob.', 'daves', '1993-07-16 12:15:53') ('violation of FOREIGN KEY constraint "@1" on table "@2"', NULL, NULL, 0, 146, '###', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('minor version too high found @1 expected @2', NULL, NULL, 0, 147, 'Version ungültig. Gefunden: @1, erwartet: @2', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('transaction @1 is @2', NULL, NULL, 0, 148, 'Die Transaktion @1 ist @2', NULL, NULL, 'daves', '1993-07-16 12:15:59') -- Translate (0,149)-(0,591) ('transaction marked invalid by I/O error', NULL, NULL, 0, 149, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cache buffer for page @1 invalid', NULL, NULL, 0, 150, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('there is no index in table @1 with id @2', NULL, NULL, 0, 151, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Your user name and password are not defined. Ask your database administrator to set up a Firebird login.', NULL, NULL, 0, 152, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid bookmark handle', NULL, NULL, 0, 153, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid lock level @1', NULL, NULL, 0, 154, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('lock on table @1 conflicts with existing lock', NULL, NULL, 0, 155, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('requested record lock conflicts with existing lock', NULL, NULL, 0, 156, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('maximum indexes per table (@1) exceeded', NULL, NULL, 0, 157, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('enable journal for database before starting online dump', NULL, NULL, 0, 158, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('online dump failure. Retry dump', NULL, NULL, 0, 159, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('an online dump is already in progress', NULL, NULL, 0, 160, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no more disk/tape space. Cannot continue online dump', NULL, NULL, 0, 161, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('journaling allowed only if database has Write-ahead Log', NULL, NULL, 0, 162, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('maximum number of online dump files that can be specified is 16', NULL, NULL, 0, 163, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in opening Write-ahead Log file during recovery', NULL, NULL, 0, 164, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid statement handle', NULL, NULL, 0, 165, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Write-ahead log subsystem failure', NULL, NULL, 0, 166, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL Writer error', NULL, NULL, 0, 167, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log file header of @1 too small', NULL, NULL, 0, 168, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid version of log file @1', NULL, NULL, 0, 169, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log file @1 not latest in the chain but open flag still set', NULL, NULL, 0, 170, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log file @1 not closed properly; database recovery may be required', NULL, NULL, 0, 171, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database name in the log file @1 is different', NULL, NULL, 0, 172, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unexpected end of log file @1 at offset @2', NULL, NULL, 0, 173, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Incomplete log record at offset @1 in log file @2', NULL, NULL, 0, 174, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log record header too small at offset @1 in log file @2', NULL, NULL, 0, 175, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log block too small at offset @1 in log file @2', NULL, NULL, 0, 176, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Illegal attempt to attach to an uninitialized WAL segment for @1', NULL, NULL, 0, 177, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid WAL parameter block option @1', NULL, NULL, 0, 178, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot roll over to the next log file @1', NULL, NULL, 0, 179, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database does not use Write-ahead Log', NULL, NULL, 0, 180, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot drop log file when journaling is enabled', NULL, NULL, 0, 181, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('reference to invalid stream number', NULL, NULL, 0, 182, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL subsystem encountered error', NULL, NULL, 0, 183, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL subsystem corrupted', NULL, NULL, 0, 184, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('must specify archive file when enabling long term journal for databases with round-robin log files', NULL, NULL, 0, 185, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database @1 shutdown in progress', NULL, NULL, 0, 186, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('refresh range number @1 already in use', NULL, NULL, 0, 187, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('refresh range number @1 not found', NULL, NULL, 0, 188, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('CHARACTER SET @1 is not defined', NULL, NULL, 0, 189, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('lock time-out on wait transaction', NULL, NULL, 0, 190, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('procedure @1 is not defined', NULL, NULL, 0, 191, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Input parameter mismatch for procedure @1', NULL, NULL, 0, 192, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database @1: WAL subsystem bug for pid @2\ @3', NULL, NULL, 0, 193, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Could not expand the WAL segment for database @1', NULL, NULL, 0, 194, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('status code @1 unknown', NULL, NULL, 0, 195, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('exception @1 not defined', NULL, NULL, 0, 196, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('exception @1', NULL, NULL, 0, 197, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('restart shared cache manager', NULL, NULL, 0, 198, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid lock handle', NULL, NULL, 0, 199, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('long-term journaling already enabled', NULL, NULL, 0, 200, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unable to roll over please see Firebird log.', NULL, NULL, 0, 201, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL I/O error. Please see Firebird log.', NULL, NULL, 0, 202, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL writer - Journal server communication error. Please see Firebird log.', NULL, NULL, 0, 203, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL buffers cannot be increased. Please see Firebird log.', NULL, NULL, 0, 204, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL setup error. Please see Firebird log.', NULL, NULL, 0, 205, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('obsolete', NULL, NULL, 0, 206, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot start WAL writer for the database @1', NULL, NULL, 0, 207, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database @1 shutdown', NULL, NULL, 0, 208, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot modify an existing user privilege', NULL, NULL, 0, 209, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete PRIMARY KEY being used in FOREIGN KEY definition.', NULL, NULL, 0, 210, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column used in a PRIMARY constraint must be NOT NULL.', NULL, NULL, 0, 211, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Name of Referential Constraint not defined in constraints table.', NULL, NULL, 0, 212, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Non-existent PRIMARY or UNIQUE KEY specified for FOREIGN KEY.', NULL, NULL, 0, 213, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update constraints (RDB$REF_CONSTRAINTS).', NULL, NULL, 0, 214, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update constraints (RDB$CHECK_CONSTRAINTS).', NULL, NULL, 0, 215, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete CHECK constraint entry (RDB$CHECK_CONSTRAINTS)', NULL, NULL, 0, 216, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete index segment used by an Integrity Constraint', NULL, NULL, 0, 217, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update index segment used by an Integrity Constraint', NULL, NULL, 0, 218, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete index used by an Integrity Constraint', NULL, NULL, 0, 219, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot modify index used by an Integrity Constraint', NULL, NULL, 0, 220, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete trigger used by a CHECK Constraint', NULL, NULL, 0, 221, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update trigger used by a CHECK Constraint', NULL, NULL, 0, 222, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete column being used in an Integrity Constraint.', NULL, NULL, 0, 223, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot rename column being used in an Integrity Constraint.', NULL, NULL, 0, 224, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update constraints (RDB$RELATION_CONSTRAINTS).', NULL, NULL, 0, 225, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot define constraints on views', NULL, NULL, 0, 226, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('internal gds software consistency check (invalid RDB$CONSTRAINT_TYPE)', NULL, NULL, 0, 227, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Attempt to define a second PRIMARY KEY for the same table', NULL, NULL, 0, 228, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot modify or erase a system trigger', NULL, NULL, 0, 229, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('only the owner of a table may reassign ownership', NULL, NULL, 0, 230, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('could not find table/procedure for GRANT', NULL, NULL, 0, 231, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('could not find column for GRANT', NULL, NULL, 0, 232, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user does not have GRANT privileges for operation', NULL, NULL, 0, 233, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table/procedure has non-SQL security class defined', NULL, NULL, 0, 234, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column has non-SQL security class defined', NULL, NULL, 0, 235, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Write-ahead Log without shared cache configuration not allowed', NULL, NULL, 0, 236, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database shutdown unsuccessful', NULL, NULL, 0, 237, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Operation violates CHECK constraint @1 on view or table @2', NULL, NULL, 0, 238, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid service handle', NULL, NULL, 0, 239, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database @1 shutdown in @2 seconds', NULL, NULL, 0, 240, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('wrong version of service parameter block', NULL, NULL, 0, 241, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('unrecognized service parameter block', NULL, NULL, 0, 242, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('service @1 is not defined', NULL, NULL, 0, 243, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('long-term journaling not enabled', NULL, NULL, 0, 244, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot transliterate character between character sets', NULL, NULL, 0, 245, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL defined; Cache Manager must be started first', NULL, NULL, 0, 246, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Overflow log specification required for round-robin log', NULL, NULL, 0, 247, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Implementation of text subtype @1 not located.', NULL, NULL, 0, 248, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Dynamic SQL Error', NULL, NULL, 0, 249, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid command', NULL, NULL, 0, 250, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Data type for constant unknown', NULL, NULL, 0, 251, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid cursor reference', NULL, NULL, 0, 252, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Data type unknown', NULL, NULL, 0, 253, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid cursor declaration', NULL, NULL, 0, 254, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cursor @1 is not updatable', NULL, NULL, 0, 255, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Attempt to reopen an open cursor', NULL, NULL, 0, 256, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Attempt to reclose a closed cursor', NULL, NULL, 0, 257, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column unknown', NULL, NULL, 0, 258, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Internal error', NULL, NULL, 0, 259, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table unknown', NULL, NULL, 0, 260, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Procedure unknown', NULL, NULL, 0, 261, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Request unknown', NULL, NULL, 0, 262, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SQLDA missing or incorrect version, or incorrect number/type of variables', NULL, NULL, 0, 263, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Count of read-write columns does not equal count of values', NULL, NULL, 0, 264, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid statement handle', NULL, NULL, 0, 265, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Function unknown', NULL, NULL, 0, 266, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column is not a BLOB', NULL, NULL, 0, 267, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('COLLATION @1 for CHARACTER SET @2 is not defined', NULL, NULL, 0, 268, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('COLLATION @1 is not valid for specified CHARACTER SET', NULL, NULL, 0, 269, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option specified more than once', NULL, NULL, 0, 270, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unknown transaction option', NULL, NULL, 0, 271, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid array reference', NULL, NULL, 0, 272, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Array declared with too many dimensions', NULL, NULL, 0, 273, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Illegal array dimension range', NULL, NULL, 0, 274, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Trigger unknown', NULL, NULL, 0, 275, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Subselect illegal in this context', NULL, NULL, 0, 276, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot prepare a CREATE DATABASE/SCHEMA statement', NULL, NULL, 0, 277, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('must specify column name for view select expression', NULL, NULL, 0, 278, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('number of columns does not match select list', NULL, NULL, 0, 279, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Only simple column names permitted for VIEW WITH CHECK OPTION', NULL, NULL, 0, 280, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('No WHERE clause for VIEW WITH CHECK OPTION', NULL, NULL, 0, 281, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Only one table allowed for VIEW WITH CHECK OPTION', NULL, NULL, 0, 282, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DISTINCT, GROUP or HAVING not permitted for VIEW WITH CHECK OPTION', NULL, NULL, 0, 283, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('FOREIGN KEY column count does not match PRIMARY KEY', NULL, NULL, 0, 284, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('No subqueries permitted for VIEW WITH CHECK OPTION', NULL, NULL, 0, 285, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('expression evaluation not supported', NULL, NULL, 0, 286, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('gen.c: node not supported', NULL, NULL, 0, 287, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unexpected end of command', NULL, NULL, 0, 288, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('INDEX @1', NULL, NULL, 0, 289, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('EXCEPTION @1', NULL, NULL, 0, 290, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('COLUMN @1', NULL, NULL, 0, 291, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Token unknown', NULL, NULL, 0, 292, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('union not supported', NULL, NULL, 0, 293, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unsupported DSQL construct', NULL, NULL, 0, 294, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column used with aggregate', NULL, NULL, 0, 295, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid column reference', NULL, NULL, 0, 296, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid ORDER BY clause', NULL, NULL, 0, 297, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Return mode by value not allowed for this data type', NULL, NULL, 0, 298, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('External functions cannot have more than 10 parameters', NULL, NULL, 0, 299, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('alias @1 conflicts with an alias in the same statement', NULL, NULL, 0, 300, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('alias @1 conflicts with a procedure in the same statement', NULL, NULL, 0, 301, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('alias @1 conflicts with a table in the same statement', NULL, NULL, 0, 302, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Illegal use of keyword VALUE', NULL, NULL, 0, 303, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('segment count of 0 defined for index @1', NULL, NULL, 0, 304, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A node name is not permitted in a secondary, shadow, cache or log file name', NULL, NULL, 0, 305, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('TABLE @1', NULL, NULL, 0, 306, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('PROCEDURE @1', NULL, NULL, 0, 307, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot create index @1', NULL, NULL, 0, 308, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Write-ahead Log with shadowing configuration not allowed', NULL, NULL, 0, 309, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('there are @1 dependencies', NULL, NULL, 0, 310, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('too many keys defined for index @1', NULL, NULL, 0, 311, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Preceding file did not specify length, so @1 must include starting page number', NULL, NULL, 0, 312, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Shadow number must be a positive integer', NULL, NULL, 0, 313, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Token unknown - line @1, column @2', NULL, NULL, 0, 314, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('there is no alias or table named @1 at this scope level', NULL, NULL, 0, 315, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('there is no index @1 for table @2', NULL, NULL, 0, 316, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table @1 is not referenced in plan', NULL, NULL, 0, 317, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table @1 is referenced more than once in plan; use aliases to distinguish', NULL, NULL, 0, 318, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table @1 is referenced in the plan but not the from list', NULL, NULL, 0, 319, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid use of CHARACTER SET or COLLATE', NULL, NULL, 0, 320, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Specified domain or source column @1 does not exist', NULL, NULL, 0, 321, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('index @1 cannot be used in the specified plan', NULL, NULL, 0, 322, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('the table @1 is referenced twice; use aliases to differentiate', NULL, NULL, 0, 323, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('illegal operation when at beginning of stream', NULL, NULL, 0, 324, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('the current position is on a crack', NULL, NULL, 0, 325, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database or file exists', NULL, NULL, 0, 326, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid comparison operator for find operation', NULL, NULL, 0, 327, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Connection lost to pipe server', NULL, NULL, 0, 328, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('bad checksum', NULL, NULL, 0, 329, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('wrong page type', NULL, NULL, 0, 330, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot insert because the file is readonly or is on a read only medium.', NULL, NULL, 0, 331, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('multiple rows in singleton select', NULL, NULL, 0, 332, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot attach to password database', NULL, NULL, 0, 333, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot start transaction for password database', NULL, NULL, 0, 334, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid direction for find operation', NULL, NULL, 0, 335, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('variable @1 conflicts with parameter in same procedure', NULL, NULL, 0, 336, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Array/BLOB/DATE data types not allowed in arithmetic', NULL, NULL, 0, 337, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 is not a valid base table of the specified view', NULL, NULL, 0, 338, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table @1 is referenced twice in view; use an alias to distinguish', NULL, NULL, 0, 339, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('view @1 has more than one base table; use aliases to distinguish', NULL, NULL, 0, 340, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot add index, index root page is full.', NULL, NULL, 0, 341, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('BLOB SUB_TYPE @1 is not defined', NULL, NULL, 0, 342, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Too many concurrent executions of the same request', NULL, NULL, 0, 343, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('duplicate specification of @1 - not supported', NULL, NULL, 0, 344, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('violation of PRIMARY or UNIQUE KEY constraint "@1" on table "@2"', NULL, NULL, 0, 345, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('server version too old to support all CREATE DATABASE options', NULL, NULL, 0, 346, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('drop database completed with errors', NULL, NULL, 0, 347, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('procedure @1 does not return any values', NULL, NULL, 0, 348, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('count of column list and variable list do not match', NULL, NULL, 0, 349, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('attempt to index BLOB column in index @1', NULL, NULL, 0, 350, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('attempt to index array column in index @1', NULL, NULL, 0, 351, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('too few key columns found for index @1 (incorrect column name?)', NULL, NULL, 0, 352, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot delete', NULL, NULL, 0, 353, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('last column in a table cannot be deleted', NULL, NULL, 0, 354, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('sort error', NULL, NULL, 0, 355, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('sort error: not enough memory', NULL, NULL, 0, 356, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('too many versions', NULL, NULL, 0, 357, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid key position', NULL, NULL, 0, 358, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('segments not allowed in expression index @1', NULL, NULL, 0, 359, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('sort error: corruption in data structure', NULL, NULL, 0, 360, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('new record size of @1 bytes is too big', NULL, NULL, 0, 361, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Inappropriate self-reference of column', NULL, NULL, 0, 362, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('request depth exceeded. (Recursive definition?)', NULL, NULL, 0, 363, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot access column @1 in view @2', NULL, NULL, 0, 364, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('dbkey not available for multi-table views', NULL, NULL, 0, 365, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('journal file wrong format', NULL, NULL, 0, 366, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('intermediate journal file full', NULL, NULL, 0, 367, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The prepare statement identifies a prepare statement with an open cursor', NULL, NULL, 0, 368, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Firebird error', NULL, NULL, 0, 369, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cache redefined', NULL, NULL, 0, 370, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Insufficient memory to allocate page buffer cache', NULL, NULL, 0, 371, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log redefined', NULL, NULL, 0, 372, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log size too small', NULL, NULL, 0, 373, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log partition size too small', NULL, NULL, 0, 374, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Partitions not supported in series of log file specification', NULL, NULL, 0, 375, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Total length of a partitioned log must be specified', NULL, NULL, 0, 376, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Precision must be from 1 to 18', NULL, NULL, 0, 377, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Scale must be between zero and precision', NULL, NULL, 0, 378, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Short integer expected', NULL, NULL, 0, 379, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Long integer expected', NULL, NULL, 0, 380, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unsigned short integer expected', NULL, NULL, 0, 381, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid ESCAPE sequence', NULL, NULL, 0, 382, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('service @1 does not have an associated executable', NULL, NULL, 0, 383, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Failed to locate host machine.', NULL, NULL, 0, 384, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Undefined service @1/@2.', NULL, NULL, 0, 385, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The specified name was not found in the hosts file or Domain Name Services.', NULL, NULL, 0, 386, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user does not have GRANT privileges on base table/view for operation', NULL, NULL, 0, 387, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Ambiguous column reference.', NULL, NULL, 0, 388, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid aggregate reference', NULL, NULL, 0, 389, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('navigational stream @1 references a view with more than one base table', NULL, NULL, 0, 390, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Attempt to execute an unprepared dynamic SQL statement.', NULL, NULL, 0, 391, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Positive value expected', NULL, NULL, 0, 392, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Incorrect values within SQLDA structure', NULL, NULL, 0, 393, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid blob id', NULL, NULL, 0, 394, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Operation not supported for EXTERNAL FILE table @1', NULL, NULL, 0, 395, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Service is currently busy: @1', NULL, NULL, 0, 396, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('stack size insufficent to execute current request', NULL, NULL, 0, 397, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid key for find operation', NULL, NULL, 0, 398, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error initializing the network software.', NULL, NULL, 0, 399, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unable to load required library @1.', NULL, NULL, 0, 400, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unable to complete network request to host "@1".', NULL, NULL, 0, 401, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Failed to establish a connection.', NULL, NULL, 0, 402, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while listening for an incoming connection.', NULL, NULL, 0, 403, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Failed to establish a secondary connection for event processing.', NULL, NULL, 0, 404, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while listening for an incoming event connection request.', NULL, NULL, 0, 405, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error reading data from the connection.', NULL, NULL, 0, 406, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error writing data to the connection.', NULL, NULL, 0, 407, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot deactivate index used by an integrity constraint', NULL, NULL, 0, 408, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot deactivate index used by a PRIMARY/UNIQUE constraint', NULL, NULL, 0, 409, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Client/Server Express not supported in this release', NULL, NULL, 0, 410, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('', NULL, NULL, 0, 411, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Access to databases on file servers is not supported.', NULL, NULL, 0, 412, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while trying to create file', NULL, NULL, 0, 413, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while trying to open file', NULL, NULL, 0, 414, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while trying to close file', NULL, NULL, 0, 415, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while trying to read from file', NULL, NULL, 0, 416, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while trying to write to file', NULL, NULL, 0, 417, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while trying to delete file', NULL, NULL, 0, 418, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while trying to access file', NULL, NULL, 0, 419, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A fatal exception occurred during the execution of a user defined function.', NULL, NULL, 0, 420, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('connection lost to database', NULL, NULL, 0, 421, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('User cannot write to RDB$USER_PRIVILEGES', NULL, NULL, 0, 422, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('token size exceeds limit', NULL, NULL, 0, 423, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Maximum user count exceeded. Contact your database administrator.', NULL, NULL, 0, 424, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Your login @1 is same as one of the SQL role name. Ask your database administrator to set up a valid Firebird login.', NULL, NULL, 0, 425, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('"REFERENCES table" without "(column)" requires PRIMARY KEY on referenced table', NULL, NULL, 0, 426, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The username entered is too long. Maximum length is 31 bytes.', NULL, NULL, 0, 427, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The password specified is too long. Maximum length is 8 bytes.', NULL, NULL, 0, 428, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A username is required for this operation.', NULL, NULL, 0, 429, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A password is required for this operation', NULL, NULL, 0, 430, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The network protocol specified is invalid', NULL, NULL, 0, 431, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A duplicate user name was found in the security database', NULL, NULL, 0, 432, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The user name specified was not found in the security database', NULL, NULL, 0, 433, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('An error occurred while attempting to add the user.', NULL, NULL, 0, 434, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('An error occurred while attempting to modify the user record.', NULL, NULL, 0, 435, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('An error occurred while attempting to delete the user record.', NULL, NULL, 0, 436, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('An error occurred while updating the security database.', NULL, NULL, 0, 437, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('sort record size of @1 bytes is too big', NULL, NULL, 0, 438, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('can not define a not null column with NULL as default value', NULL, NULL, 0, 439, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid clause --- ''@1''', NULL, NULL, 0, 440, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('too many open handles to database', NULL, NULL, 0, 441, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('size of optimizer block exceeded', NULL, NULL, 0, 442, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('a string constant is delimited by double quotes', NULL, NULL, 0, 443, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DATE must be changed to TIMESTAMP', NULL, NULL, 0, 444, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('attempted update on read-only database', NULL, NULL, 0, 445, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SQL dialect @1 is not supported in this database', NULL, NULL, 0, 446, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A fatal exception occurred during the execution of a blob filter.', NULL, NULL, 0, 447, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Access violation. The code attempted to access a virtual address without privilege to do so.', NULL, NULL, 0, 448, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Datatype misalignment. The attempted to read or write a value that was not stored on a memory boundary.', NULL, NULL, 0, 449, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Array bounds exceeded. The code attempted to access an array element that is out of bounds.', NULL, NULL, 0, 450, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Float denormal operand. One of the floating-point operands is too small to represent a standard float value.', NULL, NULL, 0, 451, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Floating-point divide by zero. The code attempted to divide a floating-point value by zero.', NULL, NULL, 0, 452, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Floating-point inexact result. The result of a floating-point operation cannot be represented as a deciaml fraction.', NULL, NULL, 0, 453, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Floating-point invalid operand. An indeterminant error occurred during a floating-point operation.', NULL, NULL, 0, 454, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Floating-point overflow. The exponent of a floating-point operation is greater than the magnitude allowed.', NULL, NULL, 0, 455, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Floating-point stack check. The stack overflowed or underflowed as the result of a floating-point operation.', NULL, NULL, 0, 456, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Floating-point underflow. The exponent of a floating-point operation is less than the magnitude allowed.', NULL, NULL, 0, 457, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Integer divide by zero. The code attempted to divide an integer value by an integer divisor of zero.', NULL, NULL, 0, 458, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Integer overflow. The result of an integer operation caused the most significant bit of the result to carry.', NULL, NULL, 0, 459, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('An exception occurred that does not have a description. Exception number @1.', NULL, NULL, 0, 460, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Stack overflow. The resource requirements of the runtime stack have exceeded the memory available to it.', NULL, NULL, 0, 461, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Segmentation Fault. The code attempted to access memory without priviledges.', NULL, NULL, 0, 462, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Illegal Instruction. The Code attempted to perfrom an illegal operation.', NULL, NULL, 0, 463, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Bus Error. The Code caused a system bus error.', NULL, NULL, 0, 464, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Floating Point Error. The Code caused an Arithmetic Exception or a floating point exception.', NULL, NULL, 0, 465, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete rows from external files.', NULL, NULL, 0, 466, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update rows in external files.', NULL, NULL, 0, 467, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unable to perform operation. You must be either SYSDBA or owner of the database', NULL, NULL, 0, 468, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Specified EXTRACT part does not exist in input datatype', NULL, NULL, 0, 469, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Service @1 requires SYSDBA permissions. Reattach to the Service Manager using the SYSDBA account.', NULL, NULL, 0, 470, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The file @1 is currently in use by another process. Try again later.', NULL, NULL, 0, 471, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot attach to services manager', NULL, NULL, 0, 472, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Metadata update statement is not allowed by the current database SQL dialect @1', NULL, NULL, 0, 473, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('operation was cancelled', NULL, NULL, 0, 474, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('unexpected item in service parameter block, expected @1', NULL, NULL, 0, 475, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Client SQL dialect @1 does not support reference to @2 datatype', NULL, NULL, 0, 476, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user name and password are required while attaching to the services manager', NULL, NULL, 0, 477, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('You created an indirect dependency on uncommitted metadata. You must roll back the current transaction.', NULL, NULL, 0, 478, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The service name was not specified.', NULL, NULL, 0, 479, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Too many Contexts of Relation/Procedure/Views. Maximum allowed is 255', NULL, NULL, 0, 480, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('data type not supported for arithmetic', NULL, NULL, 0, 481, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database dialect being changed from 3 to 1', NULL, NULL, 0, 482, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database dialect not changed.', NULL, NULL, 0, 483, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unable to create database @1', NULL, NULL, 0, 484, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database dialect @1 is not a valid dialect.', NULL, NULL, 0, 485, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Valid database dialects are @1.', NULL, NULL, 0, 486, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SQL warning code = @1', NULL, NULL, 0, 487, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DATE data type is now called TIMESTAMP', NULL, NULL, 0, 488, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Function @1 is in @2, which is not in a permitted directory for external functions.', NULL, NULL, 0, 489, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('value exceeds the range for valid dates', NULL, NULL, 0, 490, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('passed client dialect @1 is not a valid dialect.', NULL, NULL, 0, 491, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Valid client dialects are @1.', NULL, NULL, 0, 492, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unsupported field type specified in BETWEEN predicate.', NULL, NULL, 0, 493, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Services functionality will be supported in a later version of the product', NULL, NULL, 0, 494, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('GENERATOR @1', NULL, NULL, 0, 495, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('UDF @1', NULL, NULL, 0, 496, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid parameter to FIRST. Only integers >= 0 are allowed.', NULL, NULL, 0, 497, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid parameter to SKIP. Only integers >= 0 are allowed.', NULL, NULL, 0, 498, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('File exceeded maximum size of 2GB. Add another database file or use a 64 bit I/O version of Firebird.', NULL, NULL, 0, 499, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unable to find savepoint with name @1 in transaction context', NULL, NULL, 0, 500, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid column position used in the @1 clause', NULL, NULL, 0, 501, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot use an aggregate function in a WHERE clause, use HAVING instead', NULL, NULL, 0, 502, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot use an aggregate function in a GROUP BY clause', NULL, NULL, 0, 503, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid expression in the @1 (not contained in either an aggregate function or the GROUP BY clause)', NULL, NULL, 0, 504, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid expression in the @1 (neither an aggregate function nor a part of the GROUP BY clause)', NULL, NULL, 0, 505, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Nested aggregate functions are not allowed', NULL, NULL, 0, 506, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid argument in EXECUTE STATEMENT - cannot convert to string', NULL, NULL, 0, 507, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Wrong request type in EXECUTE STATEMENT ''@1''', NULL, NULL, 0, 508, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Variable type (position @1) in EXECUTE STATEMENT ''@2'' INTO does not match returned column type', NULL, NULL, 0, 509, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Too many recursion levels of EXECUTE STATEMENT', NULL, NULL, 0, 510, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Access to @1 "@2" is denied by server administrator', NULL, NULL, 0, 511, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot change difference file name while database is in backup mode', NULL, NULL, 0, 512, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Physical backup is not allowed while Write-Ahead Log is in use', NULL, NULL, 0, 513, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cursor is not open', NULL, NULL, 0, 514, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Target shutdown mode is invalid for database "@1"', NULL, NULL, 0, 515, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Concatenation overflow. Resulting string cannot exceed 32K in length.', NULL, NULL, 0, 516, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid offset parameter @1 to SUBSTRING. Only positive integers are allowed.', NULL, NULL, 0, 517, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Foreign key reference target does not exist', NULL, NULL, 0, 518, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Foreign key references are present for the record', NULL, NULL, 0, 519, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot update', NULL, NULL, 0, 520, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cursor is already open', NULL, NULL, 0, 521, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1', NULL, NULL, 0, 522, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Context variable @1 is not found in namespace @2', NULL, NULL, 0, 523, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid namespace name @1 passed to @2', NULL, NULL, 0, 524, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Too many context variables', NULL, NULL, 0, 525, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid argument passed to @1', NULL, NULL, 0, 526, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('BLR syntax error. Identifier @1... is too long', NULL, NULL, 0, 527, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('exception @1', NULL, NULL, 0, 528, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Malformed string', NULL, NULL, 0, 529, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Output parameter mismatch for procedure @1', NULL, NULL, 0, 530, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unexpected end of command - line @1, column @2', NULL, NULL, 0, 531, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('partner index segment no @1 has incompatible data type', NULL, NULL, 0, 532, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid length parameter @1 to SUBSTRING. Negative integers are not allowed.', NULL, NULL, 0, 533, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('CHARACTER SET @1 is not installed', NULL, NULL, 0, 534, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('COLLATION @1 for CHARACTER SET @2 is not installed', NULL, NULL, 0, 535, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('connection shutdown', NULL, NULL, 0, 536, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Maximum BLOB size exceeded', NULL, NULL, 0, 537, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Can''t have relation with only computed fields or constraints', NULL, NULL, 0, 538, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Time precision exceeds allowed range (0-@1)', NULL, NULL, 0, 539, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unsupported conversion to target type BLOB (subtype @1)', NULL, NULL, 0, 540, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unsupported conversion to target type ARRAY', NULL, NULL, 0, 541, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Stream does not support record locking', NULL, NULL, 0, 542, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot create foreign key constraint @1. Partner index does not exist or is inactive.', NULL, NULL, 0, 543, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transactions count exceeded. Perform backup and restore to make database operable again', NULL, NULL, 0, 544, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column has been unexpectedly deleted', NULL, NULL, 0, 545, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 cannot depend on @2', NULL, NULL, 0, 546, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Blob sub_types bigger than 1 (text) are for internal use only', NULL, NULL, 0, 547, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Procedure @1 is not selectable (it does not contain a SUSPEND statement)', NULL, NULL, 0, 548, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Datatype @1 is not supported for sorting operation', NULL, NULL, 0, 549, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('COLLATION @1', NULL, NULL, 0, 550, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DOMAIN @1', NULL, NULL, 0, 551, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('domain @1 is not defined', NULL, NULL, 0, 552, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Array data type can use up to @1 dimensions', NULL, NULL, 0, 553, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A multi database transaction cannot span more than @1 databases', NULL, NULL, 0, 554, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Bad debug info format', NULL, NULL, 0, 555, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Error while parsing procedure @1''s BLR', NULL, NULL, 0, 556, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('index key too big', NULL, NULL, 0, 557, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('concurrent transaction number is @1', NULL, NULL, 0, 558, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('validation error for variable @1, value "@2"', NULL, NULL, 0, 559, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('validation error for @1, value "@2"', NULL, NULL, 0, 560, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Difference file name should be set explicitly for database on raw device', NULL, NULL, 0, 561, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Login name too long (@1 characters, maximum allowed @2)', NULL, NULL, 0, 562, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column @1 is not defined in procedure @2', NULL, NULL, 0, 563, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid SIMILAR TO pattern', NULL, NULL, 0, 564, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid TEB format', NULL, NULL, 0, 565, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Found more than one transaction isolation in TPB', NULL, NULL, 0, 566, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table reservation lock type @1 requires table name before in TPB', NULL, NULL, 0, 567, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Found more than one @1 specification in TPB', NULL, NULL, 0, 568, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option @1 requires READ COMMITTED isolation in TPB', NULL, NULL, 0, 569, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option @1 is not valid if @2 was used previously in TPB', NULL, NULL, 0, 570, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table name length missing after table reservation @1 in TPB', NULL, NULL, 0, 571, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table name length @1 is too long after table reservation @2 in TPB', NULL, NULL, 0, 572, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table name length @1 without table name after table reservation @2 in TPB', NULL, NULL, 0, 573, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table name length @1 goes beyond the remaining TPB size after table reservation @2', NULL, NULL, 0, 574, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table name length is zero after table reservation @1 in TPB', NULL, NULL, 0, 575, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table or view @1 not defined in system tables after table reservation @2 in TPB', NULL, NULL, 0, 576, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Base table or view @1 for view @2 not defined in system tables after table reservation @3 in TPB', NULL, NULL, 0, 577, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option length missing after option @1 in TPB', NULL, NULL, 0, 578, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option length @1 without value after option @2 in TPB', NULL, NULL, 0, 579, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option length @1 goes beyond the remaining TPB size after option @2', NULL, NULL, 0, 580, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option length is zero after table reservation @1 in TPB', NULL, NULL, 0, 581, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option length @1 exceeds the range for option @2 in TPB', NULL, NULL, 0, 582, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Option value @1 is invalid for the option @2 in TPB', NULL, NULL, 0, 583, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Preserving previous table reservation @1 for table @2, stronger than new @3 in TPB', NULL, NULL, 0, 584, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table reservation @1 for table @2 already specified and is stronger than new @3 in TPB', NULL, NULL, 0, 585, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table reservation reached maximum recursion of @1 when expanding views in TPB', NULL, NULL, 0, 586, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table reservation in TPB cannot be applied to @1 because it''s a virtual table', NULL, NULL, 0, 587, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table reservation in TPB cannot be applied to @1 because it''s a system table', NULL, NULL, 0, 588, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table reservation @1 or @2 in TPB cannot be applied to @3 because it''s a temporary table', NULL, NULL, 0, 589, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot set the transaction in read only mode after a table reservation isc_tpb_lock_write in TPB', NULL, NULL, 0, 590, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot take a table reservation isc_tpb_lock_write in TPB because the transaction is in read only mode', NULL, NULL, 0, 591, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('value exceeds the range for a valid time', NULL, NULL, 0, 592, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('value exceeds the range for valid timestamps', NULL, NULL, 0, 593, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') -- QLI ('expected type', NULL, NULL, 1, 0, 'Erwartet: Typ', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('bad block type', NULL, NULL, 1, 1, 'Block-Typ ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('bad block size', NULL, NULL, 1, 2, 'Block-Länge ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('corrupt pool', NULL, NULL, 1, 3, 'Pool ist fehlerhaft', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('bad pool ID', NULL, NULL, 1, 4, 'Pool-ID ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('memory exhausted', NULL, NULL, 1, 5, 'Zu wenig Speicherraum', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('set option not implemented', NULL, NULL, 1, 6, 'SET-Option nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('show option not implemented', NULL, NULL, 1, 7, 'SHOW-Option nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('show_fields: dtype not done', NULL, NULL, 1, 8, 'show_fields: Datentyp noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('INTERNAL: @1', NULL, NULL, 1, 9, 'INTERNAL: @1', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('** QLI error from database "@1" **', NULL, NULL, 1, 10, '** Von der Datenbank "@1" stammender QLI-Fehler **', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('** QLI error from database **', NULL, NULL, 1, 11, '** Von der Datenbank stammender QLI-Fehler **', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('** QLI error: @1 **', NULL, NULL, 1, 12, '** QLI-Fehler: @1 **', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('expected @1, encountered "@2"', NULL, NULL, 1, 13, 'Erwartet: @1, gefunden: "@2"', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('integer overflow', NULL, NULL, 1, 14, 'Ganzzahlen-Überlauf', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('integer division by zero', NULL, NULL, 1, 15, 'Integer-Division durch Null', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('floating overflow trap', NULL, NULL, 1, 16, 'FLOAT-Überlauf', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('floating division by zero', NULL, NULL, 1, 17, 'FLOAT-Division durch Null', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('floating underflow trap', NULL, NULL, 1, 18, 'FLOAT-Unterlauf', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('floating overflow fault', NULL, NULL, 1, 19, 'FLOAT-Überlauf-Versagen', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('floating underflow fault', NULL, NULL, 1, 20, 'FLOAT-Unterlauf-Versagen', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('arithmetic exception', NULL, NULL, 1, 21, 'Arithmetischer Fehler', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('illegal instruction or address, recovering...', NULL, NULL, 1, 22, 'Instruktion oder Adresse unzulässig! Wiederherstellungsverfahren läuft ...', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('Please retry, supplying an application script file name', NULL, NULL, 1, 23, 'Bitte nochmals den Namen einer Anwendungs-Skriptdatei eingeben', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('Welcome to QLI Query Language Interpreter', NULL, NULL, 1, 24, 'Willkommen bei QLI, dem Query Language Interpreter', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('qli version @1', NULL, NULL, 1, 25, 'QLI-Version @1', NULL, NULL, 'daves', '1993-07-16 12:16:00') (' Statistics for database "@1" @2', NULL, NULL, 1, 26, ' Statistiken für die Datenbank "@1" @2', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('HSH_remove failed', NULL, NULL, 1, 27, 'Fehler bei HSH_remove', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('EVAL_boolean: not finished', NULL, NULL, 1, 28, 'EVAL_boolean: nicht beendet', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('EVAL_value: not finished', NULL, NULL, 1, 29, 'EVAL_value: nicht beendet', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('data type not supported for arithmetic', NULL, NULL, 1, 30, 'Dieser Datentyp wird für arithmetische Operationen nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('user name is supported in RSEs temporarily', NULL, NULL, 1, 31, 'Der Benutzername wird in RSEs temporär unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Input value is too long', NULL, NULL, 1, 32, 'Der Eingabewert ist zu lang', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('EXEC_execute: not implemented', NULL, NULL, 1, 33, 'EXEC_execute: nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('print_blob: expected field node', NULL, NULL, 1, 34, 'print_blob: Feldknoten erwartet', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('output pipe is not supported on VMS', NULL, NULL, 1, 35, 'Ausgabe-Pipe wird von VMS nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('could not create pipe', NULL, NULL, 1, 36, 'Die Pipe konnte nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('fdopen failed', NULL, NULL, 1, 37, 'Fehler bei fdopen', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('execution terminated by signal', NULL, NULL, 1, 38, 'Ausführung durch Signal beendet', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('field validation error', NULL, NULL, 1, 39, 'Fehler bei der Feldvalidierung', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Request terminated by statement: @1', NULL, NULL, 1, 40, 'Anforderung (REQUEST) durch Anweisung beendet: @1', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Request terminated by statement', NULL, NULL, 1, 41, 'Anforderung (REQUEST) durch Anweisung beendet', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Cannot open output file "@1"', NULL, NULL, 1, 42, 'Die Ausgabedatei "@1" kann nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Could not run "@1"', NULL, NULL, 1, 43, '"@1" konnte nicht gestartet werden', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('comparison not done', NULL, NULL, 1, 44, 'Vergleich noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('conversion not implemented', NULL, NULL, 1, 45, 'Konvertierung nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('conversion not implemented', NULL, NULL, 1, 46, 'Konvertierung nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('MOVQ_move: conversion not done', NULL, NULL, 1, 47, 'MOVQ_move: Konvertierung noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('BLOB conversion is not supported', NULL, NULL, 1, 48, 'BLOB-Konvertierung wird nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('conversion error', NULL, NULL, 1, 49, 'Konvertierungsfehler', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('conversion error', NULL, NULL, 1, 50, 'Konvertierungsfehler', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('conversion error', NULL, NULL, 1, 51, 'Konvertierungsfehler', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('conversion error', NULL, NULL, 1, 52, 'Konvertierungsfehler', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('conversion error', NULL, NULL, 1, 53, 'Konvertierungsfehler', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('conversion error', NULL, NULL, 1, 54, 'Konvertierungsfehler', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('BLOB conversion is not supported', NULL, NULL, 1, 55, 'BLOB-Konvertierung ist nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Error converting string "@1" to date', NULL, NULL, 1, 56, 'Fehler bei der Konvertierung der Zeichenkette "@1" zu einem Datum', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('overflow during conversion', NULL, NULL, 1, 57, 'Überlauf während der Konvertierung', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('gds_$put_segment failed', NULL, NULL, 1, 58, 'Fehler bei gds_$put_segment', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('fseek failed', NULL, NULL, 1, 59, 'Fehler bei fseek', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('unterminated quoted string', NULL, NULL, 1, 60, 'Bei der Zeichenkette fehlt das abschließende Anführungszeichen', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('could not open scratch file', NULL, NULL, 1, 61, 'Die Scratch-Datei konnte nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('fseek failed', NULL, NULL, 1, 62, 'Fehler bei fseek', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('unterminated quoted string', NULL, NULL, 1, 63, 'Bei der Zeichenkette fehlt das abschließende Anführungzeichen', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('unexpected end of procedure in procedure @1', NULL, NULL, 1, 64, 'Unerwartetes Prozedurende in Prozedur @1', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('unexpected end of file in file @1', NULL, NULL, 1, 65, 'Unerwartetes Dateiende in Datei @1', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('unexpected eof', NULL, NULL, 1, 66, 'Unerwartetes Dateiende (EOF)', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('cannot open command file "@1"', NULL, NULL, 1, 67, 'Die Befehlsdatei "@1" kann nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('PIC_edit: class not yet implemented', NULL, NULL, 1, 68, 'PIC_edit: Klasse noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('conversion error', NULL, NULL, 1, 69, 'Konvertierungsfehler', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('procedure "@1" is undefined', NULL, NULL, 1, 70, 'Die Prozedur "@1" ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('procedure "@1" is undefined in database @2', NULL, NULL, 1, 71, 'Die Prozedur "@1" ist nicht in der Datenbank @2 definiert', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('procedure "@1" is undefined', NULL, NULL, 1, 72, 'Die Prozedur "@1" ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Could not create QLI$PROCEDURE_NAME field', NULL, NULL, 1, 73, 'Das Feld QLI$PROCEDURE_NAME konnte nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Could not create QLI$PROCEDURE field', NULL, NULL, 1, 74, 'Das Feld QLI$PROCEDURE konnte nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('Could not create QLI$PROCEDURES table', NULL, NULL, 1, 75, 'Die Tabellen QLI$PROCEDURES konnte nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('procedure name "@1" in use in database @2', NULL, NULL, 1, 76, 'Der Prozedurname "@1" wird bereits in der Datenbank @2 verwendet', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('database handle required', NULL, NULL, 1, 77, 'Datenbank-Handle erforderlich', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('QLI$PROCEDURES table must be created with RDO in Rdb/VMS databases', NULL, NULL, 1, 78, 'Zur Erstellung der Tabellen QLI$PROCEDURES in Rdb/VMS-Datenbanken muß RDO verwendet werden', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('procedure name over 31 characters', NULL, NULL, 1, 79, 'Der Prozedurname hat mehr als 31 Zeichen', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' [@1 topics matched @2]', NULL, NULL, 1, 80, ' [@1 Themen zu @2 verfügbar]', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' @1Sub-topics available:', NULL, NULL, 1, 81, ' @1Folgende untergeordnete Themen sind verfügbar:', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' No help is available for @1 @2', NULL, NULL, 1, 82, ' Für @1 @2 ist keine Hilfe verfügbar', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' Sub-topics available for @1 are:', NULL, NULL, 1, 83, ' Für @1 sind folgende untergeordnete Themen verfügbar:', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Procedures can not be renamed across databases. Try COPY', NULL, NULL, 1, 84, 'Datenbankübergreifende Umbenennung von Prozeduren ist unzulässig. COPY verwenden!', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Procedure @1 not found in database @2', NULL, NULL, 1, 85, 'Die Prozedur @1 ist in der Datenbank @2 nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('substitute prompt string too long', NULL, NULL, 1, 86, 'Die Ersatz-Promptzeichenkette ist zu lang', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('substitute prompt string too long', NULL, NULL, 1, 87, 'Die Ersatz-Prompt-Zeichenkette ist zu lang', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Procedure @1 not found in database @2', NULL, NULL, 1, 88, 'Die Prozedur @1 ist in der Datenbank @2 nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Procedure @1 not found in database @2', NULL, NULL, 1, 89, 'Die Prozedur @1 ist in der Datenbank @2 nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('No security classes defined', NULL, NULL, 1, 90, 'Es wurden keine Sicherheitsklassen definiert', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' Security class @1 is not defined', NULL, NULL, 1, 91, ' Die Sicherheitsklasse @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' No views defined', NULL, NULL, 1, 92, ' Es wurden keine Views definiert', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' No indexes defined', NULL, NULL, 1, 93, ' Es wurden keine Indizes definiert', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' No indexes defined', NULL, NULL, 1, 94, ' Es wurden keine Indizes definiert', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('No databases are currently ready', NULL, NULL, 1, 95, 'Gegenwärtig sind keine Datenbanken geöffnet', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Procedure @1 in database "@2" (@3)', NULL, NULL, 1, 96, 'Prozedur @1 in der Datenbank "@2" (@3)', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('text, length @1', NULL, NULL, 1, 97, 'TEXT, Länge @1', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('varying text, length @1', NULL, NULL, 1, 98, 'VARYING TEXT, Länge @1', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('null terminated text, length @1', NULL, NULL, 1, 99, 'Durch Nullzeichen beendeter Text, Länge @1', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('short binary', NULL, NULL, 1, 100, 'SHORT BINARY', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('long binary', NULL, NULL, 1, 101, 'LONG BINARY', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('quad', NULL, NULL, 1, 102, 'QUAD', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('short floating', NULL, NULL, 1, 103, 'SHORT FLOAT', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('long floating', NULL, NULL, 1, 104, 'LONG FLOAT', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('BLOB', NULL, NULL, 1, 105, 'BLOB', NULL, NULL, 'daves', '1993-07-16 12:16:01') (', segment length @1', NULL, NULL, 1, 106, ', Segmentlänge @1', NULL, NULL, 'daves', '1993-07-16 12:16:01') (', subtype @1', NULL, NULL, 1, 107, ', Subtyp @1', NULL, NULL, 'daves', '1993-07-16 12:16:01') (', subtype BLR', NULL, NULL, 1, 108, ', Subtyp BLR', NULL, NULL, 'daves', '1993-07-16 12:16:01') (', subtype ACL', NULL, NULL, 1, 109, ', Subtyp ACL', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('date', NULL, NULL, 1, 110, 'DATE', NULL, NULL, 'daves', '1993-07-16 12:16:01') (', scale @1', NULL, NULL, 1, 111, ', Skalierungsfaktor (SCALE) @1', NULL, NULL, 'daves', '1993-07-16 12:16:01') (', subtype fixed', NULL, NULL, 1, 112, ', Subtyp FIXED', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Database "@1" readied as @2', NULL, NULL, 1, 113, 'Die Datenbank "@1" wurde als @2 geöffnet', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Database "@1"', NULL, NULL, 1, 114, 'Datenbank "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('No databases are currently ready', NULL, NULL, 1, 115, 'Gegenwärtig sind keine Datenbanken geöffnet', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' Page size is @1 bytes. Current allocation is @2 pages.', NULL, NULL, 1, 116, ' Page Size: @1 Bytes. Gegenwärtige Zuteilung: @2 Pages', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Field @1 does not exist in database @2', NULL, NULL, 1, 117, 'Das Feld @1 ist nicht in der Datenbank @2 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Field @1 does not exist in any open database', NULL, NULL, 1, 118, 'Das Feld @1 ist in keiner der geöffneten Datenbanken vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:01') (' (computed expression)', NULL, NULL, 1, 119, ' (COMPUTED-Ausdruck)', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('There are no forms defined for database @1', NULL, NULL, 1, 120, 'Für die Datenbank @1 werden keine Masken unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('There are no forms defined in any open database', NULL, NULL, 1, 121, 'In keiner der geöffneten Datenbanken sind Masken definiert worden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('Global field @1 does not exist in database @2', NULL, NULL, 1, 122, 'Das globale Feld @1 ist nicht in der Datenbank @2 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('Global field @1 does not exist in any open database', NULL, NULL, 1, 123, 'Das globale Feld @1 ist in keiner der geöffneten Datenbanken vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('There are no fields defined for database @1', NULL, NULL, 1, 124, 'Für die Datenbank @1 sind keine Felder definiert worden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('There are no fields defined in any open database', NULL, NULL, 1, 125, 'In keiner der geöffneten Datenbanken sind Felder definiert worden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('Procedure @1 not found in database @2', NULL, NULL, 1, 126, 'Die Prozedur @1 wurde nicht in der Datenbank @2 gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('Procedure @1 not found', NULL, NULL, 1, 127, 'Prozedur @1 nicht gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('Procedures in database "@1" (@2):', NULL, NULL, 1, 128, 'Prozeduren in der Datenbank "@1" (@2):', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('No triggers are defined for table @1', NULL, NULL, 1, 129, 'Für die Tabellen @1 sind keine Trigger definiert worden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('No triggers are defined in database @1', NULL, NULL, 1, 130, 'In der Datenbank @1 sind keine Trigger definiert worden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('No triggers are defined in database @1', NULL, NULL, 1, 131, 'In der Datenbank @1 sind keine Trigger definiert worden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('Variables:', NULL, NULL, 1, 132, 'Variable:', NULL, NULL, 'daves', '1993-07-16 12:16:02') (' QLI, version "@1"', NULL, NULL, 1, 133, ' QLI, Version "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:02') (' Version(s) for database "@1"', NULL, NULL, 1, 134, ' Version(en) für die Datenbank "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('expand_expression: not yet implemented', NULL, NULL, 1, 135, 'expand_expression: noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('expand_statement: not yet implemented', NULL, NULL, 1, 136, 'expand_statement: noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('variables may not be based on BLOB fields', NULL, NULL, 1, 137, 'Variable dürfen keine BLOB-Felder referenzieren', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('cannot perform assignment to computed field @1', NULL, NULL, 1, 138, 'Zuweisung zum COMPUTED-Feld @1 nicht durchführbar', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('no context for ERASE', NULL, NULL, 1, 139, 'Für ERASE ist kein Kontext vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('cannot erase from a join', NULL, NULL, 1, 140, 'Löschen bei JOIN-Operation nicht möglich', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('@1.* cannot be used when a single element is required', NULL, NULL, 1, 141, '@1.* kann nicht verwendet werden, wenn ein Einzelelement erforderlich ist', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('"@1" is undefined or used out of context', NULL, NULL, 1, 142, '"@1" ist nicht definiert oder wurde ohne Kontext verwendet', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('no default form name', NULL, NULL, 1, 143, 'Kein Standard-Maskenname', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('No database for form @1', NULL, NULL, 1, 144, 'Für die Maske @1 ist keine Datenbank vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('form @1 is not defined in database "@2"', NULL, NULL, 1, 145, 'Die Maske @1 ist nicht in der Datenbank "@2" definiert', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('no context for form ACCEPT statement', NULL, NULL, 1, 146, 'Für die Masken-ACCEPT-Anweisung ist kein Kontext vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('field @1 is not defined in form @2', NULL, NULL, 1, 147, 'Das Feld @1 ist nicht in der Maske @2 definiert', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('no context for modify', NULL, NULL, 1, 148, 'Für MODIFY ist kein Kontext vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('field list required for modify', NULL, NULL, 1, 149, 'Zur Durchführung von MODIFY ist eine Feldliste erforderlich', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('No items in print list', NULL, NULL, 1, 150, 'In der Druckliste sind keine Items vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('No items in print list', NULL, NULL, 1, 151, 'In der Druckliste sind keine Items enthalten', NULL, NULL, 'daves', '1993-07-16 12:16:00') ('invalid ORDER BY ordinal', NULL, NULL, 1, 152, 'ORDER BY unzulässig', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('asterisk expressions require exactly one qualifying context', NULL, NULL, 1, 153, 'Für Stern-Ausdrücke (*) ist genau ein qualifizierender Kontext erforderlich', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('unrecognized context', NULL, NULL, 1, 154, 'Kontext unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('field referenced in BASED ON cannot be resolved against readied databases', NULL, NULL, 1, 155, 'Das in BASED ON referenzierte Feld ist in den geöffneten Datenbanken nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('expected statement, encountered "@1"', NULL, NULL, 1, 156, 'Erwartet: Anweisung, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('Expected PROCEDURE encountered "@1"', NULL, NULL, 1, 157, 'Erwartet: PROCEDURE, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('period in qualified name', NULL, NULL, 1, 158, 'Der qualifizierte Namen enthält einen Punkt', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('no databases are ready', NULL, NULL, 1, 159, 'Es wurden keine Datenbanken angemeldet', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('BLOB variables are not supported', NULL, NULL, 1, 160, 'BLOB-Variable werden nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('end of statement', NULL, NULL, 1, 161, 'Ende der Anweisung', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('end of command', NULL, NULL, 1, 162, 'Ende des Befehls', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('quoted edit string', NULL, NULL, 1, 163, 'Edit String in Anführungszeichen', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('variable definition clause', NULL, NULL, 1, 164, 'Definitionsklausel einer Variablen', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('@1 is not a database', NULL, NULL, 1, 165, '@1 ist keine Datenbank', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('@1 is not a table in database @2', NULL, NULL, 1, 166, '@1 ist keine Tabellen in der Datenbank @2', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('variable data type', NULL, NULL, 1, 167, 'Datentyp einer Variablen', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('no data type may be specified for a variable based on a field', NULL, NULL, 1, 168, 'Für eine Variable, die auf einem Feld basiert, darf kein Datentyp spezifiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('object type for DEFINE', NULL, NULL, 1, 169, 'Objekttyp für DEFINE', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('table name', NULL, NULL, 1, 170, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('comma between field definitions', NULL, NULL, 1, 171, 'Komma zwischen Felddefinitionen', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('FROM', NULL, NULL, 1, 172, 'FROM', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('table or view name', NULL, NULL, 1, 173, 'Tabellens- oder View-Name', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('[', NULL, NULL, 1, 174, '[', NULL, NULL, 'daves', '1993-07-16 12:16:03') (']', NULL, NULL, 1, 175, ']', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('No statements issued yet', NULL, NULL, 1, 176, 'Es wurden noch keine Anweisungen ausgegeben', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('ON or TO', NULL, NULL, 1, 177, 'ON oder TO', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('quoted edit string', NULL, NULL, 1, 178, 'Edit String in Anführungszeichen', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('column definition clause', NULL, NULL, 1, 179, '###-Definitionsklausel', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('global fields may not be based on other fields', NULL, NULL, 1, 180, 'Globale Felder dürfen nicht auf anderen Feldern basieren (BASED ON)', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('field name or asterisk expression', NULL, NULL, 1, 181, 'Feldname oder Stern-Ausdruck (*)', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('FROM RSE clause', NULL, NULL, 1, 182, 'FROM RSE-Klausel', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('comma', NULL, NULL, 1, 183, 'Komma', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('quoted header segment', NULL, NULL, 1, 184, 'Vorsatzsegment (Header) in Anführungszeichen', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('left parenthesis', NULL, NULL, 1, 185, '''Klammer auf''', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('comma or terminating right parenthesis', NULL, NULL, 1, 186, 'Komma oder ''Klammer zu''', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('left parenthesis', NULL, NULL, 1, 187, '''Klammer auf''', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('VALUES list or SELECT clause', NULL, NULL, 1, 188, 'VALUES-Liste oder SELECT-Klausel', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('the number of values do not match the number of fields', NULL, NULL, 1, 189, 'Die Anzahl von Werten stimmt nicht mit der Anzahl von Feldern überein', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('value expression', NULL, NULL, 1, 190, 'Wert-Ausdruck', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('right parenthesis', NULL, NULL, 1, 191, '''Klammer zu''', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('quoted string', NULL, NULL, 1, 192, 'Zeichenkette in Anführungszeichen', NULL, NULL, 'daves', '1993-07-16 12:16:03') COMMIT WORK; ('ENTREE or END', NULL, NULL, 1, 193, 'ENTREE oder END', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('quoted string', NULL, NULL, 1, 194, 'Zeichenkette in Anführungszeichen', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('index state option', NULL, NULL, 1, 195, 'Index-Status-Option', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('table name', NULL, NULL, 1, 196, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('ADD, MODIFY, or DROP', NULL, NULL, 1, 197, 'ADD, MODIFY oder DROP', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('comma between field definitions', NULL, NULL, 1, 198, 'Komma zwischen Felddefinitionen', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('identifier', NULL, NULL, 1, 199, 'Identifizierer', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('positive number', NULL, NULL, 1, 200, 'Positive Zahl', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('FORM', NULL, NULL, 1, 201, 'Maske', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('period in qualified table name', NULL, NULL, 1, 202, 'Der qualifizierte Tabellensname enthält einen Punkt', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('@1 is not a table in database @2', NULL, NULL, 1, 203, '@1 ist keine Tabellen in der Datenbank @2', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('database file name required on READY', NULL, NULL, 1, 204, 'Zur Durchführung von READY ist der Datenbank-Dateiname erforderlich', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('EXISTS (SELECT * )', NULL, NULL, 1, 205, 'EXISTS (SELECT * )', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('relational operator', NULL, NULL, 1, 206, 'relationaler Operator', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('a database has not been readied', NULL, NULL, 1, 207, 'Es wurde keine Datenbank geöffnet (READY)', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('expected "table_name", encountered "@1"', NULL, NULL, 1, 208, 'Erwartet: "Tabellen_Name", gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('table name', NULL, NULL, 1, 209, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('PROCEDURE', NULL, NULL, 1, 210, 'PROCEDURE', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('TOP or BOTTOM', NULL, NULL, 1, 211, 'TOP oder BOTTOM', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('report writer SET option', NULL, NULL, 1, 212, 'Reportwriter SET-Option', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('report item', NULL, NULL, 1, 213, 'Report-Item', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('set option', NULL, NULL, 1, 214, 'SET-Option', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('RELATIONS or TRIGGERS', NULL, NULL, 1, 215, 'RELATIONS oder TRIGGERS', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('table name', NULL, NULL, 1, 216, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('database name', NULL, NULL, 1, 217, 'Datenbankname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('table name', NULL, NULL, 1, 218, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('database name', NULL, NULL, 1, 219, 'Datenbankname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('table name', NULL, NULL, 1, 220, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('database name', NULL, NULL, 1, 221, 'Datenbankname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('table name', NULL, NULL, 1, 222, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('table name', NULL, NULL, 1, 223, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('FROM clause', NULL, NULL, 1, 224, 'FROM-Klausel', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('AVG, MAX, MIN, SUM, or COUNT', NULL, NULL, 1, 225, 'AVG, MAX, MIN, SUM oder COUNT', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('COUNT (*)', NULL, NULL, 1, 226, 'COUNT (*)', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('left parenthesis', NULL, NULL, 1, 227, '''Klammer auf''', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('OF', NULL, NULL, 1, 228, 'OF', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('database handle', NULL, NULL, 1, 229, 'Datenbank###', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('SET', NULL, NULL, 1, 230, 'SET', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('database block not found for removal', NULL, NULL, 1, 231, 'Zu löschender Datenbankblock nicht gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('show_fields: dtype not done', NULL, NULL, 1, 232, 'show_fields: Datentyp noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('global field @1 already exists', NULL, NULL, 1, 233, 'Globales Feld @1 bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Cannot define an index in a view', NULL, NULL, 1, 234, 'In einer View kann kein Index definiert werden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Index @1 already exists', NULL, NULL, 1, 235, 'Der Index @1 ist bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Column @1 does not occur in table @2', NULL, NULL, 1, 236, 'Das ### @1 kommt in der Tabellen @2 nicht vor', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Table @1 already exists', NULL, NULL, 1, 237, 'Die Tabellen @1 ist bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Field @1 is in use in the following relations:', NULL, NULL, 1, 238, 'Das Feld @1 wird bereits in den folgenden Relationen vewendet:', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Field @1 is in use in database "@2"', NULL, NULL, 1, 239, 'Das Feld @1 wird bereits in der Datenbank "@2" verwendet', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Field @1 is not defined in database "@2"', NULL, NULL, 1, 240, 'Das Feld @1 ist nicht in der Datenbank "@2" definiert', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Index @1 is not defined in database "@2"', NULL, NULL, 1, 241, 'Der Index @1 ist nicht in der Datenbank "@2" definiert', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('metadata operation failed', NULL, NULL, 1, 242, 'Fehler bei der Metadaten-Operation', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('no active database for operation', NULL, NULL, 1, 243, 'Für die Operation ist keine aktive Datenbank vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Interactive metadata updates are not available on Rdb', NULL, NULL, 1, 244, 'Rdb unterstützt keine interaktiven Metadaten-Updates', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('global field @1 is not defined', NULL, NULL, 1, 245, 'Das globale Feld @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Index @1 does not exist in database @2', NULL, NULL, 1, 246, 'Der Index @1 ist nicht in der Datenbank @2 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('field @1 does not exist', NULL, NULL, 1, 247, 'Das Feld @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('no active database for operation', NULL, NULL, 1, 248, 'Für die Operation ist keine Datenbank vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Interactive metadata updates are not available on Rdb', NULL, NULL, 1, 249, 'Rdb unterstützt keine interaktiven Metadaten-Updates', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Unlicensed for database "@1"', NULL, NULL, 1, 250, 'Für die Datenbank "@1" nicht lizensiert', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Field @1 already exists in relation @2', NULL, NULL, 1, 251, 'Das Feld @1 ist bereits in der Relation @2 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('data type cannot be changed locally', NULL, NULL, 1, 252, 'Lokale Änderung des Datentyps nicht möglich', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('global field @1 does not exist', NULL, NULL, 1, 253, 'Das globale Feld @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('field @1 not found in relation @2', NULL, NULL, 1, 254, 'Das Feld @1 ist in der Relation @2 nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Data type conflict with existing global field @1', NULL, NULL, 1, 255, 'Datentyp-Konflikt mit dem vorhandenen globalen Feld @1', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('No data type specified for field @1', NULL, NULL, 1, 256, 'Für das Feld @1 ist kein Datentyp spezifiziert', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('database info call failed', NULL, NULL, 1, 257, 'Fehler beim Aufruf von Datenbank-Infos', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('do not understand BLR operator @1', NULL, NULL, 1, 258, 'BLR-Operator @1 unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:04') ('Operation unlicensed for database "@1"', NULL, NULL, 1, 259, 'Diese Operation ist für die Datenbank "@1" nicht lizensiert', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Security class for database @1', NULL, NULL, 1, 260, ' Sicherheitsklasse für die Datenbank @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Database description:', NULL, NULL, 1, 261, ' Datenbank-Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Database description:', NULL, NULL, 1, 262, ' Datenbank-Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' File: @1 starting at page @2', NULL, NULL, 1, 263, ' Datei: @1 beginnt auf Page @2', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('Field @1 in @2 @3 of database @4', NULL, NULL, 1, 264, 'Feld @1 in @2 @3 der Datenbank @4', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Global field @1', NULL, NULL, 1, 265, ' Globales Feld @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Field description:', NULL, NULL, 1, 266, ' Feld-Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Datatype information:', NULL, NULL, 1, 267, ' Datentyp-Information:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Field is computed from:', NULL, NULL, 1, 268, ' Feldwert wurde bestimmt durch:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Field validation:', NULL, NULL, 1, 269, ' Feld-Validierung:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Security class @1', NULL, NULL, 1, 270, ' Sicherheitsklasse @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Query name: @1', NULL, NULL, 1, 271, ' Abfrage- (Query-)Name: @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Query name: @1', NULL, NULL, 1, 272, ' Abfrage- (Query-)Name: @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Edit string: @1', NULL, NULL, 1, 273, ' Edit String: @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Edit string: @1', NULL, NULL, 1, 274, ' Edit String: @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Query header:', NULL, NULL, 1, 275, ' Abfrage- (Query-)Header:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('Global field @1 in database @2', NULL, NULL, 1, 276, 'Globales Feld @1 in der Datenbank @2', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Field description:', NULL, NULL, 1, 277, ' Feld-Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Datatype information:', NULL, NULL, 1, 278, ' Datentyp-Information:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Field is computed from:', NULL, NULL, 1, 279, ' Feldwert wurde bestimmt durch:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Field validation:', NULL, NULL, 1, 280, ' Feld-Validierung:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Query name: @1', NULL, NULL, 1, 281, ' Abfrage- (Query-)Name: @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Edit string: @1', NULL, NULL, 1, 282, ' Edit String: @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Query header:', NULL, NULL, 1, 283, ' Abfrage- (Query-)Header:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' @1 is not used in any relations in database @2', NULL, NULL, 1, 284, ' @1 wird in keiner Relation der Datenbank @2 verwendet', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('Forms in database @1', NULL, NULL, 1, 285, 'Masken in der Datenbank @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('Global fields for database @1:', NULL, NULL, 1, 286, 'Globale Felder für die Datenbank @1:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Field description:', NULL, NULL, 1, 287, ' Feld-Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Index @1@2', NULL, NULL, 1, 288, ' Index @1@2', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' index @1 is NOT active', NULL, NULL, 1, 289, ' Der Index @1 ist nicht aktiv', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Index @1@2', NULL, NULL, 1, 290, ' Index @1@2', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Description:', NULL, NULL, 1, 291, ' Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Security class @1', NULL, NULL, 1, 292, ' Sicherheitsklasse @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Stored in external file @1', NULL, NULL, 1, 293, ' In der externen Datei @1 gespeichert', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - An erase trigger is defined for @1', NULL, NULL, 1, 294, '### - Für @1 wurde ein ERASE-Trigger definiert', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - A modify trigger is defined for @1', NULL, NULL, 1, 295, '### - Für @1 ist ein MODIFY-Trigger definiert', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - A store trigger is defined for @1', NULL, NULL, 1, 296, '### - Für @1 ist ein STORE-Trigger definiert', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' Security classes for database @1', NULL, NULL, 1, 297, ' Sicherheitsklassen für die Datenbank @1', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Triggers for relation @1:', NULL, NULL, 1, 298, '### - Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:02') ('OBSOLETE - Source for the erase trigger is not available. Trigger BLR:', NULL, NULL, 1, 299, '### - Quellcode für ERASE-Trigger nicht verfügbar. Trigger-BLR:', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('OBSOLETE - Erase trigger for relation @1:', NULL, NULL, 1, 300, '### - ERASE-Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:03') ('OBSOLETE - Source for the modify trigger is not available. Trigger BLR:', NULL, NULL, 1, 301, '### - Quellcode für MODIFY-Trigger ist nicht verfügbar. Trigger-BLR:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Modify trigger for relation @1:', NULL, NULL, 1, 302, '### - MODIFY-Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Source for the store trigger is not available. Trigger BLR:', NULL, NULL, 1, 303, '### - Quellcode für STORE-Trigger ist nicht verfübar. Trigger-BLR:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Store trigger for relation @1:', NULL, NULL, 1, 304, '### - STORE-Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Triggers for relation @1:', NULL, NULL, 1, 305, '### - Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Source for the erase trigger is not available. Trigger BLR:', NULL, NULL, 1, 306, '### - Quellcode für ERASE-Trigger ist nicht verfügbar. Trigger-BLR:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Erase trigger for relation @1:', NULL, NULL, 1, 307, '### - ERASE-Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Source for the modify trigger is not available. Trigger BLR:', NULL, NULL, 1, 308, '### - Quellcode für MODIFY-Trigger ist nicht verfügbar. Trigger-BLR:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Modify trigger for relation @1:', NULL, NULL, 1, 309, '### - MODIFY-Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Source for the store trigger is not available. Trigger BLR:', NULL, NULL, 1, 310, '### - Quellcode für STORE-Trigger ist nicht verfügbar. Trigger-BLR:', NULL, NULL, 'daves', '1993-07-16 12:16:05') ('OBSOLETE - Store trigger for relation @1:', NULL, NULL, 1, 311, '### - STORE-Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' View source for relation @1 is not available. View BLR:', NULL, NULL, 1, 312, ' View-Quellcode für Relation @1 ist nicht verfügbar. View-BLR:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Relation @1 is a view defined as:', NULL, NULL, 1, 313, ' Die Relation @1 ist eine View, definiert als:', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('Views in database @1:', NULL, NULL, 1, 314, 'Views in der Datenbank @1:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' @1 comprised of :', NULL, NULL, 1, 315, ' @1 besteht aus :', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('Views in database @1:', NULL, NULL, 1, 316, 'Views in der Datenbank @1:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' @1 comprised of:', NULL, NULL, 1, 317, ' @1 besteht aus:', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('BLOB', NULL, NULL, 1, 318, 'BLOB', NULL, NULL, 'daves', '1993-07-16 12:16:06') (', segment length @1', NULL, NULL, 1, 319, ', Segmentlänge @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') (', subtype text', NULL, NULL, 1, 320, ', Subtyp TEXT', NULL, NULL, 'daves', '1993-07-16 12:16:06') (', subtype BLR', NULL, NULL, 1, 321, ', Subtyp BLR', NULL, NULL, 'daves', '1993-07-16 12:16:06') (', subtype ACL', NULL, NULL, 1, 322, ', Subtyp ACL', NULL, NULL, 'daves', '1993-07-16 12:16:06') (', subtype @1', NULL, NULL, 1, 323, ', Subtyp @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('text, length @1', NULL, NULL, 1, 324, 'TEXT, Länge @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('varying text, length @1', NULL, NULL, 1, 325, 'VARYING TEXT, Länge @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('null terminated text, length @1', NULL, NULL, 1, 326, 'Durch Nullzeichen beendeter Text, Länge @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('short binary', NULL, NULL, 1, 327, 'SHORT BINARY', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('long binary', NULL, NULL, 1, 328, 'LONG BINARY', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('quadword binary', NULL, NULL, 1, 329, 'QUADWORD BINARY', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('short floating', NULL, NULL, 1, 330, 'SHORT FLOAT', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('long floating', NULL, NULL, 1, 331, 'LONG FLOAT', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('date', NULL, NULL, 1, 332, 'DATE', NULL, NULL, 'daves', '1993-07-16 12:16:06') (', scale @1', NULL, NULL, 1, 333, ', Skalierungsfaktor (SCALE) @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') (', subtype fixed', NULL, NULL, 1, 334, ', Subtyp FIXED', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Global field @1 is used in database @2 as :', NULL, NULL, 1, 335, ' Das globale Feld @1 wird in der Datenbank @2 verwendet als:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' @1 in relation @2', NULL, NULL, 1, 336, ' @1 in der Relation @2', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('Field @1 in @2 @3 of database @4', NULL, NULL, 1, 337, ' Feld @1 in @2 @3 der Datenbank @4', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Global field @1', NULL, NULL, 1, 338, ' Globales Feld @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Field description:', NULL, NULL, 1, 339, ' Feld-Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Datatype information', NULL, NULL, 1, 340, ' Datentyp-Information', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Field is computed from:', NULL, NULL, 1, 341, ' Feldwert wurde bestimmt durch:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Field validation:', NULL, NULL, 1, 342, ' Feld-Validierung:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Query name: @1', NULL, NULL, 1, 343, ' Abfrage- (Query-)Name: @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Query name: @1', NULL, NULL, 1, 344, ' Abfrage- (Query-)Name: @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Query header:', NULL, NULL, 1, 345, ' Abfrage- (Query-)Header:', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Edit string: @1', NULL, NULL, 1, 346, ' Edit String: @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') (' Edit string: @1', NULL, NULL, 1, 347, ' Edit String: @1', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('@1 Based on field @2 of @3@4', NULL, NULL, 1, 348, '@1 BASED ON-Feld @2 der @3@4', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('@1Base field description for @2:', NULL, NULL, 1, 349, '@1Basisfeldbeschreibung für @2:', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('END PROCEDURE', NULL, NULL, 1, 350, 'END PROCEDURE', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('Do you want to roll back your updates?', NULL, NULL, 1, 351, 'Sollen die Updates zurückgerollt werden (Roll back)?', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('gen_descriptor: dtype not recognized', NULL, NULL, 1, 352, 'gen_descriptor: Datentyp ist nicht bekannt', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('gen_expression: not understood', NULL, NULL, 1, 353, 'gen_expression: unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('gen_statement: not yet implemented', NULL, NULL, 1, 354, 'gen_statement: noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('gen_statistical: not understood', NULL, NULL, 1, 355, 'gen_statistical: unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('EDIT argument must be a BLOB field', NULL, NULL, 1, 356, 'EDIT-Argument muß ein BLOB-Feld sein', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('relations from multiple databases in single RSE', NULL, NULL, 1, 357, 'Relationen aus mehreren Datenbanken in einer einzigen RSE', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('cannot find database for BLOB edit', NULL, NULL, 1, 358, 'Datenbank für BLOB-Edit nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('compile_expression: not yet implemented', NULL, NULL, 1, 359, 'compile_expression: noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('not yet implemented (compile_statement)', NULL, NULL, 1, 360, 'noch nicht implementiert (compile_statement)', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('computable: not yet implemented', NULL, NULL, 1, 361, 'computable: noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('make_descriptor: not yet implemented', NULL, NULL, 1, 362, 'make_descriptor: noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('missing message', NULL, NULL, 1, 363, 'Mitteilung fehlt', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('lost message', NULL, NULL, 1, 364, 'Mitteilung verloren', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Triggers for relation @1:', NULL, NULL, 1, 365, 'Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:07') (' @1 @2, Sequence @3, @4', NULL, NULL, 1, 366, ' @1 @2, Sequenz @3, @4', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Pre-store', NULL, NULL, 1, 367, 'Pre-store', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Post-store', NULL, NULL, 1, 368, 'Post-store', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Pre-modify', NULL, NULL, 1, 369, 'Pre-modify', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Post-modify', NULL, NULL, 1, 370, 'Post-modify', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Pre-erase', NULL, NULL, 1, 371, 'Pre-erase', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Post-erase', NULL, NULL, 1, 372, 'Post-erase', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Active', NULL, NULL, 1, 373, 'aktiv', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Inactive', NULL, NULL, 1, 374, 'inaktiv', NULL, NULL, 'daves', '1993-07-16 12:16:07') (' Description:', NULL, NULL, 1, 375, ' Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:07') (' Source for the trigger:', NULL, NULL, 1, 376, ' Quellcode für Trigger:', NULL, NULL, 'daves', '1993-07-16 12:16:07') (' Source for the trigger is not available. Trigger BLR:', NULL, NULL, 1, 377, ' Quellcode für Trigger ist nicht verfügbar. Trigger-BLR:', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('No system triggers are defined', NULL, NULL, 1, 378, 'Es wurden keine System-Trigger definiert', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('System Trigger for relation @1', NULL, NULL, 1, 379, 'System-Trigger für die Relation @1', NULL, NULL, 'daves', '1993-07-16 12:16:07') (' Triggers defined for this relation:', NULL, NULL, 1, 380, ' Definierte Trigger für diese Relation:', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Trigger for relation @1:', NULL, NULL, 1, 381, 'Trigger für die Relation @1:', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('TOP or BOTTOM', NULL, NULL, 1, 382, 'TOP oder BOTTOM', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('sort field', NULL, NULL, 1, 383, 'Sortierfeld', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Too many WITHs', NULL, NULL, 1, 384, 'Zu viele WITH-Klauseln', NULL, NULL, 'daves', '1993-07-16 12:16:07') (' Shadow @1, File: @2 starting at page @3', NULL, NULL, 1, 385, ' Shadow @1, Datei @2: Beginn bei Page @3', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('DATABASE, TABLE, or INDEX', NULL, NULL, 1, 386, 'DATABASE, TABLE oder INDEX', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('Database filename required in CREATE', NULL, NULL, 1, 387, 'Datenbank-Dateiname in CREATE erforderlich', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('FLOAT', NULL, NULL, 1, 388, 'FLOAT', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('INDEX', NULL, NULL, 1, 389, 'INDEX', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('Multiple page size specifications', NULL, NULL, 1, 390, 'Mehrere Page Size-Spezifizierungen', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('GROUP BY not allowed in view definition', NULL, NULL, 1, 391, 'GROUP BY in View-Definition unzulässig', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('Aggregates not allowed in view definition', NULL, NULL, 1, 392, 'Aggregate in View-Definition unzulässig', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('NULL', NULL, NULL, 1, 393, 'NULL', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('AS', NULL, NULL, 1, 394, 'AS', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('SELECT', NULL, NULL, 1, 395, 'SELECT', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('=', NULL, NULL, 1, 396, '=', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('ON', NULL, NULL, 1, 397, 'ON', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('field name', NULL, NULL, 1, 398, 'Feldname', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('table name', NULL, NULL, 1, 399, 'Tabellensname', NULL, NULL, 'daves', '1993-07-16 12:16:13') ('user name identifier', NULL, NULL, 1, 400, 'Benutzername', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('GRANT', NULL, NULL, 1, 401, 'GRANT', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('OPTION', NULL, NULL, 1, 402, 'OPTION', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('FROM', NULL, NULL, 1, 403, 'FROM', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('TO', NULL, NULL, 1, 404, 'TO', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('ADD or DROP', NULL, NULL, 1, 405, 'ADD oder DROP', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Dynamic DDL buffer exceeded', NULL, NULL, 1, 406, 'Dynamischer DDL-Puffer überschritten', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('TABLE', NULL, NULL, 1, 407, 'TABLE', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Database handle @1 conflicts with an established name', NULL, NULL, 1, 408, 'Datenbank-Handle @1 im Konflikt mit einem bereits vorhanden Namen', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Could not create QLI$PROCEDURES index', NULL, NULL, 1, 409, 'Der Index QLI$PROCEDURES konnte nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Cannot convert from @1 to @2', NULL, NULL, 1, 410, 'Die Konvertierung von @1 zu @2 ist nicht möglich', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('Cannot convert "@1" to a numeric value', NULL, NULL, 1, 411, '"@1" kann nicht zu einem numerischen Wert konvertiert werden', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('function @1 not found in database @2', NULL, NULL, 1, 412, 'Funktion @1 nicht in Datenbank @2 gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Incompatible global field @1 already exists in target database', NULL, NULL, 1, 413, 'Inkompatibles globales Feld @1 bereits in der Ziel-Datenbank vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('Relation @1 is missing or undefined', NULL, NULL, 1, 414, 'Die Relation @1 fehlt oder ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('matching language string too long', NULL, NULL, 1, 415, 'Die passende Sprachen-Zeichenkette ist zu lang', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Functions in database "@1" (@2):', NULL, NULL, 1, 416, 'Funktionen in der Datenbank "@1" (@2):', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Functions are not supported in database @1.', NULL, NULL, 1, 417, 'In der Datenbank @1 werden keine Funktionen unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:14') -- 418 doesn't exist ('There are no functions defined in any open database.', NULL, NULL, 1, 419, 'In keiner der geöffneten Datenbanken sind Funktionen definiert', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Functions are not supported in any open database.', NULL, NULL, 1, 420, 'In keiner der geöffneten Datenbanken werden Funktionen unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:14') (' Function description:', NULL, NULL, 1, 421, ' Funktionsbeschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Function @1 is not defined in database @2.', NULL, NULL, 1, 422, 'Die Funktion @1 ist nicht in der Datenbank @2 definiert', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Function @1 is not defined in any open database.', NULL, NULL, 1, 423, 'Die Funktion @1 ist in keiner der geöffneten Datenbanken definiert', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Function @1 (@2) in database "@3" (@4):', NULL, NULL, 1, 424, 'Funktion @1 (@2) in Datenbank "@3" (@4):', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Function @1 in database "@2" (@3):', NULL, NULL, 1, 425, 'Funktion @1 in Datenbank "@2" (@3):', NULL, NULL, 'daves', '1993-07-16 12:16:14') (' Function library is @1', NULL, NULL, 1, 426, ' Die Funktionsbibliothek ist @1', NULL, NULL, 'daves', '1993-07-16 12:16:14') (' Return argument is', NULL, NULL, 1, 427, ' Das Übergabe-Argument ist', NULL, NULL, 'daves', '1993-07-16 12:16:14') (' Argument @1 is', NULL, NULL, 1, 428, ' Argument @1 ist', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('database file name required on DROP DATABASE', NULL, NULL, 1, 429, 'Datenbank-Dateiname für DROP DATABASE angeben!', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Unlicensed for database "@1"', NULL, NULL, 1, 430, 'Für Datenbank "@1" nicht lizensiert', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Could not drop database file "@1"', NULL, NULL, 1, 431, 'Die Datenbankdatei "@1" konnte nicht gelöscht werden', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Operation unlicensed for database "@1"', NULL, NULL, 1, 432, 'Operation für die Datenbank "@1" nicht lizensiert', NULL, NULL, 'daves', '1993-07-16 12:16:14') (' array', NULL, NULL, 1, 433, ' Array', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('memory pool free list is incorrect', NULL, NULL, 1, 434, 'Liste verfügbaren Speicherraums ist fehlerhaft', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('block released twice', NULL, NULL, 1, 435, 'Der Block wurde zweimal freigegeben', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('released block overlaps following free block', NULL, NULL, 1, 436, 'Freigegebener Block überlagert darauffolgenden freien Block', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('released block overlaps prior free block', NULL, NULL, 1, 437, 'Freigegebener Block überlagert vorhergehenden freien Block', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('References to array fields like @1 in relation @2 are not supported', NULL, NULL, 1, 438, 'Array-Feldreferenzierungen wie @1 in der Relation @2 werden nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Filters are not supported in database @1.', NULL, NULL, 1, 439, 'In der Datenbank @1 werden keine Filter unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Filter @1 is not defined in database @2.', NULL, NULL, 1, 440, 'Der Filter @1 ist nicht in der Datenbank @2 definiert', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Filter @1 is not defined in any open database.', NULL, NULL, 1, 441, 'Der Filter @1 ist in keiner der geöffneten Datenbanken definiert', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Filters are not supported in any open database.', NULL, NULL, 1, 442, 'In keiner der geöffneten Datenbanken werden Filter unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('There are no filters defined in any open database.', NULL, NULL, 1, 443, 'In keiner der geöffneten Datenbanken sind Filter definiert', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Filter @1 in database "@2" (@3):', NULL, NULL, 1, 444, 'Filter @1 in der Datenbank "@2" (@3):', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' Filter library is @1', NULL, NULL, 1, 445, ' Die Filterbibliothek ist @1', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' Input sub-type is @1', NULL, NULL, 1, 446, ' Der Eingabe-Subtyp ist @1', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' Output sub-type is @1', NULL, NULL, 1, 447, ' Der Ausgabe-Subtyp ist @1', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' Filter description:', NULL, NULL, 1, 448, ' Filter-Beschreibung:', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Filters in database @1 (@2):', NULL, NULL, 1, 449, 'Filter in der Datenbank @1 (@2):', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' Index @1@2@3@4', NULL, NULL, 1, 450, ' Index @1@2@3@4', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('simple field reference not allowed in global aggregates', NULL, NULL, 1, 451, 'Bei globalen Aggregaten ist keine Einzelfeld-Referenzierung zulässig', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('prompting not allowed in select field list', NULL, NULL, 1, 452, 'In einer Selektionsfeldliste ist keine Eingabeaufforderung zulässig', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('output pipe is not supported on MPE/XL', NULL, NULL, 1, 453, 'Ausgabe-Pipe von MPE/XL nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('could not resolve context for aggregate expression', NULL, NULL, 1, 454, 'Kontext für Aggregat-Ausdruck nicht gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('source relation @1 does not exist', NULL, NULL, 1, 455, 'Die Quell-Relation @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('Messages associated with @1:', NULL, NULL, 1, 456, 'Zu @1 gehörige Mitteilungen:', NULL, NULL, 'daves', '1993-07-16 12:16:25') (' message @1: @2', NULL, NULL, 1, 457, ' Mitteilung @1: @2', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('Connection to database @1 lost. Please FINISH the database!', NULL, NULL, 1, 458, 'Verbindung zur Datenbank @1 abgebochen. Datenbank mit FINISH abmelden!', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('Unable to create form window', NULL, NULL, 1, 459, 'Maskenfenster kann nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('Do you want to rollback updates for @1?', NULL, NULL, 1, 460, 'Sollen die Updates für @1 zurückgerollt werden (Rollback)?', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('functions are not supported in database @1', NULL, NULL, 1, 461, 'In der Datenbank @1 werden keine Funktionen unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('no functions are defined in database @1', NULL, NULL, 1, 462, 'In der Datenbank @1 sind keine Funktionen definiert', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('filters are not supported in database @1', NULL, NULL, 1, 463, 'In der Datenbank @1 werden keine Filter unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('no filters are defined for database @1', NULL, NULL, 1, 464, 'Für die Datenbank @1 sind keine Filter definiert', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('Error during two phase commit on database @1. Roll back all databases or commit databases individually', NULL, NULL, 1, 465, 'Fehler beim Zwei-Phasen-Commit bei Datenbank @1. Alle Datenbanken zurückrollen oder einzeln ''committen''', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('Only fields may be subscripted', NULL, NULL, 1, 466, 'Es können nur Felder indiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('"@1" is not a field and so may not be subscripted', NULL, NULL, 1, 467, '"@1" ist kein Feld und darf nicht indiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('Data type of field @1 may not be changed to or from BLOB', NULL, NULL, 1, 468, 'Der Datentyp des Feldes @1 kann nicht von oder zu BLOB geändert werden', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('qli: ignoring unknown switch -@1', NULL, NULL, 1, 469, 'QLI: Der unbekannte Schalter -@1 wird ignoriert', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('literal string characters or longer', NULL, NULL, 1, 470, 'Die Literalzeichenkette besteht aus oder mehr Zeichen', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('Variable @1', NULL, NULL, 1, 471, 'Variable @1', NULL, NULL, 'daves', '1993-07-16 12:15:53') (' Query name: @1', NULL, NULL, 1, 472, ' Abfrage- (Query-)Name: @1', NULL, NULL, 'daves', '1993-07-16 12:15:53') (' Edit string: @1', NULL, NULL, 1, 473, ' Edit String: @1', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('Variable @1 has not been declared', NULL, NULL, 1, 474, 'Die Variable @1 ist nicht deklariert worden', NULL, NULL, 'daves', '1993-07-16 12:15:53') (' Datatype information:', NULL, NULL, 1, 475, ' Datentyp-Informationen:', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('input line too long', NULL, NULL, 1, 476, 'Die Eingabezeile ist zu lang', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('input line too long', NULL, NULL, 1, 477, 'Die Eingabezeile ist zu lang', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('number > 0', NULL, NULL, 1, 478, 'Zahl > 0', NULL, NULL, 'daves', '1993-07-16 12:15:57') (' (@1)', NULL, NULL, 1, 479, ' (@1)', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('cannot format unsubscripted array @1', NULL, NULL, 1, 480, 'Das nicht subskribierte Array @1 kann nicht formatiert werden', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('unsuccessful attempt to extend pool beyond 64KB', NULL, NULL, 1, 481, 'Der Versuch, den Pool über 64KByte hinaus zu erweitern, scheiterte', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('field width (@1) * header segments (@2) greater than 60,000 characters', NULL, NULL, 1, 482, 'Feldbreite (@1) multipliziert mit Anzahl der Header-Segmente (@2) > 60.000 Zeichen', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('Relation @1 does not exist', NULL, NULL, 1, 483, 'Die Relation @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:15:59') -- Translate (1,484)-(1,512) ('FORMs not supported', NULL, NULL, 1, 484, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Expression index BLR:', NULL, NULL, 1, 485, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid argument for UDF', NULL, NULL, 1, 487, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SINGULAR (SELECT * )', NULL, NULL, 1, 488, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('JOIN', NULL, NULL, 1, 489, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Field @1 in view @2 of database @3', NULL, NULL, 1, 495, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Field @1 in relation @2 of database @3', NULL, NULL, 1, 496, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('YES', NULL, NULL, 1, 497, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('NO', NULL, NULL, 1, 498, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Re-enter', NULL, NULL, 1, 499, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Enter', NULL, NULL, 1, 500, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('bad kanji found while formatting output', NULL, NULL, 1, 501, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Subtopic? ', NULL, NULL, 1, 502, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' type for next topic or to stop: ', NULL, NULL, 1, 503, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('unknown data type @1', NULL, NULL, 1, 504, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' reads = !r writes = !w fetches = !f marks = !m', NULL, NULL, 1, 505, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' elapsed = !e cpu = !u system = !s mem = !x buffers = !b', NULL, NULL, 1, 506, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 Based on field @2 of relation @3', NULL, NULL, 1, 507, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 Based on field @2 of view @3', NULL, NULL, 1, 508, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('PRECISION', NULL, NULL, 1, 509, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Field scale exceeds allowed range', NULL, NULL, 1, 510, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Field length exceeds allowed range', NULL, NULL, 1, 511, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Field length should be greater than zero', NULL, NULL, 1, 512, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') -- GDEF ('gdef version @1', NULL, NULL, 2, 0, 'GDEF-Version @1', NULL, NULL, 'daves', '1993-07-16 12:16:01') ('gdef: unknown switch @1', NULL, NULL, 2, 1, 'GDEF: Schalter @1 ist unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:05') (' legal switches are:', NULL, NULL, 2, 2, ' Zulässige Schalter:', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('@1@2', NULL, NULL, 2, 3, '@1@2', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('gdef: Database name is required for extract', NULL, NULL, 2, 4, 'GDEF: Bei Verwendung von EXTRACT muß der Datenbankname angegeben werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('gdef: cannot open @1', NULL, NULL, 2, 5, 'GDEF: @1 kann nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('gdef: cannot open @1 or @2', NULL, NULL, 2, 6, 'GDEF: Öffnung von @1 oder @2 nicht möglich', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' @1 errors during input.', NULL, NULL, 2, 7, ' @1 Eingabefehler', NULL, NULL, 'daves', '1993-07-16 12:16:14') (' No errors.', NULL, NULL, 2, 8, ' Keine Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:14') (' 1 error during input.', NULL, NULL, 2, 9, ' 1 Eingabefehler', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Save changes before exiting?', NULL, NULL, 2, 10, 'Sollen die Änderungen vor Verlassen gesichert werden?', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Ceasing processing because', NULL, NULL, 2, 11, 'Verarbeitung abgebrochen!', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('of errors.', NULL, NULL, 2, 12, 'Schwerer Fehler', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('you told me to.', NULL, NULL, 2, 13, 'Auf Anweisung des Benutzers', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('memory exhausted', NULL, NULL, 2, 14, 'Speicherkapazität überschritten', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('@1:@2:', NULL, NULL, 2, 15, '@1:@2:', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('error count exceeds limit (@1)', NULL, NULL, 2, 16, 'Zulässige Fehlerzahl überschritten (Maximum: @1)', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('what we have here is a failure to communicate!', NULL, NULL, 2, 17, 'Kommunikationsfehler!', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Database "@1" already exists', NULL, NULL, 2, 18, 'Die Datenbank "@1" ist bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:14') ('Do you want to replace it?', NULL, NULL, 2, 19, 'Soll sie ersetzt werden?', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Database "@1" exists but cannot be opened', NULL, NULL, 2, 20, 'Die Datenbank "@1" existiert, kann aber nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Could not create database "@1"', NULL, NULL, 2, 21, 'Die Datenbank "@1" konnte nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' Version(s) for database "@1"', NULL, NULL, 2, 22, ' Version(en) für die Datenbank "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' Version(s) for database "@1"', NULL, NULL, 2, 23, ' Version(en) für die Datenbank "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('GDEF unlicensed', NULL, NULL, 2, 24, 'GDEF ist nicht lizensiert', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Could not locate database', NULL, NULL, 2, 25, 'Datenbank nicht gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('error committing metadata changes', NULL, NULL, 2, 26, 'Fehler beim ''COMMIT'' geänderter Metadaten', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Could not release database', NULL, NULL, 2, 27, 'Die Datenbank konnte nicht geschlossen werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Could not delete file @1', NULL, NULL, 2, 28, 'Die Datei @1 konnte nicht gelöscht werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Could not attach database "@1"', NULL, NULL, 2, 29, 'Die Datenbank "@1" konnte nicht angemeldet werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') (' Version(s) for database "@1"', NULL, NULL, 2, 30, ' Version(en) für die Datenbank "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('GDEF unlicensed', NULL, NULL, 2, 31, 'GDEF ist nicht lizensiert', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('database version is too old to modify: use GBAK first', NULL, NULL, 2, 32, 'Diese Datenbankversion ist zur Modifizierung zu alt: Zuerst GBAK verwenden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('no database specified', NULL, NULL, 2, 33, 'Es wurde keine Datenbank spezifiziert', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('action not implemented yet', NULL, NULL, 2, 34, 'Aktion noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('error rolling back metadata changes', NULL, NULL, 2, 35, 'Fehler beim Rollback der geänderten Metadaten', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('error committing metadata changes', NULL, NULL, 2, 36, 'Fehler beim ''COMMIT'' geänderter Metadaten', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('field @1 already exists in relation @2', NULL, NULL, 2, 37, 'Das Feld @1 ist bereits in der Relation @2 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('gds_$database_info failed', NULL, NULL, 2, 38, 'Fehler bei gds_$database_info', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Preceding file did not specify length, so @1 must include starting page number', NULL, NULL, 2, 39, 'Vorhergehende Datei enthielt keine Längenspezifizierung. Für @1 muß eine Page-Angabe gemacht werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('error committing new file declarations', NULL, NULL, 2, 40, 'Fehler beim ''COMMIT'' neuer Datei-Deklarierungen', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('function @1 already exists', NULL, NULL, 2, 41, 'Die Funktion @1 ist bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('@1 is a view and cannot be indexed', NULL, NULL, 2, 42, '@1 ist eine View und kann nicht indiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('table @1 does not exist', NULL, NULL, 2, 43, 'Die Tabellen @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('index @1: field @2 does not exist in relation @3', NULL, NULL, 2, 44, 'Index @1: Das Feld @2 ist nicht in der Relation @3 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('index @1: field @2 in @3 is computed and cannot be a key', NULL, NULL, 2, 45, 'Index @1: Das Feld @2 in @3 ist COMPUTED und kann kein Schlüssel sein', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('combined key length (@1) for index @2 is > 254 bytes', NULL, NULL, 2, 46, 'Die Gesamtschlüssellänge (@1) des Index @2 übersteigt 254 Bytes', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('index @1 already exists', NULL, NULL, 2, 47, 'Der Index @1 ist bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('error creating index @1', NULL, NULL, 2, 48, 'Fehler bei der Erstellung des Index @1', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('table @1 already exists', NULL, NULL, 2, 49, 'Die Tabellen @1 existiert bereits', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('security class @1 already exists', NULL, NULL, 2, 50, 'Die Sicherheitsklasse @1 existiert bereits', NULL, NULL, 'daves', '1993-07-16 12:16:15') ('Store trigger already exists for @1', NULL, NULL, 2, 51, 'Für @1 ist bereits ein STORE-Trigger vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Modify trigger already exists for @1', NULL, NULL, 2, 52, 'Für @1 ist bereits ein MODIFY-Trigger vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Erase trigger already exists for @1', NULL, NULL, 2, 53, 'Für @1 ist bereits ein ERASE-Trigger vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('table @1 does not exist', NULL, NULL, 2, 54, 'Die Tabellen @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('table @1 already exists', NULL, NULL, 2, 55, 'Die Tabellen @1 existiert bereits', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 already exists in relation @2', NULL, NULL, 2, 56, 'Das Feld @1 ist bereits in der Relation @2 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 does not exist in relation @2 as referenced in view field @3', NULL, NULL, 2, 57, 'Das Feld @1 ist nicht in der Relation @2 vorhanden, laut Referenzierung im View-Feld @3', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('gds_$close_blob failed', NULL, NULL, 2, 58, 'Fehler bei gds_$close_blob', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('gds_$create_blob failed', NULL, NULL, 2, 59, 'Fehler bei gds_$create_blob', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 from relation @2 is referenced in view @3', NULL, NULL, 2, 60, 'Das Feld @1 der Relation @2 wird in der View @3 referenziert', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 does not exist in relation @2', NULL, NULL, 2, 61, 'Das Feld @1 ist nicht in der Relation @2 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('filter @1 does not exist', NULL, NULL, 2, 62, 'Der Filter @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('function @1 does not exist', NULL, NULL, 2, 63, 'Die Funktion @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 is used in relation @2 (local name @3) and cannot be dropped', NULL, NULL, 2, 64, 'Das Feld @1 wird in der Relation @2 (lok. Name @3) verwendet und kann nicht gelöscht werden', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 does not exist', NULL, NULL, 2, 65, 'Das Feld @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('index @1 does not exist', NULL, NULL, 2, 66, 'Der Index @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('@1 referenced by view @2', NULL, NULL, 2, 67, '@1 wird von der View @2 referenziert', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('cannot drop system relation @1', NULL, NULL, 2, 68, 'Die System-Relation @1 kann nicht gelöscht werden', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('table @1 does not exist', NULL, NULL, 2, 69, 'Die Relation @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('security class @1 does not exist', NULL, NULL, 2, 70, 'Die Sicherheitsklasse @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('shadow @1 does not exist', NULL, NULL, 2, 71, 'Der Shadow @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('error committing deletion of shadow', NULL, NULL, 2, 72, 'Fehler beim ''COMMIT'' der Löschung des Shadow', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Trigger @1 does not exist', NULL, NULL, 2, 73, 'Der Trigger @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Trigger message number @1 for trigger @2 does not exist', NULL, NULL, 2, 74, 'Die Trigger-Mitteilungsnummer @1 für den Trigger @2 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Type @1 for field @2 does not exist', NULL, NULL, 2, 75, 'Der Typ @1 für das Feld @2 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('User privilege @1 on field @2 in relation @3 for user @4 does not exist', NULL, NULL, 2, 76, 'Das Zugriffsprivileg @1 für das Feld @2 der Relation @3 für den Benutzer @4 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('User privilege @1 on relation @2 for user @3 does not exist', NULL, NULL, 2, 77, 'Das Zugriffsprivileg @1 für die Relation @2 für den Benutzer @3 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 is unknown in relation @2', NULL, NULL, 2, 78, 'Das Feld @1 ist in der Relation @2 nicht bekannt', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('relation @1 is used in trigger @2 but not defined', NULL, NULL, 2, 79, 'Die Relation @1 wird im Trigger @2 verwendet, ist jedoch nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('TOTAL of date not supported', NULL, NULL, 2, 80, 'Die Addierung (TOTAL) von Datumsangaben wird nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('(EXE) make_desc: do not understand node type', NULL, NULL, 2, 81, '(EXE) make_desc: Knotentyp ist unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 does not exist', NULL, NULL, 2, 82, 'Das Feld @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Unauthorized attempt to change field @1 to or from BLOB', NULL, NULL, 2, 83, 'Keine Befugnis zur Änderung des Feldes @1 von oder zu einem BLOB', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 does not exist', NULL, NULL, 2, 84, 'Das Feld @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('index @1 does not exist', NULL, NULL, 2, 85, 'Der Index @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('relation @1 is not external', NULL, NULL, 2, 86, 'Die Relation @1 ist nicht extern', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('table @1 does not exist', NULL, NULL, 2, 87, 'Die Tabellen @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Invalid attempt to assign trigger @1 to a new relation', NULL, NULL, 2, 88, 'Die Zuweisung des Triggers @1 zu einer neuen Relation ist unzulässig', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Trigger @1 does not exist', NULL, NULL, 2, 89, 'Der Trigger @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Type @1 for field @2 does not exist', NULL, NULL, 2, 90, 'Der Typ @1 für das Feld @2 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('symbol @1 is too long', NULL, NULL, 2, 91, 'Das Symbol @1 ist zu lang', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('gds_$put_segment failed', NULL, NULL, 2, 92, 'Fehler bei gds_$put_segment', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('gds_$put_segment failed', NULL, NULL, 2, 93, 'Fehler bei gds_$put_segment', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('(EXE) string_length: No defined length for BLOBs', NULL, NULL, 2, 94, '(EXE) string_length: keine definierte Länge für BLOBs', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('GENERATE_blr: dtype not supported', NULL, NULL, 2, 95, 'GENERATE_blr: Datentyp wird nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('GENERATE_blr: node not supported', NULL, NULL, 2, 96, 'GENERATE_blr: Knoten wird nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('object cannot be resolved', NULL, NULL, 2, 97, 'Das Objekt ist nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('Global field @1 is not defined', NULL, NULL, 2, 98, 'Das globale Feld @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 does not exist in relation @2', NULL, NULL, 2, 99, 'Das Feld @1 ist nicht in der Relation @2 vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:16') ('field @1 does not exist', NULL, NULL, 2, 100, 'Das Feld @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('field @1 cannot be resolved', NULL, NULL, 2, 101, 'Das Feld @1 ist nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:17') COMMIT WORK; ('field @1 is not defined in relation @2', NULL, NULL, 2, 102, 'Das Feld @1 ist nicht in der Relation @2 definiert', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('global field @1 is not defined', NULL, NULL, 2, 103, 'Das globale Feld @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('relation @1 is not defined', NULL, NULL, 2, 104, 'Die Relation @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('trigger @1 is not defined', NULL, NULL, 2, 105, 'Der Trigger @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('bugcheck', NULL, NULL, 2, 106, 'StarBase-Softwarefehler', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('relation @1 is not defined', NULL, NULL, 2, 107, 'Die Relation @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('context @1 is not defined', NULL, NULL, 2, 108, 'Der Kontext @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('Cannot resolve field "@1"', NULL, NULL, 2, 109, 'Das Feld "@1" ist nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('relation @1 is not defined', NULL, NULL, 2, 110, 'Die Relation @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('no database declared', NULL, NULL, 2, 111, 'Es ist keine Datenbank deklariert', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('ceasing processing', NULL, NULL, 2, 112, 'Die Bearbeitung wird beendet', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected function, encountered "@1"', NULL, NULL, 2, 113, 'Erwartet: Funktion, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected function, encountered "@1"', NULL, NULL, 2, 114, 'Erwartet: Funktion, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected number, encountered "@1"', NULL, NULL, 2, 115, 'Erwartet: Zahl, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected table name, encountered "@1"', NULL, NULL, 2, 116, 'Erwartet: Tabellensname, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected identifier, encountered "@1"', NULL, NULL, 2, 117, 'Erwartet: Identifizierer, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected quoted string, encountered "@1"', NULL, NULL, 2, 118, 'Erwartet: Zeichenkette in Anführungszeichen, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected symbol, encountered "@1"', NULL, NULL, 2, 119, 'Erwartet: Symbol, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('GDEF processes only one database at a time', NULL, NULL, 2, 120, 'GDEF bearbeitet nur jeweils eine Datenbank', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('only SECURITY_CLASS, DESCRIPTION and CACHE can be dropped', NULL, NULL, 2, 121, 'Nur SECURITY_CLASS, DESCRIPTION und CACHE können gelöscht werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('PAGE_SIZE cannot be modified', NULL, NULL, 2, 122, 'PAGE_SIZE kann nicht geändert werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('data type required for global field', NULL, NULL, 2, 123, 'Für ein globales Feld muß ein Datentyp spezifiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('Security class can appear only on local field references', NULL, NULL, 2, 124, 'Die Sicherheitsklasse kann nur auf lokale Feld-Referenzierungen angewendet werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('database version is too old for the new syntax: filters', NULL, NULL, 2, 125, 'Diese Datenbank-Version ist für die neue Syntax zu alt: Filter', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected filter name, encountered "@1"', NULL, NULL, 2, 126, 'Erwartet: Filter-Name, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('Filter entry point must be specified', NULL, NULL, 2, 127, 'Die Filter-Einstiegsstelle muß spezifiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('Filter module name must be specified', NULL, NULL, 2, 128, 'Der Filter-Modulname muß spezifiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('database version is too old for the new syntax: functions', NULL, NULL, 2, 129, 'Diese Datenbankversion ist für die neue Syntax zu alt: Funktionen', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('Function entry point must be specified', NULL, NULL, 2, 130, 'Die Funktions-Einstiegsstelle muß spezifiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('Function module name must be specified', NULL, NULL, 2, 131, 'Der Funktions-Modulname muß spezifiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected comma or semicolon, encountered "@1"', NULL, NULL, 2, 132, 'Erwartet: Komma oder Semikolon, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('database version is too old for the new syntax: ASC/DESC', NULL, NULL, 2, 133, 'Diese Datenbankversion ist für die neue Syntax zu alt: ASC/DESC', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('database version is too old for the new syntax: ASC/DESC', NULL, NULL, 2, 134, 'Diese Datenbankversion ist für die neue Syntax zu alt: ASC/DESC', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected comma or semicolon, encountered "@1"', NULL, NULL, 2, 135, 'Erwartet: Komma oder Semikolon, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected STORE, MODIFY, ERASE, END_TRIGGER, encountered "@1"', NULL, NULL, 2, 136, 'Erwartet: STORE, MODIFY, ERASE oder END_TRIGGER, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('table @1 already exists', NULL, NULL, 2, 137, 'Die Tabellen @1 ist bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected comma or semicolon, encountered "@1"', NULL, NULL, 2, 138, 'Erwartet: Komma oder Semikolon, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('shadow number must be a positive integer', NULL, NULL, 2, 139, 'Die Shadow-Nummer muß eine positive ganze Zahl sein', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('database version is too old for the new trigger syntax', NULL, NULL, 2, 140, 'Diese Datenbankversion ist für die neue Trigger-Syntax zu alt', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected STORE, MODIFY, ERASE, encountered "@1"', NULL, NULL, 2, 141, 'Erwartet: STORE, MODIFY, ERASE, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('message number @1 exceeds 255', NULL, NULL, 2, 142, 'Mitteilungsnummer @1 zu groß! (Maximum 255)', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('database version is too old for the new syntax: types', NULL, NULL, 2, 143, 'Diese Datenbankversion ist für die neue Syntax zu alt: Typen', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected period, encountered "@1"', NULL, NULL, 2, 144, 'Erwartet: Punkt, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected qualified field name, encountered "@1"', NULL, NULL, 2, 145, 'Erwartet: qualifizierter Feldname, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected period, encountered "@1"', NULL, NULL, 2, 146, 'Erwartet: Punkt, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('data type cstring not supported for fields', NULL, NULL, 2, 147, 'Der Datentyp CSTRING wird für Felder nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('computed by expression must be parenthesized', NULL, NULL, 2, 148, 'Der COMPUTED BY-Ausdruck muß in runde Klammern gesetzt werden', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('unmatched parenthesis', NULL, NULL, 2, 149, 'runde Klammer fehlt', NULL, NULL, 'daves', '1993-07-16 12:16:17') ('expected FROM, COMPUTED, or qualified field, encountered "@1"', NULL, NULL, 2, 150, 'Erwartet: FROM, COMPUTED oder qualifiziertes Feld, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new syntax: filters', NULL, NULL, 2, 151, 'Diese Datenbankversion ist für die neue Syntax zu alt: Filter', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new syntax: functions', NULL, NULL, 2, 152, 'Diese Datenbankversion ist für die neue Syntax zu alt: Funktionen', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected STORE, MODIFY, ERASE, or END_TRIGGER, encountered "@1"', NULL, NULL, 2, 153, 'Erwartet: STORE, MODIFY, ERASE oder END_TRIGGER, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new trigger syntax', NULL, NULL, 2, 154, 'Diese Datenbankversion ist für die neue Trigger-Syntax zu alt', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new syntax: types', NULL, NULL, 2, 155, 'Diese Datenbankversion ist für die neue Syntax zu alt: Typen', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('gen_trigger_name: invalid trigger type', NULL, NULL, 2, 156, 'gen_trigger_name: Trigger-Typ ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('System flag value of 1 is reserved for system relations', NULL, NULL, 2, 157, 'Der System-Flag-Wert 1 ist für System-Relationen reserviert', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new syntax: GRANT', NULL, NULL, 2, 158, 'Diese Datenbankversion ist für die neue Syntax zu alt: GRANT', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected ON, encountered "@1"', NULL, NULL, 2, 159, 'Erwartet: ON, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('GRANT privilege was not specified', NULL, NULL, 2, 160, 'Es wurde kein GRANT-Privileg spezifiziert', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected TO, encountered "@1"', NULL, NULL, 2, 161, 'Erwartet: TO, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected GRANT, encountered "@1"', NULL, NULL, 2, 162, 'Erwartet: GRANT, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected OPTION, encountered "@1"', NULL, NULL, 2, 163, 'Erwartet: OPTION, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('global field @1 already exists', NULL, NULL, 2, 164, 'Das globale Feld @1 ist bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected STORE, MODIFY, ERASE, END_TRIGGER, encountered "@1"', NULL, NULL, 2, 165, 'Erwartet: STORE, MODIFY, ERASE, END_TRIGGER, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('Trigger @1 does not exist', NULL, NULL, 2, 166, 'Der Trigger @1 existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected global field name, encountered "@1"', NULL, NULL, 2, 167, 'Erwartet: Globalfeldname, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('data type cstring not supported for fields', NULL, NULL, 2, 168, 'Der Datentyp CSTRING wird für Felder nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('A computed expression cannot be changed or added', NULL, NULL, 2, 169, 'Ein COMPUTED-Ausdruck kann nicht geändert oder hinzugefügt werden', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('Security class can appear only on local field references', NULL, NULL, 2, 170, 'Die Sicherheitsklasse kann nur auf lokale Feldreferenzierungen angewendet werden', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new syntax: ASC/DESC', NULL, NULL, 2, 171, 'Diese Datenbankversion ist für die neue Syntax zu alt: ASC/DESC', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected DESCRIPTION, encountered "@1"', NULL, NULL, 2, 172, 'Erwartet: DESCRIPTION, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('A computed expression cannot be changed or added', NULL, NULL, 2, 173, 'Ein COMPUTED-Ausdruck kann nicht geändert oder hinzugefügt werden', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected field action, encountered "@1"', NULL, NULL, 2, 174, 'Erwartet: Feld-Aktion, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new trigger syntax', NULL, NULL, 2, 175, 'Diese Datenbankversion ist für die neue Trigger-Syntax zu alt', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected trigger name, encountered "@1"', NULL, NULL, 2, 176, 'Erwartet: Trigger-Name, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('Unsuccessful attempt to modify trigger relation', NULL, NULL, 2, 177, 'Fehler beim Versuch die Trigger-Relation zu ändern', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('message number @1 exceeds 255', NULL, NULL, 2, 178, 'Mitteilungsnummer @1 zu groß! (Maximum 255)', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected message modification keyword, encountered "@1"', NULL, NULL, 2, 179, 'Erwartet: Schlüsselwort zur Mitteilungsänderung, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new syntax: types', NULL, NULL, 2, 180, 'Diese Datenbankversion ist für die neue Syntax zu alt: Typen', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('A computed expression cannot be changed or added', NULL, NULL, 2, 181, 'Ein COMPUTED-Ausdruck kann nicht geändert oder hinzugefügt werden', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected drop/modify of field or security class, encountered "@1"', NULL, NULL, 2, 182, 'Erwartet: DROP/MODIFY-Aktion für Feld oder Sicherheitsklasse, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected object for DEFINE, encountered "@1"', NULL, NULL, 2, 183, 'Erwartet: Objekt für DEFINE, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected object for MODIFY, encountered "@1"', NULL, NULL, 2, 184, 'Erwartet: Objekt für MODIFY, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected object for DROP, encountered "@1"', NULL, NULL, 2, 185, 'Erwartet: Objekt für DROP, gefunden "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected command, encountered "@1"', NULL, NULL, 2, 186, 'Erwartet: Befehl, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('database version is too old for the new syntax: array', NULL, NULL, 2, 187, 'Diese Datenbankversion ist für die neue Syntax zu alt: Array', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('array size must be positive', NULL, NULL, 2, 188, 'Die Array-Länge muß positiv sein', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected comma, encountered "@1"', NULL, NULL, 2, 189, 'Erwartet: Komma, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected semicolon, encountered "@1"', NULL, NULL, 2, 190, 'Erwartet: Semikolon, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('data type cstring not supported for fields', NULL, NULL, 2, 191, 'Der Datentyp CSTRING wird für Felder nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected field clause, encountered "@1"', NULL, NULL, 2, 192, 'Erwartet: Feldklausel, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected DESCRIPTION, EDIT_STRING, MISSING VALUE, SECURITY_CLASS or VALID_IF, encountered "@1"', NULL, NULL, 2, 193, 'Erwartet: DESCRIPTION, EDIT_STRING, MISSING VALUE, SECURITY_CLASS oder VALID_IF, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('COMPUTED BY expression must be parenthesized', NULL, NULL, 2, 194, 'Der COMPUTED BY-Ausdruck muß in runden Klammern stehen', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('unmatched parenthesis', NULL, NULL, 2, 195, 'runde Klammer fehlt', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('validation expression must be parenthesized', NULL, NULL, 2, 196, 'Ein Validierungsausdruck muß in runden Klammern stehen', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('segment length must be positive', NULL, NULL, 2, 197, 'Die Segmentlänge muß eine positive Zahl sein', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected field sub_type, encountered "@1"', NULL, NULL, 2, 198, 'Erwartet: Feld SUB_TYPE, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected field sub_type, encountered "@1"', NULL, NULL, 2, 199, 'Erwartet: Feld SUB_TYPE, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:18') ('expected "[", encountered "@1"', NULL, NULL, 2, 200, 'Erwartet: "[", gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('character field length must be positive', NULL, NULL, 2, 201, 'Die Zeichenfeldlänge muß positiv sein', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected "]", encountered "@1"', NULL, NULL, 2, 202, 'Erwartet: "]", gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('argument mode by value not allowed for this data type', NULL, NULL, 2, 203, 'Argument-Übergabe mittels Wert ist für diesen Datentyp unzulässig', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('argument mode is by value, or by reference', NULL, NULL, 2, 204, 'Argument-Übergabe mittels Wert oder durch Referenzierung', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('return mode must be return_value or return_argument', NULL, NULL, 2, 205, 'Rückgabe-Modus muß return_value oder return_argument sein', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected number, encountered "@1"', NULL, NULL, 2, 206, 'Erwartet: Zahl, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected comma between group and user ID, encountered "@1"', NULL, NULL, 2, 207, 'Erwartet: Komma zwischen Gruppen- und Benutzer-ID, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected trailing bracket, encountered "@1"', NULL, NULL, 2, 208, 'Erwartet: nachgestellte eckige Klammer, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('no database declared', NULL, NULL, 2, 209, 'Es wurde keine Datenbank deklariert', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('PAGE_SIZE specified (@1) longer than limit of @2 bytes', NULL, NULL, 2, 210, 'Spezifizierte PAGE_SIZE (@1) überschritten! Maximal @2 Bytes zulässig', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('PAGE_SIZE specified (@1) was rounded up to @2 bytes', NULL, NULL, 2, 211, 'Spezifizierte PAGE_SIZE (@1) wurde auf @2 Bytes aufgerundet', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('Unrecognized privilege "@1" or unrecognized identifier', NULL, NULL, 2, 212, 'Zugriffsprivileg "@1" oder Identifizierer unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('database version is too old for the new syntax: REVOKE', NULL, NULL, 2, 213, 'Diese Datenbankversion ist für die neue Syntax zu alt: REVOKE', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected ON, encountered "@1"', NULL, NULL, 2, 214, 'Erwartet: ON, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('REVOKE privilege was not specified', NULL, NULL, 2, 215, 'REVOKE-Privileg nicht spezifiziert', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected FROM, encountered "@1"', NULL, NULL, 2, 216, 'Erwartet: FROM, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('Attempt change trigger type from STORE to ERASE', NULL, NULL, 2, 217, 'Es wurde versucht, den Trigger-Typ von STORE auf ERASE zu ändern', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('Attempt change trigger type from MODIFY to STORE', NULL, NULL, 2, 218, 'Es wurde versucht, den Trigger-Typ von MODIFY auf STORE zu ändern', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('Attempt change trigger type from MODIFY to ERASE', NULL, NULL, 2, 219, 'Es wurde versucht, den Trigger-Typ von MODIFY auf ERASE zu ändern', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('Attempt to change trigger type from ERASE to STORE', NULL, NULL, 2, 220, 'Es wurde versucht, den Trigger-Typ von ERASE auf STORE zu ändern', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('valid if', NULL, NULL, 2, 221, 'VALID_IF', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('missing value', NULL, NULL, 2, 222, 'fehlender Wert', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('data type', NULL, NULL, 2, 223, 'Datentyp', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('sub type', NULL, NULL, 2, 224, 'SUB_TYPE', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('segment_length', NULL, NULL, 2, 225, 'SEGMENT_LENGTH', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('@1 is a global, not local, attribute', NULL, NULL, 2, 226, '@1 ist kein lokales, sondern ein globales Attribut', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('computed fields need data types', NULL, NULL, 2, 227, 'Für COMPUTED-Felder müssen Datentypen spezifiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('subtypes are valid only for BLOBs and text', NULL, NULL, 2, 228, 'Subtypen sind nur für BLOBs und TEXT gültig', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('segment length is valid only for BLOBs', NULL, NULL, 2, 229, 'SEGMENT_LENGTH ist nur für BLOBs gültig', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('global field @1 is not defined', NULL, NULL, 2, 230, 'Das globale Feld @1 ist nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('action not implemented yet', NULL, NULL, 2, 231, 'Diese Aktion ist noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('action not implemented yet', NULL, NULL, 2, 232, 'Diese Aktion ist noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('action not implemented yet', NULL, NULL, 2, 233, 'Diese Aktion ist noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('OVER can only be used in CROSS expressions', NULL, NULL, 2, 234, 'OVER darf nur in CROSS-Ausdrücken verwendet werden', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('abort code cannot exceed 255', NULL, NULL, 2, 235, 'Der ABORT-Code darf 255 nicht übersteigen', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected =, encountered "@1"', NULL, NULL, 2, 236, 'Erwartet =, gefunden "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('too many decimal points', NULL, NULL, 2, 237, 'Zu viele Dezimalstellen', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('unrecognized character in numeric string', NULL, NULL, 2, 238, 'Die numerische Zeichenkette enthält ein unbekanntes Zeichen', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected FROM RSE clause, encountered "@1"', NULL, NULL, 2, 239, 'Erwartet: FROM RSE-Klausel, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected comma or right parenthesis, encountered "@1"', NULL, NULL, 2, 240, 'Erwartet: Komma oder ''Klammer zu'', gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected left parenthesis, encountered "@1"', NULL, NULL, 2, 241, 'Erwartet: ''Klammer auf'', gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected value expression, encountered "@1"', NULL, NULL, 2, 242, 'Erwartet: Wert-Ausdruck, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected right parenthesis, encountered "@1"', NULL, NULL, 2, 243, 'Erwartet: ''Klammer zu'', gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected IN, encountered "@1"', NULL, NULL, 2, 244, 'Erwartet: IN, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected relational operator, encountered "@1"', NULL, NULL, 2, 245, 'Erwartet: relationaler Operator, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('expected OF, encountered "@1"', NULL, NULL, 2, 246, 'Erwartet: OF, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('action not implemented yet', NULL, NULL, 2, 247, 'Aktion noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('DDL_ext: cannot open @1', NULL, NULL, 2, 248, 'DDL_ext: @1 kann nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:19') (' Version(s) for database "@1"', NULL, NULL, 2, 249, ' Version(en) für die Datenbank "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:19') ('**** unable to decompile missing value ***', NULL, NULL, 2, 250, '**** Ein fehlender Wert (missing value) kann nicht decompiliert werden ***', NULL, NULL, 'daves', '1993-07-16 12:16:16') (' /* Security Class Definitions / GRANT statements */', NULL, NULL, 2, 251, ' /* Sicherheitsklassendefinitionen / GRANT-Anweisungen */', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('**** field @1 cannot be extracted, computed source missing ***', NULL, NULL, 2, 252, '**** Das Feld @1 kann nicht extrahiert werden. COMPUTED-Quellcode fehlt ***', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('', NULL, NULL, 2, 253, '', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' ***gds_$database_info failed***', NULL, NULL, 2, 254, ' ***Fehler bei gds_$database_info***', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' /* Global Field Definitions */', NULL, NULL, 2, 255, ' /* Globale Felddefinitionen */', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' /* Filter Definitions */', NULL, NULL, 2, 256, ' /* Filterdefinitionen */', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' /* Function Definitions */', NULL, NULL, 2, 257, ' /* Funktionsdefinitionen */', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' /* Relation Definitions */', NULL, NULL, 2, 258, ' /* Relationsdefinitionen */', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' /* Add Security Classes to Defined Objects */', NULL, NULL, 2, 259, ' /* Es werden Sicherheitsklassen zu definierten Objekten hinzugefügt */', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' /* Trigger Definitions */', NULL, NULL, 2, 260, ' /* Trigger-Definitionen */', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('***** trigger type not understood ****', NULL, NULL, 2, 261, '***** Trigger-Typ ist unbekannt ****', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('**** trigger source for trigger @1 must be recreated ****', NULL, NULL, 2, 262, '**** Der Trigger-Quellcode für den Trigger @1 muß neu erstellt werden ****', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('**** store trigger source for relation @1 must be recreated ****', NULL, NULL, 2, 263, '**** Der Quellcode für den STORE-Trigger für die Relation @1 muß neu erstellt werden ****', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('**** modify trigger source for relation @1 must be recreated ****', NULL, NULL, 2, 264, '**** Der MODIFY-Trigger-Quellcode für die Relation @1 muß neu erstellt werden ****', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('**** erase trigger source for relation @1 must be recreated ****', NULL, NULL, 2, 265, '**** Der ERASE-Trigger-Quellcode für die Relation @1 muß neu erstellt werden ****', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' /* View Definitions */', NULL, NULL, 2, 266, ' /* View-Definitionen */', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('**** view definition @1 must be recreated ****', NULL, NULL, 2, 267, '**** Die View-Definition @1 muß neu erstellt werden ****', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('***** ACL not understood *****', NULL, NULL, 2, 268, '***** ACL ist unbekannt *****', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('gds_$open_blob failed', NULL, NULL, 2, 269, 'Fehler bei gds_$open_blob', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('***** BLOB option not understood ****', NULL, NULL, 2, 270, '***** BLOB-Option ist unbekannt ****', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('gds_$get_segment failed', NULL, NULL, 2, 271, 'Fehler bei gds_$get_segment', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('gds_$close_blob failed', NULL, NULL, 2, 272, 'Fehler bei gds_$close_blob', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('database version is too old for the new syntax: generators', NULL, NULL, 2, 273, 'Diese Datenbankversion ist für die neue Syntax zu alt: GENERATOR', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('expected generator name, encountered "@1"', NULL, NULL, 2, 274, 'Erwartet: Generator-Name, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('fseek failed', NULL, NULL, 2, 275, 'Fehler bei fseek', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('could not open scratch file', NULL, NULL, 2, 276, 'Die Scratch-Datei konnte nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('gds_$put_segment failed', NULL, NULL, 2, 277, 'Fehler bei gds_$put_segment', NULL, NULL, 'daves', '1993-07-16 12:16:20') (' unterminated quoted string', NULL, NULL, 2, 278, 'Bei der Zeichenkette fehlt ein abschließendes Anführungszeichen', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('line too long', NULL, NULL, 2, 279, 'Die Zeile ist zu lang', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('HSH_remove failed', NULL, NULL, 2, 280, 'Fehler bei HSH_remove', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('gdef: cannot open DYN output file: @1', NULL, NULL, 2, 281, 'GDEF: die DYN-Ausgabedatei @1 kann nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('action not implemented yet', NULL, NULL, 2, 282, 'Diese Aktion ist noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('internal error during DYN pretty print', NULL, NULL, 2, 283, 'Interner Fehler während ''DYN Pretty Print''', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('internal error during DYN pretty print', NULL, NULL, 2, 284, 'Interner Fehler während ''DYN Pretty Print''', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('internal error during DYN pretty print', NULL, NULL, 2, 285, 'Interner Fehler während ''DYN Pretty Print''', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('', NULL, NULL, 2, 286, '', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('inappropriate self-reference of field', NULL, NULL, 2, 287, 'Eigenreferenzierung eines Feldes unzulässig', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('shadow file must be AUTO or MANUAL', NULL, NULL, 2, 288, 'Für die Shadow-Datei muß AUTO oder MANUAL spezifiziert werden', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('BLR request size limit exceeded', NULL, NULL, 2, 289, 'Maximale BLR-Anforderungsgröße überschritten', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' /* Generator Definitions */', NULL, NULL, 2, 290, ' /* Generator-Definitionen */', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' /* Index Definitions */', NULL, NULL, 2, 291, ' /* Index-Definitionen */', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('argument mode of a return_argument must be ''by reference''', NULL, NULL, 2, 292, 'Ein Rückgabe-Argument muß durch Referenzierung übergeben werden', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('argument mode ''by value'' requires a return mode', NULL, NULL, 2, 293, 'Für ein Argument, das durch einen Wert übergeben wurde, ist ein Rückgabe-Modus erforderlich', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('unexpected end of file, semicolon missing?', NULL, NULL, 2, 294, 'Unerwartetes Dateiende (EOF). Fehlendes Semikolon?', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('Functions cannot return arrays.', NULL, NULL, 2, 295, 'Funktionen können keine Arrays als Ergebniswert haben', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('symbol @1 is too long, truncating it to @2 characters', NULL, NULL, 2, 296, 'Das Symbol @1 ist zu lang. Es wird auf @2 Zeichen gekürzt', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('A node name is not permitted in a shadow, secondary or log file name', NULL, NULL, 2, 297, 'In einem Shadow oder sekundären oder ### Dateinamen ist kein Knotenname zulässig', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('A non-Decnet node name is not permitted in an external file name', NULL, NULL, 2, 298, 'In einem externen Dateinamen ist nur ein Decnet-Knotenname zulässig', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('A node name is not permitted in an external file name', NULL, NULL, 2, 299, 'In einem externen Dateinamen ist kein Knotenname zulässig', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('table @1 already exists', NULL, NULL, 2, 300, 'Die Tabellen @1 ist bereits vorhanden', NULL, NULL, 'daves', '1993-07-16 12:16:06') ('Array indexes and size cannot be modified', NULL, NULL, 2, 301, 'Array-Indizes und -Längen können nicht geändert werden', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('Modify data type of array @1 requires complete field specification', NULL, NULL, 2, 302, 'Zur Änderung des Datentyps von Array @1 ist eine vollständige Feldspezifizierung erforderlich', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('A relation or view may not be defined and then deleted in a single execution of GDEF', NULL, NULL, 2, 303, 'Definition und Löschung einer Relation oder View in einer einzigen Ausführung von GDEF nicht zulässig', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('expected message keyword, encountered "@1"', NULL, NULL, 2, 304, 'Erwartet: MESSAGE-Schlüsselwort, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('expected trigger action, encountered "@1"', NULL, NULL, 2, 305, 'Erwartet: Trigger-Aktion, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('expected end_trigger or description keyword, encountered "@1"', NULL, NULL, 2, 306, 'Erwartet: end_trigger oder Beschreibungsschlüsselwort, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('Ceasing processing because of errors.', NULL, NULL, 2, 307, 'Bearbeitung wird wegen Fehlern beendet', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('Ceasing processing.', NULL, NULL, 2, 308, 'Bearbeitung wird beendet', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('shadow @1 is inactive', NULL, NULL, 2, 309, 'Der Shadow @1 ist inaktiv', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('UDF is limited to 10 parameters', NULL, NULL, 2, 310, 'Für UDF sind maximal 10 Parameter zulässig', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Set_generator requires write privilege for RDB$GENERATORS.', NULL, NULL, 2, 311, 'Set_generator erfordert Schreibbefugnis für RDB$GENERATORS', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('key length (@1) for compound index @2 exceeds 202', NULL, NULL, 2, 312, 'Die Schlüssellänge (@1) für den zusammengesetzten Index @2 überschreitet 202', NULL, NULL, 'daves', '1993-07-16 12:15:53') -- Translate (2,313)-(2,344) THIS IS AN OBSOLETE TOOL --GFIX(3) is missing -- Translate (3,1)-(3,115) ('data base file name (@1) already given', NULL, NULL, 3, 1, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid switch @1', NULL, NULL, 3, 2, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('gfix version @1', NULL, NULL, 3, 3, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('incompatible switch combination', NULL, NULL, 3, 4, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('replay log pathname required', NULL, NULL, 3, 5, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('number of page buffers for cache required', NULL, NULL, 3, 6, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('numeric value required', NULL, NULL, 3, 7, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('positive numeric value required', NULL, NULL, 3, 8, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('number of transactions per sweep required', NULL, NULL, 3, 9, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('transaction number or "all" required', NULL, NULL, 3, 10, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('"sync" or "async" required', NULL, NULL, 3, 11, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('"full" or "reserve" required', NULL, NULL, 3, 12, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user name required', NULL, NULL, 3, 13, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('password required', NULL, NULL, 3, 14, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('subsystem name', NULL, NULL, 3, 15, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('"wal" required', NULL, NULL, 3, 16, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('number of seconds required', NULL, NULL, 3, 17, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('numeric value between 0 and 32767 inclusive required', NULL, NULL, 3, 18, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('must specify type of shutdown', NULL, NULL, 3, 19, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('please retry, specifying an option', NULL, NULL, 3, 20, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('plausible options are:', NULL, NULL, 3, 21, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' qualifiers show the major option in parenthesis', NULL, NULL, 3, 22, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('please retry, giving a database name', NULL, NULL, 3, 23, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Summary of validation errors', NULL, NULL, 3, 24, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -activate activate shadow file for database usage', NULL, NULL, 3, 25, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -attach shutdown new database attachments', NULL, NULL, 3, 26, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -begin_log begin logging for replay utility', NULL, NULL, 3, 27, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -buffers set page buffers ', NULL, NULL, 3, 28, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -commit commit transaction ', NULL, NULL, 3, 29, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -cache shutdown cache manager', NULL, NULL, 3, 30, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -disable disable WAL', NULL, NULL, 3, 31, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -full validate record fragments (-v)', NULL, NULL, 3, 32, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -force force database shutdown', NULL, NULL, 3, 33, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -housekeeping set sweep interval ', NULL, NULL, 3, 34, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -ignore ignore checksum errors', NULL, NULL, 3, 35, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -kill kill all unavailable shadow files', NULL, NULL, 3, 36, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -list show limbo transactions', NULL, NULL, 3, 37, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -mend prepare corrupt database for backup', NULL, NULL, 3, 38, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -no_update read-only validation (-v)', NULL, NULL, 3, 39, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -online database online ', NULL, NULL, 3, 40, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -prompt prompt for commit/rollback (-l)', NULL, NULL, 3, 41, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -password default password', NULL, NULL, 3, 42, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -quit_log quit logging for replay utility', NULL, NULL, 3, 43, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -rollback rollback transaction ', NULL, NULL, 3, 44, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -sweep force garbage collection', NULL, NULL, 3, 45, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -shut shutdown ', NULL, NULL, 3, 46, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -two_phase perform automated two-phase recovery', NULL, NULL, 3, 47, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -tran shutdown transaction startup', NULL, NULL, 3, 48, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -use use full or reserve space for versions', NULL, NULL, 3, 49, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -user default user name', NULL, NULL, 3, 50, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -validate validate database structure', NULL, NULL, 3, 51, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -write write synchronously or asynchronously', NULL, NULL, 3, 52, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -x set debug on', NULL, NULL, 3, 53, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -z print software version number', NULL, NULL, 3, 54, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Number of record level errors : @1', NULL, NULL, 3, 55, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Number of Blob page errors : @1', NULL, NULL, 3, 56, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Number of data page errors : @1', NULL, NULL, 3, 57, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Number of index page errors : @1', NULL, NULL, 3, 58, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Number of pointer page errors : @1', NULL, NULL, 3, 59, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Number of transaction page errors : @1', NULL, NULL, 3, 60, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Number of database page errors : @1', NULL, NULL, 3, 61, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('bad block type', NULL, NULL, 3, 62, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('internal block exceeds maximum size', NULL, NULL, 3, 63, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('corrupt pool', NULL, NULL, 3, 64, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('virtual memory exhausted', NULL, NULL, 3, 65, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('bad pool id', NULL, NULL, 3, 66, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction state @1 not in valid range.', NULL, NULL, 3, 67, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ATTACH_DATABASE: attempted attach of @1,', NULL, NULL, 3, 68, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' failed', NULL, NULL, 3, 69, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' succeeded', NULL, NULL, 3, 70, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction @1 is in limbo.', NULL, NULL, 3, 71, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('More limbo transactions than fit. Try again', NULL, NULL, 3, 72, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unrecognized info item @1', NULL, NULL, 3, 73, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A commit of transaction @1 will violate two-phase commit.', NULL, NULL, 3, 74, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A rollback of transaction @1 is needed to preserve two-phase commit.', NULL, NULL, 3, 75, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction @1 has already been partially committed.', NULL, NULL, 3, 76, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A rollback of this transaction will violate two-phase commit.', NULL, NULL, 3, 77, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction @1 has been partially committed.', NULL, NULL, 3, 78, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A commit is necessary to preserve the two-phase commit.', NULL, NULL, 3, 79, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Insufficient information is available to determine', NULL, NULL, 3, 80, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('a proper action for transaction @1.', NULL, NULL, 3, 81, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction @1: All subtransactions have been prepared.', NULL, NULL, 3, 82, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Either commit or rollback is possible.', NULL, NULL, 3, 83, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('unexpected end of input', NULL, NULL, 3, 84, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Commit, rollback, or neither (c, r, or n)?', NULL, NULL, 3, 85, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Could not reattach to database for transaction @1.', NULL, NULL, 3, 86, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Original path: @1', NULL, NULL, 3, 87, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Enter a valid path:', NULL, NULL, 3, 88, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Attach unsuccessful.', NULL, NULL, 3, 89, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('failed to reconnect to a transaction in database @1', NULL, NULL, 3, 90, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction @1:', NULL, NULL, 3, 91, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Multidatabase transaction:', NULL, NULL, 3, 92, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Host Site: @1', NULL, NULL, 3, 93, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Transaction @1', NULL, NULL, 3, 94, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('has been prepared.', NULL, NULL, 3, 95, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('has been committed.', NULL, NULL, 3, 96, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('has been rolled back.', NULL, NULL, 3, 97, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('is not available.', NULL, NULL, 3, 98, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('is not found, assumed not prepared.', NULL, NULL, 3, 99, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('is not found, assumed to be committed.', NULL, NULL, 3, 100, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Remote Site: @1', NULL, NULL, 3, 101, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Database Path: @1', NULL, NULL, 3, 102, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Automated recovery would commit this transaction.', NULL, NULL, 3, 103, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Automated recovery would rollback this transaction.', NULL, NULL, 3, 104, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Warning: Multidatabase transaction is in inconsistent state for recovery.', NULL, NULL, 3, 105, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction @1 was committed, but prior ones were rolled back.', NULL, NULL, 3, 106, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction @1 was rolled back, but prior ones were committed.', NULL, NULL, 3, 107, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction description item unknown', NULL, NULL, 3, 108, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -mode read_only or read_write', NULL, NULL, 3, 109, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('"read_only" or "read_write" required', NULL, NULL, 3, 110, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -sql_dialect set database dialect n', NULL, NULL, 3, 111, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database SQL dialect must be one of ''@1''', NULL, NULL, 3, 112, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('dialect number required', NULL, NULL, 3, 113, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('positive or zero numeric value required', NULL, NULL, 3, 114, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -trusted use trusted authentication', NULL, NULL, 3, 115, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') --DSQL(7) is missing -- Translate (7,2)-(7,31) ('Cannot SELECT RDB$DB_KEY from a stored procedure.', NULL, NULL, 7, 2, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Precision 10 to 18 changed from DOUBLE PRECISION in SQL dialect 1 to 64-bit scaled integer in SQL dialect 3', NULL, NULL, 7, 3, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Use of @1 expression that returns different results in dialect 1 and dialect 3', NULL, NULL, 7, 4, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database SQL dialect @1 does not support reference to @2 datatype', NULL, NULL, 7, 5, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('', NULL, NULL, 7, 6, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DB dialect @1 and client dialect @2 conflict with respect to numeric precision @3.', NULL, NULL, 7, 7, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WARNING: Numeric literal @1 is interpreted as a floating-point', NULL, NULL, 7, 8, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('value in SQL dialect 1, but as an exact numeric value in SQL dialect 3.', NULL, NULL, 7, 9, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WARNING: NUMERIC and DECIMAL fields with precision 10 or greater are stored', NULL, NULL, 7, 10, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('as approximate floating-point values in SQL dialect 1, but as 64-bit', NULL, NULL, 7, 11, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('integers in SQL dialect 3.', NULL, NULL, 7, 12, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Ambiguous field name between @1 and @2', NULL, NULL, 7, 13, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('External function should have return position between 1 and @1', NULL, NULL, 7, 14, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Label @1 @2 in the current scope', NULL, NULL, 7, 15, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Datatypes @1are not comparable in expression @2', NULL, NULL, 7, 16, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Empty cursor name is not allowed', NULL, NULL, 7, 17, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Statement already has a cursor @1 assigned', NULL, NULL, 7, 18, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cursor @1 is not found in the current context', NULL, NULL, 7, 19, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cursor @1 already exists in the current context', NULL, NULL, 7, 20, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Relation @1 is ambiguous in cursor @2', NULL, NULL, 7, 21, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Relation @1 is not found in cursor @2', NULL, NULL, 7, 22, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cursor is not open', NULL, NULL, 7, 23, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Data type @1 is not supported for EXTERNAL TABLES. Relation ''@2'', field ''@3''', NULL, NULL, 7, 24, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Feature not supported on ODS version older than @1.@2', NULL, NULL, 7, 25, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Primary key required on table @1', NULL, NULL, 7, 26, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('UPDATE OR INSERT field list does not match primary key of table @1', NULL, NULL, 7, 27, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('UPDATE OR INSERT field list does not match MATCHING clause', NULL, NULL, 7, 28, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('UPDATE OR INSERT without MATCHING could not be used with views based on more than one table', NULL, NULL, 7, 29, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Incompatible trigger type', NULL, NULL, 7, 30, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database trigger type can''t be changed', NULL, NULL, 7, 31, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') -- DYN ('ODS version not supported by DYN', NULL, NULL, 8, 1, 'Die ODS-Version wird von DYN nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 2, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$FIELD_DIMENSIONS failed', NULL, NULL, 8, 3, 'STORE RDB$FIELD_DIMENSIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 4, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('@1', NULL, NULL, 8, 5, '@1', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 6, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('DEFINE BLOB FILTER failed', NULL, NULL, 8, 7, 'DEFINE BLOB FILTER gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('DEFINE GENERATOR failed', NULL, NULL, 8, 8, 'DEFINE GENERATOR gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('DEFINE GENERATOR unexpected DYN verb', NULL, NULL, 8, 9, 'DEFINE GENERATOR: unerwartetes DYN-Verb', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('DEFINE FUNCTION failed', NULL, NULL, 8, 10, 'DEFINE FUNCTION gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 11, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('DEFINE FUNCTION ARGUMENT failed', NULL, NULL, 8, 12, 'DEFINE FUNCTION ARGUMENT gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$FIELDS failed', NULL, NULL, 8, 13, 'STORE RDB$FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('No table specified for index', NULL, NULL, 8, 14, 'Für den Index wurde keine Tabellen spezifiziert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$INDEX_SEGMENTS failed', NULL, NULL, 8, 15, 'STORE RDB$INDEX_SEGMENTS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 16, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('PRIMARY KEY column lookup failed', NULL, NULL, 8, 17, 'Lookup des ### gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('could not find UNIQUE or PRIMARY KEY constraint in table @1 with specified columns', NULL, NULL, 8, 18, '###', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('PRIMARY KEY lookup failed', NULL, NULL, 8, 19, 'Lookup des ### gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('could not find PRIMARY KEY index in specified table @1', NULL, NULL, 8, 20, '###-Index in spezifizierter Tabellen @1 nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$INDICES failed', NULL, NULL, 8, 21, 'STORE RDB$INDICES gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$FIELDS failed', NULL, NULL, 8, 22, 'STORE RDB$FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$RELATION_FIELDS failed', NULL, NULL, 8, 23, 'STORE RDB$RELATION_FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$RELATIONS failed', NULL, NULL, 8, 24, 'STORE RDB$RELATIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$USER_PRIVILEGES failed defining a table', NULL, NULL, 8, 25, 'STORE RDB$USER_PRIVILEGES beim Definieren einer Tabellen gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 26, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$RELATIONS failed', NULL, NULL, 8, 27, 'STORE RDB$RELATIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$FIELDS failed', NULL, NULL, 8, 28, 'STORE RDB$FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$RELATION_FIELDS failed', NULL, NULL, 8, 29, 'STORE RDB$RELATION_FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 30, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('DEFINE TRIGGER failed', NULL, NULL, 8, 31, 'DEFINE TRIGGER gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 32, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('DEFINE TRIGGER MESSAGE failed', NULL, NULL, 8, 33, 'DEFINE TRIGGER MESSAGE gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('STORE RDB$VIEW_RELATIONS failed', NULL, NULL, 8, 34, 'STORE RDB$VIEW_RELATIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('ERASE RDB$FIELDS failed', NULL, NULL, 8, 35, 'ERASE RDB$FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('ERASE BLOB FILTER failed', NULL, NULL, 8, 36, 'ERASE BLOB FILTER gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('BLOB Filter @1 not found', NULL, NULL, 8, 37, 'BLOB-Filter @1 nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 38, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('ERASE RDB$FUNCTION_ARGUMENTS failed', NULL, NULL, 8, 39, 'ERASE RDB$FUNCTION_ARGUMENTS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('ERASE RDB$FUNCTIONS failed', NULL, NULL, 8, 40, 'ERASE RDB$FUNCTIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('Function @1 not found', NULL, NULL, 8, 41, 'Funktion @1 nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('unsupported DYN verb', NULL, NULL, 8, 42, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('Domain @1 is used in table @2 (local name @3) and cannot be dropped', NULL, NULL, 8, 43, 'Das ### @1 wird in der Tabellen @2 (lokaler Name @3) verwendet und kann nicht gelöscht werden', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('ERASE RDB$FIELDS failed', NULL, NULL, 8, 44, 'ERASE RDB$FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$FIELDS failed', NULL, NULL, 8, 45, 'ERASE RDB$FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Column not found', NULL, NULL, 8, 46, '### nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$INDICES failed', NULL, NULL, 8, 47, 'ERASE RDB$INDICES gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Index not found', NULL, NULL, 8, 48, 'Index nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$INDEX_SEGMENTS failed', NULL, NULL, 8, 49, 'ERASE RDB$INDEX_SEGMENTS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('No segments found for index', NULL, NULL, 8, 50, 'Keine Segmente für Index auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('No table specified in ERASE RFR', NULL, NULL, 8, 51, 'In ERASE RFR wurde keine Tabellen spezifiziert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Column @1 from table @2 is referenced in view @3', NULL, NULL, 8, 52, 'Das ### @1 der Tabellen @2 wird in der View @3 referenziert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$RELATION_FIELDS failed', NULL, NULL, 8, 53, 'ERASE RDB$RELATION_FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('View @1 not found', NULL, NULL, 8, 54, '###', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Column not found for table', NULL, NULL, 8, 55, '### für Tabellen nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$INDEX_SEGMENTS failed', NULL, NULL, 8, 56, 'ERASE RDB$INDEX_SEGMENTS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$INDICES failed', NULL, NULL, 8, 57, 'ERASE RDB$INDICES gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$RELATION_FIELDS failed', NULL, NULL, 8, 58, 'ERASE RDB$RELATION_FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$VIEW_RELATIONS failed', NULL, NULL, 8, 59, 'ERASE RDB$VIEW_RELATIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$RELATIONS failed', NULL, NULL, 8, 60, 'ERASE RDB$RELATIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Table not found', NULL, NULL, 8, 61, 'Tabellen nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$USER_PRIVILEGES failed', NULL, NULL, 8, 62, 'ERASE RDB$USER_PRIVILEGES gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$FILES failed', NULL, NULL, 8, 63, 'ERASE RDB$FILES gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('unsupported DYN verb', NULL, NULL, 8, 64, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$TRIGGER_MESSAGES failed', NULL, NULL, 8, 65, 'ERASE RDB$TRIGGER_MESSAGES gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$TRIGGERS failed', NULL, NULL, 8, 66, 'ERASE RDB$TRIGGERS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Trigger not found', NULL, NULL, 8, 67, 'Trigger nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('MODIFY RDB$VIEW_RELATIONS failed', NULL, NULL, 8, 68, 'MODIFY RDB$VIEW_RELATIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('unsupported DYN verb', NULL, NULL, 8, 69, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('TRIGGER NAME expected', NULL, NULL, 8, 70, 'Erwartet: TRIGGER NAME', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE TRIGGER MESSAGE failed', NULL, NULL, 8, 71, 'ERASE TRIGGER MESSAGE gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Trigger Message not found', NULL, NULL, 8, 72, 'Trigger-Mitteilung nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('unsupported DYN verb', NULL, NULL, 8, 73, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('ERASE RDB$SECURITY_CLASSES failed', NULL, NULL, 8, 74, 'ERASE RDB$SECURITY_CLASSES gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Security class not found', NULL, NULL, 8, 75, 'Sicherheitsklasse nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('unsupported DYN verb', NULL, NULL, 8, 76, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('SELECT RDB$USER_PRIVILEGES failed in grant', NULL, NULL, 8, 77, 'SELECT RDB$USER_PRIVILEGES in GRANT-Operation gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('SELECT RDB$USER_PRIVILEGES failed in grant', NULL, NULL, 8, 78, 'SELECT RDB$USER_PRIVILEGES in GRANT-Operation gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('STORE RDB$USER_PRIVILEGES failed in grant', NULL, NULL, 8, 79, 'STORE RDB$USER_PRIVILEGES in GRANT-Operation gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Specified domain or source column does not exist', NULL, NULL, 8, 80, '###', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Generation of column name failed', NULL, NULL, 8, 81, 'Generierung des ###namens gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Generation of index name failed', NULL, NULL, 8, 82, 'Generierung des Indexnamens gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('Generation of trigger name failed', NULL, NULL, 8, 83, 'Generierung des Triggernamens gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('MODIFY DATABASE failed', NULL, NULL, 8, 84, 'MODIFY DATABASE gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('MODIFY RDB$CHARACTER_SETS failed', NULL, NULL, 8, 85, 'MODIFY RDB$CHARACTER_SETS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('MODIFY RDB$COLLATIONS failed', NULL, NULL, 8, 86, 'MODIFY RDB$COLLATIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('MODIFY RDB$FIELDS failed', NULL, NULL, 8, 87, 'MODIFY RDB$FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('MODIFY RDB$BLOB_FILTERS failed', NULL, NULL, 8, 88, 'MODIFY RDB$BLOB_FILTERS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Domain not found', NULL, NULL, 8, 89, '### nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('unsupported DYN verb', NULL, NULL, 8, 90, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('MODIFY RDB$INDICES failed', NULL, NULL, 8, 91, 'MODIFY RDB$INDICES gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('MODIFY RDB$FUNCTIONS failed', NULL, NULL, 8, 92, 'MODIFY RDB$FUNCTIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Index column not found', NULL, NULL, 8, 93, 'Index### nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('MODIFY RDB$GENERATORS failed', NULL, NULL, 8, 94, 'MODIFY RDB$GENERATORS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('MODIFY RDB$RELATION_FIELDS failed', NULL, NULL, 8, 95, 'MODIFY RDB$RELATION_FIELDS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Local column @1 not found', NULL, NULL, 8, 96, 'Lokales ### @1 nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('add EXTERNAL FILE not allowed', NULL, NULL, 8, 97, 'Hinzugfügen der Option EXTERNAL FILE unzulässig', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('drop EXTERNAL FILE not allowed', NULL, NULL, 8, 98, 'Löschen der Option EXTERNAL FILE unzulässig', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('MODIFY RDB$RELATIONS failed', NULL, NULL, 8, 99, 'MODIFY RDB$RELATIONS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('MODIFY RDB$PROCEDURE_PARAMETERS failed', NULL, NULL, 8, 100, 'MODIFY RDB$PROCEDURE_PARAMETERS gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Table column not found', NULL, NULL, 8, 101, '### nicht in Tabellen gefunden', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('MODIFY TRIGGER failed', NULL, NULL, 8, 102, 'MODIFY TRIGGER gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('TRIGGER NAME expected', NULL, NULL, 8, 103, 'Erwartet: TRIGGER NAME', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('unsupported DYN verb', NULL, NULL, 8, 104, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('MODIFY TRIGGER MESSAGE failed', NULL, NULL, 8, 105, 'MODIFY TRIGGER MESSAGE gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Create metadata BLOB failed', NULL, NULL, 8, 106, 'Erstellung des Metadaten-BLOB gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Write metadata BLOB failed', NULL, NULL, 8, 107, 'Schreiben des Metadaten-BLOB gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Close metadata BLOB failed', NULL, NULL, 8, 108, 'Schließen des Metadaten-BLOB gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Triggers created automatically cannot be modified', NULL, NULL, 8, 109, '###', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('unsupported DYN verb', NULL, NULL, 8, 110, 'DYN-Verb nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('ERASE RDB$USER_PRIVILEGES failed in revoke(1)', NULL, NULL, 8, 111, 'ERASE RDB$USER_PRIVILEGES in REVOKE-Operation (1) gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Access to RDB$USER_PRIVILEGES failed in revoke(2)', NULL, NULL, 8, 112, 'Zugriff auf RDB$USER_PRIVILEGES in REVOKE-Operation (2) gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('ERASE RDB$USER_PRIVILEGES failed in revoke (3)', NULL, NULL, 8, 113, 'ERASE RDB$USER_PRIVILEGES in REVOKE-Operation (3) gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Access to RDB$USER_PRIVILEGES failed in revoke (4)', NULL, NULL, 8, 114, 'Zugriff auf RDB$USER_PRIVILEGES in REVOKE-Operation (4) gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:58') -- Translate (8,115)-(8,251) ('CREATE VIEW failed', NULL, NULL, 8, 115, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' attempt to index BLOB column in INDEX @1', NULL, NULL, 8, 116, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' attempt to index array column in index @1', NULL, NULL, 8, 117, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('key size too big for index @1', NULL, NULL, 8, 118, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no keys for index @1', NULL, NULL, 8, 119, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unknown columns in index @1', NULL, NULL, 8, 120, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('STORE RDB$RELATION_CONSTRAINTS failed', NULL, NULL, 8, 121, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('STORE RDB$CHECK_CONSTRAINTS failed', NULL, NULL, 8, 122, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column: @1 not defined as NOT NULL - cannot be used in PRIMARY KEY constraint definition', NULL, NULL, 8, 123, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A column name is repeated in the definition of constraint: @1', NULL, NULL, 8, 124, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Integrity Constraint lookup failed', NULL, NULL, 8, 125, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Same set of columns cannot be used in more than one PRIMARY KEY and/or UNIQUE constraint definition', NULL, NULL, 8, 126, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('STORE RDB$REF_CONSTRAINTS failed', NULL, NULL, 8, 127, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('No table specified in delete_constraint', NULL, NULL, 8, 128, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ERASE RDB$RELATION_CONSTRAINTS failed', NULL, NULL, 8, 129, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('CONSTRAINT @1 does not exist.', NULL, NULL, 8, 130, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Generation of constraint name failed', NULL, NULL, 8, 131, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table @1 already exists', NULL, NULL, 8, 132, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Number of referencing columns do not equal number of referenced columns', NULL, NULL, 8, 133, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('STORE RDB$PROCEDURES failed', NULL, NULL, 8, 134, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Procedure @1 already exists', NULL, NULL, 8, 135, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('STORE RDB$PROCEDURE_PARAMETERS failed', NULL, NULL, 8, 136, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Store into system table @1 failed', NULL, NULL, 8, 137, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ERASE RDB$PROCEDURE_PARAMETERS failed', NULL, NULL, 8, 138, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ERASE RDB$PROCEDURES failed', NULL, NULL, 8, 139, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Procedure @1 not found', NULL, NULL, 8, 140, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('MODIFY RDB$PROCEDURES failed', NULL, NULL, 8, 141, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DEFINE EXCEPTION failed', NULL, NULL, 8, 142, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ERASE EXCEPTION failed', NULL, NULL, 8, 143, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Exception not found', NULL, NULL, 8, 144, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('MODIFY EXCEPTION failed', NULL, NULL, 8, 145, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Parameter @1 in procedure @2 not found', NULL, NULL, 8, 146, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Trigger @1 not found', NULL, NULL, 8, 147, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Only one data type change to the domain @1 allowed at a time', NULL, NULL, 8, 148, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Only one data type change to the field @1 allowed at a time', NULL, NULL, 8, 149, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('STORE RDB$FILES failed', NULL, NULL, 8, 150, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Character set @1 not found', NULL, NULL, 8, 151, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Collation @1 not found', NULL, NULL, 8, 152, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ERASE RDB$LOG_FILES failed', NULL, NULL, 8, 153, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('STORE RDB$LOG_FILES failed', NULL, NULL, 8, 154, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Role @1 not found', NULL, NULL, 8, 155, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Difference file lookup failed', NULL, NULL, 8, 156, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DEFINE SHADOW failed', NULL, NULL, 8, 157, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('MODIFY RDB$ROLES failed', NULL, NULL, 8, 158, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Name longer than database column size', NULL, NULL, 8, 159, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('"Only one constraint allowed for a domain"', NULL, NULL, 8, 160, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Looking up column position failed', NULL, NULL, 8, 162, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('A node name is not permitted in a table with external file definition', NULL, NULL, 8, 163, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Shadow lookup failed', NULL, NULL, 8, 164, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Shadow @1 already exists', NULL, NULL, 8, 165, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot add file with the same name as the database or added files', NULL, NULL, 8, 166, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no grant option for privilege @1 on column @2 of table/view @3', NULL, NULL, 8, 167, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no grant option for privilege @1 on column @2 of base table/view @3', NULL, NULL, 8, 168, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no grant option for privilege @1 on table/view @2 (for column @3)', NULL, NULL, 8, 169, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no grant option for privilege @1 on base table/view @2 (for column @3)', NULL, NULL, 8, 170, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no @1 privilege with grant option on table/view @2 (for column @3)', NULL, NULL, 8, 171, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no @1 privilege with grant option on base table/view @2 (for column @3)', NULL, NULL, 8, 172, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no grant option for privilege @1 on table/view @2', NULL, NULL, 8, 173, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no @1 privilege with grant option on table/view @2', NULL, NULL, 8, 174, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table/view @1 does not exist', NULL, NULL, 8, 175, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column @1 does not exist in table/view @2', NULL, NULL, 8, 176, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Can not alter a view', NULL, NULL, 8, 177, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('EXTERNAL FILE table not supported in this context', NULL, NULL, 8, 178, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('attempt to index COMPUTED BY column in INDEX @1', NULL, NULL, 8, 179, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table Name lookup failed', NULL, NULL, 8, 180, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('attempt to index a view', NULL, NULL, 8, 181, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SELECT RDB$RELATIONS failed in grant', NULL, NULL, 8, 182, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SELECT RDB$RELATION_FIELDS failed in grant', NULL, NULL, 8, 183, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SELECT RDB$RELATIONS/RDB$OWNER_NAME failed in grant', NULL, NULL, 8, 184, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SELECT RDB$USER_PRIVILEGES failed in grant', NULL, NULL, 8, 185, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SELECT RDB$VIEW_RELATIONS/RDB$RELATION_FIELDS/... failed in grant', NULL, NULL, 8, 186, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column @1 from table @2 is referenced in index @3', NULL, NULL, 8, 187, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SQL role @1 does not exist', NULL, NULL, 8, 188, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user @1 has no grant admin option on SQL role @2', NULL, NULL, 8, 189, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user @1 is not a member of SQL role @2', NULL, NULL, 8, 190, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 is not the owner of SQL role @2', NULL, NULL, 8, 191, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 is a SQL role and not a user', NULL, NULL, 8, 192, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user name @1 could not be used for SQL role', NULL, NULL, 8, 193, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SQL role @1 already exists', NULL, NULL, 8, 194, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('keyword @1 can not be used as a SQL role name', NULL, NULL, 8, 195, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SQL roles are not supported in on older versions of the database. A backup and restore of the database is required.', NULL, NULL, 8, 196, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot rename domain @1 to @2. A domain with that name already exists.', NULL, NULL, 8, 204, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot rename column @1 to @2. A column with that name already exists in table @3.', NULL, NULL, 8, 205, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column @1 from table @2 is referenced in @3', NULL, NULL, 8, 206, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot change datatype for column @1. Changing datatype is not supported for BLOB or ARRAY columns.', NULL, NULL, 8, 207, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('New size specified for column @1 must be at least @2 characters.', NULL, NULL, 8, 208, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot change datatype for @1. Conversion from base type @2 to @3 is not supported.', NULL, NULL, 8, 209, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot change datatype for column @1 from a character type to a non-character type.', NULL, NULL, 8, 210, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('unable to allocate memory from the operating system', NULL, NULL, 8, 211, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Zero length identifiers are not allowed', NULL, NULL, 8, 212, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ERASE RDB$GENERATORS failed', NULL, NULL, 8, 213, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Generator @1 not found', NULL, NULL, 8, 214, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Difference file is not defined', NULL, NULL, 8, 215, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Difference file is already defined', NULL, NULL, 8, 216, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database is already in the physical backup mode', NULL, NULL, 8, 217, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database is not in the physical backup mode', NULL, NULL, 8, 218, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DEFINE COLLATION failed', NULL, NULL, 8, 219, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('CREATE COLLATION statement is not supported in older versions of the database. A backup and restore is required.', NULL, NULL, 8, 220, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Maximum number of collations per character set exceeded', NULL, NULL, 8, 221, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid collation attributes', NULL, NULL, 8, 222, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Collation @1 not installed for character set @2', NULL, NULL, 8, 223, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot use the internal domain @1 as new type for field @2', NULL, NULL, 8, 224, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Default value is not allowed for array type in field @1', NULL, NULL, 8, 225, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Default value is not allowed for array type in domain @1', NULL, NULL, 8, 226, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DYN_UTIL_is_array failed for domain @1', NULL, NULL, 8, 227, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DYN_UTIL_copy_domain failed for domain @1', NULL, NULL, 8, 228, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Local column @1 doesn''t have a default', NULL, NULL, 8, 229, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Local column @1 default belongs to domain @2', NULL, NULL, 8, 230, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('File name is invalid', NULL, NULL, 8, 231, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 cannot reference @2', NULL, NULL, 8, 232, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Local column @1 is computed, cannot set a default value', NULL, NULL, 8, 233, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ERASE RDB$COLLATIONS failed', NULL, NULL, 8, 234, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Collation @1 is used in table @2 (field name @3) and cannot be dropped', NULL, NULL, 8, 235, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Collation @1 is used in domain @2 and cannot be dropped', NULL, NULL, 8, 236, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete system collation', NULL, NULL, 8, 237, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete default collation of CHARACTER SET @1', NULL, NULL, 8, 238, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Domain @1 is used in procedure @2 (parameter name @3) and cannot be dropped', NULL, NULL, 8, 239, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Field @1 cannot be used twice in index @2', NULL, NULL, 8, 240, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table @1 not found', NULL, NULL, 8, 241, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('attempt to reference a view (@1) in a foreign key', NULL, NULL, 8, 242, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Collation @1 is used in procedure @2 (parameter name @3) and cannot be dropped', NULL, NULL, 8, 243, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('New scale specified for column @1 must be at most @2.', NULL, NULL, 8, 244, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('New precision specified for column @1 must be at least @2.', NULL, NULL, 8, 245, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 is not grantor of @2 on @3 to @4.', NULL, NULL, 8, 246, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Warning: @1 on @2 is not granted to @3.', NULL, NULL, 8, 247, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Feature ''@1'' is not supported in ODS @2.@3', NULL, NULL, 8, 248, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot add or remove COMPUTED from column @1', NULL, NULL, 8, 249, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Password should not be empty string', NULL, NULL, 8, 250, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Index @1 already exists', NULL, NULL, 8, 251, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') -- TEST ('This is a modified text message', NULL, NULL, 11, 0, 'Hierbei handelt es sich um eine modifizierte Textmitteilung', NULL, NULL, 'daves', '1993-07-16 12:16:07') ('This is a test message', NULL, NULL, 11, 3, 'Diese Mitteilung dient zu Testzwecken', NULL, NULL, 'daves', '1993-07-16 12:15:58') -- Nothing to translate from TEST. -- GBAK ('could not locate appropriate error message', NULL, NULL, 12, 0, 'Passende Fehlermitteilung nicht gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('found unknown switch', NULL, NULL, 12, 1, 'unbekannter Schalter gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('page size parameter missing', NULL, NULL, 12, 2, 'Page Size-Parameter fehlt', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('Page size specified (@1) greater than limit (16384 bytes)', NULL, NULL, 12, 3, 'Page Size-Angabe (@1) zu hoch. Maximal 16384 Bytes zulässig', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('redirect location for output is not specified', NULL, NULL, 12, 4, 'Alternative Ausgabespezifikation fehlt', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('conflicting switches for backup/restore', NULL, NULL, 12, 5, 'Widersprüchliche Schalter für BACKUP/RESTORE', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('device type @1 not known', NULL, NULL, 12, 6, 'Gerätetyp @1 ist unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('protection is not there yet', NULL, NULL, 12, 7, 'Zugriffsschutz noch nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('page size is allowed only on restore or create', NULL, NULL, 12, 8, 'Page Size nur bei RESTORE oder CREATE zulässig', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('multiple sources or destinations specified', NULL, NULL, 12, 9, 'Es wurden mehrere Quell- und Ziel-Dateien spezifiziert', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('requires both input and output filenames', NULL, NULL, 12, 10, 'Spezifizierung des Eingabe- und Ausgabe-Dateinamens erforderlich', NULL, NULL, 'daves', '1993-07-16 12:16:20') ('input and output have the same name. Disallowed.', NULL, NULL, 12, 11, 'Ein- und Ausgabedateien dürfen nicht denselben Namen haben', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('expected page size, encountered "@1"', NULL, NULL, 12, 12, 'Erwartet: Page Size, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('REPLACE specified, but the first file @1 is a database', NULL, NULL, 12, 13, 'Es wurde REPLACE spezifiziert. Die erste Datei @1 ist jedoch eine Datenbank', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('database @1 already exists. To replace it, use the -REP switch', NULL, NULL, 12, 14, 'Die Datenbank @1 ist bereits vorhanden. Zum Ersetzen -REP-Schalter verwenden', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('device type not specified', NULL, NULL, 12, 15, 'Gerätetyp nicht spezifiziert', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('cannot create APOLLO tape descriptor file @1', NULL, NULL, 12, 16, 'Die APOLLO-Bandbeschreibungsdatei @1 kann nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('cannot set APOLLO tape descriptor attribute for @1', NULL, NULL, 12, 17, 'Der APOLLO-Bandheader für @1 kann nicht gesetzt werden', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('cannot create APOLLO cartridge descriptor file @1', NULL, NULL, 12, 18, 'Die APOLLO-Kassettenbeschreibungsdatei @1 kann nicht erstellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('cannot close APOLLO tape descriptor file @1', NULL, NULL, 12, 19, 'Die APOLLO-Bandbeschreibungsdatei @1 kann nicht geschlossen werden', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$blob_info failed', NULL, NULL, 12, 20, 'Fehler bei gds_$blob_info', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('do not understand BLOB INFO item @1', NULL, NULL, 12, 21, 'BLOB-Info-Item @1 unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$get_segment failed', NULL, NULL, 12, 22, 'Fehler bei gds_$get_segment', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$close_blob failed', NULL, NULL, 12, 23, 'Fehler bei gds_$close_blob', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$open_blob failed', NULL, NULL, 12, 24, 'Fehler bei gds_$open_blob', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('Failed in put_blr_gen_id', NULL, NULL, 12, 25, 'Fehler bei put_blr_gen_id', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('data type @1 not understood', NULL, NULL, 12, 26, 'Datentyp @1 unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$compile_request failed', NULL, NULL, 12, 27, 'Fehler bei gds_$compile_request', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$start_request failed', NULL, NULL, 12, 28, 'Fehler bei gds_$start_request', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$receive failed', NULL, NULL, 12, 29, 'Fehler bei gds_$receive', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$release_request failed', NULL, NULL, 12, 30, 'Fehler bei gds_$release_request', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$database_info failed', NULL, NULL, 12, 31, 'Fehler bei gds_$database_info', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('Expected database description record', NULL, NULL, 12, 32, 'Erwartet: Datenbank-Beschreibungssatz', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('failed to create database @1', NULL, NULL, 12, 33, 'Estellung der Datenbank @1 mißlungen', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('RESTORE: decompression length error', NULL, NULL, 12, 34, 'RESTORE: Längenfehler bei Dekompression', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('cannot find table @1', NULL, NULL, 12, 35, 'Die Tabellen @1 ist nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('Cannot find column for BLOB', NULL, NULL, 12, 36, '### für BLOB nicht gefunden', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$create_blob failed', NULL, NULL, 12, 37, 'Fehler bei gds_$create_blob', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$put_segment failed', NULL, NULL, 12, 38, 'Fehler bei gds_$put_segment', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('expected record length', NULL, NULL, 12, 39, 'Ewartet: Datensatzlänge', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('wrong length record, expected @1 encountered @2', NULL, NULL, 12, 40, 'Falsche Datensatzlänge! Erwartet: @1, gefunden: @2', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('expected data attribute', NULL, NULL, 12, 41, 'Erwartet: Daten-Attribut', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('Failed in store_blr_gen_id', NULL, NULL, 12, 42, 'Fehler bei store_blr_gen_id', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('do not recognize record type @1', NULL, NULL, 12, 43, 'Datensatztyp @1 ist unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('Expected backup version 1..8. Found @1', NULL, NULL, 12, 44, 'Erwartet: Backup-Version 1..8. Gefunden: @1', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('expected backup description record', NULL, NULL, 12, 45, 'Erwartet: Backup-Beschreibungsdatensatz', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('string truncated', NULL, NULL, 12, 46, 'Zeichenkette wurde abgeschnitten', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('warning -- record could not be restored', NULL, NULL, 12, 47, 'Warnung: Datensatz konnte nicht wiederhergestellt werden', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('gds_$send failed', NULL, NULL, 12, 48, 'Fehler bei gds_$send', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('no table name for data', NULL, NULL, 12, 49, 'Kein Tabellensname für Daten', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('unexpected end of file on backup file', NULL, NULL, 12, 50, 'Unerwartetes Dateiende in Backup-Datei', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('database format @1 is too old to restore to', NULL, NULL, 12, 51, 'Wiederherstellung des Datenbank-Formats @1 nicht möglich: Format veraltet', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('array dimension for column @1 is invalid', NULL, NULL, 12, 52, 'Array-Dimension für ### @1 ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('expected array version number @1 but instead found @2', NULL, NULL, 12, 53, 'Erwartet: Array-Versionsnummer @1, gefunden: @2', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('expected array dimension @1 but instead found @2', NULL, NULL, 12, 54, 'Erwartet: Array-Dimension @1, gefunden: @2', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('Expected XDR record length', NULL, NULL, 12, 55, 'Erwartet: XDR-Datensatzlänge', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('Unexpected I/O error while @1 backup file', NULL, NULL, 12, 56, 'Unerwarteter E/A-Fehler beim Schreiben auf (writing to) bzw. Lesen (reading from) der Backup-Datei (hier: @1)', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('adding file @1, starting at page @2', NULL, NULL, 12, 57, 'Die Datei @1 wird angefügt. Beginn bei Page @2', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('array', NULL, NULL, 12, 58, 'Array', NULL, NULL, 'daves', '1993-07-16 12:16:21') ('backup', NULL, NULL, 12, 59, 'Backup', NULL, NULL, 'daves', '1993-07-16 12:16:21') (' @1B(ACKUP_DATABASE) backup database to file', NULL, NULL, 12, 60, ' @1B(ACKUP_DATABASE) Backup der Datenbank als Datei', NULL, NULL, 'daves', '1993-07-16 12:16:21') (' backup file is compressed', NULL, NULL, 12, 61, ' Die Backup-Datei ist komprimiert', NULL, NULL, 'daves', '1993-07-16 12:16:21') (' @1D(EVICE) backup file device type on APOLLO (CT or MT)', NULL, NULL, 12, 62, ' @1D(EVICE) Backup-Datei-Gerätetyp auf APOLLO (CT oder MT)', NULL, NULL, 'daves', '1993-07-16 12:16:21') (' @1M(ETA_DATA) backup or restore metadata only', NULL, NULL, 12, 63, ' @1M(ETA_DATA) Backup ### wird nur an Metadaten durchgeführt', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('blob', NULL, NULL, 12, 64, 'BLOB', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('cannot open backup file @1', NULL, NULL, 12, 65, 'Die Backup-Datei @1 kann nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('cannot open status and error output file @1', NULL, NULL, 12, 66, 'Die Status- und Fehlerausgabedatei @1 kann nicht geöffnet werden', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('closing file, committing, and finishing', NULL, NULL, 12, 67, 'Dateischließung, ''COMMIT'', Abmeldung', NULL, NULL, 'daves', '1993-07-16 12:16:22') (' committing metadata', NULL, NULL, 12, 68, ' Die Metadaten werden ''committet''', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('commit failed on table @1', NULL, NULL, 12, 69, '''COMMIT'' bei Tabellen @1 mißlungen', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('committing secondary files', NULL, NULL, 12, 70, 'Die Sekundärdateien werden ''committet''', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('creating index @1', NULL, NULL, 12, 71, 'Der Index @1 wird erstellt', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('committing data for table @1', NULL, NULL, 12, 72, 'Die Daten für die Tabellen @1 werden ''committet''', NULL, NULL, 'daves', '1993-07-16 12:16:22') (' @1C(REATE_DATABASE) create database from backup file', NULL, NULL, 12, 73, ' @1C(REATE_DATABASE) Erstellung der Datenbank aus der Backup-Datei', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('created database @1, page_size @2 bytes', NULL, NULL, 12, 74, 'Erstellt: Datenbank @1, Page_Size @2 Bytes', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('creating file @1', NULL, NULL, 12, 75, 'Die Datei @1 wird erstellt', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('creating indexes', NULL, NULL, 12, 76, 'Es werden Indizes erstellt', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('database @1 has a page size of @2 bytes.', NULL, NULL, 12, 77, 'Die Datenbank @1 hat eine Page Size von @2 Bytes', NULL, NULL, 'daves', '1993-07-16 12:16:22') (' @1I(NACTIVE) deactivate indexes during restore', NULL, NULL, 12, 78, ' @1I(NACTIVE) Deaktivierung der Indizes während des Wiederherstellungsprozesses', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('do not understand BLOB INFO item @1', NULL, NULL, 12, 79, 'BLOB-Info-Item @1 ist unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('do not recognize @1 attribute @2 -- continuing', NULL, NULL, 12, 80, 'Das @1-Attribut @2 ist unbekannt -- Bearbeitung wird fortgesetzt', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('error accessing BLOB column @1 -- continuing', NULL, NULL, 12, 81, 'Fehler beim Zugriff auf das BLOB-### @1 -- Bearbeitung wird fortgesetzt', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('Exiting before completion due to errors', NULL, NULL, 12, 82, 'Vorzeitiges Verlassen des Programms wegen Fehlern -- Bearbeitung nicht beendet', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('Exiting before completion due to errors', NULL, NULL, 12, 83, 'Vorzeitiges Verlassen des Programms wegen Fehlern -- Bearbeitung nicht beendet', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('column', NULL, NULL, 12, 84, '###', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('file', NULL, NULL, 12, 85, 'Datei', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('file length', NULL, NULL, 12, 86, 'Dateilänge', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('filter', NULL, NULL, 12, 87, 'Filter', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('finishing, closing, and going home', NULL, NULL, 12, 88, 'Die Datenbank wird abgemeldet', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('function', NULL, NULL, 12, 89, 'Funktion', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('function argument', NULL, NULL, 12, 90, 'Funktionsargument', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('gbak version @1', NULL, NULL, 12, 91, 'GBAK-Version @1', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('domain', NULL, NULL, 12, 92, '###', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('index', NULL, NULL, 12, 93, 'Index', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('trigger @1 is invalid', NULL, NULL, 12, 94, 'Der Trigger @1 ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('legal switches are:', NULL, NULL, 12, 95, 'Zulässige Schalter:', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('length given for initial file (@1) is less than minimum (@2)', NULL, NULL, 12, 96, 'Die spezifizierte Länge (@1) für die Initialdatei liegt unter dem erforderlichen Minimum (@2)', NULL, NULL, 'daves', '1993-07-16 12:16:22') (' @1E(XPAND) no data compression', NULL, NULL, 12, 97, ' @1E(XPAND) Keine Datenkomprimierung', NULL, NULL, 'daves', '1993-07-16 12:16:22') (' @1L(IMBO) ignore transactions in limbo', NULL, NULL, 12, 98, ' @1L(IMBO) Transaktionen im Limbo-Status ignorieren', NULL, NULL, 'daves', '1993-07-16 12:16:22') (' @1O(NE_AT_A_TIME) restore one table at a time', NULL, NULL, 12, 99, ' @1O(NE_AT_A_TIME) Wiederherstellung von jeweils einer Tabellen', NULL, NULL, 'daves', '1993-07-16 12:16:22') ('opened file @1', NULL, NULL, 12, 100, 'Öffnung der Datei @1', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' @1P(AGE_SIZE) override default page size', NULL, NULL, 12, 101, ' @1P(AGE_SIZE) Übersteuerung der Standard-Page-Size', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('page size', NULL, NULL, 12, 102, 'Page Size', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('page size specified (@1 bytes) rounded up to @2 bytes', NULL, NULL, 12, 103, 'Die spezifizierte Page Size (@1 Bytes) wurde auf @2 Bytes aufgerundet', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' @1Z print version number', NULL, NULL, 12, 104, ' @1Z Versionsnummer drucken', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('privilege', NULL, NULL, 12, 105, 'Zugriffsprivileg', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' @1 records ignored', NULL, NULL, 12, 106, ' @1 Datensätze ignoriert', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' @1 records restored', NULL, NULL, 12, 107, ' @1 Datensätze wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('@1 records written', NULL, NULL, 12, 108, '@1 Datensätze geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' @1Y redirect/suppress status message output', NULL, NULL, 12, 109, ' @1Y <###> Ausgabe umleiten/unterdrücken ###', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('Reducing the database page size from @1 bytes to @2 bytes', NULL, NULL, 12, 110, 'Datenbank-Page-Size von @1 Bytes auf @2 Bytes reduzieren', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('table', NULL, NULL, 12, 111, 'Tabellen', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' @1REP(LACE_DATABASE) replace database from backup file', NULL, NULL, 12, 112, ' @1REP(LACE_DATABASE) Datenbank aus Backup-Datei ersetzen', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' @1V(ERIFY) report each action taken', NULL, NULL, 12, 113, ' @1V(ERIFY) Jede ausgeführte Aktion melden', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('restore failed for record in table @1', NULL, NULL, 12, 114, 'Wiederherstellung des Datensatzes in der Tabellen @1 mißlungen', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring column @1', NULL, NULL, 12, 115, ' Das ### @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring file @1', NULL, NULL, 12, 116, ' Die Datei @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring filter @1', NULL, NULL, 12, 117, ' Der Filter @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('restoring function @1', NULL, NULL, 12, 118, 'Die Funktion @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring argument for function @1', NULL, NULL, 12, 119, ' Das Argument für die Funktion @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring gen id value of: @1', NULL, NULL, 12, 120, ' Wiederherstellung des ''gen id''-Werts: @1', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('restoring domain @1', NULL, NULL, 12, 121, 'Das ### @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring index @1', NULL, NULL, 12, 122, ' Der Index @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring privilege for user @1', NULL, NULL, 12, 123, ' Das Zugriffsprivileg für den Benutzer @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('restoring data for table @1', NULL, NULL, 12, 124, 'Die Daten für die Tabellen @1 werden wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('restoring security class @1', NULL, NULL, 12, 125, 'Die Sicherheitsklasse @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring trigger @1', NULL, NULL, 12, 126, ' Der Trigger @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring trigger message for @1', NULL, NULL, 12, 127, ' Die Trigger-Mitteilung für @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' restoring type @1 for column @2', NULL, NULL, 12, 128, ' Der Typ @1 für das ### @2 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('started transaction', NULL, NULL, 12, 129, 'Die Transaktion wurde gestartet', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('starting transaction', NULL, NULL, 12, 130, 'Die Transaktion hat begonnen', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('security class', NULL, NULL, 12, 131, 'Sicherheitsklasse', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('switches can be abbreviated to the unparenthesized characters', NULL, NULL, 12, 132, 'Schalter können auf das bzw. die außerhalb der Klammern stehenden Zeichen abgekürzt werden', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('transportable backup -- data in XDR format', NULL, NULL, 12, 133, 'Transportables Backup -- Daten im XDR-Format', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('trigger', NULL, NULL, 12, 134, 'Trigger', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('trigger message', NULL, NULL, 12, 135, 'Trigger-Mitteilung', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('trigger type', NULL, NULL, 12, 136, 'Trigger-Typ', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('unknown switch "@1"', NULL, NULL, 12, 137, 'Der Schalter "@1" ist unbekannt', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('validation error on column in table @1', NULL, NULL, 12, 138, 'Fehler bei der ###validierung in der Tabellen @1', NULL, NULL, 'daves', '1993-07-16 12:16:23') (' Version(s) for database "@1"', NULL, NULL, 12, 139, ' Version(en) für die Datenbank "@1"', NULL, NULL, 'daves', '1993-07-16 12:16:23') ('view', NULL, NULL, 12, 140, 'View', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing argument for function @1', NULL, NULL, 12, 141, ' Das Argument für die Funktion @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing data for table @1', NULL, NULL, 12, 142, ' Die Daten für die Tabellen @1 werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing gen id of: @1', NULL, NULL, 12, 143, ' Der ''gen id''-Wert @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing column @1', NULL, NULL, 12, 144, ' Das ### @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing filter @1', NULL, NULL, 12, 145, ' Der Filter @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing filters', NULL, NULL, 12, 146, 'Die Filter werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing function @1', NULL, NULL, 12, 147, ' Die Funktion @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing functions', NULL, NULL, 12, 148, 'Die Funktionen werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing domain @1', NULL, NULL, 12, 149, ' Das ### @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing domains', NULL, NULL, 12, 150, 'Die ### werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing index @1', NULL, NULL, 12, 151, ' Der Index @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing privilege for user @1', NULL, NULL, 12, 152, ' Das Zugriffsprivileg für den Benutzer @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing table @1', NULL, NULL, 12, 153, ' Die Tabellen @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing tables', NULL, NULL, 12, 154, 'Die ### werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing security class @1', NULL, NULL, 12, 155, ' Die Sicherheitsklasse @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing trigger @1', NULL, NULL, 12, 156, ' Der Trigger @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing trigger message for @1', NULL, NULL, 12, 157, ' Die Trigger-Mitteilung für @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing trigger messages', NULL, NULL, 12, 158, 'Die Trigger-Mitteilungen werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing triggers', NULL, NULL, 12, 159, 'Die Trigger werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing type @1 for column @2', NULL, NULL, 12, 160, ' Der Typ @1 für das ### @2 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing types', NULL, NULL, 12, 161, 'Die Typen werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing shadow files', NULL, NULL, 12, 162, 'Die Shadow-Dateien werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing shadow file @1', NULL, NULL, 12, 163, ' Die Shadow-Datei @1 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('writing id generators', NULL, NULL, 12, 164, 'Die Id-Generatoren werden geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' writing generator @1 value @2', NULL, NULL, 12, 165, ' Der Generator @1 mit dem Wert @2 wird geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('readied database @1 for backup', NULL, NULL, 12, 166, 'Die Datenbank @1 wurde zum Backup angemeldet', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('restoring table @1', NULL, NULL, 12, 167, 'Die Tabellen @1 wird wiederhergestellt', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('type', NULL, NULL, 12, 168, 'Typ', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('gbak:', NULL, NULL, 12, 169, 'GBAK:', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('committing metadata for table @1', NULL, NULL, 12, 170, 'Für die Tabellen @1 werden Metadaten ''committet''', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('error committing metadata for table @1', NULL, NULL, 12, 171, 'Fehler beim ''COMMIT'' von Metadaten für die Tabellen @1', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' @1K(ILL) restore without creating shadows', NULL, NULL, 12, 172, ' @1K(ILL) Wiederherstellung ohne Erstellung von Shadows', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('cannot commit index @1', NULL, NULL, 12, 173, 'Der Index @1 kann nicht ''committet'' werden', NULL, NULL, 'daves', '1993-07-16 12:16:24') ('cannot commit files', NULL, NULL, 12, 174, 'Die Dateien können nicht ''committet'' werden', NULL, NULL, 'daves', '1993-07-16 12:16:24') (' @1T(RANSPORTABLE) transportable backup -- data in XDR format', NULL, NULL, 12, 175, ' @1T(RANSPORTABLE) Transportables Backup -- Daten im XDR-Format', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('closing file, committing, and finishing. @1 bytes written', NULL, NULL, 12, 176, 'Dateischließung, ''COMMIT'', Abmeldung. @1 Bytes geschrieben', NULL, NULL, 'daves', '1993-07-16 12:16:25') (' @1G(ARBAGE_COLLECT) inhibit garbage collection', NULL, NULL, 12, 177, ' @1G(ARBAGE_COLLECT) ''Garbage Collection'' ist unzulässig', NULL, NULL, 'daves', '1993-07-16 12:16:25') (' @1IG(NORE) ignore bad checksums', NULL, NULL, 12, 178, ' @1IG(NORE) Fehlerhafte Prüfsummen ignorieren', NULL, NULL, 'daves', '1993-07-16 12:16:25') (' column @1 used in index @2 seems to have vanished', NULL, NULL, 12, 179, ' Das ### @1, das im Index @2 verwendet wurde, ist anscheinend verschwunden', NULL, NULL, 'daves', '1993-07-16 12:16:25') ('index @1 omitted because @2 of the expected @3 keys were found', NULL, NULL, 12, 180, 'Der Index @1 wurde weggelassen, da @2 der erwarteten @3 Schlüssel gefunden wurden', NULL, NULL, 'daves', '1993-07-16 12:16:25') (' @1FA(CTOR) blocking factor', NULL, NULL, 12, 181, ' @1FA(CTOR) Blockfaktor', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('blocking factor parameter missing', NULL, NULL, 12, 182, 'FACTOR-Parameter fehlt', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('expected blocking factor, encountered "@1"', NULL, NULL, 12, 183, 'Erwartet: Blockfaktor, gefunden: "@1"', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('a blocking factor may not be used in conjunction with device CT', NULL, NULL, 12, 184, 'Blockfaktor in Zusammenhang mit dem Gerät CT möglicherweise nicht verwendbar', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('restoring generator @1 value: @2', NULL, NULL, 12, 185, 'Wiederherstellung des @1-Generatorwertes: @2', NULL, NULL, 'daves', '1993-07-16 12:15:59') -- Translate (12,186)-(12,301) (' @1OL(D_DESCRIPTIONS) save old style metadata descriptions', NULL, NULL, 12, 186, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1N(O_VALIDITY) do not restore database validity conditions', NULL, NULL, 12, 187, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user name parameter missing', NULL, NULL, 12, 188, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('password parameter missing', NULL, NULL, 12, 189, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1PAS(SWORD) Firebird password', NULL, NULL, 12, 190, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1USER Firebird user name', NULL, NULL, 12, 191, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing stored procedures', NULL, NULL, 12, 192, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing stored procedure @1', NULL, NULL, 12, 193, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing parameter @1 for stored procedure', NULL, NULL, 12, 194, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('restoring stored procedure @1', NULL, NULL, 12, 195, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('restoring parameter @1 for stored procedure', NULL, NULL, 12, 196, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing exceptions', NULL, NULL, 12, 197, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing exception @1', NULL, NULL, 12, 198, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('restoring exception @1', NULL, NULL, 12, 199, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' missing parameter for the number of bytes to be skipped', NULL, NULL, 12, 200, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('expected number of bytes to be skipped, encountered "@1"', NULL, NULL, 12, 201, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('adjusting an invalid decompression length from @1 to @2', NULL, NULL, 12, 202, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('skipped @1 bytes after reading a bad attribute @2', NULL, NULL, 12, 203, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1S(KIP_BAD_DATA) skip number of bytes after reading bad data', NULL, NULL, 12, 204, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('skipped @1 bytes looking for next valid attribute, encountered attribute @2', NULL, NULL, 12, 205, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing table constraints', NULL, NULL, 12, 206, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing constraint @1', NULL, NULL, 12, 207, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table constraint', NULL, NULL, 12, 208, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing referential constraints', NULL, NULL, 12, 209, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing check constraints', NULL, NULL, 12, 210, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing character sets', NULL, NULL, 12, 211, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing collations', NULL, NULL, 12, 212, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('character set', NULL, NULL, 12, 213, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing character set @1', NULL, NULL, 12, 214, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('collation', NULL, NULL, 12, 215, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing collation @1', NULL, NULL, 12, 216, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unexpected I/O error while reading from backup file', NULL, NULL, 12, 220, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unexpected I/O error while writing to backup file', NULL, NULL, 12, 221, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Could not open file name "@1"', NULL, NULL, 12, 222, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Could not write to file "@1"', NULL, NULL, 12, 223, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Could not read from file "@1"', NULL, NULL, 12, 224, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Done with volume #@1, "@2"', NULL, NULL, 12, 225, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Press return to reopen that file, or type a new name followed by return to open a different file.', NULL, NULL, 12, 226, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Type a file name to open and hit return', NULL, NULL, 12, 227, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Name: ', NULL, NULL, 12, 228, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' ERROR: Backup incomplete', NULL, NULL, 12, 229, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Expected backup start time @1, found @2', NULL, NULL, 12, 230, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Expected backup database @1, found @2', NULL, NULL, 12, 231, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Expected volume number @1, found volume @2', NULL, NULL, 12, 232, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('could not drop database @1 (database might be in use)', NULL, NULL, 12, 233, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Skipped bad security class entry: @1', NULL, NULL, 12, 234, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unknown V3 SUB_TYPE: @1 in FIELD: @2.', NULL, NULL, 12, 235, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Converted V3 sub_type: @1 to character_set_id: @2 and collate_id: @3.', NULL, NULL, 12, 236, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Converted V3 scale: @1 to character_set_id: @2 and callate_id: @3.', NULL, NULL, 12, 237, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('System memory exhausted', NULL, NULL, 12, 238, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1NT Non-Transportable backup file format', NULL, NULL, 12, 239, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Index "@1" failed to activate because:', NULL, NULL, 12, 240, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' The unique index has duplicate values or NULLs.', NULL, NULL, 12, 241, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Delete or Update duplicate values or NULLs, and activate index with', NULL, NULL, 12, 242, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' ALTER INDEX "@1" ACTIVE;', NULL, NULL, 12, 243, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Not enough disk space to create the sort file for an index.', NULL, NULL, 12, 244, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' Set the TMP environment variable to a directory on a filesystem that does have enough space, and activate index with', NULL, NULL, 12, 245, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database is not online due to failure to activate one or more indices.', NULL, NULL, 12, 246, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Run gfix -online to bring database online without active indices.', NULL, NULL, 12, 247, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing SQL roles', NULL, NULL, 12, 248, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' writing SQL role: @1', NULL, NULL, 12, 249, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SQL role', NULL, NULL, 12, 250, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' restoring SQL role: @1', NULL, NULL, 12, 251, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1RO(LE) Firebird SQL role', NULL, NULL, 12, 252, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SQL role parameter missing', NULL, NULL, 12, 253, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1CO(NVERT) backup external files as tables', NULL, NULL, 12, 254, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('gbak: WARNING:', NULL, NULL, 12, 255, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('gbak: ERROR:', NULL, NULL, 12, 256, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1BU(FFERS) override page buffers default', NULL, NULL, 12, 257, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('page buffers parameter missing', NULL, NULL, 12, 258, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('expected page buffers, encountered "@1"', NULL, NULL, 12, 259, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('page buffers is allowed only on restore or create', NULL, NULL, 12, 260, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Starting with volume #@1, "@2"', NULL, NULL, 12, 261, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('size specification either missing or incorrect for file @1', NULL, NULL, 12, 262, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('file @1 out of sequence', NULL, NULL, 12, 263, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('can''t join -- one of the files missing', NULL, NULL, 12, 264, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' standard input is not supported when using join operation', NULL, NULL, 12, 265, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('standard output is not supported when using split operation', NULL, NULL, 12, 266, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('backup file @1 might be corrupt', NULL, NULL, 12, 267, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database file specification missing', NULL, NULL, 12, 268, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('can''t write a header record to file @1', NULL, NULL, 12, 269, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('free disk space exhausted', NULL, NULL, 12, 270, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('file size given (@1) is less than minimum allowed (@2)', NULL, NULL, 12, 271, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Warning -- free disk space exhausted for file @1, the rest of the bytes (@2) will be written to file @3', NULL, NULL, 12, 272, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('service name parameter missing', NULL, NULL, 12, 273, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot restore over current database, must be SYSDBA or owner of the existing database.', NULL, NULL, 12, 274, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('', NULL, NULL, 12, 275, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1USE_(ALL_SPACE) do not reserve space for record versions', NULL, NULL, 12, 276, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1SE(RVICE) use services manager', NULL, NULL, 12, 277, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1MO(DE) "read_only" or "read_write" access', NULL, NULL, 12, 278, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('"read_only" or "read_write" required', NULL, NULL, 12, 279, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('setting database to read-only access', NULL, NULL, 12, 280, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('just data ignore all constraints etc.', NULL, NULL, 12, 281, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('restoring data only ignoring foreign key, unique, not null & other constraints', NULL, NULL, 12, 282, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('closing file, committing, and finishing. @1 bytes written', NULL, NULL, 12, 283, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1R(ECREATE_DATABASE) [O(VERWRITE)] create (or replace if OVERWRITE used) database from backup file', NULL, NULL, 12, 284, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' activating and creating deferred index @1', NULL, NULL, 12, 285, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('check constraint', NULL, NULL, 12, 286, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('exception', NULL, NULL, 12, 287, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('array dimensions', NULL, NULL, 12, 288, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('generator', NULL, NULL, 12, 289, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('procedure', NULL, NULL, 12, 290, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('procedure parameter', NULL, NULL, 12, 291, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('referential constraint', NULL, NULL, 12, 292, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('type (in RDB$TYPES)', NULL, NULL, 12, 293, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1NOD(BTRIGGERS) do not run database triggers', NULL, NULL, 12, 294, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' @1TRU(STED) use trusted authentication', NULL, NULL, 12, 295, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('writing names mapping', NULL, NULL, 12, 296, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' writing map for @1', NULL, NULL, 12, 297, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' restoring map for @1', NULL, NULL, 12, 298, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('name mapping', NULL, NULL, 12, 299, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot restore arbitrary mapping', NULL, NULL, 12, 300, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('restoring names mapping', NULL, NULL, 12, 301, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') -- SQLERR -- Missing messages are interspersed with existing messages. ('Firebird error', NULL, NULL, 13, 1, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Rollback not performed', NULL, NULL, 13, 74, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Connection error', NULL, NULL, 13, 76, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Connection not established', NULL, NULL, 13, 77, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Connection authorization failure.', NULL, NULL, 13, 78, 'Authorisierungsfehler bei der Herstellung der Verbindung', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('deadlock', NULL, NULL, 13, 87, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unsuccessful execution caused by deadlock.', NULL, NULL, 13, 88, 'Ausführung wegen Deadlock gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('record from transaction @1 is stuck in limbo', NULL, NULL, 13, 89, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('operation completed with errors', NULL, NULL, 13, 91, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('the SQL statement cannot be executed', NULL, NULL, 13, 94, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unsuccessful execution caused by an unavailable resource.', NULL, NULL, 13, 96, 'Ausführung gescheitert: Betriebsmittel nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Unsuccessful execution caused by a system error that precludes successful execution of subsequent statements', NULL, NULL, 13, 98, +++ 'Ausführung wegen Systemfehlers gescheitert. Erfolgreiche Ausführung nachfolgender Anweisungen nicht beeinträchtigt', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements', NULL, NULL, 13, 99, +++ 'Ausführung wegen Systemfehlers gescheitert. Erfolgreiche Ausführung nachfolgender Anweisungen beeinträchtigt', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Wrong numeric type', NULL, NULL, 13, 158, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('too many versions', NULL, NULL, 13, 159, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('intermediate journal file full', NULL, NULL, 13, 160, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('journal file wrong format', NULL, NULL, 13, 161, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database @1 shutdown in @2 seconds', NULL, NULL, 13, 162, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('restart shared cache manager', NULL, NULL, 13, 163, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('exception @1', NULL, NULL, 13, 164, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('bad checksum', NULL, NULL, 13, 165, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('refresh range number @1 not found', NULL, NULL, 13, 166, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('expression evaluation not supported', NULL, NULL, 13, 167, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('FOREIGN KEY column count does not match PRIMARY KEY', NULL, NULL, 13, 168, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Attempt to define a second PRIMARY KEY for the same table', NULL, NULL, 13, 169, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column used with aggregate', NULL, NULL, 13, 170, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid column reference', NULL, NULL, 13, 171, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid key position', NULL, NULL, 13, 172, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid direction for find operation', NULL, NULL, 13, 173, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid statement handle', NULL, NULL, 13, 174, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid lock handle', NULL, NULL, 13, 175, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid lock level @1', NULL, NULL, 13, 176, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid bookmark handle', NULL, NULL, 13, 177, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('wrong or obsolete version', NULL, NULL, 13, 180, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The INSERT, UPDATE, DELETE, DDL or authorization statement cannot be executed because the transaction is inquiry only', NULL, NULL, 13, 183, +++ 'Transaktion ist READ ONLY. INSERT, UPDATE, DELETE sowie Datendefinitions/Authorisierungsanwsgn. sind nicht ausführbar', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('external file could not be opened for output', NULL, NULL, 13, 184, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('multiple rows in singleton select', NULL, NULL, 13, 189, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('No subqueries permitted for VIEW WITH CHECK OPTION', NULL, NULL, 13, 190, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('DISTINCT, GROUP or HAVING not permitted for VIEW WITH CHECK OPTION', NULL, NULL, 13, 191, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Only one table allowed for VIEW WITH CHECK OPTION', NULL, NULL, 13, 192, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('No WHERE clause for VIEW WITH CHECK OPTION', NULL, NULL, 13, 193, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Only simple column names permitted for VIEW WITH CHECK OPTION', NULL, NULL, 13, 194, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('An error was found in the application program input parameters for the SQL statement.', NULL, NULL, 13, 196, 'Die Anwendungsprogramm-Eingabeparameter für die SQL-Anweisung sind fehlerhaft', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Invalid insert or update value(s): object columns are constrained - no 2 table rows can have duplicate column values', NULL, NULL, 13, 197, +++ 'INSERT- oder UPDATE-Wert(e) ungültig. 2 Tabellenreihen könnnen nicht dieselben Spaltenwerte haben', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Arithmetic overflow or division by zero has occurred.', NULL, NULL, 13, 198, 'Arithmetischer Überlauf oder Division durch Null', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('cannot access column @1 in view @2', NULL, NULL, 13, 306, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Too many concurrent executions of the same request', NULL, NULL, 13, 307, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('maximum indexes per table (@1) exceeded', NULL, NULL, 13, 308, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('new record size of @1 bytes is too big', NULL, NULL, 13, 309, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('segments not allowed in expression index @1', NULL, NULL, 13, 310, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('wrong page type', NULL, NULL, 13, 311, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid ARRAY or BLOB operation', NULL, NULL, 13, 315, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 extension error', NULL, NULL, 13, 323, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('key size exceeds implementation restriction for index "@1"', NULL, NULL, 13, 336, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('definition error for index @1', NULL, NULL, 13, 337, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot create index', NULL, NULL, 13, 340, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('duplicate specification of @1 - not supported', NULL, NULL, 13, 363, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The insert failed because a column definition includes validation constraints.', NULL, NULL, 13, 375, 'Eine Spaltendefinition enthält Validierungsbeschränkungen. Einfügung gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('Cannot delete object referenced by another object', NULL, NULL, 13, 382, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot modify object referenced by another object', NULL, NULL, 13, 383, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Object is referenced by another object', NULL, NULL, 13, 384, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('lock on conflicts with existing lock', NULL, NULL, 13, 385, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('This operation is not defined for system tables.', NULL, NULL, 13, 393, 'Diese Operation ist nicht für Systemtabellen definiert', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Inappropriate self-reference of column', NULL, NULL, 13, 395, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Illegal array dimension range', NULL, NULL, 13, 396, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database or file exists', NULL, NULL, 13, 399, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('sort error: corruption in data structure', NULL, NULL, 13, 400, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('node not supported', NULL, NULL, 13, 401, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Shadow number must be a positive integer', NULL, NULL, 13, 402, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Preceding file did not specify length, so @1 must include starting page number', NULL, NULL, 13, 403, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('illegal operation when at beginning of stream', NULL, NULL, 13, 404, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('the current position is on a crack', NULL, NULL, 13, 405, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot modify an existing user privilege', NULL, NULL, 13, 447, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('user does not have the privilege to perform operation', NULL, NULL, 13, 448, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('This user does not have privilege to perform this operation on this object.', NULL, NULL, 13, 449, 'Benutzer nicht zur Durchführung dieser Operation an diesem Objekt befugt', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('transaction marked invalid by I/O error', NULL, NULL, 13, 468, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot prepare a CREATE DATABASE/SCHEMA statement', NULL, NULL, 13, 469, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('violation of FOREIGN KEY constraint "@1"', NULL, NULL, 13, 470, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('The prepare statement identifies a prepare statement with an open cursor', NULL, NULL, 13, 481, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unknown statement or request', NULL, NULL, 13, 482, 'Anweisung oder Anforderung unbekannt', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('Attempt to update non-updatable cursor', NULL, NULL, 13, 490, 'Es wurde ein Update-Versuch an einer nicht aktualisierbaren ### durchgeführt', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('The cursor identified in the UPDATE or DELETE statement is not positioned on a row.', NULL, NULL, 13, 492, 'Der in der UPDATE- oder DELETE-Anweisung spezifizierte Cursor zeigt nicht auf eine Reihe', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Unknown cursor', NULL, NULL, 13, 496, 'Cursor unbekannt', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('The cursor identified in an OPEN statement is already open.', NULL, NULL, 13, 498, 'Der in einer OPEN-Anweisung spezifizierte Cursor ist bereits geöffnet', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('The cursor identified in a FETCH or CLOSE statement is not open.', NULL, NULL, 13, 499, 'Der in einer FETCH- oder CLOSE-Anweisung spezifizierte Cursor ist nicht geöffnet', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Overflow occurred during data type conversion.', NULL, NULL, 13, 587, 'Überlauf bei der Datentypkonvertierung', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('null segment of UNIQUE KEY', NULL, NULL, 13, 593, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('subscript out of bounds', NULL, NULL, 13, 594, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('data operation not supported', NULL, NULL, 13, 598, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid comparison operator for find operation', NULL, NULL, 13, 599, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot transliterate character between character sets', NULL, NULL, 13, 686, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('count of column list and variable list do not match', NULL, NULL, 13, 687, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Incompatible column/host variable data type', NULL, NULL, 13, 697, 'Variabler ###/Hostdatentyp ist inkompatibel', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('Operation violates CHECK constraint @1 on view or table', NULL, NULL, 13, 703, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('internal gds software consistency check (invalid RDB$CONSTRAINT_TYPE)', NULL, NULL, 13, 704, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update constraints (RDB$RELATION_CONSTRAINTS).', NULL, NULL, 13, 705, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot delete CHECK constraint entry (RDB$CHECK_CONSTRAINTS)', NULL, NULL, 13, 706, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update constraints (RDB$CHECK_CONSTRAINTS).', NULL, NULL, 13, 707, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot update constraints (RDB$REF_CONSTRAINTS).', NULL, NULL, 13, 708, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column used in a PRIMARY constraint must be NOT NULL.', NULL, NULL, 13, 709, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('index @1 cannot be used in the specified plan', NULL, NULL, 13, 716, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table @1 is referenced in the plan but not the from list', NULL, NULL, 13, 717, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('the table @1 is referenced twice; use aliases to differentiate', NULL, NULL, 13, 718, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table @1 is not referenced in plan', NULL, NULL, 13, 719, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log file specification partition error', NULL, NULL, 13, 739, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cache or Log redefined', NULL, NULL, 13, 740, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Write-ahead Log with shadowing configuration not allowed', NULL, NULL, 13, 741, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Overflow log specification required for round-robin log', NULL, NULL, 13, 742, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL defined; Cache Manager must be started first', NULL, NULL, 13, 743, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Write-ahead Log without shared cache configuration not allowed', NULL, NULL, 13, 745, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot start WAL writer for the database @1', NULL, NULL, 13, 746, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL writer synchronization error for the database @1', NULL, NULL, 13, 747, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL setup error. Please see Firebird log.', NULL, NULL, 13, 748, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL buffers cannot be increased. Please see Firebird log.', NULL, NULL, 13, 749, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL writer - Journal server communication error. Please see Firebird log.', NULL, NULL, 13, 750, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WAL I/O error. Please see Firebird log.', NULL, NULL, 13, 751, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unable to roll over; please see Firebird log.', NULL, NULL, 13, 752, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('obsolete', NULL, NULL, 13, 753, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('obsolete', NULL, NULL, 13, 754, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('obsolete', NULL, NULL, 13, 755, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('obsolete', NULL, NULL, 13, 756, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('database does not use Write-ahead Log', NULL, NULL, 13, 757, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot roll over to the next log file @1', NULL, NULL, 13, 758, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('obsolete', NULL, NULL, 13, 759, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('obsolete', NULL, NULL, 13, 760, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cache or Log size too small', NULL, NULL, 13, 761, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log record header too small at offset @1 in log file @2', NULL, NULL, 13, 762, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Incomplete log record at offset @1 in log file @2', NULL, NULL, 13, 763, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unexpected end of log file @1 at offset @2', NULL, NULL, 13, 764, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Database name in the log file @1 is different', NULL, NULL, 13, 765, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log file @1 not closed properly; database recovery may be required', NULL, NULL, 13, 766, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log file @1 not latest in the chain but open flag still set', NULL, NULL, 13, 767, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid version of log file @1', NULL, NULL, 13, 768, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Log file header of @1 too small', NULL, NULL, 13, 769, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('obsolete', NULL, NULL, 13, 770, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('table @1 is not defined', NULL, NULL, 13, 781, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('invalid ORDER BY clause', NULL, NULL, 13, 792, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column does not belong to referenced table', NULL, NULL, 13, 794, 'Die Spalte gehört nicht zur referenzierten Tabelle', NULL, NULL, 'daves', '1993-07-16 12:15:57') ('column @1 is not defined in table @2', NULL, NULL, 13, 795, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Undefined name', NULL, NULL, 13, 796, 'Name nicht definiert', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('Ambiguous column reference.', NULL, NULL, 13, 797, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('function @1 is not defined', NULL, NULL, 13, 828, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid data type, length, or value', NULL, NULL, 13, 829, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid number of arguments', NULL, NULL, 13, 830, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('dbkey not available for multi-table views', NULL, NULL, 13, 838, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('number of columns does not match select list', NULL, NULL, 13, 842, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('must specify column name for view select expression', NULL, NULL, 13, 843, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 is not a valid base table of the specified view', NULL, NULL, 13, 845, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('This column cannot be updated because it is derived from an SQL function or expression.', NULL, NULL, 13, 849, 'Diese Spalte stammt von einer SQL-Funktion bzw. -Ausdruck. Update nicht durchführbar', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('The object of the INSERT, DELETE or UPDATE statement is a view for which the requested operation is not permitted.', NULL, NULL, 13, 850, 'Das Objekt der INSERT-, DELETE- oder UPDATE-Anwsg. ist eine View, für die die angeforderte Operation unzulässig ist', NULL, NULL, 'daves', '1993-07-16 12:15:58') ('Invalid String', NULL, NULL, 13, 895, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid token', NULL, NULL, 13, 896, 'Token ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('Invalid numeric literal', NULL, NULL, 13, 897, 'Numerisches Literal unzulässig', NULL, NULL, 'daves', '1993-07-16 12:15:59') -- Translate (13,898)-(13,951) ('An error occurred while trying to update the security database', NULL, NULL, 13, 915, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('non-SQL security class defined', NULL, NULL, 13, 916, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ODS versions before ODS@1 are not supported', NULL, NULL, 13, 917, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Table @1 does not exist', NULL, NULL, 13, 918, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('View @1 does not exist', NULL, NULL, 13, 919, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('At line @1, column @2', NULL, NULL, 13, 920, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('At unknown line and column', NULL, NULL, 13, 921, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Column @1 cannot be repeated in @2 statement', NULL, NULL, 13, 922, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Too many values (more than @1) in member list to match against', NULL, NULL, 13, 923, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Array and BLOB data types not allowed in computed field', NULL, NULL, 13, 924, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Implicit domain name @1 not allowed in user created domain', NULL, NULL, 13, 925, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('scalar operator used on field @1 which is not an array', NULL, NULL, 13, 926, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot sort on more than 255 items', NULL, NULL, 13, 927, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot group on more than 255 items', NULL, NULL, 13, 928, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cannot include the same field (@1.@2) twice in the ORDER BY clause with conflicting sorting options', NULL, NULL, 13, 929, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column list from derived table @1 has more columns than the number of items in its SELECT statement', NULL, NULL, 13, 930, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column list from derived table @1 has less columns than the number of items in its SELECT statement', NULL, NULL, 13, 931, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('no column name specified for column number @1 in derived table @2', NULL, NULL, 13, 932, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column @1 was specified multiple times for derived table @2', NULL, NULL, 13, 933, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Internal dsql error: alias type expected by pass1_expand_select_node', NULL, NULL, 13, 934, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Internal dsql error: alias type expected by pass1_field', NULL, NULL, 13, 935, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Internal dsql error: column position out of range in pass1_union_auto_cast', NULL, NULL, 13, 936, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Recursive CTE member (@1) can refer itself only in FROM clause', NULL, NULL, 13, 937, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('CTE ''@1'' has cyclic dependencies', NULL, NULL, 13, 938, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Recursive member of CTE can''t be member of an outer join', NULL, NULL, 13, 939, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Recursive member of CTE can''t reference itself more than once', NULL, NULL, 13, 940, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Recursive CTE (@1) must be an UNION', NULL, NULL, 13, 941, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('CTE ''@1'' defined non-recursive member after recursive', NULL, NULL, 13, 942, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Recursive member of CTE ''@1'' has @2 clause', NULL, NULL, 13, 943, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Recursive members of CTE (@1) must be linked with another members via UNION ALL', NULL, NULL, 13, 944, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Non-recursive member is missing in CTE ''@1''', NULL, NULL, 13, 945, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('WITH clause can''t be nested', NULL, NULL, 13, 946, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column @1 appears more than once in USING clause', NULL, NULL, 13, 947, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('feature is not supported in dialect @1', NULL, NULL, 13, 948, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('CTE "@1" is not used in query', NULL, NULL, 13, 949, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('column @1 appears more than once in ALTER VIEW', NULL, NULL, 13, 950, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 is not supported inside IN AUTONOMOUS TRANSACTION block', NULL, NULL, 13, 951, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') -- SQLWARN ('Row not found for fetch, update or delete, or the result of a query is an empty table.', NULL, NULL, 14, 100, 'Reihe für FETCH, UPDATE oder DELETE nicht auffindbar, oder das Ergebnis einer Abfrage ist eine leere Tabelle', NULL, NULL, 'daves', '1993-07-16 12:15:59') -- Translate (14,101)-(14,612) ('segment buffer length shorter than expected', NULL, NULL, 14, 101, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Datatype needs modification', NULL, NULL, 14, 301, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Duplicate column or domain name found.', NULL, NULL, 14, 612, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') -- JRD_BUGCHK ('invalid block type encountered', NULL, NULL, 15, 147, 'Ungültigen Blocktyp angetroffen', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('wrong packet type', NULL, 'Error message not currently in use.', 15, 148, 'Pakettyp ist falsch', NULL, 'Error message not currently in use.', 'daves', '1993-07-16 12:15:53') ('cannot map page', NULL, NULL, 15, 149, 'Entsprechung nicht erhältlich', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('request to allocate invalid block type', NULL, NULL, 15, 150, 'Zuweisung eines ungültigen Blocktyps angefordert', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('request to allocate block type larger than maximum size', NULL, NULL, 15, 151, 'Zuweisung eines Blocktyps angefordert, der die maximal zulässige Größe überschreitet', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('memory pool free list is invalid', NULL, NULL, 15, 152, 'Die Liste des verfügbaren Speicherraums ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('invalid pool id encountered', NULL, NULL, 15, 153, 'Ungültige Pool-Id angetroffen', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('attempt to release free block', NULL, NULL, 15, 154, 'Es wurde versucht, einen freien Block freizugeben', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('attempt to release block overlapping following free block', NULL, NULL, 15, 155, 'Es wurde versucht, einen Block freizugeben, der den darauffolgenden freien Block überlagert', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('attempt to release block overlapping prior free block', NULL, NULL, 15, 156, 'Es wurde versucht, einen Block freizugeben, der den vorhergehenden freien Block überlagert', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('cannot sort on a field that does not exist', NULL, NULL, 15, 157, 'Ein nicht existierendes Feld kann nicht sortiert werden', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('database file not available', NULL, NULL, 15, 158, 'Datenbankdatei nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('cannot assert logical lock', NULL, NULL, 15, 159, 'Logische Sperre nicht erhältlich', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('wrong ACL version', NULL, NULL, 15, 160, 'Falsche ACL-Version', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('shadow block not found', NULL, NULL, 15, 161, 'Shadow-Block nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('shadow lock not synchronized properly', NULL, NULL, 15, 162, 'Shadow-Sperre nicht richtig synchronisiert', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('root file name not listed for shadow', NULL, NULL, 15, 163, 'Root-Dateiname für Shadow nicht aufgeführt', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('failed to remove symbol from hash table', NULL, NULL, 15, 164, 'Entfernung des Symbols aus der Hash-Tabelle gescheitert', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('cannot find tip page', NULL, NULL, 15, 165, 'TIP- (Transaction Inventory Page) Page nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('invalid rsb type', NULL, NULL, 15, 166, 'RSB-Typ ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('invalid SEND request', NULL, NULL, 15, 167, 'SEND-Anforderung (REQUEST) ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('looper: action not yet implemented', NULL, NULL, 15, 168, 'Looper: Aktion noch nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('return data type not supported', NULL, NULL, 15, 169, 'RETURN-Datentyp nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('unexpected reply from journal server', NULL, NULL, 15, 170, 'Unerwartete Antwort vom Journal-Server', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('journal server is incompatible version', NULL, NULL, 15, 171, 'Die Version des Journal-Servers ist nicht kompatibel', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('journal server refused connection', NULL, NULL, 15, 172, 'Verbindung durch Journal-Server abgelehnt', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('referenced index description not found', NULL, NULL, 15, 173, 'Referenzierte Indexbeschreibung nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('index key too big', NULL, NULL, 15, 174, 'Indexschlüssel zu groß', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('partner index description not found', NULL, NULL, 15, 175, 'Zugehörige Indexbeschreibung nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('bad difference record', NULL, NULL, 15, 176, 'Differenz-Datensatz ist fehlerhaft', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('applied differences will not fit in record', NULL, NULL, 15, 177, 'Angewandte Differenzen können nicht im Datensatz untergebracht werden', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('record length inconsistent', NULL, NULL, 15, 178, 'Die Datensatzlänge ist nicht konsistent', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('decompression overran buffer', NULL, NULL, 15, 179, 'Dekomprimierung bewirkte Pufferüberlauf', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('cannot reposition for update after sort for RMS', NULL, NULL, 15, 180, 'Repositionierung für Update nach Sortierung für RMS nicht möglich', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('external access type not implemented', NULL, NULL, 15, 181, 'Externer Zugriffstyp nicht verfügbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('differences record too long', NULL, NULL, 15, 182, 'Der Differenzdatensatz ist zu long', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('wrong record length', NULL, NULL, 15, 183, 'Falsche Datensatzlänge', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('limbo impossible', NULL, NULL, 15, 184, 'Limbo-Status nicht möglich', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('wrong record version', NULL, NULL, 15, 185, 'Falsche Datensatzversion', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('record disappeared', NULL, NULL, 15, 186, 'Datensatz ist verschwunden', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('cannot delete system tables', NULL, NULL, 15, 187, 'System-### können nicht gelöscht werden', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('cannot update erased record', NULL, NULL, 15, 188, 'Ein gelöschter Datensatz kann nicht aktualisiert werden', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('comparison not supported for specified data types', NULL, NULL, 15, 189, 'Bei den angegebenen Datentypen wird kein Vergleich unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('conversion not supported for specified data types', NULL, NULL, 15, 190, 'Bei den angegebenen Datentypen wird keine Konvertierung unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('conversion error', NULL, NULL, 15, 191, 'Konvertierungsfehler', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('overflow during conversion', NULL, NULL, 15, 192, 'Überlauf bei der Konvertierung', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('null or invalid array', NULL, NULL, 15, 193, 'Null-Array oder Array ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('BLOB not found', NULL, NULL, 15, 194, 'BLOB nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('cannot update old BLOB', NULL, NULL, 15, 195, 'Update an altem BLOB nicht durchführbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('relation for array not known', NULL, NULL, 15, 196, 'Die für das Array spezifizierte Relation ist unbekannt', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('field for array not known', NULL, NULL, 15, 197, 'Das für das Array spezifizierte Feld ist unbekannt', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('array subscript computation error', NULL, NULL, 15, 198, 'Fehler bei der Berechnung des Array-Subskripts', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('expected field node', NULL, NULL, 15, 199, 'Erwartet: Feldknoten', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('invalid BLOB ID', NULL, NULL, 15, 200, 'BLOB-Id ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('cannot find BLOB page', NULL, NULL, 15, 201, 'BLOB-Page nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('unknown data type', NULL, NULL, 15, 202, 'Datentyp unbekannt', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('shadow block not found for extend file', NULL, NULL, 15, 203, 'Shadow-Block für Erweiterungsdatei nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:54') ('index inconsistent', NULL, NULL, 15, 204, 'Index ist nicht konsistent', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('index bucket overfilled', NULL, NULL, 15, 205, 'Zu viele Einträge für Index-Knoten', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('exceeded index level', NULL, NULL, 15, 206, 'Die Indexebene wurde überschritten', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('page already in use', NULL, NULL, 15, 207, 'Page ist bereits in Verwendung', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('page not accessed for write', NULL, NULL, 15, 208, 'Für die Schreiboperation wurde nicht auf die Page zugegriffen', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('attempt to release page not acquired', NULL, NULL, 15, 209, 'Es wurde versucht, eine nicht erhaltene Page freizugeben', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('page in use during flush', NULL, NULL, 15, 210, 'Page während Leerung (Flush) in Verwendung', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('attempt to remove page from dirty page list when not there', NULL, NULL, 15, 211, 'Es wurde versucht, eine nicht vorhandene Page von der modifizierten Page-Liste zu entfernen', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('CCH_precedence: block marked', NULL, NULL, 15, 212, 'CCH_precedence: Block markiert', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('insufficient cache size', NULL, NULL, 15, 213, 'Cache-Größe unzureichend', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('no cache buffers available for reuse', NULL, NULL, 15, 214, 'Es stehen keine Cache-Puffer zur Wiederverwendung zur Verfügung', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('page @1, page type @2 lock conversion denied', NULL, NULL, 15, 215, '###', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('page @1, page type @2 lock denied', NULL, NULL, 15, 216, '###', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('buffer marked for update', NULL, NULL, 15, 217, 'Puffer zum Update markiert', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('CCH: @1, status = @2 (218)', NULL, NULL, 15, 218, 'CCH: @1, Status = @2 (218)', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('request of unknown resource', NULL, NULL, 15, 219, 'Anfrage (REQUEST) nach unbekanntem Betriebsmittel', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('release of unknown resource', NULL, NULL, 15, 220, 'Unbekanntes Betriebsmittel freigegeben', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('(CMP) copy: cannot remap', NULL, NULL, 15, 221, '(CMP) copy: Entsprechung nicht wieder erhältlich', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('bad BLR -- invalid stream', NULL, NULL, 15, 222, 'Falsches BLR -- Stream ist ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('argument of scalar operation must be an array', NULL, NULL, 15, 223, 'Das Argument der Skalaroperation muß ein Array sein', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('quad word arithmetic not supported', NULL, NULL, 15, 224, 'Arithmetische Operationen mit QUADWORD nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('data type not supported for arithmetic', NULL, NULL, 15, 225, 'Dieser Datentyp wird für arithmetische Operationen nicht unterstützt', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('request size limit exceeded', NULL, NULL, 15, 226, 'Maximal zulässige Anfragegröße überschritten', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('cannot access field @1 in view @2', NULL, NULL, 15, 227, 'Kein Zugriff auf das Feld @1 in der View @2 möglich', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('cannot access field in view @1', NULL, NULL, 15, 228, 'Kein Zugriff auf das Feld in der View @1 möglich', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('EVL_assign_to: invalid operation', NULL, NULL, 15, 229, 'EVL_assign_to: Operation ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('EVL_bitmap: invalid operation', NULL, NULL, 15, 230, 'EVL_bitmap: Operation ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('EVL_boolean: invalid operation', NULL, NULL, 15, 231, 'EVL_boolean: Operation ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('EVL_expr: invalid operation', NULL, NULL, 15, 232, 'EVL_expr: Operation ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('eval_statistical: invalid operation', NULL, NULL, 15, 233, 'eval_statistical: Operation ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('Unimplemented conversion, FAO directive O,Z,S', NULL, NULL, 15, 234, 'Konvertierung nicht implementiert. FAO-Befehl O,Z,S', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('Unimplemented conversion, FAO directive X,U', NULL, NULL, 15, 235, 'Konvertierung nicht implementiert. FAO-Befehl X, U', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('Error parsing RDB FAO msg string', NULL, NULL, 15, 236, 'Fehler beim Parsing der Rdb FAO-Mitteilungszeichenkette', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('Error parsing RDB FAO msg str', NULL, NULL, 15, 237, 'Fehler beim Parsing der Rdb FAO-Mitteilungszeichenkette', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('unknown parameter in RdB status vector', NULL, NULL, 15, 238, 'Unbekannter Parameter im Rdb-Statusvektor', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('Firebird status vector inconsistent', NULL, NULL, 15, 239, 'Der Firebird-Statusvektor ist inkonsistent', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('Firebird/RdB message parameter inconsistency', NULL, NULL, 15, 240, 'Die Firebird/Rdb-Mitteilungsparameter sind inkonsistent', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('error parsing RDB FAO message string', NULL, NULL, 15, 241, 'Fehler beim Parsing der Rdb FAO-Mitteilungszeichenkette', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('unimplemented FAO directive', NULL, NULL, 15, 242, 'FAO-Befehl nicht implementiert', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('missing pointer page in DPM_data_pages', NULL, NULL, 15, 243, 'Fehlende Pointer Page in DPM_data_pages', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('Fragment does not exist', NULL, NULL, 15, 244, 'Fragment existiert nicht', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('pointer page disappeared in DPM_delete', NULL, NULL, 15, 245, 'Pointer Page nicht mehr in DPM_delete gefunden', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('pointer page lost from DPM_delete_relation', NULL, NULL, 15, 246, 'Pointer Page nicht mehr in DPM_delete_relation gefunden', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('missing pointer page in DPM_dump', NULL, NULL, 15, 247, 'Fehlende Pointer Page in DPM_dump', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('cannot find record fragment', NULL, NULL, 15, 248, 'Datensatz-Fragment nicht auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('pointer page vanished from DPM_next', NULL, NULL, 15, 249, 'Pointer Page nicht mehr in DPM_next gefunden', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('temporary page buffer too small', NULL, NULL, 15, 250, 'Temporärer Page-Puffer zu klein', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('damaged data page', NULL, NULL, 15, 251, 'Daten-Page beschädigt', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('header fragment length changed', NULL, NULL, 15, 252, 'Die Länge des Header-Fragments wurde geändert', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('pointer page vanished from extend_relation', NULL, NULL, 15, 253, 'Pointer Page nicht mehr in extend_relation gefunden', NULL, NULL, 'daves', '1993-07-16 12:15:55') ('pointer page vanished from relation list in locate_space', NULL, NULL, 15, 254, 'Pointer Page von Relationsliste in locate_space verschwunden', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('cannot find free space', NULL, NULL, 15, 255, 'Kein freier Speicherplatz auffindbar', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('pointer page vanished from mark_full', NULL, NULL, 15, 256, 'Pointer Page nicht mehr in mark_full-Routine gefunden', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('bad record in RDB$PAGES', NULL, NULL, 15, 257, 'Falscher Datensatz in RDB$PAGES', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('page slot not empty', NULL, NULL, 15, 258, 'Page Slot nicht leer', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('bad pointer page', NULL, NULL, 15, 259, 'Falsche Pointer Page', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('index unexpectedly deleted', NULL, NULL, 15, 260, 'Löschung des Index unerwartet', NULL, NULL, 'daves', '1993-07-16 12:15:56') ('scalar operator used on field which is not an array', NULL, NULL, 15, 261, 'Für ein Feld, das kein Array ist, wurde ein Skalaroperator verwendet', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('active', NULL, NULL, 15, 262, 'aktiv', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('committed', NULL, NULL, 15, 263, '"committet"', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('rolled back', NULL, NULL, 15, 264, 'zurückgerollt (Rollback)', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('in an ill-defined state', NULL, NULL, 15, 265, 'ungültig', NULL, NULL, 'daves', '1993-07-16 12:15:59') ('next transaction older than oldest active transaction', NULL, NULL, 15, 266, 'Die nächste Transaktionsnummer ist niedriger als die älteste aktive Transaktionsnummer', NULL, NULL, 'daves', '1993-07-16 12:15:53') ('next transaction older than oldest transaction', NULL, NULL, 15, 267, 'Die nächste Transaktionsnummer ist niedriger als die älteste Transaktionsnummer', NULL, NULL, 'daves', '1993-07-16 12:15:53') -- Translate (15,268)-(15,306) ('buffer marked during cache unwind', NULL, NULL, 15, 268, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! database corrupted', NULL, NULL, 15, 269, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! wrong data page record', NULL, NULL, 15, 270, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! no space on data page', NULL, NULL, 15, 271, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! wrong header page record', NULL, NULL, 15, 272, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! wrong generator page record', NULL, NULL, 15, 273, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! wrong b-tree page record', NULL, NULL, 15, 274, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! wrong page inventory page record', NULL, NULL, 15, 275, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! wrong pointer page record', NULL, NULL, 15, 276, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! wrong index root page record', NULL, NULL, 15, 277, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! wrong transaction page record', NULL, NULL, 15, 278, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! out of sequence log record encountered', NULL, NULL, 15, 279, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! unknown page type', NULL, NULL, 15, 280, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error in recovery! unknown record type', NULL, NULL, 15, 281, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('journal server cannot archive to specified archive directory', NULL, NULL, 15, 282, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('checksum error in log record when reading from log file', NULL, NULL, 15, 283, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot restore singleton select data', NULL, NULL, 15, 284, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('lock not found in internal lock manager', NULL, NULL, 15, 285, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('size of opt block exceeded', NULL, NULL, 15, 286, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Too many savepoints', NULL, NULL, 15, 287, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('garbage collect record disappeared', NULL, NULL, 15, 288, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unknown BLOB FILTER ACTION_', NULL, NULL, 15, 289, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('error during savepoint backout', NULL, NULL, 15, 290, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('cannot find record back version', NULL, NULL, 15, 291, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Illegal user_type.', NULL, NULL, 15, 292, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('bad ACL', NULL, NULL, 15, 293, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('inconsistent LATCH_mark release', NULL, NULL, 15, 294, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('inconsistent LATCH_mark call', NULL, NULL, 15, 295, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('inconsistent latch downgrade call', NULL, NULL, 15, 296, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('bdb is unexpectedly marked', NULL, NULL, 15, 297, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('missing exclusive latch', NULL, NULL, 15, 298, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('exceeded maximum number of shared latches on a bdb', NULL, NULL, 15, 299, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('can''t find shared latch', NULL, NULL, 15, 300, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Non-zero use_count of a buffer in the empty que', NULL, NULL, 15, 301, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unexpected page change from latching', NULL, NULL, 15, 302, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Invalid expression for evaluation', NULL, NULL, 15, 303, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('RDB$FLAGS for trigger @1 in RDB$TRIGGERS is corrupted', NULL, NULL, 15, 304, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Blobs accounting is inconsistent', NULL, NULL, 15, 305, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Found array data type with more than 16 dimensions', NULL, NULL, 15, 306, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') -- ISQL(17) is missing -- Translate (17,0)-(17,160) ('Statement failed, SQLSTATE = @1', NULL, NULL, 17, 0, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('usage: isql [options] []', NULL, NULL, 17, 1, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unknown switch: @1', NULL, NULL, 17, 2, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Use CONNECT or CREATE DATABASE to specify a database', NULL, NULL, 17, 3, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unable to open @1', NULL, NULL, 17, 4, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Commit current transaction (y/n)?', NULL, NULL, 17, 5, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Committing.', NULL, NULL, 17, 6, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Rolling back work.', NULL, NULL, 17, 7, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Command error: @1', NULL, NULL, 17, 8, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Enter data or NULL for each column. RETURN to end.', NULL, NULL, 17, 9, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('ISQL Version: @1', NULL, NULL, 17, 10, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' -a(ll) extract metadata incl. legacy non-SQL tables', NULL, NULL, 17, 11, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Number of DB pages allocated = @1', NULL, NULL, 17, 12, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Sweep interval = @1', NULL, NULL, 17, 13, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Number of wal buffers = @1', NULL, NULL, 17, 14, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Wal buffer size = @1', NULL, NULL, 17, 15, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Check point length = @1', NULL, NULL, 17, 16, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Check point interval = @1', NULL, NULL, 17, 17, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Wal group commit wait = @1', NULL, NULL, 17, 18, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Base level = @1', NULL, NULL, 17, 19, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Transaction in limbo = @1', NULL, NULL, 17, 20, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Frontend commands:', NULL, NULL, 17, 21, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('BLOBVIEW -- view BLOB in text editor', NULL, NULL, 17, 22, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('BLOBDUMP -- dump BLOB to a file', NULL, NULL, 17, 23, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('EDIT [] -- edit SQL script file and execute', NULL, NULL, 17, 24, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('INput -- take input from the named SQL file', NULL, NULL, 17, 25, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('OUTput [] -- write output to named file', NULL, NULL, 17, 26, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SHELL -- execute Operating System command in sub-shell', NULL, NULL, 17, 27, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('HELP -- display this menu', NULL, NULL, 17, 28, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Set commands:', NULL, NULL, 17, 29, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET -- display current SET options', NULL, NULL, 17, 30, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET AUTOddl -- toggle autocommit of DDL statements', NULL, NULL, 17, 31, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET BLOB [ALL|] -- display BLOBS of subtype or ALL', NULL, NULL, 17, 32, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET COUNT -- toggle count of selected rows on/off', NULL, NULL, 17, 33, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET ECHO -- toggle command echo on/off', NULL, NULL, 17, 34, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET STATs -- toggle display of performance statistics', NULL, NULL, 17, 35, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET TERM -- change statement terminator string', NULL, NULL, 17, 36, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SHOW [] -- display system information', NULL, NULL, 17, 37, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' = CHECK, DATABASE, DOMAIN, EXCEPTION, FILTER, FUNCTION, GENERATOR,', NULL, NULL, 17, 38, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('EXIT -- exit and commit changes', NULL, NULL, 17, 39, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('QUIT -- exit and roll back changes', NULL, NULL, 17, 40, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('All commands may be abbreviated to letters in CAPitals', NULL, NULL, 17, 41, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET SCHema/DB -- changes current database', NULL, NULL, 17, 42, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Yes', NULL, NULL, 17, 43, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Current memory = !c Delta memory = !d Max memory = !x Elapsed time= !e sec ', NULL, NULL, 17, 44, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Cpu = !u sec Buffers = !b Reads = !r Writes = !w Fetches = !f', NULL, NULL, 17, 45, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('BLOB display set to subtype @1. This BLOB: subtype = @2', NULL, NULL, 17, 46, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('BLOB: @1, type ''edit'' or filename to load>', NULL, NULL, 17, 47, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Enter @1 as Y/M/D>', NULL, NULL, 17, 48, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Enter @1>', NULL, NULL, 17, 49, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Bad date @1', NULL, NULL, 17, 50, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('CON> ', NULL, NULL, 17, 51, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET LIST -- toggle column or table display format', NULL, NULL, 17, 52, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('@1 not found', NULL, NULL, 17, 53, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Errors occurred (possibly duplicate domains) in creating @1 in @2', NULL, NULL, 17, 54, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Server version too old to support the isql command', NULL, NULL, 17, 55, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Records affected: @1', NULL, NULL, 17, 56, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('Unlicensed for database "@1"', NULL, NULL, 17, 57, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET WIDTH [] -- set/unset print width to for column ', NULL, NULL, 17, 58, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET PLAN -- toggle display of query access plan', NULL, NULL, 17, 59, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET TIME -- toggle display of timestamp with DATE values', NULL, NULL, 17, 60, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('EDIT -- edit current command buffer and execute', NULL, NULL, 17, 61, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('OUTput -- return output to stdout', NULL, NULL, 17, 62, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET NAMES -- set name of runtime character set', NULL, NULL, 17, 63, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' GRANT, INDEX, PROCEDURE, ROLE, SQL DIALECT, SYSTEM, TABLE,', NULL, NULL, 17, 64, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') (' SET BLOB -- turn off BLOB display', NULL, NULL, 17, 65, '#', NULL, NULL, 'truser', '1000-01-01 00:00:00') ('SET