Hi Team, we are using pega robot Studio V22.1.24, i have upgraded the code into 22.1.24 successfully. Did Run analysis there is no errors only warning! trying deploy the into locally but we are getting error( Error creating Deployment Package: “FilePath”)
Note: We are not using Robot manager, we are deploying the code into locally and place this file into Server and run the bot.
@BaratamR I would look in the PegaRobotStudio.log to see if there are any messages that might give you insights. Make sure to set the log level to DEBUG as that will provide the most information. It doesn’t seem from your screenshot that you are writing to an unwritable location. It might be possible that there is an issue in one of the automations that isn’t showing under analysis because that issue cannot be discovered until the file is opened. The log should help direct you though. If not, I would next try opening every automation and ensuring there are no errors.
@BaratamR Did you validate the script first? The first thing you need to do after an upgrade from 19.1 is to validate the scripts. I don’t believe this will trigger an error in the automations that use them until you try to open them if you omit this step.
@ThomasSasnett After upgrade haven’t validate the script. You suggested to Check logs there I found this issue(Script is not valid). Now all things are good! So, after upgrade we should check Scripts are validated or not! A new point i have learned from this thread! And also, i will check mentioned link.