Re: Connectors post processing

2013-03-08 Thread Karl Wright
est where should I place my logic and how I should > invoke it? > > > Regards, > Pankaj > > -Original Message- > From: Karl Wright [mailto:daddy...@gmail.com] > Sent: Friday, March 08, 2013 1:23 PM > To: dev@manifoldcf.apache.org > Subject: Re: Connec

RE: Connectors post processing

2013-03-08 Thread pankaj.pandey4
where should I place my logic and how I should invoke it? Regards, Pankaj -Original Message- From: Karl Wright [mailto:daddy...@gmail.com] Sent: Friday, March 08, 2013 1:23 PM To: dev@manifoldcf.apache.org Subject: Re: Connectors post processing Here's one hint: I separate

Re: Connectors post processing

2013-03-07 Thread Karl Wright
tomcat's stdout.log and Manifold's > start-agents.bat. > > Also, what purpose does "mcf-combined-service" app server? > > Thanks! > > Regards, > Pankaj > > -Original Message- > From: Karl Wright [mailto:daddy...@gmail.com] > Sent: Tuesday,

RE: Connectors post processing

2013-03-07 Thread pankaj.pandey4
Tuesday, March 05, 2013 4:52 PM To: dev@manifoldcf.apache.org Subject: Re: Connectors post processing If you are asking if there is an IRepositoryConnector method that is called on job completion, there is not. Karl On Tue, Mar 5, 2013 at 4:49 AM, wrote: > Hi Karl, > > Thanks for the

Re: Connectors post processing

2013-03-05 Thread Karl Wright
s across > the connectors, and gets called before releasing the session for a particular > job. > > > Thanks! > > Regards, > Pankaj > > -Original Message- > From: Karl Wright [mailto:daddy...@gmail.com] > Sent: Monday, March 04, 2013 3:05 PM > To: dev@manifoldc

RE: Connectors post processing

2013-03-05 Thread pankaj.pandey4
...@gmail.com] Sent: Monday, March 04, 2013 3:05 PM To: dev@manifoldcf.apache.org Subject: Re: Connectors post processing Hi Pankaj, ManifoldCF is not set up as a document pipeline. The model used presumes that any document modification is a downstream responsibility of whatever system the documents are

Re: Connectors post processing

2013-03-04 Thread Karl Wright
Hi Pankaj, ManifoldCF is not set up as a document pipeline. The model used presumes that any document modification is a downstream responsibility of whatever system the documents are output to. So you would want to think of the problem as simply getting all the necessary information to that syst

Connectors post processing

2013-03-03 Thread pankaj.pandey4
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 doc