cancel
Showing results for 
Search instead for 
Did you mean: 

Brtools Backup fails

Former Member
0 Kudos

Hello All,

While trying to trigger backup from brtools , backup fails with below error ,

BR0280I BRARCHIVE time stamp: 2016-08-24 17:08:19

BR0301W SQL error -1017 at location BrDbConnect-3, SQL statement:

'CONNECT /'

ORA-01017: invalid username/password; logon denied

BR0310W Connect to database instance SID failed

BR0280I BRARCHIVE time stamp: 2016-08-24 17:08:19

BR0301W SQL error -1017 at location BrDbConnect-3, SQL statement:

'CONNECT /'

ORA-01017: invalid username/password; logon denied

BR0310W Connect to database instance SID failed

BR0007I End of offline redolog processing: aetxhmrq.sve 2016-08-24 17:08:19

BR0280I BRARCHIVE time stamp: 2016-08-24 17:08:19

BR0005I BRARCHIVE terminated with errors

After analysis i came to know brt$adm user is configured here , and no ops$orasid user exist here.

If i pass below 2 command it works,

brbackup -u // -c force -t online -m all -p initSID.sap -d util_file -r initSID.utl

brarchive -u // -c force -p initSID.sap -sd -d util_file -r initSID.utl

Is there any specific configuration required for brtools.

Really appreciate your inputs.

Thanks

Pradeep.

Accepted Solutions (0)

Answers (1)

Answers (1)

JamesZ
Advisor
Advisor
0 Kudos

Hi Pradeep,

"-u //" means you are using the logon data stored in the secure storage as mentioned in SAP note
1764043, so please try followings as mentioned in the note:

You can also use the new connection method for BR*Tools calls in the CCMS transaction DBACOCKPIT/DB13. To enable this, the option "-u /" must be manually replaced (for example, with transaction SE16) with the option "-u //" in the SAP table SDBAC_DATA (SAP_BASIS releases 7.10, 7.11, 7.20, and 7.30) or SDBAC (other SAP_BASIS releases) in the field PSTRING.

Instead of making the changes manually, you can also run the SQL script db13secd.sql or db13sec.sql (see attachment):

Best regards,
James