cancel
Showing results for 
Search instead for 
Did you mean: 

Backup Error ORA-12640: Authentication adapter initialization failed

Former Member
0 Kudos

Dear All,

I have scheduled full backup from DB13 and it ends up in error. The error log is attached below.

-


BR0204I Percentage done: 100.00%, estimated end time: 20:12

BR0001I **************************************************

BR0280I BRBACKUP time stamp: 2009-06-03 20.12.52

BR0317I 'Alter tablespace SYSTEM end backup' successful

BR0280I BRBACKUP time stamp: 2009-06-03 20.12.56

BR0530I Cataloging backups of all database files...

BR0278E Command output of 'E:\oracle\SID\102\BIN\rman nocatalog':

Recovery Manager: Release 10.2.0.2.0 - Production on Wed Jun 3 20:12:57 200

Copyright (c) 1982, 2005, Oracle. All rights reserved.

RMAN>

RMAN> connect target *

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

ORA-12640: Authentication adapter initialization failed

RMAN> *end-of-file*

RMAN>

host command complete

RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 2

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of catalog command at 06/03/2009 20:12:58

RMAN-06171: not connected to target database

RMAN>

Recovery Manager complete.

BR0280I BRBACKUP time stamp: 2009-06-03 20.12.58

BR0279E Return code from 'E:\oracle\SID\102\BIN\rman nocatalog': 1

BR0536E RMAN call for database instance DEV failed

BR0280I BRBACKUP time stamp: 2009-06-03 20.12.58

BR0532E Cataloging backups of all database files failed

BR0056I End of database backup: beasixaz.fnd 2009-06-03 20.12.58

BR0280I BRBACKUP time stamp: 2009-06-03 20.12.58

BR0054I BRBACKUP terminated with errors

BR0280I BRBACKUP time stamp: 2009-06-03 20.12.58

-


I have tried upgrading Brtools as per suggestion from SAP but in vain. All the services run under administrator account but still no luck. The backup device type is disk

Kindly help on the same

Regards,

Anand

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Anandh,

You should share parameters instead of 'some parameter'.

THnx

SurendraJain

Former Member
0 Kudos

Hello Surendar,

I understood your concern. I have checked the system with SAP note 1171650 and have set all the parameters which are missed based on the result which i have got.

Hope this answer helps someone who face this issue

Regards,

Anandh

Former Member
0 Kudos

Hi Anandh,

I got the exact error and I m struggling to solve this error after searching lot of previous situations like this.

Even i tried the note you mentioned.But i dont see any major oracle parameters that have been suggested for me.

So can u please help me by mentioning all the parameters that you have changed that resolved this error?

Thanks in advance.

Regards,

Vadivel

Edited by: Vadivelan Natarajan on Mar 26, 2010 9:00 AM

Former Member
0 Kudos

Hello Vedival.

I am getting exact same error.

We are using Tivoli with BRTOOLS and no RMAN at all..not sure why at the end of Backup its executing "'SHELL=/bin/sh /oracle/QAS/102_64/bin/rman nocatalog'" command.

I will appreciate your help.

Thanks

Laxmichand.

BR0530I Cataloging backups of all database files...

BR0278E Command output of 'SHELL=/bin/sh /oracle/QAS/102_64/bin/rman nocatalog':

Recovery Manager: Release 10.2.0.2.0 - Production on Fri Oct 8 01:23:12 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.

RMAN>

RMAN> connect target *

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-04002: ocipi failed, ORA 1

RMAN> *end-of-file*

RMAN>

host command complete

RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30>

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of catalog command at 10/08/2010 01:23:15

RMAN-06171: not connected to target database

RMAN>

Recovery Manager complete.

BR0280I BRBACKUP time stamp: 2010-10-08 01.23.15

BR0279E Return code from 'SHELL=/bin/sh /oracle/QAS/102_64/bin/rman nocatalog': 1

BR0536E RMAN call for database instance QAS failed

BR0280I BRBACKUP time stamp: 2010-10-08 01.23.15

BR0532E Cataloging backups of all database files failed

BR0280I BRBACKUP time stamp: 2010-10-08 01.23.40

BR0317I 'Alter database end backup' successful

BR0056I End of database backup: beehfpbh.fnf 2010-10-08 01.23.15

BR0280I BRBACKUP time stamp: 2010-10-08 01.23.41

steffen_wetzler
Explorer
0 Kudos

Hi,

any updates?

Kindly

steffen

Former Member
0 Kudos

Hi,

Please check whether you have granted read & execute permissions on %ORACLE_HOME% and all sub-folders?

Also check out the logs under %ORACLE_HOME%\network\log.

This should give you an indication of the cause of the error.

Can you specify how many Oracle homes are installed.

Also try after changing TNS_ADMIN to a local copy of SQLNET.ORA.

Thanks,

Subhajit.

Former Member
0 Kudos

Hello All,

I have managed to fix this issue by setting some oracle parameters suggested by SAP

regards,

Anand

Former Member
0 Kudos

Hi,

login through ora<SID> and mannualy run below comand

$rman target /

is it connected ???

U can set sqlnet.ora file as in below

SQLNET.AUTHENTICATION_SERVICES= (NONE)

Regards

SurendraJain

Former Member
0 Kudos

Dear Surendra,

Thanks for your time and reply.

SAP is running in windows server. I have tried login using <SID>adm user and connected using the command connect target / which is working fine.

I tried changing the parameter SQLNET.AUTHENTICATION_SERVICES= (NONE) and restarted the server but SAP failed to start. Hence i revert to original value NTS.

Any other clue on this?

Regards,

Anand

Former Member
0 Kudos

Hi,

Kindly give R3trans -d output.

also dev_w0,dev_disp is any error .

Might be probelm in OS authenticate OP$

SurendraJain

Former Member
0 Kudos

Hi,

Output for r3trans -d is as follows:

C:\Documents and Settings\<sid>adm>r3trans -d

This is r3trans version 6.14 (release 700 - 25.01.08 - 14:11:00).

unicode enabled version

r3trans finished (0000)

Also there are no logs relating to this error in trace files. Kindly suggest

Regards,

Anand

Former Member
0 Kudos

Dear Anandh,

By mistake i replied of another thread to you.

Check Authencatication if possible to upgrade brtools.

Former Member
0 Kudos

Yes I have already tried upgrading the Brtools from patch leve 31 to 41

Regards,

Anand

Former Member
0 Kudos

Dear All,

Any help on this?

Regards,

Anand

Former Member
0 Kudos

Hello All,

Any help on this?

Regards,

Anand