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?

asked 16 Feb '22, 07:42

maba7638's gravatar image

maba7638
11334
accept rate: 0%


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.

permanent link

answered 16 Feb '22, 08:27

Chris%20Keating's gravatar image

Chris Keating
7.8k49128
accept rate: 32%

converted 16 Feb '22, 08:27

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?

permanent link

answered 17 Feb '22, 01:56

maba7638's gravatar image

maba7638
11334
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×48
×37
×2

question asked: 16 Feb '22, 07:42

question was seen: 636 times

last updated: 17 Feb '22, 01:56