cancel
Showing results for 
Search instead for 
Did you mean: 

Backup file <> not found in NetBackup catalog

Yves_Robin
Level 2
Partner Accredited

Hello everybody,

I've configured an Oracle Intelligent Policy to backup an Oracle database 11.2 on ARF cluster (kind of HACMP but provided by BULL) under AIX 6.1. The backup works fine but when i try to restore, i get this message :

INF - Using: /soft/oracle/product/11.2/bin/sqlplus
INF - Connection info: 'connect / as SYSDBA'.
INF - Start of SQLPLUS output.
INF - [YOU HAVE NEW MAIL]
INF - SQL*Plus: Release 11.2.0.3.0 Production on Thu Apr 9 17:38:19 2015
INF - Copyright (c) 1982, 2011, Oracle.  All rights reserved.
INF - SQL> Connected to an idle instance.
INF - SQL> ORACLE instance started.
INF - Database mounted.
INF - SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
INF - End of SQLPLUS output.
INF - Starting Oracle Recovery Manager.
INF - Using: /soft/oracle/product/11.2/bin/rman
INF - Connection info: target /  nocatalog
INF - Start of Recovery Manager input.
INF - # -----------------------------------------------------------------
INF - # RMAN command section
INF - # -----------------------------------------------------------------
INF - RUN {
INF - ALLOCATE CHANNEL ch00
INF -     TYPE 'SBT_TAPE'
INF -     PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.a64(shr.o)';
INF - SEND 'NB_ORA_SERV=srvmaster';
INF - RESTORE
INF -     DATABASE;
INF - RECOVER
INF -     DATABASE;
INF - RELEASE CHANNEL ch00;
INF - }
INF - End of Recovery Manager input.
INF - Begin progress logging for process: (3342428)
INF - Start of Recovery Manager output.
INF - Start restore of backup piece: (bk_dEXPPR_u0tq3vd18_s29_p1_t876590120)
INF - [YOU HAVE NEW MAIL]
INF - Recovery Manager: Release 11.2.0.3.0 - Production on Thu Apr 9 17:38:37 2015
INF - connected to target database: EXPPR (DBID=3059543972, not open)
INF - using target database control file instead of recovery catalog
INF - allocated channel: ch00
INF - channel ch00: SID=1710 device type=SBT_TAPE
INF - Starting restore at 09-APR-15
INF - channel ch00: starting proxy restore
INF - released channel: ch00
INF - RMAN-00571: ===========================================================
INF - RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
INF - RMAN-00571: ===========================================================
INF - RMAN-03002: failure of restore command at 04/09/2015 17:38:45
INF - ORA-27197: skgfprs: sbtpcrestore returned error
INF - ORA-19511: Error received from media manager layer, error text:
INF -    Backup file <bk_dEXPPR_u0tq3vd18_s29_p1_t876590120> not found in NetBackup catalog
INF - Recovery Manager complete.
INF - End of Recovery Manager output.
INF - End Oracle Recovery Manager.
INF - Putting the database in open state.
INF - Using: /soft/oracle/product/11.2/bin/sqlplus
INF - Connection info: 'connect / as SYSDBA'.
INF - Start of SQLPLUS output.
INF - [YOU HAVE NEW MAIL]
INF - SQL*Plus: Release 11.2.0.3.0 Production on Thu Apr 9 17:38:53 2015
INF - Copyright (c) 1982, 2011, Oracle.  All rights reserved.
INF - SQL> Connected.
INF - SQL> alter database open
INF - *
INF - ERROR at line 1:
INF - ORA-01157: cannot identify/lock data file 4 - see DBWR trace file
INF - ORA-01110: data file 4: '/EXPPR/data/rman_ts_data01.dbf'
INF - SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
INF - End of SQLPLUS output.

The requested file does exist within rman (see rman.txt) as a proxy copy but not in Netbackup's catalog (see bplist-CHM-PROD-ORBIS-FORMATION.txt).

 

The backup looks good but actually it uses proxy copy method because it goes to MSDP :

