Question
Capgemini
IN
Last activity: 13 Dec 2019 5:33 EST
Deploy robotics package in robot manager in pega.
Hi,
I want to deploy robotics project in the pega robot manager and from there assign package to different robots. Now when i deploy project from robotic studio, and enable deploy to server, it is failing. I have updated the studioConfig to point to Robot manager local version. Disable to TLS/SSL in the Robotics service package.
<Robotics>
<!-- baseUrl: Address of Pega API endpoint -->
<PegaServer baseUrl="http://localhost:8080/prweb/api/v1/" />
<!-- PackageServer baseUrl: Address of the Package Server API endpoint. -->
<PackageServer baseUrl="http://localhost:8080/prweb/PRRestService/robotics/v1/packages/" />
</Robotics>
When I see logs in pega server, I can see robotics studio trying to hit api service package, instead of robotics service package. below is the error.
2019-01-03 14:56:20,801 [ttp-nio-8080-exec-45] [ STANDARD] [ ] [ ] ( services.http.HTTPService) ERROR dinXXXX| Proprietary information hidden - Resource not found
com.pega.pegarules.pub.PRException: Couldn't find Rule-Service-Rest instance for the following uri:/robotics/v1/packages/api/v1/packages/8D670E5361DFE0D/1.10
Please let me know, where i am doing wrong.
Thanks
Saikat