Primary and Standby, RMAN errors 8137 and 8591

Hello,
I have to resolve a serious problem of synchronization of two databases, one primary and one standby.
I receive on the RMAN scripts these two errors : RMAN 8137 and RMAN 8591. I well know what these errors mean. The archivelogs were not sent on the standby, and so they are still needed, and not deleted.
I have tried to follow the Oracle procedure of database synchronization (document 836986.1), but without success, as the archivelogs are still needed.
Here is (a part of) the debug trace when I send the delete input command on the primary:
DBGSQL: EXEC SQL AT TARGET begin dbms_rcvman . getRequiredSCN ( reqscn => :safescn:safescn_i , rlgscn => :reqrlgscn:reqrlgscn_i ) ; end ; [15:39:43.190]
DBGSQL: sqlcode=0 [15:39:44.174]
DBGSQL: :b1 = 1444336744
DBGSQL: :b3 = 380426159
DBGRCVMAN: ENTERING getRequiredSCN
DBGRCVMAN: this_cftype=CURRENT
DBGRCVMAN: ENTERING getAppliedSCN, alldest=0
DBGRCVMAN: ENTERING anyRemoteDestinations
DBGRCVMAN: no_target = 0
DBGRCVMAN: EXITING anyRemoteDestinations anyRemoteDestinations - target=
DBGRCVMAN: EXITING getAppliedSCN, alldest=0 getAppliedSCN - appscn=,rlgscn=
DBGRCVMAN: Got dest = 2, thread=1,sequence=16675,next_change=1206438636,applied=YES,resetlogs_change=380426159
DBGRCVMAN: gap_scn=,high_scn=,possible_gap=
BGRCVMAN: Got dest = 2, thread=1,sequence=20830,next_change=1430809158,applied=YES,resetlogs_change=380426159
DBGRCVMAN: gap_scn=,high_scn=,possible_gap=
DBGRCVMAN: Got dest = 2, thread=1,sequence=20852,next_change=1431558961,applied=NO,resetlogs_change=380426159
DBGRCVMAN: gap_scn=,high_scn=,possible_gap=
DBGRCVMAN: Got dest = 2, thread=1,sequence=21328,next_change=1454979735,applied=NO,resetlogs_change=380426159
DBGRCVMAN: gap_scn=,high_scn=,possible_gap=1444336744
DBGRCVMAN: Got dest = 11, thread=1,sequence=1,next_change=1,applied=,resetlogs_change=0
DBGRCVMAN: gap_scn=1444336744,high_scn=1454979735,possible_gap=
DBGRCVMAN: USE gap_scn:reqscn=1444336744,rlgscn=380426159
DBGRCVMAN: EXITING getRequiredSCN getRequiredSCN - reqscn=1444336744,rlgscn=380426159 ==> 444336744
Since sequence 20852, the archivelogs are not known on the standby.
The first archivelog on the primary that is still there is the sequence 21095.
Here is the rman configuration:
RMAN> show all;
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY;
CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\S
NCFBDSIVOA.ORA'; # default
I have tried several times to do incremental backup on the primary, apply it on the standby, but it never worked, except for the current_scn which changed on the standby. The archivelogs are still needed on the primary, unfortunately.
What could I do next?
Starting a new incremental backup starting with sequence 20852?
Deleting by force all the archivelogs? And in that case what to do for the standby?
Starting a new incremental backup taking the current scn of the standby?
Edited by: Christian on Jun 10, 2012 11:46 PM

