Re: Permision Denied Error 800A0046
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Sun, 14 Oct 2007 17:13:13 +0200
"Greg" <Greg@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2CE7972A-846F-4D92-A2F6-5B60C66773F1@xxxxxxxxxxxxxxxx
Const OverWriteFiles = TRUE
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFolder "D:\uSERS" , "\\Fred\BackupShare\WeeklyBackup" ,
OverWriteFiles
I am logged in as administrator and can manually copy files to this share
but everytime I run the script I receive the above error. Any Ideas. TIA
--
Greg
Try an iterative approach in order to home in on the cause of
the problem, e.g. like so:
- Select a local folder as a target
- Create a test share on \\Fred, then make it a target, using
a drive letter instead of UNC coding.
- Use a drive letter for "\\Fred\BackupShare\WeeklyBackup"
.
Relevant Pages
- Re: readdir formulated badly? gives wrong count
... Sometimes there might be some numbered files already in the target ... I'll probably try to turn the perl script into something more general ... You are doing boolean tests on the contents of array elements when you ... sub usage { ... (perl.beginners) - Re: .old files being created by root
... The external program running on another server but connected to the overall system network apparently picks them up with an ftp program. ... the other end must be running a script (not a human logging in ... She should be in the target directory or some directory ... you never said if this is an SCO UNIX OS or Linux or some other UNIX. ... (comp.unix.sco.misc) - Re: kbuild make deb patch
... > target in any way. ... +# Simple script to generate a deb package for a Linux kernel. ... +# package install and removal. ... +cat <<EOF> debian/changelog ... (Linux-Kernel) - Re: Updating the HomeFolder Attribute
... The last time I wrote a script like this I only put "H" in the drive letter field because the colon ":" in the UI isn't part of the drop down in the field, ... When a user logs in using their newID, the home folder doesn't map. ... If I check the information stored in the users profile it contains the ... (microsoft.public.scripting.vbscript) - Re: readdir formulated badly? gives wrong count
... Sometimes there might be some numbered files already in the target ... I'll probably try to turn the perl script into something more general ... work is done I attempt to report 2 things. ... NOTE: SOURCEFILE is likely to have been compiled like this: ... (perl.beginners) |
|