Forum Discussion

sumit_k1111's avatar
10 years ago

SAP (BRTOOLS)+RMAN Backup configuration

Hi, I am trying to configure SAP (BRTOOLS)+RMAN Backup Master server -- 7.6.0.3 on (Red Hat 4.4.6-3) SAP server - 7.6.0.1 on solaris 10.5   I followed below given link to configure the...
  • CRZ's avatar
    10 years ago

    BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT system/*******'
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance OL1 failed

    If no username and password are specified in your script - and I suspect they are not - you'll need to add it to your command line by adding the -u (username/password) switch.  Or add it to your script.

    You'll want to make sure the account you're specifying has the appropriate privileges.

    Good luck!

    DISCLAIMER: I know nothing about database backups but this came up in a search of previous cases with similar log output.