Question
Datacom group
NZ
Last activity: 6 Nov 2018 20:02 EST
configuring the Robot Manager
In this document on configuring the Robot Manager(https://pdn.pega.com/tutorial-automating-processes-your-pega-7-application-robotic-process-automation-rpa/tutorial), found this information.
VM registration consists of the following step:
- Pega Robotic Automation Runtime connects to the Pega Platform and authenticates as the operator ID that registers VMs........
Can anybody let me know from where the Robotic runtime picks up the credentials to authenticate?Does it picks this data from the following line of StudioConfig,
<RDA_Credentials userName="admin@bankerpro" password="rules" /> ?I was trying to use the example BankerPro application and ended up having the doubt whether the VM register operator is the same as admin@bankerpro or not.Because the BankerPro app comes with this operator which is supposed to register the VMs. But I cant use it in the StudioConfig to access in to Pega Application.
I have build automation with the properties of the classes in Pega platform application buy using the admin@bankerpro in StudioConfig file and has configured the Pega platform as well.Though the assignments are created and queued, the VMs are not picking them up. The problem should be with registering the VMs.
I read that the robotics runtime uses the VM register operator as well that made me to think that the same operator should be put in the StudioConfig at,
<RDA_Credentials userName="" password="" />