I want to restore a database with the redirect option.
Code:
db2 restore db <dbname> taken at <timestamp> into <dbname>_TMP logtarget /db2data/<dbname>_TMP/backup/ newlogpath /db2data/<dbname>_TMP/backup/rstlog redirect without prompting
This restore should give me the option to redirect my tablespace containers.
But it resolves in error SQL0294.
Have I done something wrong in the restore command?