Hello, we noticed that with multiple scripts that have the feature portal service writer problems occurred:
This is part of the log file when trying to run the workbench script:
- Loaded Python module `arcgisonlinefeatures' from file `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\python\fme-plugins-py311.zip\arcgisonlinefeatures\__init__.pyc'
- Writer `ARCGISPORTALFEATURES_2' of type `ARCGISPORTALFEATURES' using group definition keyword `ARCGISPORTALFEATURES_2_DEF'
- Loaded Python module `arcgisonlinefeatures' from file `C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\python\fme-plugins-py311.zip\arcgisonlinefeatures\__init__.pyc'
- Message Type: fme::internal::_v0::Exception
- Python Exception <ValueError>: invalid literal for int() with base 10: '<Unused>'
- ARCGISPORTALFEATURES writer: An error has occurred. Check the logfile above for details
When running the script using a local .gdb as a writer there are no problems and the script runs fine. What could be causing this?