on 2018 Mar 26 4:46 PM
Good Day,
Trying to restore a SAP IQ 16 on HP-UX, has any body seen this error message:
marte2_New:/asiq16m# more restore_full.sh
isql -Udba -Psql -Sdemo << Eof > restore_full.txt
restore database '/IQ/marte/BD/bci_cons.db'
from '/Bkp_IQ_Marte/DUMPIQFULL/Mrespiq16'
go
Eof
marte2_New:/asiq16m# more restore_full.txt
Catalog restore complete
Msg 21, Level 14, State 0:
SQL Anywhere Error -1009160: There must be at least one readwrite dbspace
(/dev/vgH01M03/rbci_cons_IQ_tmp6).
-- (slib/s_trycatch.cxx 702)
Thank you
Regards
Jose
Thanks a lot Kirby,
Regarding this matter, we realized that before the failure, some dbfiles including temporary ones were setup as "readonly" for a long time, but all the backups were done as "full" without specifying that some dbfiles were readonly.(in the backup command )
Q: is it possible to restore a full db backup even though the dbfiles were setup as readonly ?
Thanks again
Jose
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This looks like it might be a destination device issue.
Is this being restored to a different location than it was backed up from?
Have you checked permissions on all of the devices that will be required to be written to?
Are all of the paths to dbfiles that are in the original database available in exactly the same path on the new host?
Check the output of sp_iqfile of the original server and see if every path is accessible from the destination.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.