Hi All,
I am trying to import one document in docbase and facing below issue,
[DM_DFC_E_CLASS_NOT_FOUND]error: "Unable to instantiate the necessary java class: com.documentum.cvp.common.CvpDocument"; ERRORCODE: 202; NEXT: null
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.loadTboClass(CompoundClassMgr.java:332)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:246)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getTboClass(CompoundClassMgr.java:238)
at com.documentum.fc.client.impl.bof.compoundclass.CompoundClassMgr.getImpClass(CompoundClassMgr.java:81)
at com.documentum.fc.client.impl.objectmanager.AbstractPersistentObjectFactory.getCompoundClassEntry(AbstractPersistentObjectFactory.java:39)
at com.documentum.fc.client.impl.objectmanager.PObjectFactoryWithAspects.makeObject(PObjectFactoryWithAspects.java:49)
at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newUncachedObject(PersistentObjectManager.java:100)
at com.documentum.fc.client.impl.objectmanager.PersistentObjectManager.newObject(PersistentObjectManager.java:66)
at com.documentum.fc.client.impl.session.Session.newLightObject(Session.java:952)
at com.documentum.fc.client.impl.session.SessionHandle.newLightObject(SessionHandle.java:914)
at com.documentum.operations.nodeactions.inbound.DfCreateNewObject.createDocbaseObject(DfCreateNewObject.java:182)
at com.documentum.operations.nodeactions.inbound.DfCreateNewObject.execute(DfCreateNewObject.java:34)
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:400)
at com.documentum.operations.inbound.impl.InboundOperation.execute(InboundOperation.java:104)
at com.documentum.operations.inbound.DfImportOperation.execute(DfImportOperation.java:96)
at com.tcs.migration.LifeDocCustomImport.customImport(LifeDocCustomImport.java:121)
at com.tcs.migration.LifeDocCustomImport.main(LifeDocCustomImport.java:45)
Caused by: java.lang.ClassNotFoundException: com.documentum.cvp.common.CvpDocument
Please help....if anybody faced this.