ArcGIS-Server is software "to create, manage, and distribute GIS services over the Web to support desktop, mobile and Web mapping applications."
2
votes
0answers
97 views
ArcGIS Server - E-Tags
From an ArcGIS Server (9.3.x or 10.x) instance, can anyone confirm if REST HTTP response headers are modified when the data within a layer is updated?
For example, if I query a layer at time x and ...
0
votes
2answers
254 views
Why would programmatically setting the extent of a map on Page_PreRender be really slow?
We are using the ArcGIS 10 web adf with C# in a web application. We just recently upgraded everything from 9.3 to 10 and moved all the hosted stuff over to a new (more powerful) server. Still on the ...
1
vote
0answers
268 views
Intersecting with Geodatabase.ISpatialFilter - no results
I'm trying to intersect two layers and get resulting features with the following code I've written:
ESRI.ArcGIS.Geodatabase.ISpatialFilter spatialFilter = new ...
5
votes
5answers
803 views
What kind of hardware configuration is needed for fast map services?
I have been trying to figure out the best way to have fast map services. So far i have done lot of changes on the process side like scale rendering, analysis, projections, SDE data layer indexing, ...
7
votes
2answers
948 views
ArcGIS Server 10 - Feature Editing Services - Best Practices
What are some best practices for editing Multi-versioned sde data through a feature service? What should I be looking into?
EDIT: seeing that when publishing a feature service the service is ...
4
votes
1answer
1k views
ArcGIS 10 Rest services regulary stop working
I have a problem with a new installation of ArcGIS Server.
The installation is ArcGIS 10 on Windows Server 2008r2 with IIS 7.
I have followed this guide to configure the IIS ArcGISServicesAppPool: ...
1
vote
0answers
226 views
T-SQL with SDE and Web Map ArcGIS Server 10 MSSQL 2008
I need to build a system whereby the user of a web map (the standard web map that ArcGIS Server Manager builds) can edit a feature class's attributes. The attribute will be a 'Comments' field. The ...
8
votes
3answers
2k views
Example of a Dynamic Map Service that frequently changes?
A requirement of our web application is to automatically refresh a particular dynamic map service on a timer.
Requirement relates to a client who has a dynamic MS that consistently gets updates ...
7
votes
2answers
993 views
What needs to be done to ArcGIS Server if the server machine/host name is changed?
We have a Windows Server 2008 where ArcGIS Server 10 was installed. Not much has been done with the machine yet, but the name of the machine had to be changed after the ArcGIS installation. The old ...
7
votes
1answer
508 views
How can I tell what licensing level my ESRI GIS server is from client tools?
From client tools, like ArcCatalog, is there a way to know if the GIS server I am connecting to is running under a workgroup or enterprise license? Also, is it possible to tell if the edition is ...
3
votes
2answers
461 views
How to use the ISpatialFilter interface with ArcGIS 10.1?
From what I've heard till now:
1) ArcGIS from version 10.1 and forth will only support http connections: local connections will not be supported any longer.
2) The code
ESRI.ArcGIS.Carto.IMapServer ...
2
votes
0answers
384 views
Intersection problem: too many elements?
I have this code where an IGeometry shape (4-5 circles not filled) should be intersected with another layer's features
// Convert from IGeometry to ADF Geometry Polygon
...
5
votes
2answers
197 views
What is a good method for serving many static map layers through ArcGIS Server 10?
I'm writing a Silverlight app that consumes some map services from ArcGIS Server 10.0 SP2 and I have about 15 layers of historical imagery I would like to give the user access to. This imagery ...
0
votes
1answer
302 views
Intersection failing because of vertices of polygons
I've written some code to intersect features of one layer with another's, but one layer has polygons (the squares in the image) and the other has circles (not filled).
The problem is that I'm using ...
0
votes
1answer
209 views
Cache on demand feature for cached map services
I have a cached map service that I am using in a Silverlight based application. For this cached service, I have cached a core area and checked the option for On Demand Cache. I find that the areas ...
1
vote
2answers
419 views
How can I add users to the agsadmin and agsusers groups (ArcServer)?
I have a problem with adding users to the agsadmin and agsusers groups in ArcServer.
How can I do the step?
I've tried but I can't find it:
...
6
votes
2answers
555 views
how to identify more than 500 features?
I am new to arcgis. and use Arcgis 10
I have done the closest facility analyst.
And there are many routes laying on my network.
I want to know how many routes use the road section(one feature in ...
2
votes
0answers
106 views
Accessing Network Link layers through Google Earth API
When creating a Network Link, in ArcGIS Manager, I am able to add multiple layers to the KMZ. Is there a way to access each of the layers separately using the Google Earth Plugin API?
2
votes
1answer
157 views
How to display IGeometry?
I've done an intersection with the ITopologicalOperator6 interface, and I now have an IGeometry with the result.
How to draw this in a graphics layer on the map? I want to see what was intersected ...
2
votes
1answer
152 views
Dynamic ArcServer Layer
I have the following setup:
ArcGIS Server + ArcSDE on top of Oracle RAC.
I created a view merging some data that is in Oracle and ArcSDE. In ArcMap it all works just fine. Whenever a new location is ...
3
votes
1answer
334 views
ITopologicalOperator.Intersect, how does this work?
I'm trying to intersect all features of a layer with another's but I'm getting the web ADF application stuck while executing the "ConstructUnion" function
Here's the code I've written so far
// ...
8
votes
5answers
583 views
Migrating ArcGIS Server 10.02 to a new server
Our server that runs ArcGIS Server had major issues this morning, sending us into a panic to get it installed on a new server (as was in our plans in the coming weeks). Now that we are ready to move ...
4
votes
1answer
145 views
Why does a cache service need to load first when a dynamic service is involved?
I notice if you have 2 services 1 cached and 1 dynamic you have to load the cache first for it to display.
Does anyone know why?
8
votes
5answers
3k views
How to convert ArcGIS Server JSON to GeoJSON?
I'm creating a web map using Leaflet, and I want to be able to grab feature layers from our ArcServer. I have successfully been able to retrieve a feature class as JSON, but Esri's JSON objects don't ...
1
vote
1answer
616 views
ArcGIS Server 10 and SQL Server 2008 R2 permissions and feature services
I have ArcGIS Server 10 with SP1 and SP2 on windows server 2008 and ArcSDE (from an edn liscense) installed on top of MS SQL Server 2008.
When I make a spatial db connection in ArcCatalog (direct ...
1
vote
0answers
125 views
ArcGIS Mobile projects access from Field device
I am trying to figure out how to allow field users to connect to ArcGIS Server based mobile services within an enterprise environment. As part of this, I am asking network security to allow this ...
7
votes
4answers
862 views
ArcGIS Server 10 Rest Admin login
I am trying to login to the http://myserver/arcgis/rest/admin page and when I log in with credentials I get no error message but I am returned to the same login page. If I put in bad credentials I ...
2
votes
0answers
406 views
Intersect two layers and get resulting features
I have X layers on a map and I need to intersect chosen layers (two per time) and color resulting features.
I'm trying to get this code working
// get first feature (index 0)
...
4
votes
0answers
349 views
ArcGIS - find layer ID and name from a Identify query
I need to retrieve the layer ID of every layer returned by the IQueryFunctionality.Identify function (I am using ADF with .NET)
Identify function spits out a DataTable array for layers which have ...
3
votes
1answer
179 views
ArcGIS Server 10 Manager remote viewing is seemingly broken
When remoting into a server, then launching ArcGIS Server Manager...I can not use any of the buttons or even view the entire web page. I encountered this at 9.3.1 and would just launch the desktop ...
3
votes
1answer
325 views
Identify with Layer Toggling
I have spent some time reading the numerous threads about setting the identify task to work with layer toggling and I seem to have it working properly except for one small issue. The identify task ...
0
votes
1answer
304 views
arcgis server 10, vb.net, IMathOp problem
i am using arcgis server 10 and visual studio with vb.net to build web mapping application. inside my code i have the following line:
Dim RasterCal As ESRI.ArcGIS.SpatialAnalyst.IMathOp = _
New ...
4
votes
1answer
191 views
Create a esri layer file through web map
Is there some way to create a layer file through web mapping application. If I expose data through a map service is there a way to create a .lyr file?
2
votes
1answer
255 views
arcgis server 10, vb.net add reference problems
i am using 'arcgis server 10' and 'visual web developer 2010 express'. now, i opened a 'web mapping application' then wanted to 'add a reference' to 'esri arcmap object library 10.0' it says:
A ...
1
vote
0answers
195 views
arcgis server 10, vb.net, adding dynamic data
i am using arcgis server 10, with visual web developer 2010 express edition. i downloaded "ArcGIS_AddDynamicData_VBNet\Default_ADF.aspx" project form ArcGIS Add dynamic data for ArcGIS Server 10. ...
2
votes
1answer
142 views
0
votes
0answers
149 views
KMZ Quality: Desktop vs Plugin
Is there a reason why the quality of KMZ images, when added to a website using the Google Earth Plugin, drop in quality (it appears blurry) compared to when the same KMZ is seen through Google Earth ...
2
votes
3answers
154 views
ArcGIS Server -> Internet Service works well, Local Service fails
I have a web ADF application which connects to a map service (either via WMS or Internet Service using http). I'd like to use DCOM connections (faster as the documentation states), so I would like to ...
0
votes
2answers
319 views
arcGIS ADF - map disappear when I add graphic layers
I'm trying to add a graphic layer in a web ADF application with arcGIS for asp.net, but every time I add a graphic layer to the MapResourceManager, the map disappears!
To better understand this: ...
2
votes
2answers
337 views
Improving Map service performance
I have a map service that has more than 60 data layers. For faster performance, I have separated the data with daily updates as a dynamic service. I still have a map service that base data (50+ ...
2
votes
1answer
406 views
Adding an ILayer to IMap in Arcgis Server 10
I wanted to add ILayer to IMap, i think it has been added but problem is that it does not display it on the website.
I am running arcgis server 10, using visual web developer 2010 express edition ...
1
vote
0answers
142 views
arcgis server 10, vb.net, non pooled service, web adf
i am running arcgis server 10. i created a A.MXD file, then started arcgis server and successfully added non-pooled service using A.MXD. i also installed visual web developer 2010 express and created ...
2
votes
0answers
156 views
Having download/latency issues with ESRI JS-API recently? [closed]
Is anyone using the ESRI JS-API having issues over the last week or two with either latency or performance in the client download and operation? Since about 7/12/2011 we have seen across numerous ISPs ...
2
votes
1answer
428 views
arcgis server 10, .net web api samples
i am running arcgis server 10, installed visual web developer express 2010 edition, now wanted to run samples from arcgis.com for .net web api, for example the following one
...
3
votes
6answers
319 views
Drive Times issue with Rendering Graphics
I am trying to consume the Esri Drive times geoprocessing service within a Flex application, based around the v2.2 Flex API.
I have seen the sample on how to do this.
- However, mine is a bit more ...
1
vote
1answer
247 views
Changing display properties of a layer using ArcGIS Server REST API Export Map function
I have a quick question I hope someone can help with.
Using the ArcGIS Server (10) REST API's Export Map function can I specify the boundary type, colour, fill colour and other properties in the ...
8
votes
2answers
909 views
MXD vs MSD - Benchmarks?
Has anyone seen any publically available benchmarks of MSDs vs MXDs?
If we ignore the fact that as part of the MSD publishing process, we run it through some validators with the map service ...
3
votes
2answers
427 views
How to apply a new renderer in ArcGIS?
I try to create a new renderer for a geo feature layer in ArcGIS 10. (My project is an asp.net based webservice)
There is one solution I got from a tutorial that works, but only for a ISimpleRenderer
...
0
votes
1answer
119 views
Securing AGS output, cache, and jobs folders
ArcGIS Server (for .NET) generates images, etc. in arcgisoutput, arcgiscache, and arcgisjobs folders. Can the AGS security system (specifically, token-based) be used to secure these folders in the ...
6
votes
1answer
2k views
Struggling with ArcGIS REST API and tokens
I'm doing my best to secure my AGS (9.3.1) services, but have struggled with tokens. As you can see, my nw account belongs to the agsadmin and agsusers roles:
I have assigned these same roles to my ...