Does anyone know what kind of exception this is? It’s my first time to come across it. I can launch all my other applications normally (as tested) however when I attach this application to the Open Application activity, it gives me a runtime error:
Would appreciate if you have any solutions to this.
I have yet to try other methods like using click activity or hotkeys, but I’d like to know if there is a more convenient solution to this if I ever come across this again in the future.
Hi @strqsr,
If the ‘open application’ activity is getting failed just do it by this way
make opening this as .bat file and open bat file through UiPath
If you are able to open the application manually, then it should open in the uipath also. Make sure you have the folder permissions for the exe file of power BI
Hi! I can open the file manually and run it, which is why I’m stumped cause I’m the admin and have full access to all folders and application. It didn’t work when I tried desktop recorder as well which lead me to think if I should use hotkeys and manually type the name into the search bar, but it’s not as efficient as using the Open Application
Hi, I’ve solved the issue, it was because instead of downloading the exe file, I downloaded it from the Microsoft Store so UiPath doesn’t have the permission to launch it. Thank you for the help!