Hi,
When I´m trying to read a layer using the ArcGIS Feature reader it´s resulting in the following error:
Creating reader for format: Esri ArcGIS Server Feature Service
Trying to find a PYTHON plugin for reader named `ARCGISFEATURES'
Loaded Python module `arcgisonlinefeatures' from file `C:\\apps\\FMEBeta\\plugins/python27\\arcgisonlinefeatures\\__init__.pyc'
Python Exception <ImportError>: No module named parser
Could not create Python Reader `ARCGISFEATURES'
A fatal error has occurred. Check the logfile above for details
The weird thing is that in the scripting parameter the Python compatibility is set to Python 3.4+ but still it´s using the Python 2.7 plugin?
I´m using the latest build (20170517 Build 17494).
Christian