Re: extract metadata
Nasser Dawoud /MEM/PRO <nda <at> antepo.com>
2006-05-19 18:29:22 GMT
I am getting the following error:
"File corrupt: last_area_pointer is before data part of file"
I tried runing the following:
java -cp mckoidb.jar com.mckoi.tools.DBConglomerateRepairTool -path [path to
your data]
but still gave me the same error at the end of it:
+ Repairing V2MasterTableDataSource 014SYS_INFO_sUSRGrant
[com.mckoi.debug.Debug - Exception thrown: 'File corrupt: last_area_pointer
at the end of the file.']
java.io.IOException: File corrupt: last_area_pointer at the end of the file.
at com.mckoi.store.AbstractStore.open(AbstractStore.java:209)
at
com.mckoi.database.V1FileStoreSystem.openStore(V1FileStoreSystem.java:145)
at
com.mckoi.database.V2MasterTableDataSource.checkAndRepair(V2MasterTableDataS
ource.java:818)
at
com.mckoi.database.TableDataConglomerate.checkVisibleTables(TableDataConglom
erate.java:438)
at
com.mckoi.database.TableDataConglomerate.fix(TableDataConglomerate.java:2320
)
at
com.mckoi.tools.DBConglomerateRepairTool.repair(DBConglomerateRepairTool.jav
a:57)
at
com.mckoi.tools.DBConglomerateRepairTool.main(DBConglomerateRepairTool.java:
(Continue reading)