Question
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|127.0.0.1 - 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
From your description, I could not tell if you had setup the Package Server. Did you install the Package Server? It looks like you have the wrong url for the PackageServer, it should be the url and port to the package server, not Pega Platform.
https://community.pega.com/knowledgebase/documents/pega-robotic-automation-package-server-and-server-status-user-guide