Questions tagged [arcgis-server]

ArcGIS Server is part of Esri's ArcGIS platform of Geographic Information Software. The GIS Stack Exchange should be considered for questions with this tag.

Overview

ArcGIS Server is part of ESRI's suite of Geographical (GIS) software that gives you the ability to create, manage, and distribute Geographical (GIS) map services over the Web to support desktop, mobile and Web mapping applications.


Tag usage

Consider whether the question is more suitable on Stack Overflow SE or GIS SE.

253 questions
37
votes
10 answers

java.security.cert.CertificateException: Certificates does not conform to algorithm constraints

I have a mapping application that can add ArcGIS 9.3+ base maps given a URL. One of the URLs that I would like to add is from a customer's URL and is secured. My mapping application was using Java 6 before and was able to add the secure URL with…
james
  • 601
  • 1
  • 7
  • 12
13
votes
7 answers

Where do you get ArcGIS development questions answered?

Where do you have the most success getting your ArcGIS development questions answered? ESRI forums? Stack Overflow? Google? Mailing lists? Blog posts? ESRI documentation? I can usually get answers to my ASP.NET/Oracle/JavaScript/C# questions in…
nw.
  • 2,206
  • 5
  • 30
  • 40
9
votes
2 answers

LINQ and JSON.NET when the property names vary

I am attempting to parse some JSON content in to C#. For the simpler cases I am having great success with JSON.NET and really appreciate the clean approach offered by the LINQ provider. Here's an example where I'm downloading information about a…
Dylan
  • 1,658
  • 1
  • 19
  • 25
6
votes
2 answers

What's the official ESRI solution for serving up static map images (i.e. png, jpg, etc)?

I need to write a map service that returns a single, static map image (png, jpg, etc). In the old days (i.e. before Google Maps took off) this was the default way that server software like ArcIMS worked. Now, those packages default serving tiled…
Tom Wayson
  • 1,187
  • 1
  • 12
  • 21
6
votes
1 answer

Add Json Operational layers info on Arcgis map

I am trying to load operational layers data from the following JSON with no luck. So far I tried the following add it as a graphic layer by using graphicLayer = new esri.layers.GraphicsLayer(); graphicLayer.add(json); map.add(graphicLayer); tried…
DomincJune
  • 931
  • 9
  • 15
6
votes
1 answer

How does token authentication work with load balanced web services

We are using token based security on some of our ArcGIS Server web services and I'm trying to gain a better understanding of how they work. We currently have to use sticky sessions because we have load balanced services for redundancy and…
NenadK
  • 381
  • 1
  • 6
  • 19
5
votes
2 answers

Bootstrap modal require is not defined for ArcGIS server map

Please forgive me if this is very simple but I am not be able to find out the work around to solve the issue. I am trying to open ESRI map in a bootstrap modal. On the first time it doesn't load the map (in console I see the error "require is not…
5
votes
3 answers

ESRI/ArcGIS: "Error: Services Directory has been disabled."

"Error: Services Directory has been disabled." (Error: 403) Hi, I'm a first-time user of ESRI/ArcGIS API's. I've set up an account...etc... and have a Node server which gets an ESRI token and makes a request to an ESRI/ArcGIS services endpoint --…
Cody
  • 9,785
  • 4
  • 61
  • 46
5
votes
2 answers

Alternatives to ArcGIS Server

I've been developing some web maps in ESRI's JSAPI. Currently I'm storing the following layers in SQL Server: 1,000,000 points 30,000 polygons 1,000 polyons These need to be displayed on top of one another. I also need to be able to do somewhat…
mapexpert
  • 69
  • 1
  • 2
4
votes
4 answers

is ARCGIS 10 very slow?

has anyone having problem with latest release of arcgis 10? my services running on ags 10 is very slower than 9.3.1. And Arcgis Desktop is Really slow which cause me to downgrade back to 9.3.1. Is it just me or anyone else having issues like this?
Pragnesh Patel
  • 1,444
  • 3
  • 23
  • 38
3
votes
0 answers

Highlight feature with effects and blending in Arcgis JavaScript Api

I am using this sample, which uses layer blending and effect on multiple layers to create a more artistic way of highlighting features selected by the user. When the application loads, the basemap is displayed over all other layers in the map. When…
user16956390
3
votes
2 answers

consume ArcGIS Server REST services API into MapBox GL API

Can I consume ArcGIS Server REST services API into MapBox GL API? Please can anyone tell me whether I can consume an ArcGIS Rest Service into MapBox GIS. Thanks!!
user6694839
  • 389
  • 1
  • 2
  • 7
3
votes
2 answers

ArcGIS Server REST API - POST OPTIONS preflight request: 405 Method not allowed

I am building a GIS web app based on ArcGis Server but I have a problem with the Firefox browser. I'm developing in JS a GIS web app that allows the user to edit a feature layer (note: calling ArcGis without ESRI ArcGis API for JS). The HTTP POST…
matt
3
votes
0 answers

SSMS not accepting ESRI GeoDatabase OLE DB provider as a connection

I am trying to import a large dbf into Microsoft SQL Server Management Studio Express 2014 using the ESRI GeoDatabase OLE DB provider option. I am on a windows 10 machine using ArcGIS 10.4. The dbf is about 850mb (less than the 2gig limitation of…
cpbride
  • 31
  • 2
3
votes
3 answers

Get JSON WebMap from ArcGIS JavaScript API Map object

I'm trying to get a WebMap object (as JSON) from a JavaScript Map object in the ArcGIS JavaScript API. Is there any way to do this within the API, without using ArcGIS.com? Ideally something like: webMapAsJSON = map.toWebMap(); From the "Export…
pdpc
  • 131
  • 3
  • 7
1
2 3
16 17