I encounter a problem that might be a bug with FME 2015. In my workspace I have aa python caller that use a custom python27 dll that was workinig without any problem a lot of times before.
Since I enabled the dynamic properties on a writer feature type, the python fails with that error message:
|Python Exception <WindowsError>: &Error 127] The specified procedure could not be found
If I uncheck the dynamic properties in the writer feature type, the pythonCaller process without error.
Should I report as a bug or there might be an explanation for this problem?