Question
CGI
IN
Last activity: 16 Oct 2018 12:03 EDT
RPA: Robot or VM is not getting created
Using latest Pega robotic studio, Pega 7.3 and Pega robot manager "Version 3 Documentation"
We are using Pega provided "Banker Pro sample application". We have done all the configuration as mentioned.
Issue: Robot or VM is not creating for Account work group, screen shot attached "VM issue.png". Please help.
In earlier version of Pega robotic studio, In Project properties, we use to set "Robot Work Queue". which is not there in latest version attached screen shot "New Account Product.png". can some explain or guide us.
Can someone provide the Pega robotic studio solution for "Banker Pro sample application" for cross verify the configuration in Pega robotic studio.
Thanks in Advance!
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
Remove api/v1 from the baseURL and set the enabled property to "true".
Pegasystems Inc.
US
The workgroup and baseurl are now defined in the commonconfig located in the %programdata% directory. I have attached a screenshot of what the entry should look like. Be sure that the access group for the operatorID that you will be using to register the robot has the following roles:
- {Appname}:WorkMgr4
- PegaRULES:PegaAPI
- PegaRULES:RoboticAdministrator
- AutomationPackageManagement:RuntimeUser
I believe that the BankingAdministrator operator ID comes by default with these roles applied to its access group.
If you are not using the packageserver I please enable AllowRunWithNoPackage otherwise Runtime will close because it has no package assigned to it.
Thanks,
CGI
IN
Thanks for your help.
I have added workgroup "AccountWG" in CommonConfig and restarted.
I have created deploy Project in Pega Robotics Studio and performing below steps
1 running the OpenSpan.Runtime
2 At the bottom right corner of desktop, right click on "Pega Robotics Runtime" selecting "Load local Project"
3 At the bottom right corner of desktop, right click on "Pega Robotics Runtime" selecting "Enter PRA Credentials..." and entered Admin@BankerPro/ rules
Admin@BankerPro is having all above mentioned roles. But still not automatically generating robotic automation Virtual Machine (VM)
Do we have to manually create Operator i.e. robotic automation Virtual Machine (VM)?
I am using Pega 7.3 and Pega Robotics Studio 8.0.1059.0.
Thanks for your help.
I have added workgroup "AccountWG" in CommonConfig and restarted.
I have created deploy Project in Pega Robotics Studio and performing below steps
1 running the OpenSpan.Runtime
2 At the bottom right corner of desktop, right click on "Pega Robotics Runtime" selecting "Load local Project"
3 At the bottom right corner of desktop, right click on "Pega Robotics Runtime" selecting "Enter PRA Credentials..." and entered Admin@BankerPro/ rules
Admin@BankerPro is having all above mentioned roles. But still not automatically generating robotic automation Virtual Machine (VM)
Do we have to manually create Operator i.e. robotic automation Virtual Machine (VM)?
I am using Pega 7.3 and Pega Robotics Studio 8.0.1059.0.
Could you please explain "If you are not using the packageserver I please enable AllowRunWithNoPackage otherwise Runtime will close because it has no package assigned to it"
CGI
IN
I have added workgroup "AccountWG" in CommonConfig and restarted.
I have created deploy Project in Pega Robotics Studio and performing below steps
1 running the OpenSpan.Runtime
2 At the bottom right corner of desktop, right click on "Pega Robotics Runtime" selecting "Load local Project"
3 At the bottom right corner of desktop, right click on "Pega Robotics Runtime" selecting "Enter PRA Credentials..." and entered Admin@BankerPro/ rules
Admin@BankerPro is having all above mentioned roles. But still not automatically generating robotic automation Virtual Machine (VM)
Do we have to manually create Operator i.e. robotic automation Virtual Machine (VM)?
I have added workgroup "AccountWG" in CommonConfig and restarted.
I have created deploy Project in Pega Robotics Studio and performing below steps
1 running the OpenSpan.Runtime
2 At the bottom right corner of desktop, right click on "Pega Robotics Runtime" selecting "Load local Project"
3 At the bottom right corner of desktop, right click on "Pega Robotics Runtime" selecting "Enter PRA Credentials..." and entered Admin@BankerPro/ rules
Admin@BankerPro is having all above mentioned roles. But still not automatically generating robotic automation Virtual Machine (VM)
Do we have to manually create Operator i.e. robotic automation Virtual Machine (VM)?
I am using Pega 7.3 and Pega Robotics Studio 8.0.1059.0.
Could you please explain "If you are not using the packageserver I please enable AllowRunWithNoPackage otherwise Runtime will close because it has no package assigned to it"
Pegasystems Inc.
US
Do we have to manually create Operator i.e. robotic automation Virtual Machine (VM)? No, this is generated automatically once the Robot registers successfully.
Do we have to manually create Operator i.e. robotic automation Virtual Machine (VM)? No, this is generated automatically once the Robot registers successfully.
I am using Pega 7.3 and Pega Robotics Studio 8.0.1059.0. Could you please explain "If you are not using the packageserver I please enable AllowRunWithNoPackage otherwise Runtime will close because it has no package assigned to it": The package server is a new feature that was added in version 8.0.1058 that allows you to deploy a package to the RobotManager and assign it to a workgroup. This should allow the robot to download the package on start up and begin work without someone having to upload the deployment files. If there is no package assigned and Runtime is trying to connect to the server it will shut itself down.
The issue that you are seeing may be related to the decision table. By default the "Get AccessGroup for Robot by WorkGroup" decision table should point to the following access group: "BankerPro:Administrators" and would not contain the workgroup you entered in the commonconfig.
Please add the workgroup to the decision table and the accessgroup for the operatorID that you are trying to register the robot with.
CGI
IN
Thanks for your reply.
The decision table is already configured, but not creating VM. Please find the screen shot in attached document.
Do I have to enable AllowRunWithNoPackage. If yes, Please guide with steps details.
Thanks in Advance........
Pegasystems Inc.
US
You can enable AllowRunWithNoPackage by modifying the value in the runtimeconfig.xml file, found in the installation folder.
CGI
IN
Updated AllowRunWithNoPackage in runtimeconfig.xml. But still Robot or VM is not cerated.
Pegasystems Inc.
US
Try Robot Manager V4 if you haven't already. You'll have to request it internally and I would suggest testing in a sandbox environment.
Accepted Solution
Pegasystems Inc.
US
Remove api/v1 from the baseURL and set the enabled property to "true".
CGI
IN
Thanks........
JPMorganChase
IN
Hi,I am also facing issue in VM registration, I have tried everything mentioned in this article , but not working. Can someone provide the detailed steps.