|
POST
|
I have very limited experience with IIS, our current web adaptor was set up by using the tutorial for Securing web services with Integrated Windows Authentication. How should I configure the second IIS for external users? Do we have to install that web Adaptor in our Perimeter network (DMZ)? or would it be possible to install it on our internal network and use our existing reverse proxy?
... View more
08-28-2015
07:09 AM
|
0
|
8
|
2435
|
|
POST
|
Our ArcGIS Server is mainly for internal use, a single server deployment in our internal network. We have an IIS Web Adaptor and have set up Integrated Windows Authentication. Most of our services are not secured an available to all users inside our network, and some are secured and available to specific users with "single sign on" achieved by the Integrated Windows Authentication. Recently our IT department set up a reverse proxy that made it possible for external users to connect to services in one specific folder. The services in that folder is not secured. We wanted to use some services in ArcGIS Online which is possible through the reverse proxy. So far so good. Now I'm asked if we can provide secured services to external users through this reverse proxy. I can't figure out how to accomplish that with our current configuration. Any ideas?? I think that when we set up the reverse proxy we had to go pass the Web Adaptor and go straight to ArcGIS Server... Is it possible to some how combine Integrated Windows Authentication for internal users and still provide some secured services (and non secured services) to external users? We have ArcGIS Server 10.22 installed, but could upgrade to the latest version if that will help...
... View more
08-28-2015
06:49 AM
|
1
|
10
|
5455
|
|
POST
|
Have you been able to download and use your own custom PopUpRendererSkin.mxml? Otherwise you can take a look at one of the following threads: How can I increase the size of a popup window in the Flex viewer 3.6 PopUp 3.0 1. Switch the right och left properties of fieldLabel och fieldValue in this part of the code (in PopUpRendererSkin.mxml): for each (var fieldInfo:PopUpFieldInfo in popUpInfo.popUpFieldInfos) { if (fieldInfo.visible) { var fieldLabel:Label = new Label(); fieldLabel.text = fieldInfo.label || fieldInfo.fieldName; fieldLabel.left = 0; fieldLabel.right = "col1:0"; fieldLabel.top = "row" + rowID + ":" + (rowID == 1 ? 5 : 15); keyValueGroup.addElement(fieldLabel); var fieldValue:RichEditableText; htmlText = formattedAttributes[fieldInfo.fieldName]; if (htmlText) { fieldValue = new RichEditableText(); fieldValue.textFlow = LinkUtil.createLinkTextFlow(htmlText, textLayoutConfiguration); fieldValue.editable = false; fieldValue.left = "col2:5"; fieldValue.right = 0; fieldValue.top = fieldLabel.top; keyValueGroup.addElement(fieldValue); } rowID++; } } Then you might want to edit the width and maxwidth values here: <!--- @private --> <s:Group id="keyValueGroup" width="100%"> <s:layout> <!--- @private --> <s:ConstraintLayout id="keyValueGroupLayout"> <s:constraintColumns> <!--- @private --> <s:ConstraintColumn id="col1" maxWidth="100"/> <!--- @private --> <s:ConstraintColumn id="col2" width="100%"/> </s:constraintColumns> </s:ConstraintLayout> </s:layout> </s:Group> 2. Haven't look in to this but it's somewhere in the keyValueGroup you need to add your borders somehow...
... View more
08-28-2015
03:13 AM
|
0
|
0
|
573
|
|
POST
|
We've decided to use the AGOL-version for now, so I'm stuck with the default multi source placeholder text. I hope this will be configurable in the next version, seems like a pretty basic thing. I guess the same goes for the search result graphic? that it isn't configurable in the AGOL version? Can someone confirm this and I'll mark this thread answered.
... View more
08-17-2015
12:05 AM
|
1
|
1
|
1681
|
|
POST
|
The screenshot shows how to set the placeholder text for the Calhoun geocoder, and you can do the same for Esri world geocoder, but when the application starts it's set to use both geocoders (all sources) and that placeholder text will be "Find address or place". (which does make sens in this case but not in the example I used in my first post). I hope that makes it clearer what I want to do.
... View more
08-13-2015
11:12 PM
|
0
|
3
|
1681
|
|
POST
|
I like the new search widget and the possibility to configure different sources. But there's some configurations I can't find, I don't know if I'm missing something or if it's just not possible (when using AGOL and not the developer version)... If I remember correctly you could configure the search result, the graphics and the pop ups in the previous version. Now I can't find where to do that. And another thing is that you can specify a placeholder text for each source (Layer/geocoder), but I can't find how to change the default placeholder text that shows when you search all the layer. I'm stuck with "Find address or place". Just an example: I set up my search to three different feature layers, restaurants, hotels and cafes. I can specify the placeholder text for each one of them if the user choose to click the arrow and pick just one it's fine, but by default when searching all the layers the placeholder text will be "Find address or place" which really doesn't make any sense.
... View more
08-13-2015
03:07 AM
|
0
|
6
|
4440
|
|
POST
|
Does your query result contains different geometry types (points/polylines/polygons)? Oracle supports tables/views/querys with different types, but ArcGIS does not, and will only include rows with one of the geometries. ArcGIS also need a unique identifier field, but can create one of it's own of several fields that together is a unique identifier. When you pasted your query, check "Show advanced options" och click next. Check the field or fields for the unique identifier. And make sure those fields don't contain any null values.
... View more
08-02-2015
11:34 PM
|
0
|
0
|
2915
|
|
POST
|
You can probably do that with FME, but you can also do that easy with ArcMap (version 10.0 and higher). Have you used Query layers? you can use your queries and and them as a layer in ArcMap and then you can export them to shapefile or FGDB as usual by right clicking the layer and choose Data -> Export data... Read this about creating Query layers: ArcGIS Help (10.2, 10.2.1, and 10.2.2) You're gonna need a 32-bit oracle client installed to be able to connect to oracle from ArcMap which is 32-bit. This was an issue for me at first when I only had a 64-bit oracle client installed. I can also recommend the GeoRaptor extension to Oracle SQL Developer when working with spatial data. With GeoRaptor you can import and export shapefiles from Oracle SQL Developer. Spatial Viewer for Oracle SQL Developer download | SourceForge.net
... View more
07-31-2015
01:24 AM
|
1
|
2
|
2915
|
|
POST
|
Sounds like a cross-domain problem, are you sure you're running the application from your webbserver? The error messages says file:///C:/Users/ehernanr/Desktop/2015_AP_CHQ/Compilado/valpo/AP_VALPO.swf cannot load data from .../MapServer/1?f=json Have you made sure your crossdomain.xml is in place and configured correctly on the server http://gisred.chilquinta.cl:5555/
... View more
06-16-2015
02:52 AM
|
0
|
2
|
2191
|
|
POST
|
There was no printTask in version 10.0, it was introduced in 10.1. That's why there no documentation for 10.0. You need to use a printTask from another ArcGIS Server that is 10.1 or greater, or upgrade your own ArcGIS Server.
... View more
06-11-2015
11:37 PM
|
1
|
0
|
1615
|
|
POST
|
Thanks for your reply, unfortunately that didn't work. And the blogpost you mentioned is above my python skills, it didn't help me solve the problem either.
... View more
05-08-2015
07:33 AM
|
0
|
0
|
1220
|
|
POST
|
Not really, if you can't use the existing map service and have to setup up your own ArcGIS Server, I recommend to get some vector data (or raster) and create your own cached map service. It is possible to copy caches (pull all the .jpg-files and folders and some config-files) but you have to set up a map service with a tiling scheme that match the copied cache. I'm not sure if you can do this from a server that you don't have full access to.
... View more
05-04-2015
11:28 PM
|
0
|
0
|
1310
|
|
POST
|
Hi! Your question/problem is actually not related to ArcGIS for Flex, it's about an ArcGIS Server cached map service. This topographic map is (probably) served from an ArcGIS Server and in this case used in a web application based on ArcGIS Viewer for flex, but it can also be used in other web applications built with other technology. The URL to that .jpg image I guess would look something like http://servername/arcgis/rest/services/foldername/servicename/MapServer/tile/6/177/143/filename.jpg if you remove "tile" and everything after it (like http://servername/arcgis/rest/services/foldername/servicename/MapServer/) you can view that service in the "ArcGIS REST Servcie directory" if the service provider hasn't disabled this. The service is used to provide a map service as cached tiles, not to provide vector data, you might be able to extract some vector data from the service by making different queries if this is allowed, but it would require some knowledge about ArcGIS Server and how to handle the JSON-responses. The map service I guess you could say is .jpg raster, but they are likely created from other vector data sources but this vector data sources is not accessible through the service.
... View more
04-28-2015
12:03 AM
|
3
|
2
|
1310
|
|
POST
|
The new search widget sounds great! Exactly what I'm missing in the current version of WAB. I assume it will be possible to disable the default geodcoder? Will it be possible to configure the widget to search layers that are not added to the current web map? I would really like to be able to do this (or to be able to hide those layers completely to the end user from the layerlist, legend and other widgets).
... View more
04-16-2015
03:03 AM
|
1
|
1
|
1287
|
|
POST
|
Hi! I'm working on a custom widget that deals with WMS-services among other things. I want the legendURL for all layers in a WMS-service, and when I'm debugging my application I can see that there is a legendURL property in the class WMSLayerInfo (in the WMSLayer.layerInfos array). But the API reference doesn't mention anything about it, the only properties is abstract, extent, name, subLayers and title. The variable view shows these properties as green circles and the legendURL as a yellow diamond as the image below shows. When trying to get the value from legendURL with WMSLayerInfo.legendURL in my code I'm getting the error 1178: Attempted access of inaccessible property legendURL through a reference with static type com.esri.ags.layers.supportClasses:WMSLayerInfo. Is there anyway I can get that legendURL value? or do I have to make my own call to the GetCapabilities XML for the service and extract the legend URLs from there? //Mattias
... View more
04-09-2015
05:18 AM
|
0
|
0
|
3201
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-29-2025 02:59 AM | |
| 1 | 01-13-2025 02:57 AM | |
| 2 | 04-14-2025 04:49 AM | |
| 2 | 09-18-2025 05:51 AM | |
| 1 | 08-28-2025 12:21 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-23-2026
05:14 AM
|