HI all
I am doing homogenious system copy from PRD to SANDBOX.
While executing the restore script on the SANDBOX it throws
the following
" BackupMedium::ReportIoError: read failure on backup device '\\RISOFILE4\RELFPD_Drive_S$\PRDBK\PRD3.BAK'. Operating system error 1130(Not enough server storage is available to process this command.). "

For restoring i am using four parallel backup files ie PRD1.BAK,
PRD2.BAK,PRD3.BAK and PRD4.BAK

I am using the following script to restore

restore database FPD from disk='\\RISOFILE4\RELFPD_Drive_S$\PRDBK\PRD1.BAK',
disk='\\RISOFILE4\RELFPD_Drive_S$\PRDBK\PRD2.BAK',
disk='\\RISOFILE4\RELFPD_Drive_S$\PRDBK\PRD3.BAK',
disk='\\RISOFILE4\RELFPD_Drive_S$\PRDBK\PRD4.BAK'
with recovery, replace,
MOVE 'PRDDATA1' to 'I:\FPDDATA1\FPDDATA1.mdf',
move 'PRDDATA2' to 'J:\FPDDATA2\FPDDATA2.ndf',
move 'PRDDATA3' to 'K:\FPDDATA3\FPDDATA3.ndf',
move 'PRDDATA4' to 'L:\FPDDATA4\FPDDATA4.ndf',
move 'PRDDATA5' to 'M:\FPDDATA5\FPDDATA5.ndf',
move 'PRDDATA6' to 'N:\FPDDATA6\FPDDATA6.ndf',
move 'PRDDATA7' to 'O:\FPDDATA7\FPDDATA7.ndf',
move 'PRDDATA8' to 'P:\FPDDATA8\FPDDATA8.ndf',
move 'PRDLOG1' to 'F:\FPDLOG1\FDPLOG1.ldf',
move 'PRDLOG2' to 'G:\FPDLOG2\FDPLOG2.ldf'


And i'm using SAP 4.7 with sql server 2000 and database size is
500GB.

thankyou in advance
RAJESH