Re: Scheduled Task - Move Command
From: Andy (anonymous_at_discussions.microsoft.com)
Date: 05/04/04
- Next message: Andy: "Re: Scheduled Task - Move Command"
- Previous message: Rick: "Re: Anything better than READNTFS?"
- In reply to: Pegasus \(MVP\): "Re: Scheduled Task - Move Command"
- Next in thread: Pegasus \(MVP\): "Re: Scheduled Task - Move Command"
- Reply: Pegasus \(MVP\): "Re: Scheduled Task - Move Command"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 May 2004 21:35:43 -0700
Thanks for the reply.
1. Rights is definitely not the issue here. As I said, I
tried the 'move' portion in a separate batch file and
scheduled task (same credentials of course) and it works.
2. I must beg to differ on the use of mapped drives vs.
UNC notation. I've found two contradictory messages
elsewhere that state that one works and the other doesn't.
>-----Original Message-----
>
>"Andy" <anonymous@discussions.microsoft.com> wrote in
message
>news:7eb101c43176$f50a4750$a001280a@phx.gbl...
>> I have a batch file on a server that runs a backup then
>> moves the backup files to a workstation. I have this
>> triggered by a scheduled task that runs nightly.
>>
>> The backup portion runs fine but the move command fails.
>> I've tried using the move two ways:
>> 1. Map a drive to the share on the workstation then
move
>> the files.
>> 2. Use the UNC reference to the share on the network
>> station in the move command.
>>
>> Both fail. The odd thing is that if I run the 'move'
>> portion as a separate task it works fine.
>>
>> Any help would be appreciated.
>
>You must run the scheduled task under an account
>that has sufficient privileges to perform the "move"
>command. This has nothing to do with UNC paths,
>and everything with NTFS permissions.
>
>
>.
>
- Next message: Andy: "Re: Scheduled Task - Move Command"
- Previous message: Rick: "Re: Anything better than READNTFS?"
- In reply to: Pegasus \(MVP\): "Re: Scheduled Task - Move Command"
- Next in thread: Pegasus \(MVP\): "Re: Scheduled Task - Move Command"
- Reply: Pegasus \(MVP\): "Re: Scheduled Task - Move Command"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|