Hi Tom,
I have also stucked in similar issue as you mentioned here , can you please help me in getting out of it.
I am using Arcgis 10.2 with web adaptor. I am using LDAP users and built-in roles. Also, set up the proxy page to use authentication from my flex page while accessing the services.
Unfortunately , i am getting this error message :
Working View layer failed to load: Fault info: Unable to get token service url from (http://sgj-srv-pub/arcgis/rest/info) Version 10.01+ required.
Please help
Regards,
Saurabh
I just worked thru solving the web adapter problem this thread has described and solved. However, I found this thread after I solved it and thus wasted a bunch of time. I was using the wrong search criteria. For other folks trying to locate this solution I'm adding the following error message that others might be searching on:Error: WEB_ADAPTOR Authentication, User Credential is not set by the web adaptor for this request, check if the web adaptor is securedCode: 403Let's hope the ESRI Forums search engine finds this post.D. Geasan
Here is what my IIS screen looks like: [ATTACH=CONFIG]15873[/ATTACH] Here is the IIS version on my server: [ATTACH=CONFIG]15874[/ATTACH]
I have followed your steps except for the following:I have the web adaptor installed on the same server as ArcGIS server. The documentation says this is okay.When I go IIS > Default Web Site > arcgis > Authentication > Windows Authentication, I enabled Windows Authentication but I don't have an option to select 'Providers'. Under 'Advanced Settings', the 'Enable Kernel-mode authentication' is checked.
import random random.seed() def listToString(_list,delimiter): try: return delimiter.join(_list) except: return delimiter.join(["%s" % el for el in _list]) def getRandChars(num): chars=["'","1","2","3","4","5","6","7","8","9","0","-","=","q","w","e","r","t","y","u","i","o","p","[","]","\\","a","s","d","f","g","h","j","k","l",";","'","z","x","c","v","b","n","m",",",".","/","~","!","@,#","$","%","^","&","*","(",")","_","+","Q","W","E","R","T","Y","U","I","O","P","{","}","|","A","S","D","F","G","H","J","K","L",":","\"","Z","X","C","V","B","N","M","<",">","?"] out_chars=[] i=1 while i<=num: indx=random.randint(0,len(chars)-1) out_chars.append(chars[indx]) i+=1 return out_chars print listToString(getRandChars(16),"")
And you have entered the shared key in both the web adaptor setup and the security dialog ..?
I have had some problem with this as well ...one solution u need to check is ..make sure the IIS arcgis virtual directory hasAuthentication+nt auth enabled+ anonymous disabledalso check out the providers once you have selected the windows authentication ... and select providers ..make sure the NTLM is first ...The rest service via IIS worked after I did this, but the non web adaptor port still doesn't for me ...plus I have a few issues .. trying to publish map services now ..hope this helps ...Coomsie 😛
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.