ADSM-L

Re: Oracle 8 RMAN (NT) and Connect Agent Problem

1999-07-30 03:03:25
Subject: Re: Oracle 8 RMAN (NT) and Connect Agent Problem
From: Etienne Brachel <hc_dmsr AT HOTMAIL DOT COM>
Date: Fri, 30 Jul 1999 00:03:25 PDT
Hi Gary,

The CommTimeout is 1400
And the strange thing is.. the sbtio.log is empty.. and the dsierror.log
does not report anything either.. it must be a problem with rman.. ? A
session to ADSM is established... I only have to cancel the session because
rman already stopped..

regards,

Etienne


From: Gary Bromley <Gary.Bromley AT ASPECT.COM DOT AU>
Reply-To: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: Oracle 8 RMAN (NT) and Connect Agent Problem
Date: Fri, 30 Jul 1999 16:11:04 +1000

Check your dsierror.log for error's and the sbtio as well. The clue is in
the 'retryable error occurred....'. Just as a matter of interest, what is
your current COMMTIMEOUT ?

Please supply more info on your server/client environment.

Might be time to turn on client tracing also.

Regards
Gary

----------------------------------------------------------------
Gary Bromley
Aspect Computing Pty Ltd
Tel : +61 (0)3 9230 2242
Fax : +61 (0)3 9818 1320
Email : Gary.Bromley AT Aspect.com DOT au


-----Original Message-----
From: Etienne Brachel [mailto:hc_dmsr AT HOTMAIL DOT COM]
Sent: Friday, July 30, 1999 4:06 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: Oracle 8 RMAN (NT) and Connect Agent Problem


Hi Thiha,

Its not the CommTimeout.. I already increased it.. the session to ADSM
remains.. but the rman is already stopped with the error below..
So the rman stops with the error.. and the session in ADSM server still
exists.. so I have to do a cancel session <nr> to stop it.. its of no use
to
keep the session alive cause rman already stopped running giving the
error...

any other suggestions..?

Thanks in advance....

Etienne



>From: Thiha Than <thiha AT US.IBM DOT COM>
>Reply-To: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
>To: ADSM-L AT VM.MARIST DOT EDU
>Subject: Re: Oracle 8 RMAN (NT) and Connect Agent Problem
>Date: Thu, 29 Jul 1999 14:09:29 -0600
>
>hi Etienne,
>
>You can increase the commtimeout value by doing two things:
>-  change it in your dsmserv.opt.  shudown the serve and restart it.
>or
>
>-  from admin clinet session, you can issue
>         setopt  commtimeout    600
>
>regards,
>Thiha
>
>
>
>
>"Etienne Brachel" <hc_dmsr AT hotmail DOT com> on 07/29/99 11:45:34 AM
>
>To:   ADSM-L AT VM.MARIST DOT EDU
>cc:   Thiha Than/San Jose/IBM@IBMUS
>Subject:  Oracle 8 RMAN (NT) and Connect Agent Problem
>
>
>
>
>
>Hi all in the world of ADSM...
>
>I am trying to get the Oracle Connect Agent with Oracle's rman (Oracle 8
>(NT)) running.
>It seemed to go alright.. but the revovery manager (RMAN) is turning up
>with
>an error after a session is established with the ADSM server.
>The session is waiting for data..and will only be released by the
>COMMTIMEOUT paramater in the dsmserv.opt.... The recovery manager from
>Oracle abends with the following error :
>
> >
> >
>Recovery Manager: Release 8.0.4.3.0 - Production
>
>RMAN-06005: connected to target database: ORAB
>RMAN-06008: connected to recovery catalog database
>
>RMAN> run
>2> {
>3> allocate channel adsm type 'SBT_TAPE' format 'full_%d_s%s_t%t_p%p';
>4> backup incremental level 0
>5> ( database );
>6> }
>7>
>RMAN-03022: compiling command: allocate
>RMAN-03023: executing command: allocate
>RMAN-08030: allocated channel: adsm
>RMAN-08500: channel adsm: sid=10 devtype=SBT_TAPE
>
>RMAN-03022: compiling command: backup
>RMAN-03023: executing command: backup
>RMAN-08008: channel adsm: starting datafile backupset
>RMAN-08502: set_count=16 set_stamp=372090148
>RMAN-08010: channel adsm: including datafile 10 in backupset
>RMAN-08010: channel adsm: including datafile 3 in backupset
>RMAN-08010: channel adsm: including datafile 1 in backupset
>RMAN-08011: channel adsm: including current controlfile in backupset
>RMAN-08010: channel adsm: including datafile 4 in backupset
>RMAN-08010: channel adsm: including datafile 5 in backupset
>RMAN-08010: channel adsm: including datafile 6 in backupset
>RMAN-08010: channel adsm: including datafile 8 in backupset
>RMAN-08010: channel adsm: including datafile 9 in backupset
>RMAN-08010: channel adsm: including datafile 2 in backupset
>RMAN-08010: channel adsm: including datafile 7 in backupset
>RMAN-00569: ================error message stack follows================
>RMAN-03007: retryable error occurred during execution of command: backup
>RMAN-07004: unhandled exception during command execution on channel adsm
>RMAN-10032: unhandled exception during execution of job step 1:
ORA-06512:
>at line 275
>RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry
>possible
>ORA-19506: failed to create sequential file,
>name="full_ORAB_s16_t372090148_p1", parms=""
>ORA-09314: sltln: error translating logical name
>OSD-04503: text contains no translatable elements
>ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
>RMAN-10031: ORA-19624 occurred during call to
>DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
>
>Recovery Manager complete.
> >
> >
>
>I know this is a known problem.. lots of ppl encountered this problem and
>there are a lot of entries of this problem in newsgroups about ADSM..
BUT.
>there are no replies... especially.. there is not a specific answer ... I
>already tried several things like using the latest version of the Connect
>agent and making sure that the recovery manager is using the right dll
>(orasbt.dll).
>
>All help is appreciated..
>
>Thanks in Advance..
>
>Etienne Brachel
>Touch The Progress Services b.v.
>The Netherlands
>e-mail : e_brachel AT ttp-int DOT com
>
>
>
>
>
>
>
>
>
>
>
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com