Hi Patrick, I guess you can have any type of file associated with FTR engine. To confirm the same please run below query on your database server and check how many file formats you have associated with the associated engine name: SELECT f.file_ext format, e.engine_name engine FROM m3_supported_ftr_formats sff JOIN m3_formats f ON f.format_id = sff.format_id JOIN m3_engines e ON e.engine_id = sff.engine_id ORDER BY format Also, please share if you are getting any error message for DWG or DWF while doing the FTR.
↧