I want to run the UiPath script through command prompt.Its working fine using above commands. But when I used database activities (as well as excel activities) and connection in uipath workflow its showing error.I am using Uipath studio 2018.2.3
Can you please help.
Hi
Welcome back to uipath community
May i know what was the error
if possible can we have a screenshot of it
that could help us go in right direction
Cheers @avldev
Hi,
I run the .xaml through cmd, it is working fine but when the part of connecting to database and returns datatable, it is not executing. I put message box before the connection to database and after. The message before the database activity prompted, but the after is not prompting. My conclusion is that there’s an issue. I tried to execute it using the uipath studio, it runs perfectly without error. @Palaniyappan
It is still not executing the database activity and excel. is there be an access issue on database that’s why it is not working fine when i run it using cmd?
Fine
first we need to execute the database exe
may i know which database is used mysql or oracle
then only we need to execute the above two commands
Cheers @avldev
Hi to all having the same issue. I resolved the issue by publishing first the project. Then try to run the project again using the .bat and it should be working fine.