Tagged Questions
0
votes
2answers
56 views
Is it possible to publish a map service from an SD File purely over REST (no arcpy)?
I want to automate the publishing of map services, but without using the arcpy library.
Is it possible to publish a map service from an .SD File purely over REST (no arcpy)?
0
votes
1answer
28 views
registering or unregistering as versioned a future dataset with python
As you know, you can store feature classes in arcsde in two ways.
Firts, in the root path: sde_conn_file.sde/FeatureClass
Second, in a dataset: sde_conn_file.sde/DataSet/FeatureClass
How can I ...
1
vote
0answers
34 views
ArcGIS Geoprocessing Service fails on data loading
I have a Desktop Script tool that works fine when run on desktop, but does not work when the results are turned into a geoprocessing serice. Running ArcGIS 10.2 on Desktop and 10.2 on server.
I have ...
1
vote
2answers
54 views
ArcServer 10.1- Get Original Document location (mxd) from published web service using python
I need to extract the document location of a published web service. Is there any way this can be accomplished in python?
I know where the maps are sitting on the server, and i know the name of the ...
1
vote
1answer
39 views
How to “Apply Edits” to an ArcGIS Server edit session using Python
ArcGIS Server allows the user to apply edits in an editable layer.
Eg the sample layer at http://sampleserver6.arcgisonline.com/arcgis/rest/services/Military/FeatureServer/3/applyEdits will accept a ...
5
votes
0answers
85 views
Calling external files in Python Geoprocessing Service
I have created a Python script which calls an R script and then reads the output back into Python. I can run this tool in ArcGIS Desktop (10.2.1) and it works fine. When I publish as a geoprocessing ...
1
vote
0answers
78 views
Publishing esri geoprocessing service - upload custom python modules?
I have an esri geoprocessing service which causes problems when publishing to arcgis server. The python scripts behind the service are structured as a custom python module, in a folder with an ...
1
vote
3answers
83 views
How to prevent ArcGIS SOC from locking Oracle tables?
I have a python geoprocessing that performs CRUD operations on feature classes and oracle tables.
Sometimes, when handling Oracle tables, ArcGIS SOC gets hung and locks the Oracle table. I need then ...
3
votes
1answer
79 views
Is there a way to check if data was versioned using “move edits to base” option?
Is there a way to check if data was versioned using "move edits to base" option?
Preferably through ArcGIS itself or using Python, but any way will work.
EDIT
Is there way to see if this box was ...
4
votes
1answer
228 views
ArcGIS Server Geoprocessing Service: Good Async, Bad Sync
I'm working a geoprocessing service for ArcGIS 10.1+ written in Python / arcpy.
It runs fine in asynchronous mode, but does not write output to disk when switched to synchronous. I know that ...
4
votes
1answer
79 views
How to modify script published as GPService in ArcGIS Server?
In ArcGIS 10.1 before publishing script as a new GPService I have to run it in ArcMap. It is a good solution when I handle small amount of data. When I want to change something in my script I have to ...
1
vote
0answers
44 views
Obtain virtual output directory path in geoprocessing service
I am publishing a geoprocessing service and I want to be able to access the virtual output directory path configured for the service.
Now I know that gp services will magically return virtual paths ...
0
votes
0answers
105 views
Geoservices REST JSON to SQL Server Geometry using Python
I'd like to hit a Geoservices REST endpoint (below) to return json and push this into a SQL Server Geometry table using Python.
Ok so I can achieve this via ogr using below via command line:
...
6
votes
1answer
120 views
How to access current job id from geoprocessing script running on esri server?
I want to programmatically access the current job id of a geoprocessing script running on ESRI 10.2. The script is what needs to know the job id, not the caller of the script.
While searching, I ...
0
votes
1answer
143 views
How to Extract Data by Attributes (Clip/Zip/Ship) using Attribute Where Clause - Esri Server Tools
I want to use the out-of-the-box Esri geoprocessing task to extract data via ArcGIS Server (Server Tools --> Extract Data). Its pretty straight-forward, but it doesn't seem to support use of a "where ...
0
votes
1answer
121 views
Python geoprocessing performance [closed]
I'm using ArcGIS Server 10.0. I have a python geoprocessing that takes a lot of time. The geoprocessing calculates geometries using points, polygons, buffers, and cursors.
I'm also using sql queries ...
0
votes
1answer
91 views
How to resolve encoding errors in python geoprocessing?
I have a simple python script that reads a string from a text file and inserts it into an Oracle database.
When I run the script with Eclipse using Pydev plugin I get no error and the message is ...
0
votes
1answer
196 views
Python Error while Publishing mxd ArcGIS 10.1
Hi I was in the process of publishing my mxd , I had reached till the analysis step where
I encontered the error at staging the service. Before this below mentioned code I had created a connection ags ...
1
vote
0answers
168 views
XY event source layer problem (converts into feature class after running python script ) in ArcMap 10.1
I am using ESRI 10.1 suit (ArcGIS Desktop & ArcGIS Server, No ArcSDE) at my end and after running python script n number of times event layer converts into feature class.
Following steps I am ...
4
votes
3answers
321 views
Checking if python script is run from ArcGIS (arcmap or on server) or a stand alone python script
For debugging purposes I have created a hardcoded conditional that checks it the script is run as stand alone or as an ArcGIS tool. Is there anyway to fugure this out at run time? e.g. some ...
4
votes
3answers
269 views
Is there any way to get an email when ArcGIS Server services are stopped/down?
Occasionally, but all too often unfortunately, my AGS services just stop for no reason. I don't usually notice this until the users call me and ask why their maps have no data.
Is there any way (I ...
2
votes
0answers
109 views
returning exceptions to user via AGS REST
I've got a python script that I run as a standalone and as a gp service in AGS (moving to 10.1 now...). For the standalone execution, I'm throwing a custom exception if there is no data found based on ...
1
vote
1answer
75 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
243 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 ...
2
votes
2answers
314 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 ...
3
votes
1answer
191 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
614 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 ...
4
votes
2answers
823 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
327 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
600 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
318 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
197 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
254 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
2answers
345 views
Why does TableToTable give ERROR 000732 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
125 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
190 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
713 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
163 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 ...
1
vote
0answers
182 views
ArcGIS 10.0 - How to have GP Service make rest calls instead of Silverlight client?
I have a Silverlight client that densifies a user drawn polyline. The returned vertices from the polyline are then sent to esri elevation sample server for each vertex to find an elevation value. ...
1
vote
0answers
395 views
Access Geoprocessing results in Flex Viewer (Enhanced) Search Widget
I have Robert Scheitlin's Enhanced Search Widget up and running successfully with my MapService using ArcGIS Server and Flex Viewer 2.3. I also have a geoprocessing service that returns a point layer ...
0
votes
4answers
359 views
GIS data - Geoprocessing Service to receive data
I would like to move 8 shapefiles from one intranet to another intranet via arcgisserver (or an other method). Creating a FTP site is not an option. I think I saw somewhere on how to send data to a ...
2
votes
4answers
2k views
How to enumerate ArcGIS Server 10 map services with ArcPy
I need to connect to ArcGIS server with ArcPy and enumerate over map services. I need to:
Loop through each ArcGIS server map service
Stop/Start the service
Get the service source document (MXD/MSD) ...
4
votes
2answers
1k views
ArcGIS Geoprocessing Services - Don't work if 'Run python script in process' not checked
I have a standard geoprocessing toolbox that I am exposing as a geoprocessing service. The tools in this toolbox are plain 'ol python scripts. All of this is being done in ArcGIS 9.3.1.
As a ...
6
votes
3answers
4k views
Programmatically start and stop map services with Python
Is it possible to programmatically stop and start ArcGIS Server map services using Python?
7
votes
2answers
2k views
Python Geoprocessing Service Script - how to use SetParameter
I have a script that needs to be published to ArcGIS Server as a geoprocessing service. This script computes a set of records in table form. I need to set an output parameter so that it returns the ...
5
votes
1answer
525 views
Is there a way to get layers from a .msd using arcpy?
I need the name of each layer in an .msd, but I could not find support using arcpy (ArcGIS 10.0). Is there a method I missed?
In the current workflow, since I am publishing the document, I use the ...
7
votes
3answers
896 views
Use Esri Geoservices REST as backend for Python web framework (Django?)
I would like to know if it's feasible to use an existing Python web framework such as Django/GeoDjango as a frontend to work with Esri's Geoservices REST API? I envision developing a database engine ...
1
vote
0answers
216 views
arcgis server 10, vb.net, non pooled service, web adf
i am running arcgis server 10. i created a A.MXD file, then started arcgis server and successfully added non-pooled service using A.MXD. i also installed visual web developer 2010 express and created ...
1
vote
2answers
833 views
Creating and serving pdf files from ArcGIS server 10.0
I am tasked with sending map data from the Flex client to an MXD then to serve that as a PDF to the client and/or a server side location. Creating the PDF isn't an issue, however, I am having trouble ...
2
votes
1answer
703 views
Cropping an image with a map extent
I have an raster file in my server space, which has the same projection as my webmap, and I would like to crop the image by passing the visible extent of a webmap. I think the cropping function is ...