Question
Pega Robotic Automation- Multiple Pega Applications
Hi,
When we have multiple Pega Applications in the system for the user . How do we handle it? If we configure studioconfig.xml with the baseurl and User name and Password for every application for the Robotics tag, will it work? See the example . Correct me if I am wrong
Example
Application 1
<Robotics>
<!-- baseUrl: Address of Pega API endpoint -->
<PegaServer baseUrl="http://Application 1/prweb/api/v1/"/>
<!-- The following credentials allow Studio to authenticate with the Pega server. -->
<!-- This user has read only access Pega class and field names. -->
<!-- No other permissions are required by or granted to this user. -->
<!-- userName: User name used to authenticate with Pega server. -->
<!-- password: Password used to authenticate with Pega server. -->
<RDA_Credentials userName="CASysAdmin" password="install"/>
</Robotics>
Application 2
Hi,
When we have multiple Pega Applications in the system for the user . How do we handle it? If we configure studioconfig.xml with the baseurl and User name and Password for every application for the Robotics tag, will it work? See the example . Correct me if I am wrong
Example
Application 1
<Robotics>
<!-- baseUrl: Address of Pega API endpoint -->
<PegaServer baseUrl="http://Application 1/prweb/api/v1/"/>
<!-- The following credentials allow Studio to authenticate with the Pega server. -->
<!-- This user has read only access Pega class and field names. -->
<!-- No other permissions are required by or granted to this user. -->
<!-- userName: User name used to authenticate with Pega server. -->
<!-- password: Password used to authenticate with Pega server. -->
<RDA_Credentials userName="CASysAdmin" password="install"/>
</Robotics>
Application 2
<Robotics>
<!-- baseUrl: Address of Pega API endpoint -->
<PegaServer baseUrl="http://Application 2/prweb/api/v1/"/>
<!-- The following credentials allow Studio to authenticate with the Pega server. -->
<!-- This user has read only access Pega class and field names. -->
<!-- No other permissions are required by or granted to this user. -->
<!-- userName: User name used to authenticate with Pega server. -->
<!-- password: Password used to authenticate with Pega server. -->
<RDA_Credentials userName="CASysAdmin" password="install"/>
</Robotics>
Application 3
<Robotics>
<!-- baseUrl: Address of Pega API endpoint -->
<PegaServer baseUrl="http://Application 3/prweb/api/v1/"/>
<!-- The following credentials allow Studio to authenticate with the Pega server. -->
<!-- This user has read only access Pega class and field names. -->
<!-- No other permissions are required by or granted to this user. -->
<!-- userName: User name used to authenticate with Pega server. -->
<!-- password: Password used to authenticate with Pega server. -->
<RDA_Credentials userName="CASysAdmin" password="install"/>
</Robotics>
***Updated by Moderator: Marissa to update categories***