Re: Creating a package to copy files from server1 to server2 - Robocop
- From: "Steve Thompson" <stevethompson@xxxxxxxxxxxxx>
- Date: Tue, 14 Nov 2006 15:35:59 -0500
"Jason" <Jason@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:964A8849-D46A-4282-B040-9F89EC2DBD70@xxxxxxxxxxxxxxxx
have created a package within SMS 2003 that launched the command line:
ROBOCOPY \\server1\e$\USMT\ \\server2\d$\USMT\ /S /E /Z /SEC /MIR /R:2
/W:2
/LOG:\\server2\d$\USMT\USMT.TXT /TEE /V
Looking at the Robocopy log, I receive access is denied messages:
Accessing Source Directory \\server1\e$\USMT Access is denied
The SMS computer account and SYSTEM account have full access to these
directories.
Has anyone ran a robocopy command line within a package in SMS 2003?
Sure... you need to give your local server access to the remote server...
let's say you execute the above robocopy on:
\\server2
add the server2$ account to the local administrators group on \\server1
Steve
.
- Prev by Date: Re: I have problem executing vbs script with SMS
- Next by Date: Re: Need to run Mandatory Assignment using User Credentials
- Previous by thread: Deleting advertised programs on clients
- Next by thread: Re: Need to run Mandatory Assignment using User Credentials
- Index(es):
Relevant Pages
|