An older Automic Version 8 had a bug that allowed the following combination to work :
For example:
:set &VALUE# = "test"
:SET &ACTOBJ# = ACTIVATE_UC_OBJECT("MM.END.PROCESSING",,,,, PASS_VALUES)
However the combination activate_uc_object and pass_values are only supposed to work with object variables, the command :set
creates a script variable not an object variable (it works if you define the variable in the variables tab of the object, however that was not the case in this issue)
So you might experiance issues after upgrading to Version 9 and the value is not passed on anymore.
?
Use :pset or define the variable in the variables tab to make sure
the Value is an "object variable"? and is passed on with "activate_uc_object" and "pass_values"
You might need to use the change utility if you have these problems in several objects and it would take up to much effort to change them all by hand.