cancel
Showing results for 
Search instead for 
Did you mean: 

Backup fails with EC - 2 on SQL 2005 server.

haripriya
Level 3
The backup on one of the SQL2005 servers (veritas - 6.5) is failing with error code 2.
Have seen the below logs from the C:\Program Files\VERITAS\NetBackup\logs\user_ops\MsSql\Logs of the client.
ERR - Error in GetConfiguration: 0x80770003.
    CONTINUATION: - The api was waiting and the timeout interval had elapsed.
DBMS MSG - ODBC return code <-1>, SQL State <37000>, SQL Message <4214><[Microsoft][SQL Native Client][SQL Server]BACKUP LOG cannot be performed because there is no current database backup.>.
DBMS MSG - SQL Message <3013><[Microsoft][SQL Native Client][SQL Server]BACKUP LOG is terminating abnormally.>
ERR - Error found executing <backup log "EVVSUSFKL11XV02VS02_2" to VIRTUAL_DEVICE='VNBU0-768-20060-1279188719' with  stats = 10, blocksize = 65536, maxtransfersize = 4194304, buffercount = 2>.
ERR - Error in VDS->Close: 0x80770004.
    CONTINUATION: - An abort request is preventing anything except termination actions.
 
The other mssql backups are running fine. This is the only stream failing with the above error. Please help me fixing the issue.
1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified
Have a look at the backup script.
This is why this backup is failing:
BACKUP LOG cannot be performed because there is no current database backup

Create dbclient log directory on client for further troubleshooting.

View solution in original post

2 REPLIES 2

Marianne
Level 6
Partner    VIP    Accredited Certified
Have a look at the backup script.
This is why this backup is failing:
BACKUP LOG cannot be performed because there is no current database backup

Create dbclient log directory on client for further troubleshooting.

haripriya
Level 3
Got it.. this backup is to backup the database backup logs..there is no database backups that has run and hence no logs... Thank you for the solution.