And what the size of your database?
Try to save your backup on D:\

RUN {
ALLOCATE CHANNEL CH1 TYPE DISK;
BACKUP
format='D:\temp\%t.%d.%s.%p'
DATABASE;
release channel CH1;
}


Originally posted by Diggers12
I see that but on drive c: I have 1.4 gig of free space and on d: I have 3.5 gig.