Hi Experts,
I am trying to perform a deep folder delete using IDfDeleteOperation by setting enableDeepDeleteFolderChildren(true).
The strange thing is the code is working fine. But in some cases I am getting the below exception, and without any changes if I execute the same code again, not getting the exception and folders got deleted.
Please share if you have any idea about this
com.documentum.fc.common.DfUnsupportedOperationException: Method not supported. at com.documentum.operations.impl.DfFakeSysObject.findString(DfFakeSysObject.java:599) at com.documentum.services.collaboration.attachments.operations.nodeaction.PreDeleteObjectAndAttachmentsFolder.hasAttachmentFolderAspect(Unknown Source) at com.documentum.services.collaboration.attachments.operations.nodeaction.PreDeleteObjectAndAttachmentsFolder.execute(Unknown Source) at com.documentum.operations.steps.impl.OperationStep.executeStep(OperationStep.java:163) at com.documentum.operations.steps.impl.OperationStep.execute(OperationStep.java:41) at com.documentum.operations.impl.OperationExecutionEngine.execute(OperationExecutionEngine.java:51) at com.documentum.operations.DfOperation.execute(DfOperation.java:401) at sg.gov.lta.DataPatch.service.DataPatch.deleteDar(DataPatch.java:284) at sg.gov.lta.DataPatch.service.DataPatch.main(DataPatch.java:550)
--Arun