Hi Everyone,
Here is an error that comes very inconsistently in my application.
The code snippet is below:
if (coll != null){
int count = coll.getAttrCount(); // Line of error
}
Here, coll is an IDfCollection.
I get the error log as below:
DfException:: THREAD: http-sictstap01.fr.world.socgen%2F184.10.23.118-8080-Processor14; MSG: [DM_API_E_EXIST]error: "Document/object specified by does not exist."
; ERRORCODE: 100; NEXT: null
at com.documentum.fc.client.DfSession.createServerException(DfSession.java:3556)
at com.documentum.fc.client.DfSession.convertToDfException(DfSession.java:3538)
at com.documentum.fc.client.DfSession.apiGet(DfSession.java:217)
at com.documentum.fc.client.DfTypedObjHelperSessionBased.apiGet(DfTypedObjHelperSessionBased.java:330)
at com.documentum.fc.client.DfTypedObject.apiGet(DfTypedObject.java:216)
at com.documentum.fc.client.DfCollection.getString(DfCollection.java:123)
at com.documentum.fc.client.DfTypedObject.getInt(DfTypedObject.java:796)
at com.documentum.fc.client.DfTypedObject.getAttrTable(DfTypedObject.java:718)
at com.documentum.fc.client.DfTypedObject.getAttrCount(DfTypedObject.java:681)
at com.documentum.fc.client.DfDisposableCollection.getAttrCount(DfDisposableCollection.java:394)
Can anyone here please let me know the possible reasons for this error and how can it be avoided? I'm using Dfc 5.3.