Unable to run created instance of Document automation in the machine
Hi Team,
I have created a new learning instance but when i am trying to process some invoices, in the status it’s showing as “Extraction Bot failed. Please check activity/audit logs for more details”. In the warning box it is showing as “Bot deployment error. Deployment failed”. Device status is showing as connected and other task bots as running fine. Can you please suggest how to resolve this issue. Thanks.
Page 1 / 1
Hi @suchitsharma,
Can you please post the error details you see in “Activity” tab for further analysis.
How did you create the Learning Instance in the first place?
I simply go on learning instances and then create new LI , after created then i uploaded the document through process option.
Ok, instead of IQ Bot package, please use the Document Extraction.
But here I want upload documents on IQ bot server while in your case it’s extracting the data from document .
And also occur same problems while downloading the all documents from from the server. Here unable to search the LI.
From the screenshot, I assume that you are using the Community Edition. IQ Bot is replaced by Document Automation and hence why you are experiencing the issue while using the package. Kindly replace it by Document Extraction package and choose your respective LI.
Through this package, the documents will first gets uploaded to the LI for extraction and the extracted result will be saved locally.
How did you create the Learning Instance in the first place?
I simply go on learning instances and then create new LI , after created then i uploaded the document through process option.
Ok, instead of IQ Bot package, please use the Document Extraction.
But here I want upload documents on IQ bot server while in your case it’s extracting the data from document .
And also occur same problems while downloading the all documents from from the server. Here unable to search the LI.
From the screenshot, I assume that you are using the Community Edition. IQ Bot is replaced by Document Automation and hence why you are experiencing the issue while using the package. Kindly replace it by Document Extraction package and choose your respective LI.
Through this package, the documents will first gets uploaded to the LI for extraction and the extracted result will be saved locally.
Is it possible to schedule this bot at a given time Community Edition platform ??
How did you create the Learning Instance in the first place?
I simply go on learning instances and then create new LI , after created then i uploaded the document through process option.
Ok, instead of IQ Bot package, please use the Document Extraction.
But here I want upload documents on IQ bot server while in your case it’s extracting the data from document .
And also occur same problems while downloading the all documents from from the server. Here unable to search the LI.
From the screenshot, I assume that you are using the Community Edition. IQ Bot is replaced by Document Automation and hence why you are experiencing the issue while using the package. Kindly replace it by Document Extraction package and choose your respective LI.
Through this package, the documents will first gets uploaded to the LI for extraction and the extracted result will be saved locally.
Is it possible to schedule this bot at a given time Community Edition platform ??
Scheduling is not possible through Community Edition. You need to have Enterprise client for it.
How did you create the Learning Instance in the first place?
I simply go on learning instances and then create new LI , after created then i uploaded the document through process option.
Ok, instead of IQ Bot package, please use the Document Extraction.
But here I want upload documents on IQ bot server while in your case it’s extracting the data from document .
And also occur same problems while downloading the all documents from from the server. Here unable to search the LI.
From the screenshot, I assume that you are using the Community Edition. IQ Bot is replaced by Document Automation and hence why you are experiencing the issue while using the package. Kindly replace it by Document Extraction package and choose your respective LI.
Through this package, the documents will first gets uploaded to the LI for extraction and the extracted result will be saved locally.
Is it possible to schedule this bot at a given time Community Edition platform ??
Scheduling is not possible through Community Edition. You need to have Enterprise client for it.
But here in Document Extraction I just upload only one files for extraction data but if I want upload complete folder then how I do this ???
How did you create the Learning Instance in the first place?
I simply go on learning instances and then create new LI , after created then i uploaded the document through process option.
Ok, instead of IQ Bot package, please use the Document Extraction.
But here I want upload documents on IQ bot server while in your case it’s extracting the data from document .
And also occur same problems while downloading the all documents from from the server. Here unable to search the LI.
From the screenshot, I assume that you are using the Community Edition. IQ Bot is replaced by Document Automation and hence why you are experiencing the issue while using the package. Kindly replace it by Document Extraction package and choose your respective LI.
Through this package, the documents will first gets uploaded to the LI for extraction and the extracted result will be saved locally.
Is it possible to schedule this bot at a given time Community Edition platform ??
Scheduling is not possible through Community Edition. You need to have Enterprise client for it.
But here in Document Extraction I just upload only one files for extraction data but if I want upload complete folder then how I do this ???
You can loop inside the folder on which you are having the Scanned documents and use the Extraction action within it.
But in path it takes files path here then how I given to folder path here
But in path it takes files path here then how I given to folder path here
Use <Folderpath>/DictionaryVariable{filename}.DictionaryVariable{extension} as the file path where the Dictionary Variable is where you are saving output while looping the folder.
By doing this, it will automatically put each file within the folder during iteration.
But in path it takes files path here then how I given to folder path here
Use <Folderpath>/DictionaryVariable{filename}.DictionaryVariable{extension} as the file path where the Dictionary Variable is where you are saving output while looping the folder.
By doing this, it will automatically put each file within the folder during iteration.
Is there any solution of this , that when extract all pdf file of same name then it also create different CSV file of extracted data of same file pdf document , here i want that if same pdf document uploaded again then it save in same CSV file either create a different CSV file .