cancel
Showing results for 
Search instead for 
Did you mean: 

Brbackup failed

Former Member
0 Kudos

hi,

when i am starting backup through brtools , it works fine .

But when i am starting backup directly through brbackup , it fails

I am giving the following string

brbackup -m all -t online -c -a -ssd -c

it is giving below error

icrosoft Windows [Version 5.2.3790]

(C) Copyright 1985-2003 Microsoft Corp.

" C:\Documents and Settings\Administrator>brbackup -m all -t online -c -a -ssd -c

BR0051I BRBACKUP 6.40 (15)

BR0055I Start of database backup: bedzvahx.ant 2010-08-29 22.25.33

BR0071E BRBACKUP currently running or was killed

BR0072I Please delete file E:\oracle\Q11\sapbackup\.lock.brb if BRBACKUP was kil

led

BR0073E Setting BRBACKUP lock failed

BR0280I BRBACKUP time stamp: 2010-08-29 22.25.34

BR0301E SQL error -1017 at location BrDbConnect-2

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance Q11 failed

BR0056I End of database backup: bedzvahx.ant 2010-08-29 22.25.33

BR0280I BRBACKUP time stamp: 2010-08-29 22.25.34

BR0054I BRBACKUP terminated with errors

C:\Documents and Settings\Administrator>

C:\Documents and Settings\Administrator>

i am running this command through <SID>adm user .

pl. suggest .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Always execute the BRbackup with the <SID>ADM user as this user have been given all the required permission/access to administrate DB as well as SAP instance.

BR0071E BRBACKUP currently running or was killed

BR0072I Please delete file E:\oracle\Q11\sapbackup\.lock.brb if BRBACKUP was killed

In ur case, it seems that the backup failed and thus the new backup fails. As mentioned in the log, delete the .lock.brb file from the location E:\oracle\Q11\sapbackup\.lock.brb if BRBACKUP and then retry the backup. This time u should be able to backup ur database without any issues.

Regards,

Varadharajan M

Former Member
0 Kudos

Hi,

pls follow as suggested by Varadu,

and pls check this note for applying correct permissions to BR* files, note : 113747

Please check your <SID>adm have dba authorizations by executing this command

> id

id shows the group entries of the user.

Regards,

Sravan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try brbackup -u / -m all -t online -c -a -ssd -c

Regards,