Rman failing with RMAN-20035: invalid high RECID
I have a production database that we are syncrhonizing each night to an additional set of disks using EMC establish/split utilities. Once the synchronized copy is up to date, it is split from the primary and made available to my backup server. I am receiving the error messages below.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 09/13/2013 01:00:51
RMAN-03014: implicit resync of recovery catalog failed
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20035: invalid high RECID
As I understand it, it is because each day, I am mounting the database with a new copy of the current controlfile, but I don't quite understand what is happening. Has anybody encountered this?