FileManager failing to commit file attachment

0
When I try to upload a file to the fileManager, sometimes it throws an error that it is failing to commit Error Message: Uploading file failed: com.mendix.CoreRuntimeException: Failed to commit   This error isn't always shown, even when using the same files to test the upload.   Any help would be great, thank you
asked
2 answers
0

could you paste complete error log

answered
0

There is a duplicate primary key in the FileDocument entity, but Mendix needs this to be unique.

 

This is something that is generated automatically by the Mendix system, so it looks like the duplicate is being created before the first is committed. How do you create and commit the objects?

answered