Skip to main content

Introduction: I am encountering an issue with an Esri ArcGIS Server Feature Service link. Over the past few days, the link has been functioning correctly; however, starting yesterday, it started throwing an error. As a newcomer to FME, I lack the necessary understanding to interpret the error message, specifically the AttributeError: 'NoneType' object has no attribute 'name'. I would greatly appreciate any assistance in resolving this issue.

Problem Description: The link causing the problem is as follows:

Details: Upon accessing the aforementioned ArcGIS Server Feature Service link, I receive the following error message in Python:

Python Exception <AttributeError>: 'NoneType' object has no attribute 'name'

Request for Assistance: Since I am new to FME, I am unsure about the root cause and implications of this error. I am seeking guidance and support from individuals experienced in FME or those familiar with Esri ArcGIS Server Feature Services. Any assistance in understanding the error and resolving the issue would be highly appreciated.

Thank you in advance for your help.

I tried a few things but can't reproduce your error. Can you elaborate a bit more what you are trying to do? Are you reading this service with a Reader / FeatureReader? What is the layer / layers you are trying to read? Does re adding the reader solve your issue? What version FME do you use?


 

I am trying to read the layers from this link and I am able to extract them, but when I run the feature reader or only reader, it is not extracting the data from the layers and is throwing the error which I mentioned above.

I am using latest version of FMeScreenshot 2023-06-16 at 11.02.55 AMScreenshot 2023-06-16 at 11.01.39 AM


Ah, I can reproduce your issue using 2022 as well. I had some other issues using 2021 but could work around them.

 

I suspect this is caused by the image (raster) layers within the service. You probably want submit a case at Safe about this issue.


Reply