Dear community,
I am trying to setup a virtual controller on RobotStudio 2022.3.2 of a robot with a positioner irbp 250-a. I am using the backup of the controller and following the question (ABB Robotics Community - Maintenance) I have copied the configuration folder into. But When I try to create a new virtual controller, the following error happens:
RobotStudio .NET exception: Product installation failed for new system Given productDistribution does not have any rpk files
============================================
Base exception: ProductInstallationFailedException
Product installation failed for new system Given productDistribution does not have any rpk files
at ABB.Robotics.RIM.RobInstallManager.CreateVirtualController2(ControllerSystem2 cSys, String co
ntrollerLocation, String productsInstallationParentPath)
at RobotStudio.Services.Systems.SystemBuilder.SystemBuilderRW6.<>c__DisplayClass1_0.<CreateVirtualController>b__0()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.Services.Systems.SystemBuilder.SystemBuilderRpkBase.<CreateSystemFromBackupAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.UI.Controller.DefineSystemCtrl.<CreateSystemFromBackupAsync>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at RobotStudio.UI.Controller.DefineSystemCtrl.<CreateSystemAsync>d__10.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ABBInternal.Controller.SystemFromLayout.CreateSystemCtrl.<ApplyAsync>d__19.MoveNext()
Configurations.
How can I solve?
