How to get Robotics solution from Package Server
Hi,
In a RPA solution, I have these 3 machines:
M1- Pega Platform with Pega 7.4
M2- Package Server: with PackageServer and Robotics Studio 8.0.1100.0
M3- Runtime: with Robotics Runtime 8.0.1100.0
And I do the following steps:
1- I deploy and publish a robotics solution from M2 and I can check that this solutions appears in Robot Manager and is saved in Packages folder in M2.
2- I have modified in M3 the commonconfig.xml:
<Server name="RobotManager" baseURL="https://*****:8443/prweb" enabled="true" proxyAddress="" RPA="true" authenticationType="Basic" workgroup="*****" robotName="{MachineName}"/>
and in RuntimeConfig.xml:
<PackageServer baseUrl="http://M2:5000" />
3- I assign from Robot Manager a solution to Runtime M3
4- When I execute Runtime of M3, it starts nice but it is not able to load its openspan solution assigned from M2.
Any ideas? Is missing something in configuration files?
Thanks a lot,