cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Process Automation - RDP Manager Mode not working

0 Kudos

Hello everyone,

So our robot now runs on the desktop server and we access it via RDP. In the flow process there is a robot activity to open the SAP application.if we don't activate RDP,the robot cannot access the SAP screen. I want to access RDP Agent 1 from another computer.


I've followed the tutorial from this page Run Unattended Jobs with Activities on Graphic Sessions , but it didn't work for me. I tried registering the LOGON and RDP Session credentials on the CxStoreCred.exe service.

I'm trying to run some command lines in a desktop that uses the agent's RDP Manager Mode.

path : C:\Program Files (x86)\SAP\Intelligent RPA\SAPDesktopAgentService

CxStoreCred.exe userId=***** password=***** type=LOGON
CxStoreCred.exe userId=rdp_session password=pass_rdp_session type=UNLOCK

And then in the agent service rdp session, I also added some command lines.

CxStoreCred.exe userId=rdp_session password=pass_rdp_session type=UNLOCK

but it still doesn't work. Is there a solution to this problem?

Thank you,

View Entire Topic
rayyavu
Explorer
0 Kudos

Hello Team,

I'm also facing the similar problem. Could you please tell how to configure the "RDP" session. Do we need to have a two separate agent in the two diff. servers (one with RDP activated and another one with Unattended Mode. And then assign both of the agent in the specific environment)?