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)

3
votes
1answer
96 views

What is the difference between “Publish a service ” and “Save the service defination file” in ArcGIS Server 10.1?

I have published few map services in which I directly publish on server and for remaining services I have created service definition file. All services are working fine but what exactly difference ...
3
votes
1answer
127 views

How can I debug a geoprocessing service on the server?

I've a geoprocessing script that I'm trying to get working. I've turned on Show Messages, so I can see how far in the script I've gotten before the submitted job fails, but it's not helping, as I'm ...
3
votes
1answer
96 views

i have an unhandled exception in asp.net

i am going to create a website and load a gis map to it. i am using arcgis 10 and i created a web application in arcgis server 10 i created a new WebSit in visual studio 2010 and add a map resource ...
3
votes
3answers
356 views

Feature-level authorisation in ArcGIS Server REST services

Is feature-level authorisation even remotely possible when accessing ArcGIS (10) via the REST APIs? From what I understand I can secure individual services but at most this gives me control over who ...
3
votes
2answers
606 views

Using PHP with a web application?

I have been working on creating a web mapping application using ArcServer 10 and the JavaScript API. Recently I was told that queries need to be run using PHP due to prior work by another team. The ...
3
votes
1answer
549 views

How to perform datum transformation in ArcGIS server REST API exportmap

I have a ArcGIS server 10.0 mapcontext in one projection (swedish grid sweref99 TM) which uses its own datum, also named Sweref99 . When I use the REST API's map service export function I want to ...
3
votes
2answers
702 views

Geoprocessing ArcGIS 10: Sending lat/long/elevation data to a geoprocessing service

I have a silverlight application that allows the user to select points to make a polyline. The polyline is densified per the users input (say every two feet). The new points are sent to an esri ...
3
votes
1answer
364 views

Spatial Database Connection String

From MS Access, I'd like to create a link to the attribute table of an SDE feature class in a spatial database. For example, I have the following connection string which works for an OLE DB ...
3
votes
1answer
345 views

ArcGIS Server and SQL Spatial. Examples?

In-house we have an ArcGIS Server license that I am somewhat familiar with, and a license for SQL Server. I'm looking for some examples of existing web maps that use ArcGIS Server for the display of ...
3
votes
1answer
553 views

Workaround for Raster data input in ArcGIS Server Geoprocessing Service

UPDATE I have accomplished the Python script, but only tested in desktop environment, i.e. ArcMap. #Import ArcPy site package module import arcpy from arcpy import env from arcpy import Extent from ...
3
votes
1answer
150 views

How to use 931 GP service with v10 Map Services?

Pinched the code from this profiler sample. Having some trouble setting it up with my custom Esri Flex application. My Flex application is using the Web Mercator Aux Sphere WKID and is using v10 map ...
3
votes
1answer
331 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 // ...
3
votes
1answer
324 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 ...
3
votes
1answer
430 views

Toggle Identify with Button

I am attempting to set up an Identify button that will only allow the identify functionality to be performed when the button is pressed. I have gotten to the point that the identify only works when ...
3
votes
2answers
809 views

Send Geometry to query using ArcGIS REST API

I am writing a windows console app in VS 2010 to perform an overlay using the ArcGIS Rest API. My first REST query returns information about the geometry for a specific feature. I then want to send ...
3
votes
4answers
406 views

ESRI Javascript API: Return to the Map Extent you were at when you use browser back button

Can anyone give me some pointers (code would be helpful) on how to go back to the extent a user was at after they have navigate away and clicked the back button? So I'm viewing a map at X extent I ...
3
votes
3answers
525 views

How to use ArcGisServer from Engine?

MapServerQuerySublayer (Version 10) does not seem to support setting a definition query, although according to documentation it should using ImapServerSublayer2.LayerDescription as IMapserverSublayer. ...
3
votes
1answer
795 views

Editing with ArcGIS Silveright

I am using the ArcGIS Silverlight API to edit data in an ArcSDE SQL Server geodatabase. I have been told that any editable feature classes must be registered as versioned in ArcCatalog before they ...
3
votes
2answers
569 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 ...
3
votes
1answer
2k views

How do I display dynamic map service in ESRI Flex Application?

I am working with ESRI's sample Flex viewer, and am having an issue with displaying our dynamic map service. I found this question on the site, but it hasn't helped me with my issue, so I thought I ...
3
votes
1answer
62 views

Attaching files to features: File server vs SDE attachment

I have some files that I would like to attach to my sde features. Files are small in size ( <40 KB) and have 1:1 relation to features. I wonder which method is superior, specially in terms of ...
3
votes
1answer
172 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 ...
3
votes
1answer
114 views

C# Where to create GP service output files

How to get path of default scratch workspace(folder) using c#? I'm making REST GP tool, where you pass some input parameters, tool collects data, create csv files, and archive them. Then tool return ...
3
votes
1answer
142 views

getResultImageLayer is not working

I am trying to obtain the shapefile output that I am receiving from the gpTool, which is hosted on the ArcServer, and placing it on the Map using, gp.getResultImageLayer(jobInfo.jobId,"final_shp", ...
3
votes
2answers
153 views

GOCAD and SKUA 3D Models Online

I am looking to build a 3D Web Mapping Application using data/projects initially created within GOCAD and SKUA. We currently use ArcServer 10. Initial looking around online has suggested that I could ...
3
votes
2answers
159 views

What is the best way to mosaic 2 million files?

Trying to create 1 mosaic dataset from 2 million files. Would it be better to break the files into regions and then create regional mosaic datasets and then make a mosaic dataset of the mosaic ...
3
votes
1answer
948 views

How to let ArcGIS Server see related records in a geodatabase

I have an ArcSDE geodatabase which contains multiple relationship classes. If I add this layer to ArcMap, the relationship is automatically applied (eg, the Identify dialog allows me to drill-down to ...
3
votes
2answers
421 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 ...
3
votes
2answers
275 views

Locks not being released in Linux held File Geodatabases

We have a system with 2 SOC servers, and one SOM server, acting on a shared storage area. We have had performance issues for years, and believe we have worked out why. There are several file ...
3
votes
2answers
741 views

How to Display Point from Form

For the last few days I have been trying to come up with a way to display a point on a map from a coordinate pair entered into a form. I began with the sample below and then added the formToJSON ...
3
votes
1answer
96 views

How to migrate from ArcGIS Server 10.0 to 10.1

Due to the new system architecture of arcgis for server 10.1 I am first writing here to ask if anyone has successfully migrated from AGS 10.0 to 10.1 and what problems were encountered. I am currently ...
3
votes
1answer
59 views

How to check what application uses my services - arcgis server 9.3

I serve a lot of map services via my arcgis server 9.3. Can I determine somehow which webapplication or desktop clients are using or were using my services? I know that I can view apache access log ...
3
votes
1answer
93 views

Is it possible to add arcgis-server services or ArcSDE datasets to Tilemill

Our web design department wants to use mapbox/tilemill to create webmaps for our public websites, but all our data is made available through ArcGIS-server or ArcSDE. Is there some way to use these ...
3
votes
2answers
219 views

Add Zoom Level to Map within TileLayer

I used ArcGIS javascript API 3.0 version and I use Bing map. I need to be able to zoom to 22., 23., 24., .. levels. So I was added an addNumLevels function to Map; esri.Map.prototype.addNumLevels ...
3
votes
1answer
294 views

ArcGIS Server 10.1 and Postgres Geoprocessing Service issue

I'm hitting an error when publishing a model from ArcGIS Desktop 10.1 to ArcGIS Server 10.1. The model I want to publish uses a layer from a Postgres DB defined via a Query Layer in my MXD. The ...
3
votes
1answer
53 views

In “ArcGIS Server Manager.” I wish that when I create a new “ASP.NET Web Application” already come with “pre-configured tags.” How to do this?

I'm using the "ArcGIS Server Manager" to create "Web Applications" with my maps. In ASP.NET project has a "web.config". How do I get my "web.config" come with some "tags" standard? More specifically, ...
3
votes
2answers
372 views

ArcGIS Server 10 not publishing map services

In the past week, I managed to set up ArcGIS Server on the server but subsequently encountered errors when publishing a web map in ArcMap. I have set up the ArcGISSOC and ArcGISSOM accounts and given ...
3
votes
1answer
391 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 ...
3
votes
1answer
244 views

How can I set a layer visible dynamically using Flex Viewer?

I have a set of layers in operationallayers tag in my Flex Code connected to ArcGIS Server 10, and I want to make them visible dynamically in a ComboBox Change Handler. Is it possible? Thank you
3
votes
1answer
2k views

Adding a FeatureLayer ARCGIS JavaScript API

Hi I am currently exploring ARCGIS Javascript API. I have my own map services and feature services up on my local server. I would want to use the FeatuerLayer to select and highlight feature on the ...
3
votes
1answer
162 views

How to connect a dbo database through the add database server in ArcCatalog?

I am trying to add my database through the "add database server" so that I can add users and maintain their permissions. We are running a dbo schema and our spatial database connection is working but ...
3
votes
1answer
464 views

IFeature.set_Shape The coordinates or measures are out of bounds

I'm trying to add a point to my map, but something with the way I used shp2sde create caused me to have a incorrect spatial extent or something. So I'm getting "out of bounds" error. How do I go ...
3
votes
1answer
230 views

Connection issue with ArcGIS Server 10 map services with 931 SDE

I am trying to figure out an issue with map services. I have non pooled services running on ArcGIS server 10 environment. These services connect to 931 SDE. I am observing that map services (even not ...
3
votes
1answer
174 views

SDE Connections during Caching

I am running caching on a server using ArcGIS Server 10. It seems like it is holding SDE connections, older than 2 weeks, to the point that it has maximized connections. I am not sure why it is not ...
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
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
433 views

How can I deserialize json to create an IRecordset?

I've got a Silverlight client that serializes a FeatureSet and sends to an SOE. I'd like for the SOE to deserialize the json into an IRecordSet. ESRI.ArcGIS.SOESupport.Conversion has a method for ...
3
votes
1answer
287 views

AGS10 Soap Geometry/Project function vanishes

So I am doing a pretty simple process that looks a lot like right out of the SOAP API/SDK for AGS10. My webservices takes a Lat/Lon coord from a mobile app, I reproject it to Web-Mercator to identify ...
3
votes
1answer
681 views

Display XY after Button Click

I am creating a map that will generate an XY coordinate based off the location that a user clicks. I only want this location to be generated after the user clicks a button to enable the draw toolbar ...
3
votes
1answer
649 views

Case Insensitive WFS Attribute Search with ArcGIS Server?

I'm using ArcGIS 9.3.1 to host WMS and WFS services. I have a map (.mxd file) with a layer whose attribute table includes fields with mixed-case string data. When I open this map in ArcMap and ...

1 3 4 5 6 7 15