Guys,
Problem is related with Updating the Statistics using brtools. I am trying to execute the update statistics using brtools and it is giving me below error.
BR0801I BRCONNECT 6.40 (50)
BR0805I Start of BRCONNECT processing: cedkvgsc.sta 2010-06-11 15.33.34
BR0484I BRCONNECT log file: /oracle/QA1/sapcheck/cedkvgsc.sta
BR0280I BRCONNECT time stamp: 2010-06-11 15.33.35
BR0301E SQL error -1017 at location db_connect-2
ORA-01017: invalid username/password; logon denied
BR0310E Connect to database instance QA1 failed
BR0280I BRCONNECT time stamp: 2010-06-11 15.33.35
BR0301E SQL error -1017 at location db_connect-2
ORA-01017: invalid username/password; logon denied
BR0310E Connect to database instance QA1 failed
BR0806I End of BRCONNECT processing: cedkvgsc.sta 2010-06-11 15.33.35
BR0280I BRCONNECT time stamp: 2010-06-11 15.33.35
BR0804I BRCONNECT terminated with errors
However, from brtools I can perform the other tasks like Table Reorganization or checking the status of tablespaces. It was working earlier. Permissions for br* file are same as on other systems where it is working. I have check the db ids and none of them are locked or password expired. You can refer below.
SQL> select username, account_status from dba_users;
USERNAME ACCOUNT_STATUS
-
-
SAPPRD OPEN
OPS$QA1ADM OPEN
SAPQA1 OPEN
SAPR3 OPEN
SHAFIQ OPEN
PARMAR OPEN
TSHISHIR OPEN
AMBRISH OPEN
KAUSTAV OPEN
DBSNMP EXPIRED & LOCKED
OUTLN EXPIRED & LOCKED
USERNAME ACCOUNT_STATUS
-
-
MAHESH OPEN
SJETTU OPEN
VISHALK OPEN
PERFSTAT OPEN
BVIJAY OPEN
SYS OPEN
SYSTEM OPEN
18 rows selected.
Note - I am using ora id only and if i execute it from SAP level it works fine. I have tried all type of permissions for brconnect file.
What could be the problem?
Thanks and Regards,
Kedar Malekar
Edited by: Kedar Malekar on Jun 11, 2010 12:43 PM