Networking Forums

Networking Forums > Computer Networking > Windows Networking > Scheduling

Reply
 
 
John Holt
Guest
Posts: n/a

 
      09-15-2004, 04:59 PM
Hope this is the right place to put this problem. If not, sorry, tell where
it should be.:-)
Anyway.
Just setup a DMZ. All works well. Some things I want to backup on a
schedule to a server in our trusted net work. I have the DMZ mapped as
drive Z on one of my servers. I can use Windows Backup to make my backup as
long as it is interactive. If I schedule it, it will not work. Says the
directory in the .bks file is not found. Yet that same exact job works
perfectly interactively. Even tried making a bat file to simply copy what I
need. The bat file works great, as long as you don't try to schedule it.
Scheduling works, I have other jobs scheduled on this server that work fine.
I have also tried on 2 different computers. Same thing.

Anyone have any idea what up with this thing? Yes, I looked at security.
Using Administrator ID.

John


 
Reply With Quote
 
 
 
 
Steve Bruce, mct
Guest
Posts: n/a

 
      09-15-2004, 06:05 PM
If you are logged off, the drive mapping no longer exists. So you have to
create a batch file to map the drive with the scheduler.

map.bat =
if exist h:\*.* net use h: /del
if exist i:\*.* net use i: /del

net use h: \\datastor\c$
net use i: \\datastor\d$



"John Holt" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hope this is the right place to put this problem. If not, sorry, tell
> where
> it should be.:-)
> Anyway.
> Just setup a DMZ. All works well. Some things I want to backup on a
> schedule to a server in our trusted net work. I have the DMZ mapped as
> drive Z on one of my servers. I can use Windows Backup to make my backup
> as
> long as it is interactive. If I schedule it, it will not work. Says the
> directory in the .bks file is not found. Yet that same exact job works
> perfectly interactively. Even tried making a bat file to simply copy what
> I
> need. The bat file works great, as long as you don't try to schedule it.
> Scheduling works, I have other jobs scheduled on this server that work
> fine.
> I have also tried on 2 different computers. Same thing.
>
> Anyone have any idea what up with this thing? Yes, I looked at security.
> Using Administrator ID.
>
> John
>
>



 
Reply With Quote
 
John Holt
Guest
Posts: n/a

 
      09-15-2004, 06:19 PM
That I understand but it doesn't work while logged on either unless I do it
interactively. Take the same exact job, schedule it to start in 2 minutes.
No go.:-(

"Steve Bruce, mct" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> If you are logged off, the drive mapping no longer exists. So you have to
> create a batch file to map the drive with the scheduler.
>
> map.bat =
> if exist h:\*.* net use h: /del
> if exist i:\*.* net use i: /del
>
> net use h: \\datastor\c$
> net use i: \\datastor\d$
>
>
>
> "John Holt" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hope this is the right place to put this problem. If not, sorry, tell
> > where
> > it should be.:-)
> > Anyway.
> > Just setup a DMZ. All works well. Some things I want to backup on a
> > schedule to a server in our trusted net work. I have the DMZ mapped as
> > drive Z on one of my servers. I can use Windows Backup to make my

backup
> > as
> > long as it is interactive. If I schedule it, it will not work. Says

the
> > directory in the .bks file is not found. Yet that same exact job works
> > perfectly interactively. Even tried making a bat file to simply copy

what
> > I
> > need. The bat file works great, as long as you don't try to schedule

it.
> > Scheduling works, I have other jobs scheduled on this server that work
> > fine.
> > I have also tried on 2 different computers. Same thing.
> >
> > Anyone have any idea what up with this thing? Yes, I looked at

security.
> > Using Administrator ID.
> >
> > John
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OT: Scheduling a task every 30 mnutes? Bert Home Networking 4 05-23-2006 09:36 AM
scheduling threads ? vivekian Linux Networking 2 04-18-2006 04:49 PM
DG 834 scheduling feature borked? Dr Teeth Broadband 0 10-26-2005 12:36 AM
Scheduling Broadband Question .... John F Kappler Broadband 12 02-27-2005 09:10 PM
scheduling algorithm? Choonho Son Linux Networking 1 05-19-2004 12:22 PM



1 2 3 4 5 6 7 8 9 10 11