Skip to main content
Navigator | Tier 3
February 20, 2024
Solved

IQ Bot DA Extraction Error

  • February 20, 2024
  • 6 replies
  • 727 views

I'm encountering an issue while processing  documents on my DA Learning instance. Interestingly, the process runs smoothly on one of my bot runner device, but I face an error on another device. 

The error message:

EXTRACT_FAILED - [Native] : 500 : document_Failed: the file cannot be processed. It may be corrupted. Please contact technical support if the file is valid.

Any insights or troubleshooting steps would be greatly appreciated.

 

Best answer by RajeshS106234

It resolves after restarting the services. What I found is that this DA behaves like a black box for developers, we are not sure where the error occurs. Sometimes, requests suddenly get stuck in the queue or fail, and most of the time, the issue is resolved only by restarting the services

6 replies

Tamil Arasu10
Most Valuable Pathfinder
Most Valuable Pathfinder
February 20, 2024
Cadet | Tier 2
March 31, 2025

I’m getting a similar issue. Although I’m doing DA  for the same type of documents, some are success and some are failing which goes to the failed folder. Below is the error message I get when it fails:

 

EXTRACT_FAILED - [Native] : 500 : DOCUMENT_FAILED : Gateway connection error! Check bot logs for more details on this error.

Marc Mueller
Most Valuable Pathfinder
Most Valuable Pathfinder
March 31, 2025

Hi ​@aadewale1986, ​​​

what do you have in the Bot logs?

The Bot Agent log files are available at C:\ProgramData\AutomationAnywhere\BotRunner\Logs on your device.

 

Cheers

Marc

🤝Let's connect on LinkedIn: https://www.linkedin.com/in/developer-marc-mueller >>>>>>>> 📺Check out my YouTube channel - https://youtube.com/@AutomationDevelopmentEasy
Cadet | Tier 2
March 31, 2025

@Marc Mueller  My filepath is different:  C:\Program Files\Automation Anywhere\Bot Agent

 

Dineshkumar Muthu
Flight Specialist | Tier 4
Flight Specialist | Tier 4
April 1, 2025

Hi ​@aadewale1986 ,

In addition to the other troubleshooting steps, could you please check if Python is installed on the bot runner device where the issue is occurring? Some processes might depend on Python for execution.

To verify, you can:

  1. Open the Command Prompt and type: python --version or python3 --version. If Python is installed, the version will be displayed. If not, you might see an error message.

  2. Make sure the Python installation path is added to the system's PATH environment variable for proper recognition.

Let me know if this helps resolve the issue.

"Everything fails all the time, so plan for failure and nothing fails" - Werner Vogels ========== Linkedin Profile : https://www.linkedin.com/in/dineshkumar-muthu/
RajeshS106234AuthorAnswer
Navigator | Tier 3
April 3, 2025

It resolves after restarting the services. What I found is that this DA behaves like a black box for developers, we are not sure where the error occurs. Sometimes, requests suddenly get stuck in the queue or fail, and most of the time, the issue is resolved only by restarting the services