Re: Unrecognised cell type in data
Tobias Downer <[email protected]>
| Newsgroups | gmane.comp.db.mckoi |
|---|---|
| Message-ID | <[email protected]> |
It looks like a bad record in one of your tables. This error indicates that the 'type' byte of a record is not recognised and I would expect this indicates some type of corruption on the master database. Have you inspected the table where this error is coming from? You can find out the table that contains the error by running the repair tool and noting the table that is being inspected by the repair tool when the exception occurs. I suggest you look at this table for any errors. You may be able to correct the problem by removing or updating the bad record. I'll be happy to look at the database if you can send it to me. Toby. [email protected] wrote: > Toby, I got this exception since 2 days ago when trying to execute an > online backup. already tried RepairTool (raises the same exception) and > shutdown/restart, situation persists. Any ideas? Thanks a lot! Martin > > java.lang.RuntimeException: Unrecognised cell type in data. > at > com.mckoi.database.V2MasterTableDataSource.internalGetCellContents(V2MasterTableDataSource.java(Compiled > Code)) > at > com.mckoi.database.MasterTableDataSource.getCellContents(MasterTableDataSource.java(Inlined > Compiled Code)) --------------------------------------------------------------- Mckoi SQL Database mailing list http://www.mckoi.com/database/ To unsubscribe, send a message to [email protected]