Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
When deploying robotic solutions to Pega Robot Manager, the connection and authentication details — such as Robot Manager server URL, authentication mode, and registration configuration — are stored in the file CommonConfig.xml.
This configuration file is shared between both Pega Robot Studio and Pega Robot Runtime, ensuring that both use consistent connectivity settings.
According to the Pega Robotics System Design and Implementation Guide, section “Pega Robot Manager Integration and Configuration Files”:
“The CommonConfig.xml file contains shared configuration information that is used by both Pega Robot Studio and Pega Robot Runtime.
It includes global settings such as:
Connection information for Pega Robot Manager (URL, ports, authentication)
Deployment configuration values
Environment registration and runtime connectivity settings.
PegaRuntimeConfig.xml and PegaStudioConfig.xml are used for local settings only, while CommonConfig.xml stores the Robot Manager connection configuration used during deployment.”
Detailed Reasoning:
A. PegaStudioConfig.xml – Used for developer-specific configuration within Robot Studio, not for deployment or server settings.
B. CommonConfig.xml – Correct. This file contains the Robot Manager connectivity configuration and shared settings.
C. PegaRuntimeConfig.xml – Controls runtime behavior on client machines, not Robot Manager connections.
D. PegaConfig.xml – Not a valid configuration file in Pega Robotics.
[Reference:Extracted and verified from Pega Robotics System Design and Implementation Guide, Pega Robot Manager Configuration and CommonConfig.xml Overview section (Pega Robotics 19.1 and later)., , ]
Submit