Hi, I want to execute a piece of code(post-processing logic) after a Documentum/Filenet/Livelink connector are done with extraction process. The post-processing logic will basically update one attribute value, on a documentum object(IDfQueueItem), corresponding to the successfully ingested document. Can you please help me out with the below issues.
1. Is there a common method which is called towards the end of extraction process, where I can place my post processing logic? I tried placing logic in processDocuments() of DCTM.java, but seems like it is called for each document and not towards the end of entire operation. 2. Is there a way to convert the IDocumentum to IDfSession. Currently, if I try to fetch a object using IDocumentum.getObjectByQualification(), it throws in ClassCastException with some Proxy28 Class. As a work around, I tried to get an explicit documentum session in DCTM.java, but it always throws NO_DOCBROKERS_CONFIGURED(because it can't find dfc.properties file). I tried placing the jar file in connector folder(and several others) and then placed it under the mcf-dctm-connector.jar file as well, but got the same error. Can you assist me how to resolve this error or any workaround? Thanks! Regards, Pankaj Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
