Rman Duplicate fails
I am trying to duplicate a database from SERVER_A to SERVER_B. I have backups on SERVER_A.
I can restore controlfile and datafiles fine when I am only connected to Target on SERVER_A.
But, when I connect to auxiliary on SERVER_B, and try the duplicate command,
Rman throws the follow errors:
channel disk1: reading from backup piece F:\ORA_BACKUPS\MSRBRTRS\CFC-2700247884-20120308-01
ORA-19870: error reading backup piece F:\ORA_BACKUPS\MSRBRTRS\CFC-2700247884-20120308-01
ORA-19505: failed to identify file "F:\ORA_BACKUPS\MSRBRTRS\CFC-2700247884-20120308-01"
Does this mean that SERVER_B should also be able to see the F:\ drive on SERVER_A. All locations and filenames are valid.