April 27, 201213 yr After converting and discovering some corruption, I'm attempting to repair my files before recovery and i'm getting a "invalid table key" error.. Recovery resets it but I would like to fix this myself without having to recover the file. Can anyone provide any info on this recovery error?
April 28, 201213 yr It's probably not something you can fix yourself. Try saving a compressed copy instead of recover and see if that fixes it. The recover command recovers DATA and is not intended to fix database structure. In fact the recover command can destroy structure in its attempt to recover the data. Best practice is to recover a file then import the data into a known-good copy of the file, and not put the recovered file back into production.
April 28, 201213 yr I agree with Vaughan, go back to your oldest backup and try to convert that one, just to get the structure converted. If that one gives you the same error: re-examine your setup and your procedures. At some point something must have gone out of whack and you did not catch it, Backup verification and server monitoring is a chore but it absolutely needs to be done... you can design as elegantly as you want but if the deployment is faulty all of your development efforts are wasted.
May 1, 201213 yr http://help.filemaker.com/app/answers/detail/a_id/7365/~/messages-that-appear-in-recover.log It seems to be in this group of recovery messages according to this KB: "Resetting invalid plug-in arguments" "Reset field formatting" "Reset table view" "Resetting invalid data type, setting data type to text" "Resetting invalid maximum repetitions" "Resetting invalid field key" "Resetting invalid key" "Resetting invalid submenu key" "Resetting invalid table key" "Resetting invalid custom function call" If it's clustered within this general category of messages, my only assumptions are that you had a table that was deleted, but left traces of the data behind, or just general file structure (not the database structure). Hope you find something a bit more specific!
January 14, 201312 yr Author Solution Just wanted to follow up on this thread incase anyone else runs into this as I couldn't find an answer anywhere. Deleting and re-creating the table giving the error resolved the issue. Database stopped crashing also.
January 14, 201312 yr Deleting and re-creating the table giving the error resolved the issue. Database stopped crashing also. Deleting a table will break links to fields. In a moderately complex solution this could be weeks of work to fix. Do not delete tables. Create backups.
Create an account or sign in to comment