I am migrating (restoring) 3 V7 Databases in to a Ver 8 instance.
two of the databases restore just fine. the third is failing.
Here is the restore code:
Code:
RESTORE DATABASE DBINGWT2 FROM "E:\BATCH_BACKUP\" TAKEN AT 20090714225004 WITH 1 BUFFERS BUFFER 1024 PARALLELISM 1 WITHOUT PROMPTING;
Here is what I'm seeing in the diag.log:
Code:
DIA0001E An internal error occurred. Report the following error code :
"ZRC=0xFFFFEC55".
2009-07-17-12.24.03.003000 Instance:DB2 Node:000
PID:2512(db2syscs.exe) TID:796 Appid:*LOCAL.DB2.0253C7162402
base sys utilities sqleserl Probe:10
DIA0001E An internal error occurred. Report the following error code :
"ZRC=0xFFFFEC55".
2009-07-17-12.24.03.034000 Instance:DB2 Node:000
PID:2512(db2syscs.exe) TID:796 Appid:*LOCAL.DB2.0253C7162402
base sys utilities sqlelost Probe:40
The restore has been running over an hour and I ex[ected it to finish in about 15 mins.
I've tried searching the errors found in the diag.log but I'm not having any luck. Can anyone help?