Dear members,
Functionality: We have designed a custom DFS WS which uploads multiple documents from a portal into Documentum (doc type is sw_m2m_doc). Multiple parallel requests can be invoked for the same. The documents uploaded are being autofiled and autonumbered as per a specific naming combination. The naming convention is like <attr1>-<attr2>-<attr3>-<seqno> (eg., WSZ-CSC-DT-0000056). The latest sequence for a particular attribute combination is stored in sw_sequence object.
Issue: For 5-10 parallel request it's fine. However if more parallel requests like 50-60 are invoked, around 15-20% requests are failing. The error we are having in the logs,
Caused by: com.emc.documentum.fs.services.core.CoreServiceException: Failed to execute DFC operation: Could not check in document 100639330106_20130908_MS.xls
com.documentum.fc.common.DfException: save of object 09044a1480223609 of type sw_sequence failed because of version mismatch: old version was 2,756
Please let us know your views on how we can resolve this issue.
Arindam