From: Hart on
Hi,

I am trying to schedule backup on my new Small business server 2008 to an
external drive, but it always give me error "Cannot configure backup
schedule". Checking the SBCW.log file, and found the following errors. Does
anyone know how to resolve this issue? the size of the server I am trying to
backup is only 60GB, and my empty external drive is 500GB.

Thanks in advance!

An exception of type 'Type:
Microsoft.WindowsServerSolutions.Common.WindowsTaskSchedulerException,
Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
has occurred.
Timestamp: 07/22/2010 23:02:11
Message: Failed to find the task path
Stack: at
Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
taskPath, String taskName)
at
Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
---------------------------------------
An exception of type 'Type: System.IO.FileNotFoundException, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' has
occurred.
Timestamp: 07/22/2010 23:02:11
Message: The system cannot find the file specified. (Exception from HRESULT:
0x80070002)
Stack: at TaskScheduler.TaskSchedulerClass.GetFolder(String Path)
at
Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
taskPath, String taskName)

[1184] 100722.230211.4220: Storage: No previous backup found ErrorCode:0
BaseException:
Microsoft.WindowsServerSolutions.Storage.Common.StorageException:
GetServerBackupTaskStatus: fail to find the task ---> ErrorCode:0
BaseException:
Microsoft.WindowsServerSolutions.Common.WindowsTaskSchedulerException: Failed
to find the task path ---> System.IO.FileNotFoundException: The system cannot
find the file specified. (Exception from HRESULT: 0x80070002)
at TaskScheduler.TaskSchedulerClass.GetFolder(String Path)
at
Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
taskPath, String taskName)
--- End of inner exception stack trace ---
at
Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
taskPath, String taskName)
at
Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
--- End of inner exception stack trace ---
at
Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
at
Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupWorker.SavePolicyWithEnabledState(WBPolicy policy)


From: Brian Cryer on
"Hart" <Hart(a)discussions.microsoft.com> wrote in message
news:E4F050FC-2344-48B7-89D0-30E5A50A5455(a)microsoft.com...
> Hi,
>
> I am trying to schedule backup on my new Small business server 2008 to an
> external drive, but it always give me error "Cannot configure backup
> schedule". Checking the SBCW.log file, and found the following errors.
> Does
> anyone know how to resolve this issue? the size of the server I am trying
> to
> backup is only 60GB, and my empty external drive is 500GB.

This might not be it (so apologies in advance), but almost all the problems
I've had with backup which haven't been obvious have all turned out to be
permissions related.

That said, all the hits on google didn't seem to point to this being
permissions related:
http://lmgtfy.com/?q=cannot+configure+backup+schedule
Worth checking out the first few results at least.
--
Brian Cryer
http://www.cryer.co.uk/brian

From: Cris Hanna [SBS - MVP] on
Are you using the SBS Backup Wizard

--
Cris Hanna [SBS - MVP] (since 1997)
Co-Contributor, Windows Small Business Server 2008 Unleashed
http://www.amazon.com/Windows-Small-Business-Server-Unleashed/dp/0672329573/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1217269967&sr=8-1
Owner, CPU Services, Belleville, IL
A Microsoft Registered Partner
------------------------------------
MVPs do not work for Microsoft
Please do not submit questions directly to me.

"Hart" <Hart(a)discussions.microsoft.com> wrote in message news:E4F050FC-2344-48B7-89D0-30E5A50A5455(a)microsoft.com...
Hi,

I am trying to schedule backup on my new Small business server 2008 to an
external drive, but it always give me error "Cannot configure backup
schedule". Checking the SBCW.log file, and found the following errors. Does
anyone know how to resolve this issue? the size of the server I am trying to
backup is only 60GB, and my empty external drive is 500GB.

Thanks in advance!

An exception of type 'Type:
Microsoft.WindowsServerSolutions.Common.WindowsTaskSchedulerException,
Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
has occurred.
Timestamp: 07/22/2010 23:02:11
Message: Failed to find the task path
Stack: at
Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
taskPath, String taskName)
at
Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
---------------------------------------
An exception of type 'Type: System.IO.FileNotFoundException, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' has
occurred.
Timestamp: 07/22/2010 23:02:11
Message: The system cannot find the file specified. (Exception from HRESULT:
0x80070002)
Stack: at TaskScheduler.TaskSchedulerClass.GetFolder(String Path)
at
Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
taskPath, String taskName)

[1184] 100722.230211.4220: Storage: No previous backup found ErrorCode:0
BaseException:
Microsoft.WindowsServerSolutions.Storage.Common.StorageException:
GetServerBackupTaskStatus: fail to find the task ---> ErrorCode:0
BaseException:
Microsoft.WindowsServerSolutions.Common.WindowsTaskSchedulerException: Failed
to find the task path ---> System.IO.FileNotFoundException: The system cannot
find the file specified. (Exception from HRESULT: 0x80070002)
at TaskScheduler.TaskSchedulerClass.GetFolder(String Path)
at
Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
taskPath, String taskName)
--- End of inner exception stack trace ---
at
Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
taskPath, String taskName)
at
Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
--- End of inner exception stack trace ---
at
Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
at
Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupWorker.SavePolicyWithEnabledState(WBPolicy policy)

