Hi Experts,
I have created SBO which will get called on a particular xml document checkin. Inside this SBO, the code will extract some information from the xml document and then checkout another xml document using dfc checkout operation. Then the code will update the checkout xml document content and check in back using dfc check in operation ( i am using checkin , checkout operation to make sure that the valid content is checked in). The checkout operation by default downloads the content in the server and i am able to locate and update it. But after the execution of this code,my checkout on webtop is totally messed up and come up with the below error message every checkout. This issue happens on the dev environment but not on the local host.
ERROR [http-bio-8080-exec-1] com.documentum.web.common.Trace - Operation failed : com.documentum.operations.nodes.impl.IOperationNode.getOperationError()Lcom/documentum/operations/IDfOperationError;
java.lang.NoSuchMethodError: com.documentum.operations.nodes.impl.IOperationNode.getOperationError()Lcom/documentum/operations/IDfOperationError;
at com.documentum.ucf.server.contentpackage.impl.PackageProcessor.updateClientPathsInRegistry(PackageProcessor.java:106)
at com.documentum.ucf.server.contentpackage.impl.PackageProcessor.updateClientPathsInRegistry(PackageProcessor.java:74)
at com.documentum.ucf.server.contentpackage.impl.OutboundPackageProcessor.postProcess(OutboundPackageProcessor.java:358)
at com.documentum.ucf.server.contentpackage.impl.CheckoutPackageProcessor.postProcess(CheckoutPackageProcessor.java:140)
at com.documentum.web.contentxfer.ucf.UcfContentTransport.postProcess(UcfContentTransport.java:102)
at com.documentum.web.contentxfer.ContentTransferService.execute(ContentTransferService.java:395)
at com.documentum.web.contentxfer.JobAdapter.execute(JobAdapter.java:108)
at com.documentum.job.async.AsyncJobManager$AsyncTimerJob.executeJob(AsyncJobManager.java:236)
at com.documentum.job.async.AsyncJobManager$AsyncTimerJob.run(AsyncJobManager.java:215)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Kindly help!