ADSM-L

Problems with TDP for Oracle 2.2 on NT 6a. Subject: RA-19511: ANS1025E (RC137) Session rejected: Authentication failure

2002-03-14 04:13:07
Subject: Problems with TDP for Oracle 2.2 on NT 6a. Subject: RA-19511: ANS1025E (RC137) Session rejected: Authentication failure
From: Norbert Martin <nkm.martin AT T-ONLINE DOT DE>
Date: Thu, 14 Mar 2002 10:09:17 +0100
Hi TSMer,

the Product TDP Oracle 2.2 for NT has more problems as i thought...
The customer wants tu install 2 x TDPO for AIX and 3 x TDPO NT.

The Problem:
TSM Server 4.2.1.12
TSM Client 4.2.1.18
The installation environment is a NT 4.0 with SP6a.
The TDP is V.2.2
The Oracle 8.1.7 System

The installation process was continued sussessfully.
The nodenames are a0010037 for filebackups und for a0010037_ORA for the TDPO
The Scheduler were installed for both sussessfully.
The RMAN is also installed compleatly. After the first test with pipe to d1
(disk)
The backup running susessfully...
The password was setting with the tdpoconf.exe. Also susessfully.

But if I want to run the script:

I get every time this message:
ORA-19511: ANS1025E (RC137)  Session rejected: Authentication failure
Whats wron can helps everyone....

Regards Norbert
BAckup Scripte
****************************************************************************
*******
set ORACLE_HOME=e:\orant817
set ORACLE_SID=SHSB
rman target internal/internal rcvcat rman_shsb/rman@rman  cmdfile
c:\apps\tivoli\tsm\AgentOBA\level0.scr
****************************************************************************
*******
run {
allocate channel t1 type 'sbt_tape' parms
'ENV=(TDPO_OPTFILE=c:\apps\tivoli\tsm\AgentOBA\tdpo.opt)';

backup incremental level 0
format 'df_%t_%s_%p_%u_%c'
(database include current controlfile);

sql 'alter system archive log current';

backup  archivelog all delete input
format 'df_%t_%s_%p_%u_%c';

release channel t1;
}
****************************************************************************
*********
C:\APPS\Tivoli\TSM\AgentOBA>set ORACLE_HOME=e:\orant817

C:\APPS\Tivoli\TSM\AgentOBA>set ORACLE_SID=SHSB

C:\APPS\Tivoli\TSM\AgentOBA>rman target internal/internal rcvcat
rman_shsb/rman@rman  cmdfile c:\apps\tivoli\tsm\AgentOBA\level0.scr

Recovery Manager: Release 8.1.7.0.0 - Production

RMAN-06005: connected to target database: SHSB (DBID=4251613887)
RMAN-06008: connected to recovery catalog database

RMAN> run {
2> allocate channel t1 type 'sbt_tape' parms
3> 'ENV=(TDPO_OPTFILE=c:\apps\tivoli\tsm\AgentOBA\tdpo.opt)';
4>
5> backup incremental level 0
6> format 'df_%t_%s_%p_%u_%c'
7> (database include current controlfile);
8>
9> sql 'alter system archive log current';
10>
11> backup  archivelog all delete input
12> format 'df_%t_%s_%p_%u_%c';
13>
14> release channel t1;
15> }
16>
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: t1
RMAN-08500: channel t1: sid=13 devtype=SBT_TAPE
RMAN-08526: channel t1: Tivoli Data Protection for Oracle: version 2.2.0.0

RMAN-03022: compiling command: backup
RMAN-03025: performing implicit partial resync of recovery catalog
RMAN-03023: executing command: partial resync
RMAN-08003: starting partial resync of recovery catalog
RMAN-08005: partial resync complete
RMAN-03023: executing command: backup
RMAN-08008: channel t1: starting incremental level 0 datafile backupset
RMAN-08502: set_count=9 set_stamp=456481128
creation_time=14.03.2002-08:18:48
RMAN-08010: channel t1: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00002 name=E:\SHSB\ROLLBACK\RBS1SHSB.ORA
RMAN-08522: input datafile fno=00004 name=E:\SHSB\TMP\TMP1SHSB.ORA
RMAN-08522: input datafile fno=00001 name=E:\SHSB\SYSTEM\SYS1SHSB.ORA
RMAN-08011: including current controlfile in backupset
RMAN-08522: input datafile fno=00009 name=E:\SHSB\RMAN\DATA01.DBF
RMAN-08522: input datafile fno=00003 name=E:\SHSB\DATA\USR1SHSB.ORA
RMAN-08522: input datafile fno=00005 name=E:\SHSB\INDEX\INDEX02SHSB.ORA
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel t1
RMAN-10035: exception raised in RPC: ORA-19506: failed to create sequential
file, name="df_456481128_9_1_09djamb8_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: ANS1025E (RC137)  Session rejected: Authentication failure
RMAN-10031: ORA-19624 occurred during call to
DBMS_BACKUP_RESTORE.BACKUPPIECECREATE

Recovery Manager complete.



with kind regards / mit freundlichen Gruessen

Norbert Martin
High End Storage Consultant
DISK / TAPE / SAN / TSM
nkm.martin AT t-online DOT de
<Prev in Thread] Current Thread [Next in Thread>
  • Problems with TDP for Oracle 2.2 on NT 6a. Subject: RA-19511: ANS1025E (RC137) Session rejected: Authentication failure, Norbert Martin <=