Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ejonesI've run into this error message several times myself and have used the work around Larry described. But just now I discovered another solution, change the Validator on the run parameter. By default the Validator has the value "None" but if you set it to "Number" or "Integer" it should work.
Another fix would be to make FromDTM into a graph parameter and not a Run parameter. But this is almost certainly NOT what you wanted to do.
I've been forced to the conclusion that this is not a bug, but a feature to protect the LAE system. The reasoning seems to be that no scripting code should ever be put into a Run Parameter when the graph is deployed and run as a BRX. Allowing code to be put into run parameters would create a hole where anyone with access to modify run parameter values could cause the function to delete files or some other undesirable command to be executed.