Hi Tamizh, For any repository errors, ManifoldCF needs to know the following:
(1) Is it likely to go away or not on a retry; (2) Does it substantially impact the ability of ManifoldCF to properly process the document; (3) Is it generally acceptable to skip ALL documents where the error occurs. In this case your underlying error seems quite worrying: [DM_SYSOBJECT_E_CONTENT_UNAVAILABLE_PARKED]error: "The content is temporarily parked on a BOCS server host. It will be available when it is moved to a permanent storage area." I could imagine that many or most documents are in fact in that state, in which case nothing can really be crawled? I'm happy to make coding exceptions in the Documentum connector for discarding uncrawlable documents, but only if it makes sense to do that. Here it is not clear at all that we'd want to change MCF to throw away all documents with this problem. It sounds instead like there's some significant Documentum configuration issue to me. Thanks, Karl On Fri, Jul 14, 2017 at 2:39 AM, Tamizh Kumaran Thamizharasan < [email protected]> wrote: > Hi Team, > > > > Below behavior is observed on using ManifoldCF Documentum connector. > > > > ยท On any Documentum specific error, the application throws the > error and the job stops abruptly. If there is any specific reason for this > approach? > > Can we handle these errors by logging the errors, ignoring the document > and continue the indexing? > > > > Please find the sample error causing the job to fail. > > > > Documentum error: [DM_PLATFORM_E_INTEGER_CONVERSION_ERROR]error: "The > server was unable to convert the following string (String Unavailable) to > an integer or long." > > > > Caused by: org.apache.manifoldcf.crawler.common.DCTM.DocumentumException: > Documentum error: [DM_OBJECT_E_LOAD_INVALID_STRING_LEN]error: "Error > loading object: invalid string length 0 found in input stream" > > > > Error: Repeated service interruptions - failure processing document: > [DM_SYSOBJECT_E_CONTENT_UNAVAILABLE_PARKED]error: "The content is > temporarily parked on a BOCS server host. It will be available when it is > moved to a permanent storage area." > > > > Kindly provide your suggestion on this. > > > > Regards, > > Tamizh Kumaran Thamizharasan > > >
