Skip to main content

 We have dozens of FME 2020 workspaces that use this capability that are now failing in FME 2021 because the parameter is not available to the Python Caller.

I'm going to answer my own question, in that I was able to use a ParameterFetcher transformer to convert the password to an attribute and then have the PythonCaller use the attribute value instead.


Hmm, do they still work with Scripted Parameters?


I'm going to answer my own question, in that I was able to use a ParameterFetcher transformer to convert the password to an attribute and then have the PythonCaller use the attribute value instead.

Thanks for this - saved a lot of banging my head on the desk!

ParameterFetcher has the bonus of correctly parsing special characters too.


Reply