9 avr. 2015 17:15:09 - Info nbjm (pid=3972) starting backup job (jobid=2106) for client prod-orbis-for, policy oracle_exppr, schedule Full_Manuel
9 avr. 2015 17:15:09 - Info nbjm (pid=3972) requesting MEDIA_SERVER_ONLY resources from RB for backup job (jobid=2106, request id:{E9A88BC6-2593-456A-BD96-264D1CC1197B})
9 avr. 2015 17:15:09 - requesting resource STU_MSDP_SRVMEDIACM
9 avr. 2015 17:15:09 - requesting resource srvmaster.ch-lemans.fr.NBU_POLICY.MAXJOBS.oracle_exppr
9 avr. 2015 17:15:10 - granted resource  srvmaster.ch-lemans.fr.NBU_POLICY.MAXJOBS.oracle_exppr
9 avr. 2015 17:15:10 - estimated 0 kbytes needed
9 avr. 2015 17:15:10 - Info nbjm (pid=3972) started backup (backupid=prod-orbis-for_1428592510) job for client prod-orbis-for, policy oracle_exppr, schedule Full_Manuel on storage unit
9 avr. 2015 17:15:11 - started process bpbrm (pid=3720)
9 avr. 2015 17:15:12 - Info bpbrm (pid=3720) prod-orbis-for is the host to backup data from
9 avr. 2015 17:15:12 - Info bpbrm (pid=3720) reading file list for client
9 avr. 2015 17:15:12 - connecting
9 avr. 2015 17:15:13 - connected; connect time: 0:00:00
9 avr. 2015 17:15:14 - Info bpbrm (pid=3720) starting bphdb on client
9 avr. 2015 17:15:14 - Info bphdb (pid=19071156) Backup started
9 avr. 2015 17:15:14 - Info bphdb (pid=19071156) Waiting for the child status
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - ************************************************************
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - Backup Information:
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - Client: prod-orbis-for
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - ORACLE_SID: EXPPR
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - ORACLE_HOME: /soft/oracle/product/11.2
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - Online (Hot) Stream backup requested
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - Objects being backed up:
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF -                 Whole Database
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF -                 Archive Logs
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF -                 Control File
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - Number of channels to allocate (database): 1
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - Number of channels to allocate (archive logs): 1
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - Oracle Authentication is being used
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - RMAN Default Limits will be used (Database)
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - RMAN Default Limits will be used (Archive Logs)
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - Backup File Name Formats:
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF -                 Database: bk_d%d_u%u_s%s_p%p_t%t
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF -                 Archive Log: arch_d%d_u%u_s%s_p%p_t%t
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF -                 Control File: ctrl_d%d_u%u_s%s_p%p_t%t
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - End of Backup Information
9 avr. 2015 17:15:15 - Info bphdb (pid=19071156) INF - ************************************************************
9 avr. 2015 17:15:17 - Info bphdb (pid=19071156) INF - Database status is: OPEN
9 avr. 2015 17:15:17 - Info bphdb (pid=19071156) INF - Database open mode is: READ WRITE
9 avr. 2015 17:15:17 - Info bphdb (pid=19071156) INF - ARCHIVE LOG mode is: ARCHIVELOG
9 avr. 2015 17:15:17 - Info bphdb (pid=19071156) INF - CDB mode: NOT ENABLED
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - Starting Oracle Recovery Manager.
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - Using: /soft/oracle/product/11.2/bin/rman
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - Connection info: target 'system/*****' nocatalog
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - Start of Recovery Manager input.
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - # -----------------------------------------------------------------
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - # RMAN command section
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - # -----------------------------------------------------------------
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - RUN {
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - ALLOCATE CHANNEL ch00
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     TYPE 'SBT_TAPE'
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.a64(shr.o)';
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - SEND 'NB_ORA_CLIENT=prod-orbis-for,NB_ORA_SID=EXPPR,NB_ORA_SERV=srvmaster,NB_ORA_POLICY=oracle_exppr,NB_ORA_PARENT_JOBID=2106,NB_ORA_SCHED=Full_Manuel,NB_ORA_PC_SCHED=Full_Manuel,NB_ORA_PC_STREAMS=1';
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - # DEDUPE storage unit was detected - switching to a non-snapshot proxy backup
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - BACKUP
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     INCREMENTAL LEVEL=0 PROXY
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     FORMAT 'bk_d%d_u%u_s%s_p%p_t%t'
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     DATABASE;
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - RELEASE CHANNEL ch00;
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - # Backup Archived Logs
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - sql 'alter system archive log current';
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - ALLOCATE CHANNEL ch00
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     TYPE 'SBT_TAPE'
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.a64(shr.o)';
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - SEND 'NB_ORA_CLIENT=prod-orbis-for,NB_ORA_SID=EXPPR,NB_ORA_SERV=srvmaster,NB_ORA_POLICY=oracle_exppr,NB_ORA_PARENT_JOBID=2106,NB_ORA_SCHED=Full_Manuel';
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - BACKUP
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     FORMAT 'arch_d%d_u%u_s%s_p%p_t%t'
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     ARCHIVELOG
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -         ALL;
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - DELETE ARCHIVELOG ALL BACKED UP 2 TIMES to DEVICE TYPE sbt;
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - RELEASE CHANNEL ch00;
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - # Control file backup
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - ALLOCATE CHANNEL ch00
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     TYPE 'SBT_TAPE'
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.a64(shr.o)';
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - SEND 'NB_ORA_CLIENT=prod-orbis-for,NB_ORA_SID=EXPPR,NB_ORA_SERV=srvmaster,NB_ORA_POLICY=oracle_exppr,NB_ORA_PARENT_JOBID=2106,NB_ORA_SCHED=Full_Manuel';
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - BACKUP
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     FORMAT 'ctrl_d%d_u%u_s%s_p%p_t%t'
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF -     CURRENT CONTROLFILE;
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - RELEASE CHANNEL ch00;
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - }
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - End of Recovery Manager input.
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - Start of Recovery Manager output.
9 avr. 2015 17:15:18 - Info bphdb (pid=19071156) INF - Recovery Manager: Release 11.2.0.3.0 - Production on Thu Apr 9 17:15:16 2015
9 avr. 2015 17:15:19 - Info bphdb (pid=19071156) INF - connected to target database: EXPPR (DBID=3059543972)
9 avr. 2015 17:15:19 - Info bphdb (pid=19071156) INF - using target database control file instead of recovery catalog
9 avr. 2015 17:15:20 - Info bphdb (pid=19071156) INF - allocated channel: ch00
9 avr. 2015 17:15:20 - Info bphdb (pid=19071156) INF - channel ch00: SID=9 device type=SBT_TAPE
9 avr. 2015 17:15:21 - Info bphdb (pid=19071156) INF - current control file cannot be backed up by proxy.
9 avr. 2015 17:15:21 - Info bphdb (pid=19071156) INF - channel ch00: starting incremental level 0 proxy datafile backup at 09-APR-15
9 avr. 2015 17:15:22 - Info bphdb (pid=19071156) INF - input datafile file number=00001 name=/EXPPR/data/system01.dbf
9 avr. 2015 17:15:22 - Info bphdb (pid=19071156) INF - proxy file handle=bk_dEXPPR_u0tq3vd18_s29_p1_t876590120
9 avr. 2015 17:15:22 - Info bphdb (pid=19071156) INF - input datafile file number=00002 name=/EXPPR/data/sysaux1.dbf
9 avr. 2015 17:15:22 - Info bphdb (pid=19071156) INF - proxy file handle=bk_dEXPPR_u0tq3vd18_s29_p2_t876590120
9 avr. 2015 17:15:22 - Info bphdb (pid=19071156) INF - input datafile file number=00003 name=/EXPPR/data/undotbs01.dbf
9 avr. 2015 17:15:22 - Info bphdb (pid=19071156) INF - proxy file handle=bk_dEXPPR_u0tq3vd18_s29_p3_t876590120
9 avr. 2015 17:15:22 - Info bphdb (pid=19071156) INF - input datafile file number=00004 name=/EXPPR/data/rman_ts_data01.dbf
9 avr. 2015 17:15:22 - Info bphdb (pid=19071156) INF - proxy file handle=bk_dEXPPR_u0tq3vd18_s29_p4_t876590120
9 avr. 2015 17:16:07 - Info bphdb (pid=19071156) INF - channel ch00: proxy copy complete, elapsed time: 00:00:45
9 avr. 2015 17:16:07 - Info bphdb (pid=19071156) INF - channel ch00: starting incremental level 0 datafile backup set
9 avr. 2015 17:16:08 - Info bphdb (pid=19071156) INF - including current control file in backup set
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - piece handle=bk_dEXPPR_u0uq3vd2m_s30_p1_t876590166 tag=TAG20150409T171518 comment=API Version 2.0,MMS Version 5.0.0.0
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - channel ch00: backup set complete, elapsed time: 00:00:35
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - released channel: ch00
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - sql statement: alter system archive log current
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - allocated channel: ch00
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - channel ch00: SID=9 device type=SBT_TAPE
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - current log archived
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - channel ch00: starting archived log backup set
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - input archived log thread=1 sequence=313 RECID=17 STAMP=876588532
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - input archived log thread=1 sequence=314 RECID=18 STAMP=876588532
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - input archived log thread=1 sequence=315 RECID=19 STAMP=876590202
9 avr. 2015 17:16:43 - Info bphdb (pid=19071156) INF - input archived log thread=1 sequence=316 RECID=20 STAMP=876590202
9 avr. 2015 17:17:08 - Info bphdb (pid=19071156) INF - piece handle=arch_dEXPPR_u0vq3vd3q_s31_p1_t876590202 tag=TAG20150409T171642 comment=API Version 2.0,MMS Version 5.0.0.0
9 avr. 2015 17:17:08 - Info bphdb (pid=19071156) INF - channel ch00: backup set complete, elapsed time: 00:00:25
9 avr. 2015 17:17:08 - Info bphdb (pid=19071156) INF - RMAN-08138: WARNING: archived log not deleted - must create more backups
9 avr. 2015 17:17:08 - Info bphdb (pid=19071156) INF - archived log file name=/archlog/EXPPR/arch_EXPPR_1_843843108_315.arc thread=1 sequence=315
9 avr. 2015 17:17:08 - Info bphdb (pid=19071156) INF - RMAN-08138: WARNING: archived log not deleted - must create more backups
9 avr. 2015 17:17:08 - Info bphdb (pid=19071156) INF - archived log file name=/archlog/EXPPR/arch_EXPPR_1_843843108_316.arc thread=1 sequence=316
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - deleted archived log
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - archived log file name=/archlog/EXPPR/arch_EXPPR_1_843843108_313.arc RECID=17 STAMP=876588532
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - deleted archived log
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - archived log file name=/archlog/EXPPR/arch_EXPPR_1_843843108_314.arc RECID=18 STAMP=876588532
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - Deleted 2 objects
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - released channel: ch00
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - allocated channel: ch00
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - channel ch00: SID=9 device type=SBT_TAPE
9 avr. 2015 17:17:09 - Info bphdb (pid=19071156) INF - channel ch00: starting full datafile backup set
9 avr. 2015 17:17:10 - Info bphdb (pid=19071156) INF - including current control file in backup set
9 avr. 2015 17:17:35 - Info bphdb (pid=19071156) Script exited with status = 0 <the requested operation was successfully completed>
9 avr. 2015 17:17:35 - Info bphdb (pid=19071156) INF - piece handle=ctrl_dEXPPR_u10q3vd4k_s32_p1_t876590228 tag=TAG20150409T171708 comment=API Version 2.0,MMS Version 5.0.0.0
9 avr. 2015 17:17:35 - Info bphdb (pid=19071156) INF - channel ch00: backup set complete, elapsed time: 00:00:25
9 avr. 2015 17:17:35 - Info bphdb (pid=19071156) INF - released channel: ch00
9 avr. 2015 17:17:35 - Info bphdb (pid=19071156) INF - Recovery Manager complete.
9 avr. 2015 17:17:35 - Info bphdb (pid=19071156) INF - End of Recovery Manager output.
9 avr. 2015 17:17:35 - Info bphdb (pid=19071156) INF - End Oracle Recovery Manager.
9 avr. 2015 17:17:35 - Info bpbrm (pid=3720) validating image for client prod-orbis-for
9 avr. 2015 17:17:37 - Info bphdb (pid=19071156) done. status: 0: the requested operation was successfully completed
9 avr. 2015 17:17:37 - end writing
l'opération demandée est terminée  (0)

