Pega Robotic Deployment Failed

Hello,

We are trying to deploy a package to Robot Manager and we are getting the Following error: PackageServerClient.DeployPackageToRobotManager: Found a blank repository from application settings. StatusCode: InternalServerError.

We saw in other post that we need to configure a Repository in order to test it out we put defaultstore to see the results and we keep getting the same eror.

Attach you’ll find Log, Repository configured and error got in Pega Robot automation.

@JoséSamuelMMake sure that the ruleset where you have the repository setting configured (pyPackageBinariesRepository is the rule name) is accessible to your user. It likely isn’t and is why it has blanks as the rule it is using is blank.

@ThomasSasnett thank you for your response, the issue was a Rule missing in the Access Group in order to access the repository.

Hi José! Could you provide more details how you fixed this issue?
I am getting the same error

Hi, Arthur

You need to make sure the Access Group where your operator is having these two rules set:

PegaRULES:RepositoryAdministrator

PegaRULES:RepositoryUser

With this your operator must be able to deploy assuming you have already configured your repository in Application Settings.

Regards,