Having problem on MSSQL agent backup
Created: 16 Jul 2012 | Updated: 17 Jul 2012 | 9 comments
This issue has been solved. See solution.
Hello Everyone,
I'm new here and this is my first post!! :D
I want to ask experts here about error from backup MSSQL using online agent.
I use NBU extension GUI to create backup script to full backup all DB in default instance.
When the schedule completed the parent job got status 1. Then I look for detailed page and found 1 of my DB cannot backup.
###error messages appear in Job status on NBU extention GUI ###
INFO Error in GetConfiguration: 0x80770003.
INFO The api was waiting and the timeout interval had elapsed.
###cut from dbclient log###
12:07:32.258 [8532.6572] <16> writeToServer: ERR - send() to server on socket failed:
12:07:32.258 [8532.6572] <16> dbc_RemoteWriteFile: ERR - could not write progress status message to the NAME socket
12:07:32.258 [8532.6572] <4> dbc_RemoteWriteFile: INF - RemoteWriteFile status = 0
12:07:32.258 [8532.6572] <16> CDBbackrec::InitDeviceSet_Part2(): ERR - Error in GetConfiguration: 0x80770003.
error messages don't make any sense to me.
I tried google and KB but no work.
has anyone experience this before?
please help me D:
PS. sorry for my bad english.
Discussion Filed Under:
Group Ownership:
Comments 9 Comments • Jump to latest comment
This looks like a timeout. (300 seconds = 5 minutes)
For large databases, the recommended timeout is 1800.
Increase Client Connect as well as Client Read Timeout to 1800 on the media server backing up this SQL client.
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
I have tried 900 seconds on backup script but output was same.
VDITIMEOUTSECONDS 900
I'm home now and will try 1800 seconds tomorrow.
I think DB size not big it's only 30GB.
Thanks for reply :D
Do you see similar error in application event log?
Something like this:
<16> CDBbackrec::InitDeviceSet_Part2(): ERR - Error in GetConfiguration: 0x80770003.
If so, check your task manager whether there is any leftover dbbackex.exe, kill them if there are, and re-run backup.
Thanks Watsons :D
It's working after I kill all of them (dbbackup.exe).
Do you know why there are leftover dbbackup.exe processes? Maybe I can prevent this to happens again in future.
Glad it helps.. not sure exactly why this happened, but I saw this error the other day in dbclient log in my env.:
The api was waiting and the timeout interval had elapsed.
So that's how I checked the leftover process and killed them to have it work again. I only saw that twice so far.
Please increase timeouts on Media Server in addtition to VDI timeout in script
We see exactly 5 minutes between last entry in dbclient log and time of failure:
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
Hi Marianne.
I still got the same error even VDI timeout increased to 1800 seconds.
there are several DBBACKUP.EXE processes in task manager. I'm going endtask them all and try again.
PLEASE increase timeouts on MEDIA SERVER......
Before running another backup, ensure the following log folders exist on media server:
bptm and bpbrm.
If backup still fails after increasing media server timeouts, please post a new set of logs:
dbclient on SQL client, bptm and bpbrm on media server.
Supporting Storage Foundation and VCS on Unix and Windows as well as NetBackup on Unix and Windows
Handy NBU Links
Would you like to reply?
Login or Register to post your comment.