cancel
Showing results for 
Search instead for 
Did you mean: 

brbackup logon denied

Former Member
0 Kudos

Hi

I have the Following error on a new Installation NW2004s with BI on Oracle 10/Win:

C:\>brbackup

BR0051I BRBACKUP 7.00 (13)

BR0055I Start of database backup: bdtiuvdg.aff 2006-08-25 16.11.20

BR0280I BRBACKUP time stamp: 2006-08-25 16.11.20

BR0301E SQL error -1017 at location BrDbConnect-2

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance SBM failed

BR0280I BRBACKUP time stamp: 2006-08-25 16.11.20

BR0301E SQL error -1017 at location BrDbConnect-2

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance SBM failed

BR0056I End of database backup: bdtiuvdg.aff 2006-08-25 16.11.20

BR0280I BRBACKUP time stamp: 2006-08-25 16.11.20

BR0054I BRBACKUP terminated with errors

The SQL Scripts sabdba* and sabconn, I have just execute. In the DB13 I have the error:

BR0279E Return code 128

Thanks' and cheers,

Francesco

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

have o gone for any DB refresh....

if u did any database refresh after that u have to crate one user in oracle level ...then only it will accept u to take the backup....

here is the commands for creating the user...

SQL> connect / as sysdba

SQL> create user ops$ora<sid> identified externally temporary tablespace psaptemp;

SQL> grant connect, sapdba to ops$ora<sid>;

thanks,

chaitanya.