Hello. I am trying to use the Esri ArcGIS Portal Feature Service Reader/Writer in FME Desktop 2018.1 and am getting a Python KeyError exception when trying to authenticate the login. I am using "Generate Token" as the authentication type, and trying to connect to an instance of Portal for ArcGIS (10.6.1).
Here's the relevant excerpt from the log:
|INFORM|ArcGIS Portal Feature Service Writer: Logging into '[host url]' as user '[username]'
|ERROR |Python Exception <KeyError>: u'token'
|ERROR |A fatal error has occurred. Check the logfile above for details
|ERROR |... Last line repeated 2 times ...
The strange thing is that this workspace ran successfully a few days ago.
Any input would be appreciated. Thanks!