Skip to main content
Question

I am having a problem reading an ArcGIS Server feature service using a FeatureReader

  • April 28, 2020
  • 1 reply
  • 244 views

This service used to read just fine, but now throws the following error:

"Failed to obtain any schemas from reader 'ARCGISFEATURES' from 1 datasets. This may be due to invalid datasets or format accessibility issues due to licensing, dependencies, or module loading. See logfile for more information

Failed to read schema features from dataset 'https://apps.fs.usda.gov/arcx/rest/services/EDW/EDW_FireOccurrence_01/MapServer' using the 'ARCGISFEATURES' reader

The dataset 'https://apps.fs.usda.gov/arcx/rest/services/EDW/EDW_FireOccurrence_01/MapServer' was closed successfully"

 

The strange thing is, this service reads just fine with a regular Reader, but I need to use a FeatureReader so that I can read in a bounding box through the initiator. It looks like the error occurs when setting the "Feature Types to Read" parameter.

The service is public, so hopefully you can take a look and see what's happening. I am experiencing the issue in FME Desktop 2018 and 2019, and Server 2018.

I don't have direct control over the data we are reading, but if I can describe the issue to the data provider, we may be able to work through the issue if it is a data publishing issue. I just need to be able to tell them what needs to be fixed.

Any ideas? Thanks.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Hmm works for me (FME 2018.1 desktop) - You could try to just read the data features (instead of Schema and Data features).

 

 

Do you still have the issue, what was the layer you are trying to read?