January 28, 2010 at 5:00 am
We have a prod and a test Win2003 servers running SQL 2000 SP4. I backup the prod db to the local HD and then file copy it to the test server then on the test server I restore the db. This has worked great until the last three weeks. There is over 2 gig of memory free and all drives have plenty of free space too. Has anyone ran accross this issue? It doesn't make the job fail nor does it write anything to the server log as an error.
I backup/copy a 19 gig db file just fine, the one that fails is 97 gig.
Executed as user: xxxxxx\xxxxxx. G:\bcksql\xxxprod_db.BAKFile creation error - Insufficient system resources exist to complete the requested service. 0 File(s) copied. Process Exit Code 0. The step succeeded.
This is the command:
xcopy G:\bcksql\xxxprod_db.BAK \\servertest\H$\bcksql\ /d /c /y
January 28, 2010 at 5:36 am
Are you doing this manually or is it part of a script and you have it scheduled in SQL Server Agent?
January 28, 2010 at 5:41 am
Is it a job scheduled? If so please check the agent log for error.
January 28, 2010 at 5:42 am
Yes it is scheduled through SQLAgent. The job says it is successfull but when you go into the job and look at the steps they all say successfull but the output has the message I posted about insufficient resources.
January 28, 2010 at 5:52 am
It should be problem with target machine where u copying the file. Check is there any change in that target mechine
January 28, 2010 at 5:55 am
I looked at it and found nothing. I had the server engineer group look at it and they found nothing. I even rebooted it and did the file copy again and it failed.
January 28, 2010 at 6:24 am
Did you check the account SQL Server Agent is running under? Hopefully you have already checked that.
I had a related issue where the jobs stopped running and found out someone had reset the service to use Local System Account.
January 28, 2010 at 6:47 am
It is not that. This job has several steps and it backs up two dbs and file copies the backup files to the non production server. The other db file copy works but it is under 20 gig. The one that fails is 95 gig. That is really the only difference.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply