2
votes
1answer
57 views

How to parse ArcGIS output XML?

I have a use case in which I need to parse the XML generated by an ArcGIS server, then push that data to another API. The ArcGIS server sits behind the firewall at our customer's site and exposes a ...
1
vote
1answer
95 views

FeatureDataGrid and FeatureDataForm will not commit to database or input data

This is the second time that I have posted about this. In my previous question they told me I needed to enable the Feature Access capability. I did this and then it said I needed to have a Data Store ...
1
vote
1answer
61 views

Adding, Updating, and Deleting information from arcGIS Server

I am new to ESRI and GIS. I am starting to get into using client data. I have created maps and put them to the server using arcMap and arcGIS for Server. I need to know how easily I can access these ...
0
votes
0answers
63 views

Dojo Gantt Chart doesn’t work properly wqith ArcGIS API 3.3

I am using a Dojo Gantt Chart in ArcGIS javaScript API3.3. and it seems that it does not work properly with the API3.3 popup menu which appears when you hover over the task or project; it pops up too ...
3
votes
1answer
248 views

Why can't I access my ArcGIS Server externally?

I'm not sure what I'm doing wrong. I have Windows 2012 Server x64 with SQL Server 2012. I'm also using IIS 8 as a web server on the same machine. I've installed ArcGIS for Server 10.1 ...
1
vote
1answer
110 views

How do I change the ArcGIS Server Web Adaptor name?

If I decide I want to change the Web Adaptor name, is it as simple as going to the Web Adapter tab in the Server Manager and clicking unregister? And then would I just rerun the Web Adaptor install ...
2
votes
1answer
322 views

Where do I download the ArcGIS 10.1 SP1 Web Adaptor?

I've been looking all over the place and I can't find the download! Where do I find the ArcGIS Server Web Adaptor?
1
vote
2answers
164 views

How to create a routing application with ArcGIS Server?

I have the task to find out what is necessary to build a routing application using ArcGIS Server. I am not a GIS beginner, but have had no experience with ArcGIS Server. As this project is at the ...
1
vote
0answers
241 views

How to solve error 'coordinate exceeds the valid coordinate' in ArcGIS?

All of the layers in map document are in wgs84. I am getting an error message in the ArcGIS server log for one specific layer (see below). I ran the analyze tool from the Map Service Publishing option ...
2
votes
1answer
224 views

ESRI Licensing For ArcGIS server

I need a help on buying ArcGIS server 10 license(s) for production environment. We have two servers with below configuration a) Server 1 - 8 core, 24GB, 64-bit OS, Windows 2008 Server R2 Enterprise ...
0
votes
0answers
59 views

Why does publishing a Map Service from MXD turn Imagery Grey

When creating a map service from an MXD I'm running into an issue where my imagery is turning completely grey. I start with an MXD which has my mosaicked image and I publish it to a map service (no ...
3
votes
1answer
737 views

How many service instances is optimal?

What is the best number of instances? When I increase the number of instances the services will run faster?
1
vote
0answers
57 views

Page POST to web page to Print Map With GISServer 10.1

I am using ArcGISServer 10.1. I need pass in a lat/lng to a webPage as query parameter and print a map with a TiledMapServiceLayer, DynamicMapServiceLayer, and a 1 mile buffer graphic around the ...
4
votes
0answers
218 views

IFeatureClass.Search throws error “0x80041599 The number of points is less than required for feature”

I am creating a buffered geometry around a point feature in order to search for other nearby features. I use the TopologicalOperator to create my buffered geometry. I am attempting to search a feature ...
0
votes
1answer
71 views

How can I read the geospatial properties of ArcGIS web services using C#?

I need to display the Geospatial properties of ArcGIS web-services (like service name, service type, description, copyright, etc.) which are available in the "ArcGIS Services Directory", in my C# ...
2
votes
2answers
456 views

ESRI Geoprocessing Script : Runs Fine in Desktop - Crashes as Geoprocessing Service

I have a small and simple geoprocessing script that I am trying to expose as a geoprocessing service in ArcGIS Server 10 SP4. The script is below. Pardon the hard-coding... With the hard-coded ...
2
votes
2answers
442 views

ArcGIS Server simple link with SQL Server database

I am using ArcGIS Server 10 to create Rich Internet Application with embeded Maps. Basicaly, I created an Optimized Map Service on ArcGIS Server, from an MXD file (produced with Arc Map). I have ...
1
vote
1answer
172 views

Is there a way to serve features of mixed transparency levels from an arcgis server service?

