Question

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

  • 28 April 2020
  • 1 reply
  • 43 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.


1 reply

Userlevel 4
Badge +26

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?

Reply