Hello everybody.
I have a little problem with the Connect database activity.
My fisrt step is Use an Excel file
After that, i use Connect DataBase activity for SQL request
My problem is :
This activity works. But often i have an error message :
“Message d’erreur : Unable to read Excel file, Try again.”
Why is ramdon ? Do you have à solution or suggestion, so that this activity works every time?
It works 1 time out of 3 tries, this is a problem for my automation because this prevents it from turning properly.
I’m open to all proposals.
Thanks so much
Srini84
(Srinivas Kadamati)
October 2, 2023, 10:15am
2
Hi @DimitriLYR
Check below link for your reference
Are you curious about connecting excel as a database in UiPath? Let’s see how to do that!!! ***For .XLS ConnectionString : “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=” & ExcelPath & “;Extended Properties=’Excel 8.0 Xml;HDR=YES;IMEX=1′;”...
Est. reading time: 1 minute
Hope this may help you
Thanks,
Srini
1 Like
DimitriLYR:
This activity works. But often i have an error message :
“Message d’erreur : Unable to read Excel file, Try again.”
Why is ramdon ? Do you have à solution or suggestion, so that this activity works every time?
I would recommend to get this fixed with some workarounds
Use KILL PROCESS activity before to the use excel file and mention as “Excel” in PROCESS NAME property
Put the activity (that is getting failed) inside ACTION Block or RETRY SCOPE activity and leave the conduit block empty
Mention as 3-4 times as NUMBER OF RETIRES property
This will execute the same activity again if it fails
As you said this error is occurring intermittently
Hope this help
Cheers @DimitriLYR
1 Like
Hello, sorry for late.
Thanks for your answers.
I’m try your suggestions.
Thanks you so much.
1 Like
Let us know for any further clarification
If clarified then would recommend to close this topic
Forum FAQ - How to mark a post as a solution
This document is part of our beginners guide .
This article will teach you how to properly mark a post as a solution.
We were closely following our last UiPath Forum feedback round! topic and carefully extracted all the bits of feedback that was provided. As such, we would like to tackle the topic of solutions on our Forum and how to properly use them.
When is the topic resolved?
The topic can be considered resolved when the topic author has fo…
If not we can keep this discussion open
Cheers @DimitriLYR
system
(system)
Closed
October 12, 2023, 6:55am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.