Bulk Import aborts due to inactivity

Hello,

When using the bulk import utility imports are failing midway through due to 180 seconds of inactivity. This only seems to happen when users are trying to upload more than 30 documents, and the first 30 are still uploaded even though the process never completes. Is there any reason you know of that may cause the import to become inactive mid way through the process?

Kind regards,

Catherine

Parents
  • Hello Catherine,
    It's Document Bulk import tool, right?
    Does the job gets stuck in Work queue with error pointing to inactivity? Is it only data that are being uploaded or also files? Maybe you could provide me personally that import sheet and configuration .ini file for further investigation ?

    Regards
    Gintautas



  • Hi Gintautas,

    Yes the bulk import tool, and the error is:

    -The job was aborted due to 180 seconds of successive inactivity. Exception Stack Trace: { --- Begin of exception stack trace --- System.Exception: The job was aborted due to 180 seconds of successive inactivity. at eB.Management.QueueJobHelper.InvokeCustomEngine(QueueEngineProcess qep, String engineDll, String engineNamespace, String proxyConnectInfo, IDictionary`2 jobAttributes) at eB.Management.QueueJobHelper.ProcessQueueEntry(Object sender, PollEventArgs e) --- End of exception stack trace --- }

    It seems to happen regardless of which .ini file is used and what is being uploaded (documents or documents and files). It did work in the past and nothing changed that we know of, and it does work if you only try a small number of documents. It's only when you try and increase the number past around 30. In past we could upload over 100 with no issue.

    Thanks,

    Catherine
  • Hello Catherine, 

    Inactivity timeout should only kick in only when response from server is not received. Can you try increasing this parameter to 320 seconds and see will it fix your issue or error will still come up, but only after longer period. 

    Cheers

    Gintautas 



  • We have the same problem as Catherine, so I'd be interested in any possible solutions.

    Our timeout is currently moved up to 540sec and have intermittant issues between 50-100 documents regardless of files or not.
    We often have bulk upload jobs in the 100s or occasionally in the 1000s.

    Resubmitting the task in the SMC sometimes works, but often I need to trim out the already processed rows and push it though as a new job (often multiple times).
    It seems that the job goes into idle when waiting for a response, then never attempts to restart until it hits that timeout period.
Reply
  • We have the same problem as Catherine, so I'd be interested in any possible solutions.

    Our timeout is currently moved up to 540sec and have intermittant issues between 50-100 documents regardless of files or not.
    We often have bulk upload jobs in the 100s or occasionally in the 1000s.

    Resubmitting the task in the SMC sometimes works, but often I need to trim out the already processed rows and push it though as a new job (often multiple times).
    It seems that the job goes into idle when waiting for a response, then never attempts to restart until it hits that timeout period.
Children