Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread 601 The table is corrupt (Error reading rows into cache)
Thu, Feb 3 2011 6:57 AMPermanent Link

Marcin Banasik

Hi,

When I try to repair my clients database I get "ElevateDB Error #601 The table eventparameters is corrupt (Error reading rows into cache)" error. How can I fix it since repair does not work?
Table structure is quite simple:
CREATE TABLE eventparameters (
        event_parameter_id INTEGER GENERATED ALWAYS AS IDENTITY (START WITH 0, INCREMENT BY 1),
        event_id int NOT NULL,
        parameter_name_id int NOT NULL ,
        event_parameter_value CLOB,
        event_parameter_position int,
        PRIMARY KEY (event_parameter_id)
  )
CREATE INDEX idxevent_parameter_event_id ON eventparameters (event_id)
Using ElevateDB 2.04 build 4.
Table is large ~1GB.

Regards Marcin.
Tue, Feb 8 2011 11:03 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Marcin,

<< When I try to repair my clients database I get "ElevateDB Error #601 The
table eventparameters is corrupt (Error reading rows into cache)" error. How
can I fix it since repair does not work? >>

If you can put the database catalog and table files somewhere where I can
securely download them, I can take a look and see what the issue is.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image