I am working with DB2 v9.1 windows, I have taken a backup of my database on the test server. I run the restore command below
RESTORE DATABASE <A>
FROM D:\BACKUP
TAKEN AT timestamp
INTO
<B>
WITHOUT ROLLING FROWARD
WITHOUT PROMPTING
this as expected it creates database <B> and loads the data from <A>
I then asked for the backup dataset to be moved to another server "C" with the same environment. But when I run the above command i get the following error
SQL0902C A system error (reason code = "") occurred. Subsequent SQL
statements cannot be processed.
can anyone help?..