Hello,
I have made an RPA Process which uses CV activities to scrape data from a Citrix application from a RDP session.
When the RDP session is active, the RPA process is working fine and scrapes data as needed.
But when I stopped the RDP session, the RPA process scrapes data normally for 30 mins and then throws an error saying that the Windows session is locked.
And when again I logged into the RDP session, the scraping works normally, the exception no more occurs.
I have cross-verified twice that after stopping the RDP session, for 30 mins scraping happens and then below exception occurs. And after logging in to the session, the scraping works fine and below exception no more occurs.
*
Note: I have to use CV Screen activities to perform the RPA process. There is no other way to achieve the scraping without using CV Screen activities
Below is the error which I am facing -
CV Screen Scope: Cannot bring the target application in foreground because the Windows session is locked.
I have also given an unattended license to the machine because I want to run the RPA process unattended.
Is there any way we can unlock the Windows session once the above exception occurs, during the automation process itself?
Any help would be appreciated, Thanks & Cheers!