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
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
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
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