Issue Description
I have many batches that have gone into error for some reason or another and I need to resubmit a large number at a time to start processing again after I resolved the issue.
Issue Resolution
The following Powershell command can be run on the Capture Server Pro machine. It will resubmit all batches that are currently in an error state. They will be set to active in their current step.
Get-Batch -Status Error | Lock-Batch | Set-Batch -Status Active | Unlock-Batch
NOTE: If you have a very large number of batches, this could take a long time or timeout. Contact KnowledgeLake Support if this occurs.
Comments
0 comments
Please sign in to leave a comment.