Tagged Questions
2
votes
1answer
74 views
ESRI Geoprocessing service and other servers
I am new to ESRI GeoProcessing (GP) services so please excuse the naive question. I have an FLEX application running off of ArcGIS Server. I need to push data from the ArcGIS Server to an analytic ...
0
votes
0answers
35 views
Pass client image to ESRI GP Print Service
Creating an HTML5 canvas graphic of a text label renders nicely within the browser, but blows up when rendered in a PDF through the PrintTask.
I've noticed the wider the graphic in relation to it's ...
2
votes
1answer
133 views
CopyRows_Management with Python (ArcGIS 10.1)
I get the following error when running a CopyRows_Management with Python (ArcGIS 10.1):
ERROR 000732: Input Rows: Dataset \MyConnection.odc\MyTable does not exist or is not supported
Here is the ...
0
votes
0answers
115 views
Error publishing gp model with python script as a service
I'm attempting to publish a toolbox to ArcGIS Server. The toolbox contains a model and a custom python script. The model calls the script. It runs fine in the desktop but when I publish as a service ...
2
votes
2answers
437 views
ESRI Geoprocessing Script : Runs Fine in Desktop - Crashes as Geoprocessing Service
I have a small and simple geoprocessing script that I am trying to expose as a geoprocessing service in ArcGIS Server 10 SP4. The script is below. Pardon the hard-coding...
With the hard-coded ...
0
votes
0answers
49 views
ESRI Shapefile to ARCGIS Javascript JSON format [duplicate]
Possible Duplicate:
How to convert SHP into GPX or JSON?
We're in the proces of adding a new feature to our Web Application where we employ the use of ESRI's ArcGIS Javascript API alongside ...
3
votes
1answer
393 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 ...
4
votes
6answers
5k views
Points to Polygon
I've millions of points collected for lithology layer. They have used a coding for different types of rocks. I need to create a polygon around the extent of similar points. What is the easiest way to ...
7
votes
2answers
2k views
Log file for ArcGIS geoprocessing?
Whenever I run a geoprocess overnight, it seems my computer reboots. Does ArcGIS save some log file information? Where does it save it?
For example, when I run a large dataset or image process I need ...
5
votes
1answer
433 views
Setting “REAL” work/scratch workspace in ESRI/ERDAS etc
I thought the issue was only in ARCGIS but it seems that ERDAS does the same thing. I have my C with 1.7TB and my D with 10TB and my scratch set to d:\scratch but still ERDAS (and ESRI) fills my ...
5
votes
2answers
251 views
How to setup pycharm to reference arcpy
How would I setup pycharm to recognize import arcpy? I'd like to use pycharm to develop and debug geoprocessing tool.
Thanks,
Vu
2
votes
1answer
142 views
6
votes
1answer
874 views
ArcObjects C#: Create Random Points fails with ERROR 999999: Error executing function
I am having trouble running some ArcObjects C# code that calls create random points. I would not be doing this in ArcObjects, but I am suffering with the same issue using Arcpy as seen here:
...
10
votes
2answers
1k views
Issues with geoprocessing with .NET
There are some nice features in ArcToolbox we can use, but for some reason, this is NOT working properly. It doesn't even throw me an error.
My software is running inside ArcMap, so no need to ...