Content conversion error

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 03:25 AM
Hi,
We are trying to perform bulk upload of files to Alfresco repository using CMIS API. But after certain point of time getting the below error.
Content conversion failed:mimetype=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, size=20446, encoding=UTF-8, locale=en_US
Regards,
Shankha
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 05:39 AM
This seems to be issue with file transformation. Alfresco does file transformation for preview and thumbnail for every file. I suspect this issue is related to that. You may want to check following link,
Large ppt file can not previewed
I hope this will be helpful to research further
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 04:24 PM
Conversions can fail for a myriad of reasons. Check catalina.out to find out what exception is being thrown and that should give you a clue.
This shouldn't be causing your CMIS upload to fail because out-of-the-box transformations for thumbnails occurs asynchronously. Have you created a rule or behavior that is forcing a transformation?
