POST
|
It's been a while since this post was created and I'm surprised no one has commented or ESRI hasn't said anything. the only thing they've said is ArcMap 10.8.1 will be the last version. From my perspective, Azure AD auth should be a high priority addition to their products aside from their Enteprise and AGO offerings where they've already added.
... View more
10-30-2020
09:57 AM
|
0
|
0
|
78
|
POST
|
I've recently installed GIS Server 10.7.1 within a corporate network which has limited access to the internet (an internal forward proxy can be used for application-level configuration). I've seen and followed the documentation at https://enterprise.arcgis.com/en/server/latest/deploy/windows/using-a-forward-proxy-server-with-arcgis-server.htm. The only thing we cannot do, due to corporate policy, is configure OS Lan/proxy settings. But the ESRI documentation doesn't mention that configuring OS proxy is required, which leads me to believe the built-in proxy settings (under arcgis/admin) should work by itself. However, after setting this configuration to our forward proxy, GIS server doesn't appear to use these settings (e.g. with custom Print service retrieving basemap). I've confirmed with our Proxy/network team that no traffic comes through. However, I can successfully make a web request (powershell "wget") using the internal proxy from that same server. Does anyone have a fix? Or has anyone else encountered this same issue? Any help appreciated. P.S. Server logs in manager reveal the following message, for example: A connection with the server could not be established (WinINet Error while using HTTPS security, 12029), URL = http://services.arcgisonline.com/ArcGIS/rest/services/World_Terrain_Base/MapServer?f=json
... View more
07-22-2019
01:07 PM
|
0
|
0
|
146
|
POST
|
Does anyone know what is the best way to debug traffic for Explorer for ArcGIS on iOS devices? I've tried connecting to a mac machine with xcode to extract error logs, but not enough help. Then I tried using a windows machine with fiddler as a proxy to detect traffic, but since nothing was recorded, I'm assuming the Explorer app on iOS uses some other protocol/port? The generic error I'm trying to debug when trying to load on-prem services is "too many http redirects" errors. Any help is greatly appreciated. #@explorer for arcgis
... View more
07-12-2019
08:08 AM
|
0
|
2
|
120
|
POST
|
Nice discussion guys. And yes, these things are annoying! Two things: First related to Ryan's reply, you could probably follow the help section for ASP.NET which if you follow his link will be right below the Java link in the table of contents. The link is ArcGIS Help (10.2, 10.2.1, and 10.2.2) . Second, if you'd like to continue with what you have (existing sqlmembership store) you could change the applicationName you're currently using in the database (which by default I believe is "/") to "esriags", but, as long as this doesn't break or interfere with anything else you or your team has built. Then you could change the "applicationName" attribute in your web.config file which would then allow you to map all of your users/roles. Hope this helps. Thanks for the feedback folks.
... View more
10-30-2014
03:23 PM
|
0
|
1
|
22
|
POST
|
Hello Ryan and Ruchira, Didn't know that the new "geonet"/esri forums auto-email you on an update to an old thread! Nice feature. I would've responded sooner to Ryan's questions but I haven't returned back to this problem since my last post here. So, unfortunately, I never found a solution to this. We ended up using ArcGIS built-in users/roles but I've used a proxy with a generic arcgis user account that has privileges to the needed services. I imagine that a custom dll/MembershipProvider can be created which could be based off of the SqlMembershipProvider which would allow you to change the "applicationName" attribute (and any others), but for whatever reason, esri hard-coded it. If you care to find a solution, I would recommend investigating the above suggestion (creating custom provider). I'm still using server 10.1 sp1 so I don't know if this has changed in any newer releases, but I'll find out later. Plus, the ASP.NET folk have released newer/enhanced membership providers in the past couple of years that should be better (bing or google for asp.net Identity provider). If you do find a solution, I'd ask for you to post here (if you don't mind). Thanks guys.
... View more
10-30-2014
02:30 PM
|
0
|
4
|
22
|
POST
|
So, I needed to come back to this issue as setting IdentityManager to false was not that great of a solution. I found that a simple edit in TOC.as would allow the honoring of the proxy on services which were accessed by id/layer-index (e.g. http://site.com/arcgis/rest/MyService/Mapserver/12 ). We are using the TOC Group Widget for Flex Viewer 3.1 (which I believe is widget version 3.1.5 according to "VERSION" const in TOCGroupWidget.mxml) and in this file near (or at) line 618, I needed to change this, var arc:ArcGISDynamicMapServiceLayer = new ArcGISDynamicMapServiceLayer(msName.substring(0,msName.lastIndexOf("/"))); to this, var arc:ArcGISDynamicMapServiceLayer = new ArcGISDynamicMapServiceLayer(msName.substring(0,msName.lastIndexOf("/")),FeatureLayer(layer).proxyURL); where I include a new parameter (second parameter) in the "new" ArcGISDynamicMapServiceLayer declaration. So far this has worked. Hopefully this will help out anyone who has the same problem.
... View more
03-07-2014
08:00 AM
|
0
|
0
|
16
|
POST
|
Thanks for the feedback Mr. Bjorn. Do you know if there is anyway I can address this in 3.3? We haven't made the jump yet to 3.5 and probably won't do so for another 6 months. We're kind of limited due to client agreements. Thanks again. Jerry
... View more
11-27-2013
02:59 AM
|
0
|
0
|
9
|
POST
|
Quick update: I managed to modify the "EditWidget.mxml" to remove selection color. What happens is the default yellow color disappears, but the black outline remains. Don't know if this is something I will have to change as well, but any help is greatly appreciated.
... View more
11-26-2013
08:27 AM
|
0
|
0
|
9
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|