cancel
Showing results for 
Search instead for 
Did you mean: 

in DB13, error occured after trigger Verify Database.

Former Member
0 Kudos

Dear All,

The following is the job log of the Verify database, i am not sure why this error occured.

I am using BRTOOLS 7.10 (12), SAP NetWeaver 2004s.

-


Job started

Step 001 started (program RSDBAJOB, variant &0000000000927, user ID BASISADM7)

Execute logical command BRBACKUP On host kuldb73s

Parameters:-u / -jid VERIF20091118113112 -c force -w only_dbv -p initT21.sap.online -m ALL

BR0051I BRBACKUP 7.10 (12)

BR0055I Start of database backup: bebyaerw.dbv 2009-11-18 11.31.12

BR0484I BRBACKUP log file: /oracle/T21/sapbackup/bebyaerw.dbv

BR0280I BRBACKUP time stamp: 2009-11-18 11.31.12

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

'CONNECT /'

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance T21 failed

BR0280I BRBACKUP time stamp: 2009-11-18 11.31.13

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

'CONNECT /'

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance T21 failed

BR0056I End of database backup: bebyaerw.dbv 2009-11-18 11.31.12

BR0280I BRBACKUP time stamp: 2009-11-18 11.31.13

BR0054I BRBACKUP terminated with errors

External program terminated with exit code 3

BRBACKUP returned error status E

Job finished

-


Best Regards,

Ken

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Why double posting by the way?

What's wrong with the answers in your other thread?

Edited by: Joe Bo. on Nov 18, 2009 9:49 AM

Former Member
0 Kudos

Dear Joe,

I have no idea why two thread has been posted.

Dear All,

The issue is solve after create the OPS$T21ADM user in Oracle, SQLPLUS.

Thank you very much. _

Best Regards,

Ken

Former Member
0 Kudos

Hi,

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

Login to the system as SIDadm & connect to database using the sqlplus

sqlplus /nolog

connect / as sysdba

select username,account_status from dba_users;

Here look for users OPS$T21adm & OPS$SAPSERVICET21

Please see the OSS Note Note 50088 - Creating OPS$ users on Windows NT/Oracle.

Hope this will help you.

Thanks,

Shambo

Former Member
0 Kudos

Dear Shambo,

I am using AIX (UNIX), the sapnote you provide to me is NT.

Best Regards,

Ken

Former Member
0 Kudos

It shouldn't be that difficult to find the corresponding note for Unix:

Note 361641 - Creating OPS$ users on UNIX

In Unix first try as user ora<sid> by the way.

regards

Former Member
0 Kudos

Dear Ken,

Do you execute the query I had given? Did you see users OPS$<SID>adm & OPS$ora<SID> in database?

Please see below OSS notes.

Note 717677 - BRCONNECT call of SAPInst fails with ORA-01017 for Unix.

Note 400241 - Problems with ops$ or sapr3 connect to Oracle

Thanks,

Shambo