I am trying to duplicate database on a different Windows NT node using RMAN backup . We are using Tivoli Data protection software that allow to store backup on a TSM server.
I am getting following error messages during restoration of control file :

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: restore
RMAN-03007: retryable error occurred during execution of command: IRESTORE
RMAN-07004: unhandled exception during command execution on channel t1
RMAN-10035: exception raised in RPC: ORA-19507: failed to retrieve sequential file, handle="CONTROL_BRA1_459954372_82_1", parms=""
ORA-27029: skgfrtrv: sbtrestore returned error
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.RESTOREBACKUPPIECE


Did anyone see this before? What is a possible cause of this?
It only happened when we try to restore database on a different node. Works fine on a same server.

Oracle 8.1.6. Windows NT

Thank you.