1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Back-Up

Discussion in 'Windows Home Server' started by Generis, May 29, 2009.

  1. Generis

    Generis Guest

    Hi, everyone,

    I am trying to run a back-up job, backing up data from one server, running
    on Windows 2003 Standard Edition SP2, to a mapped network drive (a computer
    running Win XP). If I do a "back-up now", it works. But if I schedule the
    task to run daily at a specific time, then the application starts but stops
    after a minute or two... The back-up's view log says: "Result: The task
    completed with an exit code of (1f)." but the server's Event Viewer shows an
    error with ntbackup as source, event:8017, user: N/A.

    Please note that:

    1. The job is ran as administrator and the security tab shows (2) groups
    with full rights: Administrators and SYSTEM.

    2. I am able to access the mapped network drive, create, rename and save
    files in it.

    3. The server is up-to-date in terms of updates.


    Thank you for looking. Your help is greatly appreciated.
     
  2. Generis <Generis@discussions.microsoft.com> wrote:
    > Hi, everyone,
    >
    > I am trying to run a back-up job, backing up data from one server,
    > running on Windows 2003 Standard Edition SP2, to a mapped network
    > drive (a computer running Win XP). If I do a "back-up now", it
    > works. But if I schedule the task to run daily at a specific time,
    > then the application starts but stops after a minute or two... The
    > back-up's view log says: "Result: The task completed with an exit
    > code of (1f)." but the server's Event Viewer shows an error with
    > ntbackup as source, event:8017, user: N/A.
    >
    > Please note that:
    >
    > 1. The job is ran as administrator and the security tab shows (2)
    > groups with full rights: Administrators and SYSTEM.
    >
    > 2. I am able to access the mapped network drive, create, rename and
    > save files in it.
    >
    > 3. The server is up-to-date in terms of updates.
    >
    >
    > Thank you for looking. Your help is greatly appreciated.


    What account is the scheduled task running AS? As far as I know, you won't
    be able to do this unless you're using AD as you have to use a domain
    account - a local account won't have access to anything outside its own
    computer/server.

    Personally, I would suggest you ditch this idea anyway. Backups across the
    network are inefficient, slow & glitchy, unless you're using third party
    backup software that has a remote agent to help "push" the data across. Do a
    backup to a removable hard drive and if you then want to copy that file to
    another server (and I do suggest it be a server & not a workstation if at
    all possible)
     
  3. DaveMills

    DaveMills Guest

    I agree with Lanwench but one possible cause of this sort of problem is that the
    mapped drive does not exist. When you login your profile includes setting up the
    mapped drive. This does not happen for a scheduled job unless you have the NET
    USE X: \\Server\Share command as part of the job.

    On Fri, 29 May 2009 08:15:01 -0700, Generis <Generis@discussions.microsoft.com>
    wrote:

    >Hi, everyone,
    >
    >I am trying to run a back-up job, backing up data from one server, running
    >on Windows 2003 Standard Edition SP2, to a mapped network drive (a computer
    >running Win XP). If I do a "back-up now", it works. But if I schedule the
    >task to run daily at a specific time, then the application starts but stops
    >after a minute or two... The back-up's view log says: "Result: The task
    >completed with an exit code of (1f)." but the server's Event Viewer shows an
    >error with ntbackup as source, event:8017, user: N/A.
    >
    >Please note that:
    >
    >1. The job is ran as administrator and the security tab shows (2) groups
    >with full rights: Administrators and SYSTEM.
    >
    >2. I am able to access the mapped network drive, create, rename and save
    >files in it.
    >
    >3. The server is up-to-date in terms of updates.
    >
    >
    >Thank you for looking. Your help is greatly appreciated.
    >

    --
    Dave Mills
    There are 10 types of people, those that understand binary and those that don't.
     
  4. DaveMills <DaveMills@newsgroup.nospam> wrote:
    > I agree with Lanwench but one possible cause of this sort of problem
    > is that the mapped drive does not exist. When you login your profile
    > includes setting up the mapped drive. This does not happen for a
    > scheduled job unless you have the NET USE X: \\Server\Share command
    > as part of the job.


    Ah, yes, of course - it would really need to be a UNC path.
    >
    > On Fri, 29 May 2009 08:15:01 -0700, Generis
    > <Generis@discussions.microsoft.com> wrote:
    >
    >> Hi, everyone,
    >>
    >> I am trying to run a back-up job, backing up data from one server,
    >> running on Windows 2003 Standard Edition SP2, to a mapped network
    >> drive (a computer running Win XP). If I do a "back-up now", it
    >> works. But if I schedule the task to run daily at a specific time,
    >> then the application starts but stops after a minute or two... The
    >> back-up's view log says: "Result: The task completed with an exit
    >> code of (1f)." but the server's Event Viewer shows an error with
    >> ntbackup as source, event:8017, user: N/A.
    >>
    >> Please note that:
    >>
    >> 1. The job is ran as administrator and the security tab shows (2)
    >> groups with full rights: Administrators and SYSTEM.
    >>
    >> 2. I am able to access the mapped network drive, create, rename and
    >> save files in it.
    >>
    >> 3. The server is up-to-date in terms of updates.
    >>
    >>
    >> Thank you for looking. Your help is greatly appreciated.
     

Share This Page