Preserve runtime changes option not working when redeploying instances?

Hello everyone, I am redeploying a lot of automation objects that have had changes to a couple of boolean attributes made during runtime. I dont want to loose these changes. As they now have undeployed changes i can not use the option of upload runtime changes. Normally i use "preserve runtime changes", but it seems that this option does not work in this case, the initial values still get deployed and i loose the changes. I have around 200 instances left to deploy. and hope that i can somehow find a way to preserve the changes. Is there maybe a way to upload the runtime values even though the instances have undeployed changes. (these are just some minor undeployed changes that i dont mind loosing anyway)

Parents
  • Hi Jakob,

    What version are you using? 
    It would be interesting to sort out why the 'Preserve runtime changes' does not work for you, Its quite reliable, at least in newer versions, I recall some issues with arrays, but normally it should work.
    Perhaps the attributes that looses the runtime changes are the ones effected by the pending change?
    I can imagine that renaming an attribute might be challenging for matching the checkpoint data, but I need to test to be sure.

    Also, might not be easy to answer without testing again, but is all values reverting to initial values or just some?

    Please have a look in SMC to verify if you have any issues with your checkpoint data, since it is here the runtime data is stored.

    In your test, when you do the redeploy, do you deploy one object or the whole engine with cascade.
    Is the engine where objects are running redundant?

    It is possible to dump an instance data to SMC using Object viewer, double right-klick on the object and then select Dump.
    This will dump a lot of data, not ideal and pretty, but could be used in a scenario where you have no other options.
    You will need to manually enter the values after deploy.

  • Thank you for your comprehensive answer, I will have to look into this further. did not realize about the dump from object viewer! When doing a dump from the object viewer, where would that be stored? Is that a CSV file? I am reluctant to try it until I am sure about what happens...

Reply Children