Msg 1834, Level 16, State 1, Line 3
The file 'E:\sqldata\Server1\DB1_PRIMARY.mdf' cannot be overwritten. It is being used by database 'OEN'.
Msg 3156, Level 16, State 4, Line 3
File 'OEN_Data' cannot be restored to 'E:\sqldata\Server1\DB1_PRIMARY.mdf'. Use WITH MOVE to identify a valid location for the file.
Msg 1834, Level 16, State 1, Line 3
The file 'C:\sqldata\Server1\DB1_INDEX.ndf' cannot be overwritten. It is being used by database 'OEN'.
Msg 3156, Level 16, State 4, Line 3
File 'OEN_IDX' cannot be restored to 'C:\sqldata\Server1\DB1_INDEX.ndf'. Use WITH MOVE to identify a valid location for the file.
Msg 1834, Level 16, State 1, Line 3
The file 'C:\sqldata\Server1\DB1_LOG.ldf' cannot be overwritten. It is being used by database 'OEN'.
Msg 3156, Level 16, State 4, Line 3
File 'OEN_Log' cannot be restored to 'C:\sqldata\Server1\DB1_LOG.ldf'. Use WITH MOVE to identify a valid location for the file.
Msg 3119, Level 16, State 1, Line 3
Problems were identified while planning for the RESTORE statement. Previous messages provide details.
Msg 3013, Level 16, State 1, Line 3
RESTORE DATABASE is terminating abnormally.