Question

Adding data from Onedrive/Sharepoint and out putting data to Arc gis potal

  • 18 February 2020
  • 1 reply
  • 11 views

I am currently trying to take data from a specified location on one notes or share points, and out put it to both AWS and as a arc portal feature service. When trying to add the sharpoint or onedrive reader I get the attached error. I think it may be an issue with FME not having access to the OneDrive, Share point and Arc Portal. Any help would be much appreciated

 

Error Log

Creating reader for format: Esri ArcGIS Portal Feature Service

Trying to find a PYTHON plugin for reader named `ARCGISPORTALFEATURES'

Loaded Python module `arcgisonlinefeatures' from file `C:\\Program Files\\ArcGIS\\Data Interoperability for ArcGIS Pro\\python\\python37\\arcgisonlinefeatures\\__init__.pyc'

Creating reader for format: Esri ArcGIS Portal Feature Service

Trying to find a PYTHON plugin for reader named `ARCGISPORTALFEATURES'

Loaded Python module `arcgisonlinefeatures' from file `C:\\Program Files\\ArcGIS\\Data Interoperability for ArcGIS Pro\\python\\python37\\arcgisonlinefeatures\\__init__.pyc'

ArcGIS Portal Feature Service Reader: Logging into 'https://eiffagekier.cloud.esriuk.com/server/rest/services/Hosted/UtilitiesChecker/FeatureServer/' as user 'Adam.Karran_EK'

ArcGIS Portal Feature Service Reader: Could not log into 'https://eiffagekier.cloud.esriuk.com/server/rest/services/Hosted/UtilitiesChecker/FeatureServer/' as user 'Adam.Karran_EK'. Check your credentials and try again. The error code from the server was '499' and the message was: 'Token Required '

A fatal error has occurred. Check the logfile above for details

Failed to obtain any schemas from reader 'ARCGISPORTALFEATURES' 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

UniversalReader -- readSchema resulted in 0 schema features being returned

Reader Parameter(0) = >https://eiffagekier.cloud.esriuk.com/server/rest/services/Hosted/UtilitiesChecker/FeatureServer<

Reader Parameter(1) = >RETRIEVE_ALL_FS_NAMES<

Reader Parameter(2) = >Yes<

Reader Parameter(3) = >AUTH_TYPE<

Reader Parameter(4) = >generate_token<

Reader Parameter(5) = >USER<

Reader Parameter(6) = >Adam.Karran_EK<

Reader Parameter(7) = >PASSWORD<

Reader Parameter(8) = >********<

Reader Parameter(9) = >_MERGE_SCHEMAS<

Reader Parameter(10) = >YES<

Reader Directive(0) = >RUNTIME_MACROS<

Reader Directive(1) = >RETRIEVE_ALL_FS_NAMES,Yes,AUTH_TYPE,generate_token,USER,Adam.Karran_EK,PASSWORD,********,_MERGE_SCHEMAS,YES<

UniversalReader -- readSchema resulted in 0 schema features being returned

Failed to obtain any schemas from reader 'ARCGISPORTALFEATURES' 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

 


1 reply

Badge +8

Hi @enrakarr,

 

The screenshots that you have attached and the error log does not match, thus causing a little confusion.

 

I will focus mainly on the Error Log
as user 'Adam.Karran_EK'. Check your credentials and try again. The error code from the server was '499' and the message was: 'Token Required ' 

Can you confirm what Authentication is set on your ArcGIS Portal i.e. Basic, Kerberos, NTLM or Digest?

 

Can you connect to the ArcGIS Portal from the Web browser? 

Does your ArcGIS Portal use SSL authentication? If yes, that method is currently only supported in FME Desktop 2020 (which is still in beta) 

Looking at the above screenshots it appears that you were able to Authenticate the One Drive connection, the issue is related to writing the features to ArcGIS Portal. 

 

Reply