cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BRTool Error

Former Member
0 Kudos

Hi All,

We are getting logon errors when we try to run the online backups.

While initiating the backups we get the credential errors,

Below are the errors for your reference.

more /oracle/SID/sapbackup/bekvvxcx.anf

BR0051I BRBACKUP 7.20 (23)

BR0055I Start of database backup: bekvvxcx.anf 2013-03-28 08.07.59

BR0484I BRBACKUP log file: /oracle/SID/sapbackup/bekvvxcx.anf

BR0280I BRBACKUP time stamp: 2013-03-28 08.08.02

BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:

'CONNECT system/*******'

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance TBW failed

BR0280I BRBACKUP time stamp: 2013-03-28 08.08.06

BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:

'CONNECT system/*******'

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance SID failed

BR0056I End of database backup: bekvvxcx.anf 2013-03-28 08.08.03

BR0280I BRBACKUP time stamp: 2013-03-28 08.08.06

BR0054I BRBACKUP terminated with errors

Please let me know is there any setting to avoid the  online  database backup trigger  with user SYSTEM and is it

feasible to use ora<sid> or any other user ?

Regards,

Giri.

+91 9738161153

Accepted Solutions (0)

Answers (2)

Answers (2)

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

You need to check the script that is executed for the backup.

The SYSTEM user and password should be maintained there.

Check whether you are able to connect to the database with the password mentioned there and if it is incorrect then change the password for the user and modify the script.

Cheers

RB

Former Member
0 Kudos

Hi

   It seems that the password for the user SYSTEM is incorrect.

You can try to reset the password using the command.

login as orasid

sqlplus "/as sysdba"

alter user System identified by <system Password >;

COmmit;

Trigger the backup.. One phase, it will prompt you for the system user and its password... Enter the correct password and try again..

It should work.

Thanks and Regards,

Vimal

Former Member
0 Kudos

As well as please check the below link too.

http://scn.sap.com/thread/1717369