by default the sceduler service runs jobs with the local system account that has no rights to other machines on the network. that might be causing you problems. i think with 2k you can specify a job to run with diffrent security account info and in nt you should just have the scheduler service start interactively with a domain account rather than a local system account but im not sure ... a quick search on http://support.microsoft.com should lead you in the right direction
----Original Message Follows---- From: "David Kramer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Error using File::Copy within a script executed by 2000's Scheduler Date: Fri, 12 Apr 2002 14:37:25 -0700 I am currently trying to copy an Access MDB file from a mapped network drive using the copy method from the FILE::COPY module. The Perl script executes cleanly from command line. The perl scripts also executes correctly when I call it from a Batch Script. The error occurs when I schedule the Batch script within 2000 scheduler. Im capturing the error via an IF statement that validates a return code that I populate from the copy method call. Im out of ideas here, please help! Let me know if you need more info. Thanks, David Kramer _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
