When doing full database import, Oracle will also create all the tablespace using the original file structure. If the server I am importint into does not have the same file structure, import fails. Do you have a good work around to tell Import not to use the old file structure?
You could always use the indexfile option, this way you could get all of you DDL statements. You could then create them in the new tablespaces you wanted then use the ignore=y option
Bookmarks