I am trying to restore a database in another server using rman as part of my testing of my backup procedure .

ORA-00289: suggestion : C:\ORACLE\ORA81\RDBMS\RMAN175.ARC
ORA-00280: change 481208 for thread 1 is in sequence #175
Specify log: {=suggested | filename | AUTO | CANCEL}
cancel
Media recovery cancelled.
SVRMGR> select * from v$recover_file;
FILE# ONLINE ERROR CHANGE# TIME
---------- ------- ------------------ ---------- ---------
0 rows selected.
SVRMGR> select file#,status from v$datafile;
FILE# STATUS
---------- -------
1 SYSTEM
2 ONLINE
3 ONLINE
4 ONLINE
5 ONLINE
5 rows selected.
SVRMGR> alter database open resetlogs;
alter database open resetlogs
*
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: 'C:\ORACLE\ORADATA\RMANPROD\SYSTEM01.DBF'
SVRMGR>
what should i do now there is no other archive are there to appy . rman175.arc is current logfile of the database