Sql Backup And FTP

Welcome Guest Search | Active Topics | Log In | Register
2 Pages 12>
New Topic Post Reply
Schduling Error. Can't retrieve task's command Options · View
teemuk
#1 Posted : Monday, September 07, 2009 2:57:06 AM Quote
Rank: Newbie

Groups: Registered

Joined: 9/7/2009
Posts: 4
Location: Finland
Hi,

All features work fine, except when I try to schedule a backup, the following errors pops up.


Job Scheduling error: Can't retrieve the task's command.

Operating System: Windows XP PRO SP3
Database: SQL Server Express 2008


Any ideas what to do?
mikeshilov
#2 Posted : Monday, September 07, 2009 5:23:54 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
Thank you for reporting the problem. We're trying to fix this issue at the moment.
We'll post here when it's done.
mikeshilov
#3 Posted : Monday, September 07, 2009 5:26:21 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
teemuk wrote:
Hi,

All features work fine, except when I try to schedule a backup, the following errors pops up.


Job Scheduling error: Can't retrieve the task's command.

Operating System: Windows XP PRO SP3
Database: SQL Server Express 2008


Any ideas what to do?


BTW, could you tell us the localization of you Windows XP (language)?
teemuk
#4 Posted : Monday, September 07, 2009 7:42:11 AM Quote
Rank: Newbie

Groups: Registered

Joined: 9/7/2009
Posts: 4
Location: Finland
mikeshilov wrote:
teemuk wrote:
Hi,

All features work fine, except when I try to schedule a backup, the following errors pops up.


Job Scheduling error: Can't retrieve the task's command.

Operating System: Windows XP PRO SP3
Database: SQL Server Express 2008


Any ideas what to do?


BTW, could you tell us the localization of you Windows XP (language)?


Hi,

Thanks for the quick reply.
Localization is Finnish.
Guest
#5 Posted : Tuesday, September 08, 2009 9:43:50 AM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 937
Hi,

I have the same problem with spanish localization.

Regards.

Javier
ruslan
#6 Posted : Tuesday, September 08, 2009 10:09:15 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 417
Still working. The fix should be available today or tomorrow.
mikeshilov
#7 Posted : Tuesday, September 08, 2009 10:59:22 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
Please get and try new beta version at http://sqlbackupandftp.com/test/SqlBakSetup330beta.exe.
Guest
#8 Posted : Tuesday, September 08, 2009 2:58:36 PM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 937
Hi, still getting the same error, when trying to schedule or querying for the active jobs.

Can you please tell me what parameters are you sending to schtasks to see witch one it's not ok for spanish localization?

Thanks a lot in advance.

Javier
mikeshilov
#9 Posted : Wednesday, September 09, 2009 12:21:21 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
Guest wrote:
Hi, still getting the same error, when trying to schedule or querying for the active jobs.

Can you please tell me what parameters are you sending to schtasks to see witch one it's not ok for spanish localization?

Thanks a lot in advance.

Javier


schtasks /query /fo LIST /v

please let us know, thanks
teemuk
#10 Posted : Wednesday, September 09, 2009 1:30:15 AM Quote
Rank: Newbie

Groups: Registered

Joined: 9/7/2009
Posts: 4
Location: Finland
Working perfectly for me now. Thanks.

I'm assuming that if I change the the scheduling in windows scheduler from daily to e.g. weekly, Sql Backup and FTP won't override it with daily, which is the only option ?
mikeshilov
#11 Posted : Wednesday, September 09, 2009 4:22:52 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
teemuk wrote:
Working perfectly for me now. Thanks.

I'm assuming that if I change the the scheduling in windows scheduler from daily to e.g. weekly, Sql Backup and FTP won't override it with daily, which is the only option ?


As soon as scheduled task name remains the same it will override it on "save". If you need manual scheduling you may add your own task with a different name.
Guest
#12 Posted : Wednesday, September 09, 2009 3:28:03 PM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 937
mikeshilov wrote:
Guest wrote:
Hi, still getting the same error, when trying to schedule or querying for the active jobs.

Can you please tell me what parameters are you sending to schtasks to see witch one it's not ok for spanish localization?

Thanks a lot in advance.

Javier


schtasks /query /fo LIST /v

please let us know, thanks


I have to change the command to schtasks /query /fo LISTA /v to make it work "LISTA" is the spanish for "LIST"

The only format that seems to work in both language is CSV, because instead of TABLE you have to use "TABLA"

Regards,

Javier
teemuk
#13 Posted : Thursday, September 10, 2009 4:49:25 AM Quote
Rank: Newbie

Groups: Registered

Joined: 9/7/2009
Posts: 4
Location: Finland
mikeshilov wrote:
teemuk wrote:
Working perfectly for me now. Thanks.

I'm assuming that if I change the the scheduling in windows scheduler from daily to e.g. weekly, Sql Backup and FTP won't override it with daily, which is the only option ?


As soon as scheduled task name remains the same it will override it on "save". If you need manual scheduling you may add your own task with a different name.


Ok.

Are you planning to add different scheduling options in the near future releases?
ruslan
#14 Posted : Thursday, September 10, 2009 3:59:52 PM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 417
Interface will remain simple and still allow to schedule 1 task per day only. Advanced users can create a job without scheduling it. Then add a task to Windows Scheduler with a different name. In this task you can use any scheduling you like. To allow for greater flexibility we consider adding time to the end of zip file.
See this post for details: http://www.sqlbackupandf...sts&m=53&#post53
mikeshilov
#15 Posted : Friday, September 11, 2009 2:04:45 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
Guest wrote:
mikeshilov wrote:
Guest wrote:
Hi, still getting the same error, when trying to schedule or querying for the active jobs.

Can you please tell me what parameters are you sending to schtasks to see witch one it's not ok for spanish localization?

Thanks a lot in advance.

Javier


schtasks /query /fo LIST /v

please let us know, thanks


I have to change the command to schtasks /query /fo LISTA /v to make it work "LISTA" is the spanish for "LIST"

The only format that seems to work in both language is CSV, because instead of TABLE you have to use "TABLA"

Regards,

Javier


Thanks, Javier, we'll consider moving to CSV.
mikeshilov
#16 Posted : Sunday, September 13, 2009 2:50:36 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
We've utilized the CSV. You can download new release 3.3.1 and try.
Guest
#17 Posted : Monday, September 14, 2009 3:07:46 PM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 937
Hi everbody,
we got the same error, OS is Windows Server 2003 R2 in German.
Installed version 3.3.1

Ciao
Thomas
Guest
#18 Posted : Tuesday, September 15, 2009 2:07:28 AM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 937
We have the same problem with version 3.3.1 on a dutch XP system: Job scheduling error. http://support.microsoft.com/kb/872921/nl
Guest
#19 Posted : Tuesday, September 15, 2009 4:29:53 AM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 937
We're also having the same problem with Windows XP Norwegian. Please give us a fix for this :)
ruslan
#20 Posted : Wednesday, September 16, 2009 10:52:25 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 417
MS localized Windows Schedule making it very hard to automate it in localized Windows installations. We consider creating an ability to run our own service that would trigger SQLBackupAndFTP (and making it an option in addition to scheduling through Windows Scheduler).
Quick Reply Show Quick Reply
2 Pages 12>
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You can create polls in this forum.
You can vote in polls in this forum.

©Pranas.NET MySql Backup MySql Backup to cloud Free SQl Backup SQL Backup Master Employee monitoring software Web Scraping Azure SQL Database Backups