We have a .net program to upload documents into Documentum. 1 day ago, the uploading failed suddenly with the following error message:
Successfully Logged into docbase: BSSDOCPROD01
1 P-14-090107 GP-1-P-14-090107 090076eb808c3179 090107-N-GP-1
2 P-14-090107 P-10-P-14-090107 090076eb808c317a 090107-N-GP-10
3 P-14-090107 P-11-P-14-090107 090107-N-GP-11
Error! Failed to upload to Documentum - [DCTMUpload(createDocument)] - System.Runtime.InteropServices.COMException (0x80004005): DfException:: THREAD: main; MSG: [DM_SYSOBJECT_E_CANT_SAVE]error: "Cannot save P-11-P-14-090107 sysobject."
[DM_STORAGE_E_TURBO_SAVE_FAILED]error: "Database and/or network error occured while saving turbo content"
[DM_OBJ_MGR_E_SAVE_FAIL]error: "save failed for object with handle 640076eb8000e6ce of type dmi_subcontent: table on which save failed was DMI_SUBCONTENT_R; error from database system was ORA-01401: inserted value too large for column
"; ERRORCODE: 100; NEXT: null:
at com.documentum.fc.client.DfSession.convertToDfException(DfSession.java:3351)
at com.documentum.fc.client.DfSession.apiExec(DfSession.java:169)
at com.documentum.fc.client.DfTypedObjHelperSessionBased.apiExec(DfTypedObjHelperSessionBased.java:321)
at com.documentum.fc.client.DfTypedObject.apiExec(DfTypedObject.java:168)
at com.documentum.fc.client.DfPersistentObject.save(DfPersistentObject.java:712)
at Documentum.Interop.DFC.IDfSysObject.save()
at SAUploadProcess.DCTMUpload.createDocument(String objectName, String title, String aclName, String aclDomain, String destination, String fileName, String contentType)
4 P-14-090107 P-12-P-14-090107 090076eb808c317c 090107-N-GP-12
5 P-14-090107 P-13-P-14-090107 090076eb808c317d 090107-N-GP-13
6 P-14-090107 P-14-P-14-090107 090107-N-GP-14
Error! Failed to upload to Documentum - [DCTMUpload(createDocument)] - System.Runtime.InteropServices.COMException (0x80004005): DfException:: THREAD: main; MSG: [DM_SYSOBJECT_E_CANT_SAVE]error: "Cannot save P-14-P-14-090107 sysobject."
It looks like SAUploadProcess.DCTMUpload.createDocument is trying to save content of the file to turbo storage. This is not correct because all documents are scaned image files. Any idea how this happened? There should be no changes in the program. And we have no space issue on both filestore and database.