Sql Backup And FTP

Welcome Guest Search | Active Topics | Log In | Register
New Topic Post Reply
SQLBackupAndFTP.exe runs and uses CPU long after backup is complete Options · View
jrvandy
#1 Posted : Thursday, July 14, 2011 9:38:35 AM Quote
Rank: Newbie

Groups: Registered

Joined: 7/14/2011
Posts: 2
We are having a performance issue on a new installation where we are testing your software for purchase.
Problem: backup finishes at 1:07am, but SQLBackupAndFTP.exe runs for an additional 8 to 24 hrs consuming a significant amount of CPU Cycles
Version 5.7.7.24417 trial/free version
Dual Quad core Xeon CPUs
16GB RAM
Server 2008R2 54 bit
SQL 2008R2 express

SQLBackupAndFTP set to run at 1AM on 1 database approximately 2GB in size
File is then zipped to local cache then coped to mapped network drive.
zipped File is finished copying by 1:10AM and is 234MB in size(10 minutes from start of scheduled job)

Latest log file
>>> run 7/14/2011 1:07:07 AM by administrator

SqlBackupAndFtp 5.7.7.24417 (Free)

SUMMARY:
Database C:\OPS\DATA\SMD DATA.MDF: Backup - Success

DETAILED LOG:
7/14/2011 1:00:02 AM Creating backup of C:\OPS\DATA\SMD DATA.MDF to C:\Windows\TEMP
7/14/2011 1:03:30 AM Backup of C:\OPS\DATA\SMD DATA.MDF completed
7/14/2011 1:03:30 AM Zipping C:\Windows\TEMP\C__OPS_DATA_SMD_DATA_MDF201107140100.bak to T:\SQL 2008 Backups\C__OPS_DATA_SMD_DATA_MDF201107140100.zip
7/14/2011 1:07:07 AM Zip completed (compressed size: 234,924 KB)
7/14/2011 1:07:07 AM Removing the backup: C:\Windows\TEMP\C__OPS_DATA_SMD_DATA_MDF201107140100.bak
7/14/2011 1:07:07 AM Cleaning T:\SQL 2008 Backups
7/14/2011 1:07:07 AM Job finished
mikeshilov
#2 Posted : Thursday, July 14, 2011 12:35:58 PM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
Please try our new version (6.0)
jrvandy
#3 Posted : Friday, July 15, 2011 9:21:58 AM Quote
Rank: Newbie

Groups: Registered

Joined: 7/14/2011
Posts: 2
Thank you for the suggestion.
upgraded to version 6
same symptoms as before. Job finished at 1:07am, EXE ran until after 8AM.
Any more Ideas?
ruslan
#4 Posted : Friday, July 15, 2011 10:35:47 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 368
After backup is done SBF should close and consume no resources at all. If you could wait a week, we can email you a special test version that would test/eliminate the problem.
mikeshilov
#5 Posted : Friday, July 29, 2011 4:02:41 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
jrvandy,

Can you give your email for us to contact you regarding testing?
You may write us via http://sqlbackupandftp.com/contact/ and we'll contact you.

BR,
Mike
OVS
#6 Posted : Friday, September 02, 2011 12:58:02 AM Quote
Rank: Newbie

Groups: Registered

Joined: 9/2/2011
Posts: 1
I am having the exact same issue. A full backup of 3 db's (1 large, 2 very small) started at 9:45PM last night and completed successfully at 11:18PM. This morning at 9:30AM I checked CPU utilization and SQLBackupAndFTP.exe was using 50% of the CPU resources and was adversely affecting the performance of the server (a Windows 2003 server running MS SQL 2005).

I REALLY love the program but I cannot continue to run it under these circumstances. Any assistance is much appreciated.

Thanks!
mikeshilov
#7 Posted : Friday, September 02, 2011 2:03:50 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
Please check version 6.1.6.
Guest
#8 Posted : Friday, September 09, 2011 3:29:16 AM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 725
Sorry to jump in on thread:

Version 6.1.7.37794
Still same simptoms.

I'll add more details so it should be easily reproducable for you.

My instalation:
- I've created my own script that mounts share, runs SQLBackupAndFTP and removes share.
- Script is run via windows scheduler.
- runing the script shows simptoms, described above (program still runs after "completed" in log).

Script:
net use B: \\server\share password /user:DOMAIN\backupsql
"C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -r "C:\Documents and Settings\Administrator\My Documents\SQL backup.jobx"
net use B: /d
exit

Computer that runs the script is obviusly not in domain, but uses domain user to mount share. Script is run by local admin.
mikeshilov
#9 Posted : Friday, September 09, 2011 3:38:51 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
In automatic scripts like yours try using "-rn" SBF option instead of "-r":

net use B: \\server\share password /user:DOMAIN\backupsql
"C:\Program Files\SQLBackupAndFTP\SQLBackupAndFTP.exe" -rn "C:\Documents and Settings\Administrator\My Documents\SQL backup.jobx"
net use B: /d
exit
Guest
#10 Posted : Friday, September 09, 2011 6:45:54 AM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 725
Thank you for suggestion! It fixed the problem.
visioncraft
#11 Posted : Monday, September 19, 2011 7:11:47 AM Quote
Rank: Newbie

Groups: Registered

Joined: 9/19/2011
Posts: 3
I am having a similar problem with the latest (free) version of SqlBackupAndFTP running on a Windows 2008 R2 Hyper-V server. I am not using any custom scripting - just the default backup of a database to an ftp server. The CPU and memory usage climb sky high over a period of days and then crash the server.
ruslan
#12 Posted : Monday, September 19, 2011 8:57:00 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 368
What parameter -r or -rn is used in Windows Schedule for this job? What SBF version are you using?
visioncraft
#13 Posted : Monday, September 19, 2011 8:05:21 PM Quote
Rank: Newbie

Groups: Registered

Joined: 9/19/2011
Posts: 3
I am using version 6.1.6.34242

I have not specified any parameters (how would I do so?) - I am just doing a task scheduled from within SQLBackupANDFTP using the "Schedule this Job" option.

visioncraft
#14 Posted : Monday, September 19, 2011 8:09:39 PM Quote
Rank: Newbie

Groups: Registered

Joined: 9/19/2011
Posts: 3
I just found the job in the task scheduler and it has the -rn parameter....
ruslan
#15 Posted : Monday, September 19, 2011 8:11:37 PM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 368
Could you please check if you have the same problem with the latest version 6.1.9?
Quick Reply Show Quick Reply
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.