Hmm, this what I'm doing. Detach existing volume. Use osread and oswrite to copy rev files from that volume to a new location. I then attempt to attach those files at the new location. Is that a different volume name?
Depends if the NEW location was originally a copy of the OLD location. If so, then I would say that is the issue but you should have get an 404 error in Status and @file_error
when you say you oscopycopy the rev files, does that include the revmedia, if so, then maybe if you use Rename_Volume after the copies then that may work. I dont see any OI10 do for it but it is in OI10 object
Ok, one more hint (sorry, just a me thing), so that you dont have to maintain a list of table names if you create more and also be a catchall change Call Attach_Table(Dir_Name, Table_Names, "", "") to Call Attach_Table(Dir_Name, "", "", "") ;* defaults to all tables in the volume
Comments
I dont see any OI10 do for it but it is in OI10 object
Thanks for the patience help.
https://revelation.wiki/doku.php?id=guides:programming:programmers_reference_manual:detach_volume
change
Call Attach_Table(Dir_Name, Table_Names, "", "")
to
Call Attach_Table(Dir_Name, "", "", "") ;* defaults to all tables in the volume