ArcGIS-Server is software "to create, manage, and distribute GIS services over the Web to support desktop, mobile and Web mapping applications."

learn more… | top users | synonyms (1)

1
vote
3answers
28 views

Arcgis 10.1 server, arcgis manager shows page cannot be displayed

I am facing this issue only in one machine. I installed ArcGIS 10.1 SP1 in Windows 2008 R2 machine, installation went fine. But the select Arcgis manager, localhost:6080/arcgis/manager, it shows ...
0
votes
2answers
97 views

problem with the installation of web ADF runtime arcgis server 10

I'm trying to install ArcGis server 10 (windows 7 32-bit)and I found problem in the installation of ArcGIS Server for the Microsoft .net Framework - Web ADF Runtime. The error is: ArcGis Server ...
1
vote
1answer
99 views

Geocode service findAddressCandidates returns no candidates with 10.0 address locator

I posted this on an esri forum but nobody touched it. We've recently updated a geocoding service and I'm now unable to return addresses to my Java application. The old service is built with a 9.3 ...
1
vote
1answer
105 views

How to autoclamp to ground automatically in Google Earth using a dynamic KML created from ArcGIS Server 10

It loads as an absolute everytime so terrain must be turned off to see the lines. Any idea how to get it so they default to clamped to ground? Using newest version of GE.
1
vote
1answer
323 views

Use of esriFieldTypeDate field in Add Features REST service

I need to use Add Features REST service to add a new record to a table in a SDE database. One of the field is type of esriFieldTypeDate, but I don't know how to populate this field in JSON script. An ...
1
vote
1answer
157 views

Missing level for cache map service

I am having this issue where caching is missing one of the levels (level 13). I am trying to find out how to resolve this issue. L9 - 1,155,581 - OK L10 - 577,790 - OK L11 - 288895 - OK L12 - ...
0
votes
1answer
17 views

Could use a bit of XAML guidance when designing with ESRI Silverlight Viewer

I'm trying to implement a version of this in my web map: http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm#MapExtent As you can see, part of the XAML is: <esri:Map ...
0
votes
1answer
28 views

Why do objects disappear when I zoom on a dynamic map service?

I have a dynamic web map service that contains some point objects. When I zoom in and out, some of the point object disappear and reappear randomly. The map service is dynamic, no cache has been ...
0
votes
1answer
22 views

ArcGIS 9.3 geoprocessing service output consideration

I'm developing geoprocessing service which do few processes with geographic data. I would like to get somehow geometry of those data and use it in my web aplication (JS ArcGIS API). Now I'm wondering ...
0
votes
1answer
42 views

How do I exclude raster layers from legend? (Silverlight, ArcGIS Server)

I'm trying to adjust my Print Widget so that raster layers do not show up in the legend. My thinking was that I could test for a layer type and not add the item to the legend if it is a raster. ...
0
votes
1answer
33 views

Error code 500: Geoprocessing Task Failed

We are calling custom Geoprocessing Tool from sliverlight application. This GP Tool throws an below error. When I take a request from fiddler and copy in IE and execute also fails with below message. ...
0
votes
1answer
48 views

Export WebMap using PrintTask Failing Silverlight API

I am using a custom tool to export a webmap to PDF. The tool works successfully through ArcGIS 10.1. The problem crops up when consuming the tool through my Silverlight application using PrintTask. ...
0
votes
1answer
76 views

Error 001359 when publishing map service to ArcGIS server 10.1

I encountered this error when trying to publish a map service to an ArcGIS Server 10.1 (installed on linux). --------------------------- Service Publishing Result --------------------------- ...
0
votes
1answer
136 views

Filtering a Feature Class in using ArcGISDynamicMapServiceLayer

I'm using the following code in Flex to display all the features in a Feature Class defined in the "Data Layer". var dataLayer:ArcGISDynamicMapServiceLayer= map.getLayer("Data Layers") as ...

1 2 3 4