Hello, there
Oracle it says : The specified datafile is not in the recovery catalog or it has been marked deleted.
So try the following
select db_key, tablespace_name,name, included_in_database_backup from
rman.rc_datafile;


make sure that the datafile is there and is set to YES on the included_in_database_backup field.

I hope it will help.