Question
How to configure RDA, I see Invalid Hostname URI
Hi All,
I have installed Pega Robotic Studio and trying to configure Robot Activity, when I click on Fields ellipses, I see an error message
invalid uri: hostname could not be parsed. Can you help me with this issue
my prpc server is installed as PE on my laptop where the robotics studio is also installed.
RuntimeConfig.xml
<Robotics>
<!-- PegaServer tag is specific to RPA. -->
<!-- baseurl: Base address for Runtime to use for calls to request work items.-->
<PegaServer baseUrl="https://myhome:8081/prweb/api/v1"/>
<!-- LocalApiService tag is specific to RDA. -->
<!-- enabled: If true, the Runtime will self host a REST service to accept requests from the Pega application. -->
<!-- SSL: If true, the service uses SSL and must be accessed via https. -->
<!-- port: Port the service will listen on. -->
<!-- allowedOrigins: Comma delimited list of domains that the service will accept requests from. -->
<!-- A specific domain can be given (i.e. acme.pega.com) or the subdomain may be wildcarded (i.e. *.pega.com) -->
<!-- Requests from any domain not in this list will be rejected. -->
<LocalApiService enabled="true" SSL="true" port="9443" allowedOrigins="*.pega.com"/>
</Robotics>
StudioConfig.xml
<Robotics>
<!-- baseUrl: Address of Pega API endpoint -->
<PegaServer baseUrl="https://myhome:8081/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="---" password="---"/>
</Robotics>
Vamshi
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
If you go to the address that you put in the runtimeConfig.xml - https://myhome:8081/prweb/ - do you successfully connect to the Pega Platform? You may need to also add the username and password to the config file for logging into the server.
<RDA_Credentials userName="---" password="---"/>