Hi hi, I'm trying to perform a redirected restore, but I get a nice
error returned. Does anyone have an idea of what the -5130 errorcode means?
db2inst@ELMO:~> db2 restore db efproddb into testprod redirect
SQL1277N Restore has detected that one or more table space containers are
inaccessible, or has set their state to 'storage must be defined'.
DB20000I The RESTORE DATABASE command completed successfully.
db2inst@ELMO:~> db2 set tablespace containers for 11 using \(PATH
\'/data/efproddb/tablespaces/c0001/t0001_04/\'\)
DB20000I The SET TABLESPACE CONTAINERS command completed successfully.
db2inst@ELMO:~> db2 restore db efproddb continue
SQL2038N A database system error "-5130" occurred during processing.
Thanks.
-R-
error returned. Does anyone have an idea of what the -5130 errorcode means?
db2inst@ELMO:~> db2 restore db efproddb into testprod redirect
SQL1277N Restore has detected that one or more table space containers are
inaccessible, or has set their state to 'storage must be defined'.
DB20000I The RESTORE DATABASE command completed successfully.
db2inst@ELMO:~> db2 set tablespace containers for 11 using \(PATH
\'/data/efproddb/tablespaces/c0001/t0001_04/\'\)
DB20000I The SET TABLESPACE CONTAINERS command completed successfully.
db2inst@ELMO:~> db2 restore db efproddb continue
SQL2038N A database system error "-5130" occurred during processing.
Thanks.
-R-
Comment