Hi Steve,
I think this is the error message related to corrupted backup file,
-- There must be a very easy process to rstore from the dmp file within enterprise manager
I dont think so , the backup taken through a third party tool cannot be processed / restored by SQL server using its native restore method.
At least if sql server is able to read this backup file , then it should respond for RESTORE VERIFYONLY (Verifies the backup but does not restore it, and checks to see that the backup set is complete and the entire backup is readable. However, it does not attempt to verify the structure of the data contained in the backup volumes)
Thanks, Leks