Question
4
Replies
127
Views
act
Posted: February 6, 2020
Last activity: February 9, 2020
Unable to publish Robotic packages to Pega server getting Please correct the baseUrl in the PackageServer key in the StudioConfig.
I am trying to publish Robotic packages to pega server getting the following error:
Message: "The Url for the Package Server is invalid.Please correct the baseUrl in the PackageServer key in the StudioConfig.xml file and then restart Pega Robot Studio."
you need to update the below tags in your StudioConfig.xml and RuntimeConfig.xml
baseUrl – Enter the address of the Package Server API endpoint. Here is an example:
<Robotics> <PackageServer baseUrl="http://192.168.8.01:5000" /> </Robotics>
port : 5000 / 5001 / your package server listening port
Ip : provide the ip of Your package server or the dns name associated with it.