It was the first time I heard of broker enabled.
Just know that I can check if the dataguard is ok by launching dgmgrl
S:\>dgmgrl
DGMGRL for 32-bit Windows: Version 10.2.0.1.0 - Production
Copyright (c) 2000, 2005, Oracle. All rights reserved.
Bienvenue dans DGMGRL, tapez "help" pour obtenir des informations.
DGMGRL> connect sys/oracle@teleg1p
Connexion Útablie
DGMGRL> show configuration verbose
Configuration
Name: TELEG
Enabled: YES
Protection Mode: MaxAvailability
Fast-Start Failover: DISABLED
Databases:
TELEG2P - Physical standby database
TELEG1P - Primary database
Statut actuel de "TELEG":
SUCCESS
I performed on the primary database some log switches and I checked on the alert log of the primary database:
LGWR: Setting 'active' archival for destination LOG_ARCHIVE_DEST_2
LNSb started with pid=33, OS id=5812
Mon Jun 11 15:28:00 2012
Destination LOG_ARCHIVE_DEST_2 is SYNCHRONIZED
LGWR: Standby redo logfile selected to archive thread 1 sequence 21393
LGWR: Standby redo logfile selected for thread 1 sequence 21393 for destination LOG_ARCHIVE_DEST_2
Mon Jun 11 15:28:00 2012
Thread 1 advanced to log sequence 21393 (LGWR switch)
Current log# 7 seq# 21393 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\BDSIVOA\REDO07.LOG
Current log# 7 seq# 21393 mem# 1: C:\ORADATA\BDSIVOA\REDO70.LOG
Mon Jun 11 15:28:38 2012
ARC8: Standby redo logfile selected for thread 1 sequence 21392 for destination LOG_ARCHIVE_DEST_2
Mon Jun 11 15:40:54 2012
ALTER SYSTEM ARCHIVE LOG
Mon Jun 11 15:40:57 2012
LGWR: Standby redo logfile selected to archive thread 1 sequence 21394
LGWR: Standby redo logfile selected for thread 1 sequence 21394 for destination LOG_ARCHIVE_DEST_2
Mon Jun 11 15:40:58 2012
Thread 1 advanced to log sequence 21394 (LGWR switch)
Current log# 1 seq# 21394 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\BDSIVOA\REDO01.LOG
Current log# 1 seq# 21394 mem# 1: C:\ORADATA\BDSIVOA\REDO10.LOG
Mon Jun 11 15:43:07 2012
Errors in file d:\oracle\product\10.2.0\admin\bdsivoa\udump\bdsivoa_ora_5200.trc:
ORA-19816: AVERTISSEMENT : il peut exister dans db_recovery_file_dest des fichiers qui ne sont pas connus de la base de données.
Mon Jun 11 15:43:07 2012
WARNING: A file of type BACKUP PIECE may exist in
db_recovery_file_dest that is not known to the database.
Use the RMAN command CATALOG RECOVERY AREA to re-catalog
any such files. This is most likely the result of a crash
during file creation.
Mon Jun 11 16:56:38 2012
LGWR: Standby redo logfile selected to archive thread 1 sequence 21395
LGWR: Standby redo logfile selected for thread 1 sequence 21395 for destination LOG_ARCHIVE_DEST_2
Mon Jun 11 16:56:39 2012
Thread 1 advanced to log sequence 21395 (LGWR switch)
Current log# 2 seq# 21395 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\BDSIVOA\REDO02.LOG
Current log# 2 seq# 21395 mem# 1: C:\ORADATA\BDSIVOA\REDO20.LOG
LGWR: Standby redo logfile selected to archive thread 1 sequence 21396
LGWR: Standby redo logfile selected for thread 1 sequence 21396 for destination LOG_ARCHIVE_DEST_2
Mon Jun 11 16:56:44 2012
Thread 1 advanced to log sequence 21396 (LGWR switch)
Current log# 3 seq# 21396 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\BDSIVOA\REDO03.LOG
Current log# 3 seq# 21396 mem# 1: C:\ORADATA\BDSIVOA\REDO30.LOG
LGWR: Standby redo logfile selected to archive thread 1 sequence 21397
LGWR: Standby redo logfile selected for thread 1 sequence 21397 for destination LOG_ARCHIVE_DEST_2
Mon Jun 11 16:56:48 2012
Thread 1 advanced to log sequence 21397 (LGWR switch)
Current log# 7 seq# 21397 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\BDSIVOA\REDO07.LOG
Current log# 7 seq# 21397 mem# 1: C:\ORADATA\BDSIVOA\REDO70.LOG
Thread 1 cannot allocate new log, sequence 21398
Checkpoint not complete
Current log# 7 seq# 21397 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\BDSIVOA\REDO07.LOG
Current log# 7 seq# 21397 mem# 1: C:\ORADATA\BDSIVOA\REDO70.LOG
LGWR: Standby redo logfile selected to archive thread 1 sequence 21398
LGWR: Standby redo logfile selected for thread 1 sequence 21398 for destination LOG_ARCHIVE_DEST_2
Mon Jun 11 16:56:53 2012
Thread 1 advanced to log sequence 21398 (LGWR switch)
Current log# 1 seq# 21398 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\BDSIVOA\REDO01.LOG
Current log# 1 seq# 21398 mem# 1: C:\ORADATA\BDSIVOA\REDO10.LOG
and in the standby:
Recovery of Online Redo Log: Thread 1 Group 4 Seq 21394 Reading mem 0
Mem# 0: C:\ORADATA\BDSIVOA\SRL01.LOG
Mon Jun 11 16:56:38 2012
Primary database is in MAXIMUM AVAILABILITY mode
Standby controlfile consistent with primary
RFS[1]: Successfully opened standby log 4: 'C:\ORADATA\BDSIVOA\SRL01.LOG'
Mon Jun 11 16:56:38 2012
Media Recovery Waiting for thread 1 sequence 21395 (in transit)
Mon Jun 11 16:56:39 2012
Recovery of Online Redo Log: Thread 1 Group 4 Seq 21395 Reading mem 0
Mem# 0: C:\ORADATA\BDSIVOA\SRL01.LOG
Mon Jun 11 16:56:44 2012
Primary database is in MAXIMUM AVAILABILITY mode
Standby controlfile consistent with primary
RFS[1]: Successfully opened standby log 4: 'C:\ORADATA\BDSIVOA\SRL01.LOG'
Mon Jun 11 16:56:44 2012
Media Recovery Log D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\DGSBY_TELEG2P1_21395_651495375.ARC
Media Recovery Waiting for thread 1 sequence 21396 (in transit)
Mon Jun 11 16:56:45 2012
Recovery of Online Redo Log: Thread 1 Group 4 Seq 21396 Reading mem 0
Mem# 0: C:\ORADATA\BDSIVOA\SRL01.LOG
Mon Jun 11 16:56:48 2012
Primary database is in MAXIMUM AVAILABILITY mode
Standby controlfile consistent with primary
RFS[1]: Successfully opened standby log 4: 'C:\ORADATA\BDSIVOA\SRL01.LOG'
Mon Jun 11 16:56:48 2012
Media Recovery Log D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\DGSBY_TELEG2P1_21396_651495375.ARC
Media Recovery Waiting for thread 1 sequence 21397 (in transit)
Mon Jun 11 16:56:49 2012
Recovery of Online Redo Log: Thread 1 Group 4 Seq 21397 Reading mem 0
Mem# 0: C:\ORADATA\BDSIVOA\SRL01.LOG
Mon Jun 11 16:56:53 2012
Primary database is in MAXIMUM AVAILABILITY mode
Standby controlfile consistent with primary
RFS[1]: Successfully opened standby log 4: 'C:\ORADATA\BDSIVOA\SRL01.LOG'
Mon Jun 11 16:56:53 2012
Media Recovery Log D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\DGSBY_TELEG2P1_21397_651495375.ARC
Media Recovery Waiting for thread 1 sequence 21398 (in transit)
Mon Jun 11 16:56:54 2012
Recovery of Online Redo Log: Thread 1 Group 4 Seq 21398 Reading mem 0
Mem# 0: C:\ORADATA\BDSIVOA\SRL01.LOG
and the bdsivoa_lgwr_600.trc:
Error 1041 closing standby archive log file at host '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
ORA-01041: internal error. hostdef extension doesn't exist
Archive destination LOG_ARCHIVE_DEST_2 made inactive: File close error
*** 2012-06-11 15:02:34.684 64292 kcrr.c
LGWR: Error 1041 closing archivelog file '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
Receiving message from LNSb
LGWR: Failed
rfsp: 087BA4B8
rfsmod: 5
rfsver: 2
rfsflag: 0xc24883
rfscount:4497982
rfspclt: 3
rfscpid: 600
rfsbuf: 07320200
rfsbufl: 448
rfsrfn: 00000000
rfsrfn:
rfsdbi: 0x3690556c
rfsmid: 0x421c0569
rfsacid: 0x41550d85
rfslno: 2
rfsthrd: 1
rfsseq: 21391
rfsabf: 4
rfsabz: 2048
rfscflg: 0x1
rfssblkn:2190
rfsblksz:512
rfsblkct:3
rfsalosb:1457077858
rfsalosw:0
rfsalost:785687783
rfsalnsb:1457082525
rfsalnsw:0
rfsalnst:785689354
rfsalbct:2192
rfsaldst:2
rfsreopn:300
rfsdelay:0
rfscln: 1
rfscsq: 21391
rfsalsiz:102400
rfsrfx: 087BA438
&rfsnam: 072BE398
rfsnaml: 512
&rfsnamrl: 072BE5D4
&rfsarb: 001FDCA8
rfsarbl: 64
rfsarb.kccicrls:0:380426159
rfsarb.kccicrlc:651495375
rfsflg2: 0x8
rfsdgid: 0xc371adb8
rfxp: 0x087BA438
rfxalmid: 0x0
rfxrflg: 0x0
rfxdgid:0x0
rfxogapflg:0x0
rfsarb.kccicrls:0:380426159
rfsarb.kccicrlc:651495375
Error 1041 detaching RFS from standby instance at host '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
*** 2012-06-11 15:02:34.684 58869 kcrr.c
Making upidhs request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 15:02:34> and NET_TIMEOUT <180> seconds
NetServer pid:4720
*** 2012-06-11 15:02:38.684 59041 kcrr.c
upidhs done status 1041
*** 2012-06-11 15:02:38.684 64292 kcrr.c
LGWR: Error 1041 disconnecting from destination LOG_ARCHIVE_DEST_2 standby host '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
Ignoring krslcmp() detach error 1041
*** 2012-06-11 15:02:38.684 58869 kcrr.c
No LNS exists (ocis 0x0957E6B8) that requires a disconnect
*** 2012-06-11 15:02:38.684 57042 kcrr.c
Initializing NetServer[LNSb] for dest=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated))) mode SYNC
LNSb is not running anymore.
New SYNC LNSb needs to be started
Waiting for subscriber count on LGWR-LNSb channel to go to zero
Subscriber count went to zero - time now is <06/11/2012 15:02:38>
Starting LNSb ...
Waiting for LNSb to initialize itself
*** 2012-06-11 15:02:41.731 57333 kcrr.c
Netserver LNSb [pid 3524] for mode SYNC has been initialized
Performing a channel reset to ignore previous responses
Successfully started LNSb [pid 3524] for dest (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated))) mode SYNC ocis=0x0957E6B8
*** 2012-06-11 15:02:41.731 57836 kcrr.c
Making upiahm request to LNSb [pid 3524]: Begin Time is <06/11/2012 15:02:38>. NET_TIMEOUT = <180> seconds
Waiting for LNSb to respond to upiahm
*** 2012-06-11 15:02:41.809 58000 kcrr.c
upiahm connect done status is 0
Receiving message from LNSb
Receiving message from LNSb
Receiving message from LNSb
*** 2012-06-11 15:02:42.278 59225 kcrr.c
Making upinbls request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 15:02:38> and NET_TIMEOUT is <180> seconds
NetServer pid:3524
*** 2012-06-11 15:07:01.125
Warning: log write time 500ms, size 5KB
*** 2012-06-11 15:18:43.806
Warning: log write time 640ms, size 2KB
*** 2012-06-11 15:25:22.983
Received upistatus 1089 from Network Server
LGWR: Failed
rfsp: 087BA4B8
rfsmod: 3
rfsver: 2
rfsflag: 0xc24882
rfscount:4499358
rfspclt: 3
rfscpid: 600
rfsrfn: 00000000
rfsrfn:
rfsdbi: 0x3690556c
rfsmid: 0x421c0569
rfsacid: 0x41550d85
rfslno: 3
rfsthrd: 1
rfsseq: 21392
rfsabf: 4
rfsabz: 2048
rfscflg: 0x1
rfssblkn:7830
rfsblksz:512
rfsblkct:2
rfsalosb:1457082525
rfsalosw:0
rfsalost:785689354
rfsalnsb:-1
rfsalnsw:65535
rfsalnst:785690722
rfsalbct:7831
rfsaldst:2
rfsreopn:300
rfsdelay:0
rfscln: 2
rfscsq: 21392
rfsalsiz:102400
rfsrfx: 087BA438
&rfsnam: 00000000
rfsnaml: 512
&rfsnamrl: 00000000
&rfsarb: 001FDCA8
rfsarbl: 64
rfsarb.kccicrls:0:380426159
rfsarb.kccicrlc:651495375
rfsflg2: 0x8
rfsdgid: 0xc371adb8
rfxp: 0x087BA438
rfxalmid: 0x0
rfxrflg: 0x0
rfxdgid:0x0
rfxogapflg:0x0
rfsarb.kccicrls:0:380426159
rfsarb.kccicrlc:651495375
*** 2012-06-11 15:25:22.983 64292 kcrr.c
LGWR: Attempting destination LOG_ARCHIVE_DEST_2 network reconnect (1089)
*** 2012-06-11 15:25:22.983 64292 kcrr.c
LGWR: Destination LOG_ARCHIVE_DEST_2 network reconnect abandoned
ORA-01089: immediate shutdown in progress - no operations are permitted
*** 2012-06-11 15:25:23.030 64292 kcrr.c
LGWR: Network asynch I/O wait error 1089 log 3 service '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
*** 2012-06-11 15:25:23.030 62560 kcrr.c
kcrrfail: dest:2 err:1089 force:0 blast:1
*** 2012-06-11 15:27:52.625
*** 2012-06-11 15:27:52.625 59080 kcrr.c
Making upinblc request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 15:27:52> and NET_TIMEOUT is <180> seconds
NetServer pid:3524
Receiving message from LNSb
LGWR: Failed
rfsp: 087BA4B8
rfsmod: 4
rfsver: 2
rfsflag: 0xc24883
rfscount:4499359
rfspclt: 3
rfscpid: 600
rfsbuf: 07320200
rfsbufl: 448
rfsrfn: 00000000
rfsrfn:
rfsdbi: 0x3690556c
rfsmid: 0x421c0569
rfsacid: 0x41550d85
rfslno: 3
rfsthrd: 1
rfsseq: 21392
rfsabf: 4
rfsabz: 2048
rfscflg: 0x1
rfssblkn:7830
rfsblksz:512
rfsblkct:2
rfsalosb:1457082525
rfsalosw:0
rfsalost:785689354
rfsalnsb:1457087134
rfsalnsw:0
rfsalnst:785690872
rfsalbct:7831
rfsaldst:2
rfsreopn:300
rfsdelay:0
rfscln: 2
rfscsq: 21392
rfsalsiz:102400
rfsrfx: 087BA438
&rfsnam: 072BE034
rfsnaml: 512
&rfsnamrl: 072BE270
&rfsarb: 001FDCA8
rfsarbl: 64
rfsarb.kccicrls:0:380426159
rfsarb.kccicrlc:651495375
rfsflg2: 0x8
rfsdgid: 0xc371adb8
rfxp: 0x087BA438
rfxalmid: 0x0
rfxrflg: 0x0
rfxdgid:0x0
rfxogapflg:0x0
rfsarb.kccicrls:0:380426159
rfsarb.kccicrlc:651495375
Error 1041 closing standby archive log file at host '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
ORA-01041: internal error. hostdef extension doesn't exist
Archive destination LOG_ARCHIVE_DEST_2 made inactive: File close error
*** 2012-06-11 15:27:52.750 64292 kcrr.c
LGWR: Error 1041 closing archivelog file '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
Receiving message from LNSb
LGWR: Failed
rfsp: 087BA4B8
rfsmod: 5
rfsver: 2
rfsflag: 0xc24883
rfscount:4499360
rfspclt: 3
rfscpid: 600
rfsbuf: 07320200
rfsbufl: 448
rfsrfn: 00000000
rfsrfn:
rfsdbi: 0x3690556c
rfsmid: 0x421c0569
rfsacid: 0x41550d85
rfslno: 3
rfsthrd: 1
rfsseq: 21392
rfsabf: 4
rfsabz: 2048
rfscflg: 0x1
rfssblkn:7830
rfsblksz:512
rfsblkct:2
rfsalosb:1457082525
rfsalosw:0
rfsalost:785689354
rfsalnsb:1457087134
rfsalnsw:0
rfsalnst:785690872
rfsalbct:7831
rfsaldst:2
rfsreopn:300
rfsdelay:0
rfscln: 2
rfscsq: 21392
rfsalsiz:102400
rfsrfx: 087BA438
&rfsnam: 072BE398
rfsnaml: 512
&rfsnamrl: 072BE5D4
&rfsarb: 001FDCA8
rfsarbl: 64
rfsarb.kccicrls:0:380426159
rfsarb.kccicrlc:651495375
rfsflg2: 0x8
rfsdgid: 0xc371adb8
rfxp: 0x087BA438
rfxalmid: 0x0
rfxrflg: 0x0
rfxdgid:0x0
rfxogapflg:0x0
rfsarb.kccicrls:0:380426159
rfsarb.kccicrlc:651495375
Error 1041 detaching RFS from standby instance at host '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
*** 2012-06-11 15:27:52.750 58869 kcrr.c
Making upidhs request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 15:27:52> and NET_TIMEOUT <180> seconds
NetServer pid:3524
*** 2012-06-11 15:27:56.750 59041 kcrr.c
upidhs done status 1041
*** 2012-06-11 15:27:56.750 64292 kcrr.c
LGWR: Error 1041 disconnecting from destination LOG_ARCHIVE_DEST_2 standby host '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated)))'
Ignoring krslcmp() detach error 1041
*** 2012-06-11 15:27:56.750 58869 kcrr.c
No LNS exists (ocis 0x0957E6B8) that requires a disconnect
*** 2012-06-11 15:27:56.750 57042 kcrr.c
Initializing NetServer[LNSb] for dest=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated))) mode SYNC
LNSb is not running anymore.
New SYNC LNSb needs to be started
Waiting for subscriber count on LGWR-LNSb channel to go to zero
Subscriber count went to zero - time now is <06/11/2012 15:27:56>
Starting LNSb ...
Waiting for LNSb to initialize itself
*** 2012-06-11 15:27:59.766 57333 kcrr.c
Netserver LNSb [pid 5812] for mode SYNC has been initialized
Performing a channel reset to ignore previous responses
Successfully started LNSb [pid 5812] for dest (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=TELEG2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=TELEG2P_XPT.SIVOA)(INSTANCE_NAME=bdsivoa)(SERVER=dedicated))) mode SYNC ocis=0x0957E6B8
*** 2012-06-11 15:27:59.766 57836 kcrr.c
Making upiahm request to LNSb [pid 5812]: Begin Time is <06/11/2012 15:27:56>. NET_TIMEOUT = <180> seconds
Waiting for LNSb to respond to upiahm
*** 2012-06-11 15:27:59.875 58000 kcrr.c
upiahm connect done status is 0
Receiving message from LNSb
Receiving message from LNSb
Receiving message from LNSb
*** 2012-06-11 15:28:00.235 59225 kcrr.c
Making upinbls request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 15:27:56> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
*** 2012-06-11 15:40:54.229
*** 2012-06-11 15:40:54.229 59080 kcrr.c
Making upinblc request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 15:40:54> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
Receiving message from LNSb
Receiving message from LNSb
*** 2012-06-11 15:40:57.604 59225 kcrr.c
Making upinbls request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 15:40:54> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
*** 2012-06-11 16:56:32.865
*** 2012-06-11 16:56:32.865 59080 kcrr.c
Making upinblc request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 16:56:32> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
Receiving message from LNSb
Receiving message from LNSb
*** 2012-06-11 16:56:38.803 59225 kcrr.c
Making upinbls request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 16:56:33> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
*** 2012-06-11 16:56:43.944
*** 2012-06-11 16:56:43.944 59080 kcrr.c
Making upinblc request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 16:56:43> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
Receiving message from LNSb
Receiving message from LNSb
*** 2012-06-11 16:56:44.490 59225 kcrr.c
Making upinbls request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 16:56:44> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
*** 2012-06-11 16:56:48.037 59080 kcrr.c
Making upinblc request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 16:56:48> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
Receiving message from LNSb
Receiving message from LNSb
*** 2012-06-11 16:56:48.615 59225 kcrr.c
Making upinbls request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 16:56:48> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
*** 2012-06-11 16:56:53.178 59080 kcrr.c
Making upinblc request to LNSb (ocis 0x0957E6B8). Begin time is <06/11/2012 16:56:53> and NET_TIMEOUT is <180> seconds
NetServer pid:5812
Receiving message from LNSb
Receiving message from LNSb

