G
George Potemkin
Guest
What is the size of database_11.d1 after it was fixed by prostrct? Is it larger than the offset reported by the error 9450? If you have a short timeframe to test db then I'd recommend to update a few records with RECIDs at the end of database_11.d1. For example: for table where recid(table) eq myRecid: assign table.name = "x" + table.name. assign table.name = substring(table.name, 2). end. Db might crash with the same error 9450 if there is a problem with disk writes.
Continue reading...
Continue reading...