I’m currently working on a robot that deals with a Centricity login box. The robot works without any issues when ran from UiPath. But, when I run the process/robot from orchestrator the robot fails at the Centricity login. The process can not find a specific selector. If selectors are not a good approach. How should I go about this?
Try kicking it off using Launch Workflow Interactive activity with proper resolution and color depth used while designing it. Corrects most issues that occur while migrating from Studio-run process to Orchestrator. Usually, it’s caused by image-based actions.
And, you published it with the workflow containing the new Launch Interactive activity so it runs the correct file? If you are not sure, verify the project.json file inside the project folder that the Main is the correct file.
Are you running the process on another user account or machine than you did when you ran it successfully? If that is the case, then my suggestion would be to test it on that environment first before publishing.
If that is not helpful, if you could provide screenshots and the exact error message, then maybe someone here can get a better idea of the problem.
Just an update in case this happens with anyone else. Apparently this is an issue with old UiPath software. I will send another update on what happens after my team and I update the software.
Updated to the latest UiPath and Orchestrator version. This problem is still persisting. Just bumping to see if anyone else has an idea on how to handle this.
Not sure if its correct , but I see your Selector has “Remote” in the Title. If it is a Citrix based app, then selectors will not work.
<” wnd app=‘wfica32.exe’ cls=‘Transparent Windows Client’ title=‘Centricity Practice Solution - \Remote’ “/>
if you are having issues click the CPS icon, you can try modifying resolution settings in UiPath Settings file %programdata%\UiPath (until 2017.1) or RunTime Settings in orchestrator (from 2018.1)
I think you need to check with your support Desk regarding those pop ups. If they are inevitable and after you close them the login box opens,you may add the Close action to your code.