SAP Note 776505 - BR*Tools fail with ORA-01017 / ORA-01031 on Linux

Component : Database Administration with Oracle -

Solution : https://service.sap.com/sap/support/notes/776505 (SAP Service marketplace login required)

Summary :
SAP BR*Tools experience failures on Linux systems due to special s-bit handling affecting authorization. When running BRBACKUP, BRARCHIVE, or BRCONNECT under the adm user with an OPS$ connection, errors such as "SQL error -1017" and "invalid username/password" occur. Similarly, RMAN backups under the same user report "insufficient privileges." The resolution involves ensuring proper use of the OPS$ prefixed user and setting the SGID bit on executables to secure necessary permissions while maintaining system integrity. This adjustment requires BR*Tools 6.40 Patch 32 or above, mindful execution is advised particularly for RMAN operations.

Key words :
su - rootcd /usr/sap/<sapsid>/sys/exe/runchgrp dba brbackup brarchivechmod 6756 brbackup brarchivethe authorization 6, sysdbasql> create user ops$ora<sid> identified externally temporary tablespace psaptemp, 'shell=/bin/sh /oracle/i20/920_32/bin/rmannocatalog', called ops$ora<sid>, linux user <sid>adm, database instance qo1 failed2, user <sapsid>adm, terms br tools reason, ops$ora<sid>, <sid>adm user

Related Notes :

361641Creating OPS$ users on UNIX