on 2022 Feb 16 7:42 AM
This error happens when starting db17srv with a customers database I tried the option -ufd restart_escalate and -ufd escalate, but this resulted in the error Fehler im Befehl bei "ufd" (Error in command at "ufd" )
What can I do? Is there an option to suppress the checksum check?
Thanks for answer! But even with correct placed -ufd flag the server doesn't start. Weird is, that I have the problem with a backup I received from the customer. On the customer's system it works. We already tried with a new backup, but the problem persists. I paste here the log output (how can I get it in english for you? )
I. 17.02 07:49:16. Grenzwert für Verbindungen (lizenzierte Arbeitsplätze): 50 I. 17.02 07:49:16. Erkannte Prozessoren: 12 logische(r) Prozessor(en) auf 6 Prozessorkern(en) auf 1 physischen Prozessor(en) I. 17.02 07:49:16. Dieser Server ist lizenziert für: alle logischen Prozessoren im System I. 17.02 07:49:16. Vom Server genutzte Prozessoren: 12 logische(r) Prozessor(en) auf 6 Prozessorkern(en) auf 1 physischen Prozessor(en) I. 17.02 07:49:16. Dieser Server ist lizenziert für: I. 17.02 07:49:16. KAKOM I. 17.02 07:49:16. Kakom GmbH I. 17.02 07:49:16. Windows 10 Build 19042 läuft auf X86_64 I. 17.02 07:49:16. Server erstellt für X86_64-Prozessorarchitektur I. 17.02 07:49:16. 3053892 kB Speicher für Cachezwecke benutzt I. 17.02 07:49:16. Mindest-Cachegröße: 3072000 kB, Maximale Cachegröße: 3072000 kB I. 17.02 07:49:16. Verwendung einer maximalen Seitengröße von 4096 Byte I. 17.02 07:49:16. Multiprogramming-Stufe: Minimum:12, aktuell:20, Maximum:80 I. 17.02 07:49:16. Automatische Optimierung der Multiprogramming-Stufe ist aktiviert I. 17.02 07:49:16. Datenbank "database" (E:\\kundendb\\coors.17\\database.db) wird gestartet am/um Donnerstag, 17. Februar 2022 07:49 I. 17.02 07:49:16. Datenbankwiederherstellung läuft. I. 17.02 07:49:16. Letzter Checkpoint am/um Dienstag, 30. November 2021 05:02 I. 17.02 07:49:16. Checkpoint-Log... I. 17.02 07:49:16. DBSpace 'sales_ct' in Datei 'sales_ct.db' für Datenbank 'database' wird geöffnet I. 17.02 07:49:17. Transaktionslog: database.log... I. 17.02 07:49:17. Parallele Wiederherstellung aktiviert E. 17.02 07:49:17. FEHLER Assertierung fehlgeschlagen: 200505 (17.0.9.4803) Checksum failure on page 32513 E. 17.02 07:49:17. Fehler: Datenbank kann nicht gestartet werden - Start der Datenbank "E:\\kundendb\\coors.17\\database.db" nicht möglich <<<
These are my options for dbsrv17: -c 3000M -ch 3000M -gp 4096 -gd all -x TCPIP{ServerPort=17000},Sharedmemory -o C:\\KAKOM\\KakomWin.Server\\log\\dbstatuslog.txt -os 4096 -oe C:\\KAKOM\\KakomWin.Server\\log\\probleme.txt -uf defunct -ufd escalate -n coorsdb "E:\\kundendb\\coors.17\\database.db"
What can I do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The -ufd option must be set prior to the database file. The following will work:
dbsrv17 -ufd restart_escalate demo.db
but the usage error will be reported if the start line is constructed as:
dbsrv17 demo.db -ufd restart_escalate
That said, a checksum failure is a serious issue indicating corruption of the database file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.