Hi Chris, I checked with engineers as I am not able to check version 14 as it is too old. Basic questions asked as: 1) From where did you get 400 documents to change the media type? If you have more documents in your database then how you differentiate them from 400? 2) Can you please check what is the media type id for both "CAD" and "Paper/multi-media"? Though it is not recomanded to change in database directly , as one record can effect other table columns. But if you want to check for One document record as how it works, please use the below SQL to run on the Test Database: update document_copies set media_type_id = where media_type_id = and document_id = You need to find the Paper media ID and CAD ID from select * from media_types and try it on above SQL for any one Document. Hope this will help you to update the media type without any problem.
↧