cannot recover copy of database

hi, I've got simple rman backup script: allocate channel c1 device type disk; backup incremental level 1 for recover of copy with tag='DB' database; recover copy of database with tag='DB'; release channel c1; ... Everything works fine until I've started doing some other backups to the tape. Now when I run this script I got error: