ArcGIS-Server is software "to create, manage, and distribute GIS services over the Web to support desktop, mobile and Web mapping applications."
17
votes
9answers
4k views
How can I implement ESRI REST API?
ESRI announced that they are releasing the ArcGIS REST API as open technology. I've got an ISP running Sql Server 2008 with IIS7.
Does anyone know of a good walk through showing how I can write C# ...
17
votes
5answers
1k views
ArcGIS REST vs. SOAP API
When is it appropriate to use the ArcGIS Server REST API vs. the SOAP API and vice-versa? What do you see as the advantages of one over the other?
For example, the SOAP service can be consumed as a ...
15
votes
4answers
5k views
ArcSDE 10.1 no longer needed?
Through my frustration of not finding the post-installation wizard with ArcSDE 10.1 and being unsuccessful with the command line tool to start an SDE service on our SDE databases, I found I was able ...
14
votes
6answers
2k views
How do I get started with GIS Servers on Amazon EC2?
Are there any tutorials, talks or presentations that discuss the use of EC2 or other cloud computing services to host GIS Servers? Has anyone had any experience in doing it with Amazon's EC2? How hard ...
12
votes
6answers
5k views
How does Google Earth Enterprise compare to ArcGIS server and GeoServer?
I'm working on a web app that includes mapping capabilities (currently just markers and KML overlays on an embedded Google Map). We're starting to outgrow the limitations of Google's free stuff, and ...
12
votes
3answers
2k views
How to speed-up Dynamic Map services?
I am working on a ESRI Flex based application that will display data from a Dynamic Map Service. It need to be Dynamic, since the end user should have the option to turn on & off layers. This is ...
12
votes
7answers
959 views
ArcGIS server on Amazon EC2 vs buying your own machine. Pro's and Con's
What are the pros and cons using this virtual machine compared to buying your own?
12
votes
4answers
3k views
No way to De-authorise ArcGIS Server? How to get license back?
At v10 of ArcGIS Server, from what I understand of the new license model, it is not possible to de-authorise ArcGIS Server (like you can with Desktop)
Clients have visibility over their licences with ...
11
votes
1answer
545 views
How do I identify and gracefully kill hung Gp service processes?
I've published a gp tool as an asynchronous non-pooled gp service.
When the gp tool hangs I would like to allow the user to kill it, without impacting other services. If I put a webservice on the ...
10
votes
1answer
196 views
Steps for creating an online webmap with editable features using ArcGIS Server/SDE and SQL Server?
EDIT/UPDATE: I'm adding a bounty to this in hopes of obtaining a step-by-step guide to creating an online map with feature editing using the ArcGIS Flex API, SQL Server Express and ArcGIS Server 10.1. ...
9
votes
3answers
1k views
How to publish many MXD files in ArcGIS Server 10.1 automatically?
How to publish many mxd files in ArcGIS Server 10.1 automatically?
I have about 60 mxd files and I want to publish them automatically.
Is there any way to do this?
9
votes
2answers
775 views
What is the proper way to backup an ESRI File Geodatabase that is published to ArcGIS Server?
I have an ESRI file geodatabase (v10) that is published to an arcgis server map service. When the service is running, the fGDB is locked. Do I need to stop the service to get a clean backup? Or, is ...
9
votes
1answer
776 views
Performing health checks on ArcGIS Server?
ArcGIS Server setup in an enterprise environment:
i.e. Multiple SOCs, perhaps a fail-over setup, separate web server, SDE/DBMS on separate machine, etc.
Without going into the specifics on ...
9
votes
1answer
603 views
Can ArcGIS Server WMS display a graphicslayer?
I have tried to display a graphics layer with the WMS functionality of ArcGIS Server, but I cannot see the graphics in the image of the getmap response.
I have done is manually by publishing a ...
9
votes
0answers
139 views
What kind of grid spatial index does arcgis use?
My first master's research topic was about spatial indexes. I learned about R-Trees and R+-tree, R*-trees and other various but very similar topics. This may not be published information, but what ...
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 ...
8
votes
5answers
1k views
Will there be a Python API for ArcGIS Server?
It seems like an obvious next step given the big push towards Python in ArcGIS Desktop at 10.0. Are there any limitations of Python compared to javascript, flex, etc that would prevent ESRI from ...
8
votes
5answers
579 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 ...
8
votes
4answers
969 views
ArcGIS Server - HeatMap for to identify hotspots on a cached service
ArcGIS Server lets you create cached map services.
These can be consumed by various applications (ArcGIS Desktop, web apps, etc)
I would like to get an idea on which areas of my cache are getting hit ...
8
votes
3answers
294 views
How many layers should be in a MapService - what are the tradeoffs?
When setting up MapServices for ArcGIS, I'm often given an mxd that has many layers in it and told to publish it.
Should I have more mapservices with fewer layers in each, or fewer mapservices with ...
8
votes
2answers
467 views
Why do I need ArcGIS Server just to host ArcObjects in a web service?
I get this question a lot from web developers, and would like to have a short concise answer for them ...
Why do I need ArcGIS Server just to host ArcObjects in a web service?
8
votes
1answer
995 views
How can I determine which service is associated with a particular ArcSOC.exe process and vice versa?
I've got a development arcgis server machine configured with multiple mapservices, gp services and SOE's. Sometimes an arcgissoc.exe process gets hung. There also seem to be too many SOC's running ...
8
votes
2answers
504 views
Lots of layers in one or multiple services? (and why)
I have a conundrum that I am getting mixed advice on how to go about. Therefore id like to put it to GIS-SE for some justified answers.
Scenario:
Client has a web mapping application. Does not ...
8
votes
2answers
899 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 ...
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
5answers
2k views
What are the differences between the various ArcGIS Server options?
This document makes me want to stab my eyes with a fork. Can someone provide a simple summary of the differences between Enterprise vs. Workgroup, and Basic vs. Standard vs. Workgroup? As a bonus, ...
7
votes
4answers
855 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 ...
7
votes
4answers
5k views
ArcGIS Server 10 - Licensing by Core
I know awhile back they changed the licensing model to license by the core.
So if you have one server license, and you want to install it on a four core server?
Do you need four licenses to be ...
7
votes
3answers
294 views
ArcSDE - use native geometry types for later migration away from SDE?
Background: We have a non-spatial reporting web application with a SQL Server backend. We would like to add a spatial component to this application: serve up some basemaps, serve up points and ...
7
votes
2answers
984 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
302 views
Will hundreds of attributes cause performance problems in an ArcGIS Server layer?
This relates to ArcGIS Server 10.0 SP1, with data served from a file geodatabase polygon featureclass.
1) For performance reasons, is it a bad idea to have a featureclass with hundreds of attributes?
...
7
votes
9answers
10k views
Is it possible to expose Google Maps as background map through ArcGIS server?
I am doing a (non commercial) project where the client doesn't have the budget for purchasing map data like that provided by TeleAtlas. They only need map data for a background map, and they'd like to ...
7
votes
1answer
782 views
Incorrect date displayed with Esri JavaScript API v.2.6
I am working on a site that is using version 2.6 of the Esri Javascript API. I have an info window that displays some date information, and the date is one day behind the date in the database. For ...
7
votes
2answers
931 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 ...
7
votes
3answers
129 views
CORS issue ArcGIS 10.1 IIS (Cross Origin Resource Sharing)
I have ArcGIS 10.1 installed with the web adapter for IIS. I've added a config file to the root of IIS7 to enable Cross Origin Resource Sharing (CORS) as per this page. I've pushed the cors enabled ...
7
votes
1answer
501 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 ...
7
votes
2answers
456 views
How “complex” should a JavaScript map become? When does a plugin make more sense?
Background:
A client is looking to upgrade an ancient ArcIMS site, which is quite complex. It has a table of contents, the ability to change symbology on-the-fly, print the map, use spatial ...
7
votes
2answers
161 views
How to become a GIS Mobile Developer?
I am mid level GIS Analyst\GPS Coordinator who would like to become a GIS mobile developer at some point. At my workplace we work in the ESRI Platform,ArcGIS Server etc
Being a GIS Analyst without any ...
7
votes
1answer
259 views
How to simulate moving vehicles?
I have a point layer (stored in SQL Server 2008) that is being served up by a map service in ArcGIS Server 10.1. I am consuming this service in a web client.
Lets say the points are boats out at ...
7
votes
2answers
1k views
Python Geoprocessing Service Script - how to use SetParameter
I have a script that needs to be published to ArcGIS Server as a geoprocessing service. This script computes a set of records in table form. I need to set an output parameter so that it returns the ...
7
votes
2answers
313 views
Is anyone indexing ArcGIS Server services on the web?
In looking at the REST API, it seems like it wouldn't be that hard to write a bot that crawls the web and indexes services (Map Services, GP Services etc.)
Is anyone already doing this?
Update1:
I ...
7
votes
6answers
965 views
How do I generate code from ESRI GPServer wsdl?
I'm trying to use svcutil to generate code from this GPServer wsdl.
So I run this command:
svcutil GPServer.wsdl
Which generates ESRI_Currents_World_GPServer.cs.
The code has comments saying the ...
7
votes
1answer
180 views
How can my client catch mapservice timeouts?
I've got a gp service that exports pdfs using connections to mapservices. I'd like to write to a log file when a request to a service times out. For WMS mapservices I see I can use IWmsClientEvents ...
6
votes
3answers
3k views
Programmatically start and stop map services with Python
Is it possible to programmatically stop and start ArcGIS Server map services using Python?
6
votes
5answers
776 views
Troubleshooting ArcObjects performance problems
We have developed a relatively complex geoprocessing routine using a C# / ArcObjects (COM) / ArcGIS Server 9.3.1 / ArcSDE 9.3.1 / Oracle 11g stack. Running the routine on a complete dataset takes ...
6
votes
2answers
549 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 ...
6
votes
3answers
104 views
How to mirror two geodatabases on the fly?
I'm new to arcgis and its applications.
We have the full suite of arcgis solutions (arcgis server, desktop, arcgis sde)
We have a requirement...
geodatabase (A & B)
A & B reside on 2 ...
6
votes
3answers
2k views
ArcObjects/ArcServer 10.1 - How to programatically publish a map service?
I am migrating some ArcObjects C# code to 10.1 and am having some trouble programatically publishing an MSD. We are using a multi-site configuration (not sure if that matters). Here is the code I am ...
6
votes
5answers
478 views
How can I fix broken links in an mxd with only an ArcGIS Server license?
I've been asked to fix a broken arcgis server site. I suspect the problem is that the paths in the mxd don't point correctly to the data files.
Without installing desktop is there some way to ...
6
votes
1answer
233 views
Does Arcpy work for Engine or Server the same as Desktop?
I am contemplating a project where there is not going to be access to ArcGIS Desktop and wondering if Engine and/or Server install ArcPy and Python? Is this possible? Does anyone have an example?

