Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 8 of 8 total
Thread EDB Error #100
Wed, May 21 2008 10:04 PMPermanent Link

"keith crusius"
ElevateDB Error #100 There is an error in the metadata for the table
IGNUserLog (A write operation did not complete and a repair is required).

This happened using the local database engine.  Why would metadata get
corrputed anyway?  I thought the metadata was stored in the catalog file?
What is the metadata that it is refering to?  The repair did fix the
problem.

Looking at the log, the below error occurred first (just prior to the above
error):

#601  The table IGNUserLog is corrupt (Attempted to flush a index page from
the cache while it is in use)

What would I have done to flush an index page?
Thu, May 22 2008 11:59 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Keith,

<< This happened using the local database engine.  Why would metadata get
corrputed anyway?  I thought the metadata was stored in the catalog file?
What is the metadata that it is refering to?  The repair did fix the
problem. >>

It's the internal table metadata (version info, signature, etc.), not the
metadata that you normally think of.  It simply means that EDB detected that
a write operation didn't complete.

<< Looking at the log, the below error occurred first (just prior to the
above error):

#601  The table IGNUserLog is corrupt (Attempted to flush a index page from
the cache while it is in use)

What would I have done to flush an index page?  >>

You wouldn't have done anything, this is an internal error.  What was the
Function for this error message in the log ?   It should be the second
column in the log record.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, May 23 2008 12:21 PMPermanent Link

"keith crusius"
> You wouldn't have done anything, this is an internal error.  What was the
> Function for this error message in the log ?   It should be the second
> column in the log record.

Update Row
Fri, May 23 2008 1:40 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Keith,

<< Update Row >>

Was only one process or thread accessing the data, or were you running the
application in the IDE at all ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, May 23 2008 3:23 PMPermanent Link

"keith crusius"
> Was only one process or thread accessing the data, or were you running the
> application in the IDE at all ?

There were probably 2 or 3 instances of the program running and accessing
the data.  Don't think I was running from the IDE at the time.

Sat, May 24 2008 2:52 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Keith,

<< There were probably 2 or 3 instances of the program running and accessing
the data.  Don't think I was running from the IDE at the time. >>

Were any of the application instances terminated with a reset in the task
manager ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Sun, May 25 2008 5:18 PMPermanent Link

"keith crusius"
> Were any of the application instances terminated with a reset in the task
> manager ?

I don't believe so, but I cannot be certain.

Sun, May 25 2008 7:24 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Keith,

<< I don't believe so, but I cannot be certain. >>

Okay.  At this point I just have to say to keep an eye on things and let me
know if you see anything similar again.  We don't have any other reports of
any similar issues, so I don't have anything to what you saw.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image