Similar Messages

  • TS3694 i was trying to back up my iPhone and got an error message and now i can't even access my phone.  on my screen there is an itunes icon with an arrow and a picture of a cord beneath it.  I can't use my phone or access anything on the phone.

    I was trying to back up my phone and got an error message and cannot use my phone at all... There is a picture of an itunes icon and a cord.  I cannot get to my phone or any settings or icons.... HELP. I'm not sure of my operating system or which iphone 4 it is....

    Open current iTunes on your computer. Connect iPhone to the computer with USB Cable. Follow directions or click the Restore button of iTunes.

  • HT1926 I was loading an update to my i-Tunes for my computer and got an error message and now I can not open my computer itunes and may have lost all the content. What do I do?

    I got a request from apple to update my itunes and while uploading the update, the program gave an error message and now I can not open my itunes and fear that all my music etc is gone?  what do I do to correct this problem?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • New Internal Hard Drive and Clean Install: Errors, Frustration and Hopelessness

    First Off:
    Macbook 13" (late 2009) ... It was running Mountain Lion 10.8.5 with 2 gigs of memory and 160gig stock hard drive.
    I started this process almost a week ago and despite numerous attempts every night I have had no luck. I appologize if the details here are fuzzy, my head is spinning after reading dozens of threads and attempting multiple solutions to each error I've received and i cant remember everything I've tried so far...
    I got my new memory in the mail first, upgraded to 4 gigs and everything works fine with that..
    Next came my new Seagate Momentus 750 gb 7200 rpm SATA 3gb/s 16Mb Internal Hard Drive.
    Using this guide: http://osxdaily.com/2012/02/17/make-bootable-os-x-10-8-mountain-lion-usb-install -drive/ (and cross checking other guides) I ended up creating a bootable external drive using my 160gb External Firewire drive for my clean install to my new hard drive. So far so good.
    I then shut down the computer, removed the old internal hard drive, installed the new, restarted the computer holding option key and booted up using the External Hard Drive, and the install software started fine. Note: I have attempted to re-erase the drive so many times without luck that I cant remember if I actually successfully erased the drive originally to begin with the installation, but either way I started the OSX reinstall and it got almost all the way finished before it gave me the error message:
    "Install failed. Mac OS X Lion couldn’t be installed, because the disk (volume name) is damaged and can’t be repaired. Click restart to restart your computer and try installing again."
    restarting of course did nothing, it repeatedly gave me error messages and made me quit installation...
    Disk Utility isnt getting me anywhere, im either getting errors like:
    "POSIX reports: the operation couldnt be completed. device no configured"
    it wont allow me to erase the drive or partition the drive
    "Disk Erase failed with the error: File System Formatter Failed"
    and everytime the drive fails to erase or partition, it disappears from the list of drives on the left of the disk utility screen and i have to restart the computer for it to reappear for a second try. Typically the volume under the drive is greyed out and says that it is unmounted.
    Ive zapped the PRAM.... and Ive done other things that I cant quite remember right now because my brain is boiling from reading too many **** threads on multiple devices....
    halp.
    halp me plase.

    So funny story...
    While writing this discussion I had to come to the computer and try to erase the drive so I could see the error code for reference. The erase didnt work as usual but I wrote the error code down here.
    I also could not remember the error code for partitioning the drive so I attempted that as well so I could write down the code, and this time it magically partitioned successfully! The only thing I did differently was that I didn't rename the partition because i figured it wouldn't matter anyway. Since the partition was successful, I attempted the Reinstall of ML and it magically worked!!
    I dont know what the **** happened but ive been attempting this install every night for like 3 hours since Monday and this is the first time it went through... for no apparent reason?
    Ghosts? Magic? Full Moon?
    we may never know...
    Thanks anyways guys!

  • One 8i instance and two rman catalogs 8i and 8

    Can I have a single 8i instance for RMAN only with two catalogs, one for 8i and one for 8.0?

    Robert,
    Yes you can use a single database for 2 recovery catalogs. You can create 2 different schemas for each RMAN catalog version and each of those schemas can hold a different version of the RMAN catalog.
    The only reason I can think that you would need 2 different catalogs is because you have an 8.1.X target and a 8.0.5 target? If so, make sure to have the RMAN catalog be the latest 8.1.x release.
    In general, the rules of RMAN compatibility are as follows:
    o The RMAN catalog schema version should be greater than or equal to the catalog database version. See "Note 1: 8.1 or Later Catalog Schemas in 8.0 Catalog Databases".
    o The RMAN catalog is backwards compatible with target databases from earlier releases. See "Note 2: 8.1 or Later Catalog Schemas and 8.0 Target Databases".
    o The versions of the RMAN executable and the target database should be the same.
    Note 1: 8.1 or Later Catalog Schemas in 8.0 Catalog Databases
    RMAN cannot create release 8.1 or later catalog schemas in 8.0 catalog databases.
    Note 2: 8.1 or Later Catalog Schemas and 8.0 Target Databases
    Restore operations for an 8.0.4 or 8.0.5 target with an 8.1 or later catalog schema do not work when both these conditions are met:
    The target database is mounted or open
    You are connected to a recovery catalog
    If any of these conditions is not met, then you can use an 8.1 or later catalog schema with an 8.0.4 or 8.0.5 target database.
    Note 3: 8.1.6 Catalog Schema and Pre-8.1.6 RMAN Executable
    Using a pre-8.1.6 release of the RMAN executable with recovery catalog schema of release 8.1.6.0 or 8.1.6.1 (newly created by 8.1.6 RMAN executable using the CREATE
    CATALOG command) requires the following update at the catalog database:
    SQL> UPDATE CONFIG SET VALUE='080004' WHERE NAME='COMPATIBLE';
    null

  • I am downlanding a movie and it said error -50 and i keep clicking ok and i does nothing

    Hello i am downloading the movie troy and it stoped at the everybegging saying error -50 and i press ok and it says again and the error sighn pops up again

    Perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Portege R700: VAP and Touchpad download error (119 and 120)

    I tried downloading value added pack and touch pad programs
    however when I tried to run the downloads I receive errors 119 for touch pad and 120 for value added.
    What should I do?
    I can't use function F5 and the touch pad properly.

    On Toshiba EU driver page in Protg R700 area you can find the drivers for Win 7, Win 8 and Win 8 upgrade. For each system there are different VAP packages and touchpad drivers.
    I dont know what VAP and touchpad you mean but in my case I was able to download the VAP and touchpad for Win 7 and this worked properly.

  • Cthelper.exe+and standby mode=ERROR

    Did somebody solve problem with chhelper.exe? when my comp resumes from standby i see a standart windows error message about cthelper.exe - and only 2 buttons(close, send to ms).
    what need i do to make cthelper.exe be working correctly?

    Hi,
    Used maybe the Safe Modus with the option the last function configuration and made a repair from the System files.
    Go this not made a restart with the OS CD and made a repair from the System files.
    By

  • Data Guard and Standby - howto shutdown servers and bring them up again

    Hi,
    i just finalized a installation where i installed 3 servers
    1st server (windows 2003 x64) primary database 11g
    2nd server (windows 2003 x64) phys. standby database 11g - created by grid control
    3rd server (windows 2003 x32) em grid control 10.2.0.5
    after i created the standby database everything is working fine - all logs applied - no errors at all
    all agents are running
    after i restarted all 3 servers the primary database came up and also the grid control
    but the standby database is not up - only the agent is running
    the listener-service and the database-service are in startmode "manual"
    why does the agent did not start the standby ?
    i 've got some errors in grid-control ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect....
    and in the tnsnames of the primary-db there are no entries for the standby
    i have an empty tnsnames.ora on the standby
    any idea how to solve this
    regards
    peter

    Hi,
    it is not about starting the database.
    i was wondering that during the installation of
    standby by gidcontrol, on the standby and primery server, there were
    no entries for the primery or the standby in tnsnames.ora
    if i reboot the standby machine i have to start the standby
    database by
    "STARTUP MOUNT;
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION;
    --> right ??
    but gridcontrol gives some errors ORA-12514
    do i have to add the tnsnames-entries for the standby on the primary
    manualy or should have this been done by the gridcontol-configuration - because
    this wasn't done ...
    also the listener on the standby is in manual startup mode
    Do i have to start it to work for the standby ???
    thanks
    peter

  • I am trying to upgrade my hard drive in my mac book pro using the disk utility in an attempt to clone my old hard drive.  I can only get so far, just before cloning may start and receive an "error 254" and can go no further.  Any idea what this error is?

    I am trying to upgrad the hard drive in my mac book pro using the disk utility in an attempt to clone my old hard drive.  I can only get so far throughj the process where its about to start cloing when I get a message " error 254".  Any idea what that means and how do I get around this issue so I can use my new hard drive?  Thanks for your input.
    Vince

    Connect the HDD to your MBP.  Open Disk Utility>Erase and drag the HDD icon inrt the Name field.  The format should be Mac OS Extended (Journaled).  Click on the Erase button.
    Then try the clone process again.  You may use Disk Utility>Restore or a third party cloning application such as Carbon Copy Cloner or Super Duper.
    Ciao.

  • I have just downloaded itunes on windows 7 and am getting error r6034 and i tunes wont startr

    I have just downloaded itunes on my desktop. it refuses to open and displays error R6034.

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • I am downloading a movie and keep getting error -39 and then -50

    How to fix the problem.  I did put in the trash the dowload and started again, but no, half way through it did it again!

    Perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • Anyone attempt to download PHOTOSHOP ELEMENTS v12 and got false error messges and crashes?

    I had to download Premiere Elements v12 and Photoshop Elements v12. Premiere Elements went fine but Photoshop Elements gave me false error messages about disk space and user access. Anyone else have this problem?

    right click the installation file and click 'run as administrator'.

  • My iPod 3rd gen is stuck in recovery mode and wont sync, Error 9 and 1611

    I have tried using a different computer, 3 different USB cables, uninstalling everything apple and installing itunes back. But nothing works, i come up with an  error 9 almost 90% of the the time, and the other 10% is an error 1611. i have had this ipod since 2 years and nothing happened untill now, please help

    Error 9
    This error occurs when the device unexpectedly loses its USB connection with iTunes. This can occur if the device is manually disconnected during the restore process. This issue can be resolved by performing USB troubleshooting, using a different USB dock-connector cable, trying another USB port, restoring on another computer, or by eliminating conflicts from third-party security software.
    Error 1611
    This error typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, this error may be a hardware issue. If the errors persist on another computer, the device may need service.
    The "the device may need service" means a hardware problem which is likely your case. Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • Itunes asked me if I wanted to update software.  When I went to update it I got a error message 7 and something about error 126 and now my itunes does not work!  Any suggestions?

    Hello, is anyone else having a problem with error message 7 for itunes when downloading an update?

    Hello, LovinThe Tunes
    You will find this article helpful in troubleshooting the error that you are receiving.
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/ts3074
    Regards,
    Jason H.

