You are viewing limited content. For full access, please sign in.

Question

Question

job status failed

asked on March 14, 2018

Out of 148 jobs on my cluster, 138 show job status failed.  Scary right?  Except it's a boy who cried wolf.

I only have one machine performing tasks.  This machine shows 1293 successful tasks and 0 with terminating errors.  The worker machine doesn't show any errors in the dcc logs.  What does job failed mean, if it also succeeded? 

0 0

Answer

SELECTED ANSWER
replied on March 22, 2018 Show version history

I found several things that were causing jobs to fail excluded them with advanced search syntax.  My jobs are completing successfully again.

  1. Records Management: cutoff documents cannot be OCRed.  Exclude cutoff documents using advanced search syntax: - {LFRM:ActualCutoffDate= "*"} 
  2. Giant pages take too long to OCR, DCC considers that a failure.  Exclude documents with pages larger than 100MB using advanced search syntax: - {LF:imagesize > 105911401}
  3. Corrupt documents cannot be OCRed.  I found two documents (so far) with corrupt images.  I  excluded those by entry ID, for example: - {LF:ID=123456}

My search string looks like this:

({LF:AssociatedPages="Y"} & {LF:OCR=none})
 & {LF:pagecount > 0}
 - {LFRM:ActualCutoffDate= "*"}
 - {LF:ID=123456}
 - {LF:imagesize > 105911401}

 

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.