Hello everone!
I have some troubles when I want to execute a store procedure using the UiPath database activities.
I’ve already configured all the setting that are needed to execute it (connection, parameter, sql query which is the name of procedure) however, When I run the process there will be the following error
The flow has others simple queries which run perfectly, the problem is to execute the store procedure.
This store procedure takes more than 30 minutes to finish, I don´t know if it is the cause to the error.
I tested to specify 2400000 as timeout (considering that it is the time that the SP takes to finish) but another error appeared
How Shall I do to solve it?
Thanks