Maybe you are looking for

  • Clearing period in FI-AP Cube

    Hi I have a requirement where i need bring a new feild called clearing period to the FI-AP trasaction cube. There is a standard SAP delivered Posting period infoobject. But none for clearing period. So what can be done to bring a new clearing period

  • Can't seem to get hand cursor happening.

    To whom it may concern; I have been struggling to get a hand cursor over my MC's for pic4_mc, pic14_mc and pic1_mc. They are photos turned into MC's with as3 function to act like a btn. Perhaps I am putting the script: (myMC).buttonMode = true; (myMC

  • Event ID 139 error MUP

    We have following situation: On most of our Windows Server 2008 R2 SP1 systems we get an "Delayed Write File" event, about every 5 minutes. Event ID: 139 Source: Mup Description: {Delayed Write FIle} Windows was unable to save all data for the file \

  • ZEN 8gb: SD card showing error pop

    When i enter the memory card (click on browse), an error pop up stating: "Errors were detected. Media might not be safely removed during copy. Proceed?" I remembered clearly that I always safely remove device whenever i disconnect my Zen from my PC,

  • Android FF normal/beta don't render website

    http://m.wtatennis.com/default.aspx?s=rankings&type=singles&tab=1 I can see the content in reading mode, but not in normal. Chrome show the content, do the problem is with FF. Thank you, Have a nice day. Cornelius