Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

I think the answer is "yes" but I'd like confirmation...

*** ERROR *** Assertion failed: 201813 (11.0.1.2276)
Checkpoint log: page buffer read failed with status 1:23

The application got this error (at the same time, I think):

I/O error Fatal error: A disk read from file "xxx.db" failed with error code: (23) -- transaction rolled back

asked 19 Aug '10, 18:45

Breck%20Carter's gravatar image

Breck Carter
32.5k5417271050
accept rate: 20%


Yes, this error means that a disk read request resulted in an error being detected. The OS error number is 23. Assuming that you are running on Windows, error 23 means "Data error (cyclic redundancy check)" according to this page. This would imply that the disk sector contents have been damage.

permanent link

answered 19 Aug '10, 19:43

Mark%20Culp's gravatar image

Mark Culp
25.0k10142298
accept rate: 41%

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:

×95

question asked: 19 Aug '10, 18:45

question was seen: 3,288 times

last updated: 19 Aug '10, 19:43