Re: shutil.copy2 error

2007-09-24 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, Horse wrote: > I should've mentioned earlier, but this is > running on a windows 2000 system, and the destination folder is a > samba share on a Linux server. Could it be the connection to the Samba server has gone down temporarily? -- http://mail.python.org/mailm

Re: shutil.copy2 error

2007-09-24 Thread Horse
On Sep 24, 6:34 pm, Karthik Gurusamy <[EMAIL PROTECTED]> wrote: > On Sep 24, 7:34 am, Horse <[EMAIL PROTECTED]> wrote: > > > > > I've written a python script that copies a nightly Oracle backup file > > to another server. Every couple days, the script fails with this > > error message: > > > Error

Re: shutil.copy2 error

2007-09-24 Thread Karthik Gurusamy
On Sep 24, 7:34 am, Horse <[EMAIL PROTECTED]> wrote: > I've written a python script that copies a nightly Oracle backup file > to another server. Every couple days, the script fails with this > error message: > > Error copying Q:/Oradata/GISPROD/Backups/3UISN35R_1_1 to s:/gisprod/ > backups/3UISN3

shutil.copy2 error

2007-09-24 Thread Horse
I've written a python script that copies a nightly Oracle backup file to another server. Every couple days, the script fails with this error message: Error copying Q:/Oradata/GISPROD/Backups/3UISN35R_1_1 to s:/gisprod/ backups/3UISN35R_1_1 [Errno 22] Invalid argument Here's the code for the fu