I don't understand why there is no trace of proxy copies in netbackup's catalog ...

You'll find attached the blist result, the dbclient logs and the rman "list backup" command output.

The version of Netbackup is 7.6.0.4, the master is under Windows 2012 and the backup is stored on a MSDP also on a Windows 2012 server.

Thanks in advance for you help 

Yves

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

Great stuff.

So, my assumption was correct?
You had to treat it as redirected restore with 'altnames' entries, right?

View solution in original post

4 REPLIES 4

Marianne
Level 6
Partner    VIP    Accredited Certified
Lots of names I see in dbclient log: Node name: CHM-PROD-ORBIS-FORMATION Machine: 00C0EDC54C00 Client Host: prod-orbis-for Seems bplist finds images for uppercase machine name, right? What is CLIENT_NAME in bp.conf of the machine where you are starting restore from? If hostname output is not the same, you need to treat this as redirected restore. Instructions in NBU for Oracle Admin Guide. And user id starting the restore must be the same as user that performed the backup.

Yves_Robin
Level 2
Partner Accredited

Hello Marianne, 

Sorry I thought my questions wasn't published.

Here is the content of the bp.conf :

SERVER = srvmaster
SERVER = srv-media-cm
SERVER = srv-media-font
CLIENT_NAME = CHM-PROD-ORBIS-FORMATION
CONNECT_OPTIONS = localhost 1 0 2

To be able to list backup images from the physical node, I had to create altnames file <install_path>\NetBackup\db\altnames\CHM-PROD-ORBIS-FORMATION on the master then add the virtual name (prod-orbis-for) into it 

Yves

Marianne
Level 6
Partner    VIP    Accredited Certified

Great stuff.

So, my assumption was correct?
You had to treat it as redirected restore with 'altnames' entries, right?

Yves_Robin
Level 2
Partner Accredited

It was just the first step ;)

Actually, the problem is that rman tries to use a backup set from a proxy copy (bk_dEXPPR_u0tq3vd18_s29_p1_t876590120)  which doesn't exist in the netbackup's catalog (see bplist-CHM-PROD-ORBIS-FORMATION.txt)

I don't understand why this backup file is not listed when i do a bplist 

yves