Cant load a older rsc script after updating to 7.14.3.

Cant load a rsc script after updating to 7.14.3.

I use my test HEX router!

I have a running 7.13.5 with a lot config.
I made a normal firmware update to version 7.14.3.
All is ok.
Then i use system->resetconfig and point the “run after reset” to my version7 script file.
After pressing “reset config” it reboot but came up with errors and no config.

The error is only this: “error while running run-after-reset script: no such item”

EDIT-240424

The problem was this entry:
/port set 0 name=serial0

From the changelog v.7.14.0 i see this:
 port - removed bogus serial port on RB750Gr3, RB760iGS and RBM11G devices;

After i have removed the line all was running ok again.

“Guess the error” game

Export scripts are not immutable between ROS versions. So there isn’t necessarily anything wrong, it could be that there are some changes between both ROS versions which affect the way comands are executed.

To see what exactly is wrong, you’ll have to debug things. One way would be to post actual error messages you’re mentioning.

Another way is to apply config on 7.13.5 (which you’re saying works fine), upgrade ROS to 7.14.3 and create export (the same way you did with currently used script). And then make a text diff on both versions to see where they differ.