ACTCO0020E: The variable_name variable is a read-only variable and cannot be modified.

Explanation: Expression code is attempting to modify a read-only variable using the setVariable() method of the act_lib variable.

Administrator Response: Contact the rule writer.

Programmer Response: Change or remove the code that is causing this problem.