I'm using a dynamic map service layer that is shown in a semi transparent way overlaid on a tiled map service. There are a few polygon layers in the dynamic map service layer that cover the whole ...
3
votes
1answer
406 views

Is Data Interoperability Extension for ArcGIS Server 10 required to extract data in .dgn format?

I am trying to create a Geoprocessing Task in my .mxd to in order to extract data to .SHP and .DGN formats which will be utilized in a data extraction tool for a web application. Right now, there is ...
0
votes
2answers
84 views

is there any relationship between drawing graphics and IIS overloading

I'm running gis web application built on silverlight but when many users connect to the system the IIS reaches the full memory so could the reason be from many users draw graphics at the same time ,if ...
2
votes
2answers
755 views

Token doesn't work when applied to map service - Silverlight

I am trying to implement a Silverlight Web Mapping application with ArcGIS server and I'm trying to use the Token authentication with active directory as the user/roles store. I have the service ...
7
votes
1answer
841 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 ...
1
vote
1answer
228 views

ArcGIS intergration with OpenText eDocs DM

I work for a municipality and all of our internal documents are stored in a Document Management system, OpenText eDocs DM. I would like that in my internal Mapping Application (ArcGIS Server / ...
7
votes
1answer
534 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
479 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 ...
0
votes
1answer
306 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 ...
2
votes
1answer
158 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
144 views

Geoprocessing service - empty memory after calling

I'm following this sample for ADF libraries ...
2
votes
3answers
155 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
326 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: ...
3
votes
3answers
2k views

Displaying HTML popups for feature service

This bit of information caught my eye today as I was reading about Feature Services in the ArcGIS Server .NET help: Feature services also support HTML pop-ups setup in ArcMap. HTML pop-ups are ...
3
votes
2answers
575 views

Silverlight Map with ESRI Imagery

I have a map service which is using data from a local repository, viewed using the ESRI Silverlight API. I am dynamically adding a tiled map service for imagery from ESRI. The map service can be ...
5
votes
1answer
240 views

Can GeoProcessor use credentials?

I've set up a web service that uses ESRI's REST API spec. This allows me to make requests using the (Silverlight)/WPF SDK. If I turn on windows authentication though, I get a 401 error when using ...
3
votes
1answer
491 views

Where is ESRI.ArcGIS.Client.Tasks.Utils.JSON documentation?

I'm using the WPF assemblies from the freely downloadable ESRI WPF/Silverlight 2.0 SDK. As I type in a "using" statement in visual studio, I can use intellisense to expand out into: using ...
2
votes
2answers
404 views

Edits in SDE not showing up in AGS GeoData Service

I've got an ArcGIS Server GeoData service against an SDE MSSql database. When changes are made to the source data, the edits don't appear to show up in the GeoData service. If I restart the ...
0
votes
1answer
673 views

Layer intersection

I'm trying to implement an intersection with ArcGIS 9.3.1, flex and rest api. I have two layers, I query the first one that returns a Graphic object, with this Geometry I want to query a second layer ...
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 ...
0
votes
1answer
125 views

Change order of added FeatureGraphicsLayer in GraphicsDataSet

I am adding two FeatureGraphicsLayer to a GraphicDataSet like so: graphicsFunctionality.GraphicsDataSet.Tables.Add(featGraphicsLayer); It looks like it puts the last one in on the very top of all ...
2
votes
3answers
2k views

Redoing an ArcGIS Server post-install

I'd like to reconfigure an ArcGIS Server 10 Java implementation (single machine, Windows Server 2008 R2) and I plan to re-run the post-install. Complete: I do not need to save anything on the current ...
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 ...
2
votes
2answers
225 views

Publish a Feature class on ArcDesktop with C#?

All, I have a feature class in ArcCatalog. I need to save the feature class to a Map and then publish the map to the Arcserver. All programatically and hopefully in C#. I can't seem to find any ...
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# ...
2
votes
1answer
652 views

ArcObjects Arcgisserver -How Do I set toolbar server control currenttool to none

I am only using the map control and two toolbars on a custom webadf application. One toolbar contains the standard map navigation controls. The other toolbar is only one toolitem which references a ...
0
votes
2answers
649 views

Unable to cast COM object (IMapServer --> IMapServerObjects)

I have just deployed an AGS-based application to our web server. This app worked great in development, but after deployment to the server I get the following errror: Unable to cast COM object of type ...
4
votes
5answers
562 views

Web-based map authoring with ArcGIS Server?

I'm embarking on a project in which users will author, save, and share their own maps over the web. We will provide them with a large number of feature classes, but users will effectively author their ...