ArcGIS-Server is software "to create, manage, and distribute GIS services over the Web to support desktop, mobile and Web mapping applications."
2
votes
2answers
116 views
Help getting my flex service publicly accessible
My organization is trying to get our web maps up and running. I have created a simple web map service on our in house ArcGIS server, using the Arcgis flexviewer that is visible locally, works great, ...
2
votes
1answer
41 views
ArcGIS JS API Polygon's WKID conversion with gsvc.project
I'm trying to convert polygon from wkid 3301 to wkid 4326. I've been using this code snippet for converting points, but I'm not sure how I would accomplish this to create a polygon object. I'm not ...
2
votes
1answer
67 views
Need help in Print task in ArcGIS JSAPI 3.2/3.3
I am using print task in my code and using dynamic map service layer and graphics layer (not using feature service layer) and I am able to print the map but it’s not displaying info window and ...
0
votes
2answers
81 views
How to learn ArcGIS Server? [closed]
I have SQL Server, ArcGIS Server Standard Enterprise 10.0 - and I am new to both.
How can I learn to use it. I want to learn ArcSDE but i am unable to understand it.
Is ArcSDE available with ArcGIS ...
2
votes
0answers
58 views
ArcGIS Javascipt Api Printing
I've got a webpage which prints a web map via the ArcGIS Javascript API.
The DPI of the print is 72. To debug I added three different types of symbols
1. The default (most of them are)
2. One custom ...
0
votes
2answers
50 views
How to display vectors in arcgis json format in openlayers?
For this project I am working on, I would like to display an ArcGIS Online FeatureService (JSON) in a webmap that I have built using OpenLayers.
I am able to read the JSON from the service, but I ...
1
vote
1answer
23 views
Store Graphics in Local when browser refresh
Using arcgis javascript api i am adding different graphics to the map. Later i will save them in server. If i forgot to save or due to some reasons page is refreshed before saving i am losing all the ...
2
votes
2answers
53 views
Create Friendly Labels for ArcGIS Print Service Options with JS API
How can I change the print options received from an ArcGIS print service to be more friendly and descriptive using the Esri sample print service?
1
vote
1answer
33 views
Display mouse position from graph on a map
i need to develop a web application which shows a map, that displays a GPS Route.
So far I can do this using Openlayers or ArcGIS Server.
Now I want to add an interactive graph below the map. In this ...
1
vote
1answer
52 views
Querytask/query - executed select
Is there a way to get to the query condition, which is executed under the querytask ?
I have an example, which is actually a copy of this ArcGIS example ...
0
votes
1answer
47 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. ...
1
vote
2answers
54 views
upload table to ArcGIS Server
We are building a process which will allow users to submit a table of GPS data to update our central repository for all GPS data. Let's say that the target is simply a SQL data table. At first I ...
1
vote
1answer
29 views
Cache service issue
i have a map service that is cached and whe I try to access this service, I get the message displaying that downloading picture and I can see that it is trying to download and then finally get no ...
0
votes
0answers
31 views
Error: Objects in this class cannot be edited outside an edit session
I'm simply trying to modify the Default Editing Widget ESRI sample to show my extent and service and am noticing the following error in Firebug when trying to add a point:
...
1
vote
0answers
61 views
I cannot connect to ArcGIS for Server 10.1 from ArcMap, I can in ArcCatalog
I have a strange error, I created three connections to ArcGIS for Server 10.1 in ArcCatalog as admin, publisher & user, and they connect and opens normally in ArcCatalog.
However, when I try to ...
0
votes
1answer
75 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
--------------------------- ...
3
votes
0answers
60 views
AGS 10.1 geoprocessing service returning the wrong URL
I have an image export geoprocessing service that runs on ArcGIS server 10.1. It works by writing an image out to the scratch folder, and returning the location of that image.
Basically just this:
...
5
votes
1answer
62 views
Editing without clicking on a map - ESRI JS API
I'm looking to build a new application that allows staff to edit a service/layer. They will be inputting new survey benchmark data based on lat/long.
All of the current samples I have seen on the ...
1
vote
1answer
132 views
Cannot input new data into FeatureDataForm
I am wanting to update the fields on my server using a FeatureDataForm. I have followed the documentation, but it still does not work. It also does not have the buttons in the form that say 'OK' and ...
7
votes
3answers
129 views
CORS issue ArcGIS 10.1 IIS (Cross Origin Resource Sharing)
I have ArcGIS 10.1 installed with the web adapter for IIS. I've added a config file to the root of IIS7 to enable Cross Origin Resource Sharing (CORS) as per this page. I've pushed the cors enabled ...
2
votes
2answers
48 views
Using ArcGIS Server SOE to listen for edit events
Bit of a conceptual issue
I have a situation where I need to add business logic to newly created features in a feature service. When new features are created I need to preform overlays and assign an ...
2
votes
2answers
114 views
ArcGIS Server Error: “Feature service requires a registered database”
I'm attempting to publish a feature service to ArcGIS server. I'm running SQL Server Express and ArcSDE. When I try to publish the service I get the error "00090: Feature service requires a registered ...
1
vote
1answer
59 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 ...
1
vote
0answers
49 views
Why does a geoprocessing service fail every other time it is run?
I have a ArcGIS Server 10 geoprocessing service right now that takes in a string and runs a parameterized query to SQL Server 2008R2 through pyodbc. The service works, but only every other time. I can ...
1
vote
0answers
98 views
The underlying connection was closed: The connection was closed unexpectedly, WCF and ESRI Objects
I am getting this error when using ESRI objects like Geometry, Envelope etc in a WCF service. I have a class that some properties (string, int, double) but when I add ESRI type as part of this class, ...
1
vote
1answer
133 views
Network Analyst REST service gives error “Routing error: Unable to complete operation unable to find attribute invalid Context”
I have created an Network Analyst Routing sample. On Arcmap it works fine when creating a route on the data.
However, when I create Network Analyst service through ArcGIS Server, using this REST ...
3
votes
1answer
66 views
Custom Feature Renderer in ArcGIS Server 10.1?
I've written a custom feature renderer. It works great in ArcMap (10.1). Now we want to deploy it to ArcGIS Server (10.1) so we can use it in map services. But it doesn't seem to work. Has anyone ...
10
votes
1answer
196 views
Steps for creating an online webmap with editable features using ArcGIS Server/SDE and SQL Server?
EDIT/UPDATE: I'm adding a bounty to this in hopes of obtaining a step-by-step guide to creating an online map with feature editing using the ArcGIS Flex API, SQL Server Express and ArcGIS Server 10.1. ...
1
vote
0answers
74 views
arcpy ArcGIS Server
Could someone please help me by giving me an example on how to make/connect/Add ArcGIS Server connection via python/arcpy? Thank you in advance.
I'm using ArcMap 10.0
I desire to "Use GIS Services" ...
1
vote
1answer
88 views
Convert Heatmap into a Grid of Points
Question: How do you take a heatmap generated using a GIS software (arcgis, qgis...) and convert it into a uniform grid array of points which can be used to regenerate the heatmap (although with ...
0
votes
0answers
34 views
Re-enabling a web service API call that has stopped working unexpectedly
so we have are running an instance of ArcGis Server, and have a handful of services running. These were set up by someone who is no longer working with the company. Some of them are built into ...
1
vote
0answers
23 views
how to configure WebLogic server for ArcGIS Server 10.1
I wish to deploy arcgis services to a greater population via web maps, but before I do this I must install a web server. I am going to use WebLogic Server, it's used listed as a arcgis server ...
2
votes
0answers
63 views
Custom c# GP Tool ArcGIS Server 10.1 - build for 'Any CPU', x86, or 64bit? Does it matter?
I think I understand most explanations of these targets, but I get confused in the context of ArcGIS customizations like this because what we are compiling has to work in conjunction with ArcGIS, not ...
6
votes
1answer
119 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 ...
4
votes
1answer
44 views
How do I create a geodata service from a certain Version?
This is with ArcGIS for Server and Desktop 10.1
I want to host a geodata service, but I don't want it to be from the DEFAULT version. I want it to be from an alternate version, that I can check the ...
6
votes
1answer
71 views
CSS Spritesheets and picture marker symbols in the AGS Javascript API
I'm working on improving the load performance of a large ArcGIS Javascript application, and one area where we can have trouble is that there is a visible delay between putting a graphic with a ...
1
vote
1answer
108 views
How to test if ArcGis server 10.1 is running correctly?
I've recently installed arcgis server 10.1, but I'm not sure if it installed correctly, or if the proper ports are open. Here is my reasoning and I may be off:
1) When publishing a new service(i.e ...
0
votes
0answers
116 views
Why can't I connect to ArcGIS Server 10.1 from ArcCatalog?
I have my work laptop at home and when I open ArcCatalog 10.1 and click on my connection to our ArcGIS Server which I am an admin user on, I get the following messsage:
I hit Yes, and the following ...
1
vote
1answer
97 views
arcgis server 10.1 site url
should my "site manager" url contain "localhost:6080"? or should it be "(my pc name):6080"? After giving arcgis server account permissions to proper folders I created my site, but it has the name ...
0
votes
0answers
38 views
How to copy feature layer graphics
Is there any way to copy graphics from feature layer?
More details: I have a map, where I retrieve some information from sql db and add a chloropleth map based on the values. Before adding them to ...
0
votes
0answers
12 views
the reference of the object map is not defined for its instance
i'm working in visual studio 2010 with vb.net i'm trying to develop a function called query attribute but the code generate an exception " NullReferenceException"
Public Function ...
1
vote
0answers
42 views
Searching an ArcGIS Server 10.1 search service with ArcGIS for Sharepoint
Could someone kindly tell me if it is possible to search an AGS 10.1 Search Service index using ArcGIS for Sharepoint?
I am basically looking for a comparable search functionality to the Enterprise ...
2
votes
1answer
111 views
Steps to create an interface Editing ArcSDE Layers in a web service online. Similar to ArcGIS Desktop
The initial idea is to make a multiuser web service for editing versions of an ArcSDE geodatabase online (each version for each user. Is it possible to acces through a password and user name?).
Can I ...
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 ...
2
votes
0answers
51 views
How to find out which ArcSOM each ArcSOC belongs to?
We have 5 ArcGIS Servers and 1 Web Server. based on the system design proposed by the company the ArcSOM will be installed on the WebServer, and the Other 5 server will host only ArcSOC. how to find ...
1
vote
1answer
74 views
Arcgis Server - Highlight Identified Features
I am identifying features from an ArcGISDynamicMapServiceLayer
All the sublayers can be toggle on/off and when identifying, only the visible layers are queried/returned. Below are the initIdentify ...
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 ...
5
votes
1answer
66 views
Is it possible publishing a Python Add-in in a web service?
I'm trying to make a multiuser web service for editing an ArcSDE geodatabase.
I wanted to know if I can to add my python add-in in Arcgis Server? And if the answer is yes, how can I publish it?
2
votes
1answer
62 views
Can we compare a Service in Arc GIS server with normal webservice
In Arc GIS server there are many types of services are available (like feature service, Map Service, Geo-processing service etc.,). My question is in general web service whether it is ASP.NET web ...
0
votes
1answer
27 views
number of arcgis server users for CAL-based backends
The licenses for our organization's MS SQL and ArcGIS Server are such:
MS SQL: CAL
ArcGIS Server: enterprise
Are the number of users that can be served still limited to the number of CALs present in ...