From: Hart on
Thanks a lot Brian! I did look into some of those posts, but did not anything
that is suitable for my situation. However, through your link today I found
one which could be possibly the cause:

"The backup destination drive must be larger than the partition(s) that you
want to back up (including freespace). "

My backup drive is 500GB and my C partition is 750GB, with only 60GB data.
So I will try to find a larger drive to test it out, or make C smaller if
possible.

"Brian Cryer" wrote:

> "Hart" <Hart(a)discussions.microsoft.com> wrote in message
> news:E4F050FC-2344-48B7-89D0-30E5A50A5455(a)microsoft.com...
> > Hi,
> >
> > I am trying to schedule backup on my new Small business server 2008 to an
> > external drive, but it always give me error "Cannot configure backup
> > schedule". Checking the SBCW.log file, and found the following errors.
> > Does
> > anyone know how to resolve this issue? the size of the server I am trying
> > to
> > backup is only 60GB, and my empty external drive is 500GB.
>
> This might not be it (so apologies in advance), but almost all the problems
> I've had with backup which haven't been obvious have all turned out to be
> permissions related.
>
> That said, all the hits on google didn't seem to point to this being
> permissions related:
> http://lmgtfy.com/?q=cannot+configure+backup+schedule
> Worth checking out the first few results at least.
> --
> Brian Cryer
> http://www.cryer.co.uk/brian
>
> .
>
From: Hart on
Yes, I tried both SBS console and Windows Server console, but both failed to
schedule the backup. I guess only SBS console writes to the SBCW log file. I
do not know where to look for logs from Windows server (for that, it failed
when it tried to format the external drive).

The SBCW log actually gave me some info: at the very beginning, basically I
got two exceptions: "could not find the folder", and then "could not find
the file". No specific names though. I searched online, and found someone
mentioned a folder "Backup" under the "C:\Program Files\Windows Small
Business Server\" folder. So I manually added that folder. The error about
folder in the log actually disappeared!

I wonder whether putting a valid file "Small Business Backup Script.bks"
under that folder could resolve the problem. Does anyone happen to have such
file to share?

Thanks,

"Cris Hanna [SBS - MVP]" wrote:

> Are you using the SBS Backup Wizard
>
> --
> Cris Hanna [SBS - MVP] (since 1997)
> Co-Contributor, Windows Small Business Server 2008 Unleashed
> http://www.amazon.com/Windows-Small-Business-Server-Unleashed/dp/0672329573/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1217269967&sr=8-1
> Owner, CPU Services, Belleville, IL
> A Microsoft Registered Partner
> ------------------------------------
> MVPs do not work for Microsoft
> Please do not submit questions directly to me.
>
> "Hart" <Hart(a)discussions.microsoft.com> wrote in message news:E4F050FC-2344-48B7-89D0-30E5A50A5455(a)microsoft.com...
> Hi,
>
> I am trying to schedule backup on my new Small business server 2008 to an
> external drive, but it always give me error "Cannot configure backup
> schedule". Checking the SBCW.log file, and found the following errors. Does
> anyone know how to resolve this issue? the size of the server I am trying to
> backup is only 60GB, and my empty external drive is 500GB.
>
> Thanks in advance!
>
> An exception of type 'Type:
> Microsoft.WindowsServerSolutions.Common.WindowsTaskSchedulerException,
> Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
> has occurred.
> Timestamp: 07/22/2010 23:02:11
> Message: Failed to find the task path
> Stack: at
> Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
> taskPath, String taskName)
> at
> Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
> ---------------------------------------
> An exception of type 'Type: System.IO.FileNotFoundException, mscorlib,
> Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' has
> occurred.
> Timestamp: 07/22/2010 23:02:11
> Message: The system cannot find the file specified. (Exception from HRESULT:
> 0x80070002)
> Stack: at TaskScheduler.TaskSchedulerClass.GetFolder(String Path)
> at
> Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
> taskPath, String taskName)
>
> [1184] 100722.230211.4220: Storage: No previous backup found ErrorCode:0
> BaseException:
> Microsoft.WindowsServerSolutions.Storage.Common.StorageException:
> GetServerBackupTaskStatus: fail to find the task ---> ErrorCode:0
> BaseException:
> Microsoft.WindowsServerSolutions.Common.WindowsTaskSchedulerException: Failed
> to find the task path ---> System.IO.FileNotFoundException: The system cannot
> find the file specified. (Exception from HRESULT: 0x80070002)
> at TaskScheduler.TaskSchedulerClass.GetFolder(String Path)
> at
> Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
> taskPath, String taskName)
> --- End of inner exception stack trace ---
> at
> Microsoft.WindowsServerSolutions.Common.WindowsTaskScheduler..ctor(String
> taskPath, String taskName)
> at
> Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
> --- End of inner exception stack trace ---
> at
> Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupUtility.GetServerBackupTaskStatus()
> at
> Microsoft.WindowsServerSolutions.Storage.Common.ServerBackupWorker.SavePolicyWithEnabledState(WBPolicy policy)
>
>