Help me Please! ArcMap can't open WMS from arcgis server

3734
10
09-04-2016 03:53 AM
supermanbatman
New Contributor II

i'm a gis beginner. i create wms service. and i set user & role to accessible. (user1)

when i open wms in arc map it's error "authentication token required"

error authen

i try read help document. use token

http://localhost:6080/arcgis/services/test_mapservice/MyMapService1/MapServer/WMSServer?token= 6o3bne5bR72Rix3emqUZm7jw8B9g4x4wzYXglgdsn4HzEUGtYOISvHib3ZpzBKgThtKtl_ormeoSU9VBfHM8QK-rNlR5BHSz2xTjdLUpKKETA2YN6ooP6rZW94fFT0CgIyiDG3e5CnFqzLfsxoMX-wWH0jm4VctU6M7XbKX9gmU.

but it's still error (can't access  wms) how to remove token authentication.

Is it possible to turn off the token. To use user:password account only

thank you, everyone

Tags (2)
0 Kudos
10 Replies
DanPatterson_Retired
MVP Emeritus

You said you read this Connecting to GIS servers—Help | ArcGIS for Desktop and it didn't work?

0 Kudos
RebeccaStrauch__GISP
MVP Emeritus

Dan, I think that parameter/option was added in version 10.4, according to the help.  Based on the poster's image, they are using an earlier version.

DanPatterson_Retired
MVP Emeritus

That might explaine the differerence ... I wonder if there is a workaround in their help

supermanbatman
New Contributor II

thank you all for try help me, i use arcgis server 10.3 & arcmap 10.3.

if i unlock security setting in arcgisserver.  everyone can access service.

unlock

access ok

but i want geotransport group can access wms only. how to fix it. sorry my english is not good.

thank you agian

0 Kudos
DanPatterson_Retired
MVP Emeritus

what about private, only to selected users... seems to be the only option for the version of software you are using

0 Kudos
supermanbatman
New Contributor II

if i choose private and select geotransport group. arcmap can't open wms "

 it's error "authentication token required" As Top image

0 Kudos
by Anonymous User
Not applicable

I have received below error


0 Kudos
VHolubec
Esri Regular Contributor

This seems to be a know limit described in bug: Bug NIM089583.

Vladimir
RandallWilliams
Esri Regular Contributor

You can get a token from the GIS Server and append it to the end of your WMS URL, and not pass username/password. The issue is related to how ArcMap expects to access OGC - there's no provision in the OGC spec for Esri tokens, but there is for basic/digest auth (web tier authentication).