Tagged Questions
0
votes
1answer
23 views
ArcGIS 9.3 geoprocessing service output consideration
I'm developing geoprocessing service which do few processes with geographic data. I would like to get somehow geometry of those data and use it in my web aplication (JS ArcGIS API). Now I'm wondering ...
0
votes
1answer
43 views
psexec remote file execution with ArcGIS Server
This is perhaps going a bit out of bounds, so i'm not confident I'll get an answer. The short of this is that I've created a python script which leverages psexec to start a bat file on a remote ...
3
votes
0answers
61 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:
...
2
votes
2answers
217 views
“The tool not licensed” ERROR on a geoprocessing service on ArcGIS Server 10.1
I have a python script which runs well as geoprocesing tool. When published on ArcGIS Server 10.1 as geoprocessing service, however, it throws the following error:
Unable to complete operation.
Error ...
3
votes
2answers
201 views
Are there any Python scripts for creating .mxd files?
I am a newbie to both ArcGIS and Python. My requirement is to automate the below MANUAL process:
Creating a layer in ArcGIS for Desktop. To put it in another words, creating an ArcMap document ...
3
votes
3answers
188 views
ArcGIS Server 10.1 Python GP script shape as input parameter
I am writing a geoprocessing script that will need to accept a shape as an input parameter. This shape will be obtained by a user drawing the shape in a web application. The web application will ...
1
vote
1answer
237 views
Error code 500 at REST Endpoint of published geoprocessing service - Problem with output parameter type?
Using ArcGIS 10.1 (Server and Desktop) I've been trying to publish a geoprocessing service based on a python script I wrote. Of course, it all works flawlessly from ArcGIS Desktop but I run into all ...
4
votes
1answer
201 views
How to create an Shapefile on ArcGIS Server side?
I am developing a script which gets an JSON array with point coordinates. This array is encoded to a python dictionary. From this I filter all points (latitude and longitude) and an ID. This ...
1
vote
1answer
119 views
Any advice to help troubleshoot failing ArcGIS Server (10.0 sp5) Geoprocesses?
There are a few geoprocesses on a recently restored ArcGIS Server that are behaving strangely. If we turn on 'show messages' and try to run the process from the rest interface, the process will report ...
2
votes
1answer
151 views
Can you script publishing a GP service?
I have a geoprocessing service in ArcGIS for Server 10.1.
I would like to share this service with a number of external organisations that also have ArcGIS Server 10.1.
i.e I dont want them hitting ...
0
votes
0answers
178 views
ArcPy TableToTable conversion does not work when published to ArcGIS Server
I have a python code that uses ArcPy command "arcpy.TableToTable_conversion" to convert a database table to a dbf file.
arcpy.TableToTable_conversion
The input table is from a SQL Server database ...
1
vote
1answer
99 views
ArcServer Geoprocessing Service
I originally posted this in the ArcGIS forums, but I haven't been getting any bites.
I've developed a set of ArcToolbox Python scripts, which I've been using on certain projects for clients. The ...
1
vote
0answers
157 views
Geographic limit to overlay analysis in geoprocessing service
Function:
I've created a geoprocessing service that serves a toolbox containing a custom python tool. This python tool selects a polygon and buffers it by 1 mile. This buffer is then used to ...
4
votes
3answers
473 views
Using threading module with Arcpy: Manager/Worker architecture
I asked this question on Stack Overflow on how to setup a manager/worker scenario.
But I am getting some error when trying to use threading on my Python install with ArcGIS 10 (just the python ...
2
votes
2answers
139 views
Exposing ArcInfo level liscenses to ArcView desktops via ArcGIS Server and custom python script tool
I have a script that uses an ArcInfo level tool. The script works great on my machine but uses an ArcInfo level tool which the ArcView users don't have.
Is exposing these ArcInfo level tools ...