Read Error in SYSREPOSIX (None Specified)
At 05 AUG 1999 09:31:32AM Celest Celest wrote:
Hi
When starting "Rebuild System index" or "Sync Database" I get the error
FS107 : Read error. OS table=REVPOSIX.OV
I tryed to delete all rows in the table and then do a new rebuild and Sync and check for GFE and Sizelock ] 0 but still I get the error when trying yo rebuild or sync. Does anyone have a HOT Tip?
Regards
Celest
At 05 AUG 1999 09:52AM Rob Misek wrote:
Celest–
Instead of deleting every row, try doing a clearfile on the SYSREPOSIX table:Log everyone out. Log into SYSPROG. Create and run the following procedure: function clear_ix(void) open "SYSREPOSIX" to f else return "err open" clearfile f else return "err clear" return "done" From OpenInsight "Development" menu, choose "Rebuild System Index". Log out of SYSPROG and back into your application.
Hope this helps you out.
Rob
Revelation