Tagged Questions
0
votes
0answers
14 views
Does the ArcGIS Flex API simplify polygons by default?
I have a feature access map service that I use on an ArcGIS Flex web application.
Some polygons published by the feature service, seem to be "simplified" by the Flex API before they are drawn on the ...
0
votes
1answer
29 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
0answers
14 views
Map/Feature Services stopping periodically
I have 2 map services with feature access enabled running in a FLEX API web application. One of the map services seems to stop on its own a few minutes after it is started. Only one of the services ...
1
vote
1answer
38 views
Is it possible to recover ArcGIS Online tiles of a zone, then reproject and republish them in a Map Service?
I'd like to use ArcGIS Online basemaps but not is the Web Mercator projection. Because of that I want to know if it's possible to reproject and republish them in a Map Service.
1
vote
0answers
50 views
Why can ArcGISDynamicMapServiceLayer read a cache service?
I received a cache folder created from a MXD that I don't possess. Then I was asked to publish that cache as a map service.
To do that, I created a map service using a MXD (I created) that contains ...
0
votes
1answer
34 views
restricting user access to map services on arcgis server
If we have all our map services published on one server, can we configure it such that our users can only see or access a only a subset of the map services?
Thanks.
6
votes
1answer
123 views
Why are annotation features containing both GraphicElement and TextElement objects not drawing in an ArcGIS Server map service?
I am building annotation features with Python/comtypes/ArcObjects. The annotation works great in ArcMap (10.1), but it is does not draw when published to a map service in ArcGIS Server. Each piece ...
0
votes
0answers
103 views
Unable to publish large map services to arcgis for server 10.1
I published various map services(feature layers) for multiple web mapping applications on the new ArcGIS for Server 10.1. There were about 50 services and averaged about 50mb in size. This was ...
3
votes
0answers
238 views
Poor rendering performance in ArcGIS Server tiled map service and crashes logged
I have a number of map services in ArcGIS Server (10.1, running on 64-bit Windows Server 2008 R2) and only one of them is cached.
Caching is configured on-demand as there's no way I can store the ...
1
vote
0answers
188 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 ...
0
votes
0answers
104 views
Published Map Service Not Rendering Raster Catalog
I have a map service on ArcGIS Server 10.0 that contains a managed raster catalog. All layers are recognized and render except for the raster catalog. No errors are thrown when the service is ...
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?
2
votes
1answer
72 views
publishing arcgis map services to a different server
Is it possible to publish a map service to a server different to the one where ArcGIS Server was installed? If so, how can this be done?
Thanks!
1
vote
1answer
581 views
Can't add map service (map cache) to mxd
When trying to add a map service (in this case a map cache service) to an ArcMap project, I keep getting an error that says:
Could not add specified data object to the map.
Could not connect to the ...
2
votes
2answers
496 views
Publish XY Event layer to ArcGIS Server
I'm trying to publish a map service using simple xy data from a table in SDE; however, whenever I try to create the MSD, I'm told "no can do" by ArcMap.
I would like to be able to simply add xy ...
6
votes
3answers
505 views
Is it possible to reference data using mapped network drives instead of UNC path in arcgis server services?
Has anyone managed to create a service using datasets referenced via a mapped network drive letter on windows?
ESRI support claims it is not "supported", but I want to make sure it is actually not ...
2
votes
0answers
380 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
...
3
votes
1answer
177 views
Adding table to the MapServer so the layers and tables can be associated
I'd like to add tables to my MapServer. I want it to include both feature layers and tables which enables me to associate the layers with the relevant tables and retrieving the necessary fields of the ...
3
votes
2answers
1k views
Restart ArcGIS Server Map Service From Command Line
Is there a way to restart an ArcGIS Server v10 Map Service from the command line in Windows 7?
6
votes
4answers
217 views
How to serve web maps with user-specific datasets from ArcGIS Server
I am a new ArcGIS Server user and am trying to understand how our web mapping application specification would fit into the ArcGIS Server map services architecture.
Our application should support ...