Skip to main content
Solved

How could I read map service by Fme

  • April 28, 2023
  • 3 replies
  • 67 views

gogopotter90
Contributor
Forum|alt.badge.img+14

Hello ,

i am using Esri feature service reader to read map service

but it does not work with me .

when I click on layer to show them ,it is written that token error ,499 error

i have admin user and keyword but it does not work to access .

could someone advice me ,how could I read map service from ArcGis server ?

Best answer by danminneyatsaf

Yes.i did it the correct user for admin and password but it does not work .

 

should I generate token in map services then use it later to log in ?

You could try using a EsriOnlineTokenGetter to grab a token using your credentials then using the token you received in a FeatureReader to read the Esri ArcGIS Server Feature Service.

image

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.

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1620 replies
  • May 1, 2023

under the reader parameters, have you set the username and password?


gogopotter90
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • 239 replies
  • May 1, 2023

under the reader parameters, have you set the username and password?

Yes.i did it the correct user for admin and password but it does not work .

 

should I generate token in map services then use it later to log in ?


danminneyatsaf
Safer
Forum|alt.badge.img+13
  • Safer
  • 485 replies
  • Best Answer
  • May 5, 2023

Yes.i did it the correct user for admin and password but it does not work .

 

should I generate token in map services then use it later to log in ?

You could try using a EsriOnlineTokenGetter to grab a token using your credentials then using the token you received in a FeatureReader to read the Esri ArcGIS Server Feature Service.

image