|
POST
|
Have you tried this query on multiple computers at either 10.2 or 10.2.1? If so and it fails on all computers then I would log an incident with ESRI. What is your datasource?
... View more
02-06-2014
05:19 AM
|
0
|
0
|
3367
|
|
POST
|
Try this snippet of code from exporting the following tool from ModelBuilder Server Tools->Data Extraction->Extract Data Task # Import arcpy module import arcpy # Local variables: Area_of_Interest = "in_memory\\{CD30411C-DFE5-4ACF-A010-0928C2A4B66C}" Output_Zip_File = "%scratchworkspace%\\output.zip" # Process: Extract Data Task arcpy.ExtractDataTask_server("", Area_of_Interest, "File Geodatabase - GDB - .gdb", "ESRI GRID - GRID", Output_Zip_File)
... View more
02-04-2014
11:12 AM
|
0
|
0
|
1503
|
|
POST
|
What version of ArcMap is installed on the machine where it is working correctly? What version of ArcMap is installed on the machine where it is not working correctly?
... View more
02-04-2014
07:19 AM
|
0
|
0
|
3398
|
|
POST
|
Can you try printing out the lyr name in the list to make sure it is getting populated correctly in your second loop?
... View more
02-04-2014
06:00 AM
|
0
|
0
|
3398
|
|
POST
|
Zack: Might you need to re-populate LYR_list_MXD by running the line: LYR_list_MXD = arcpy.mapping.ListLayers(MXD,"*_env*",DF) again, after you saved the file.
... View more
02-04-2014
05:17 AM
|
0
|
0
|
3398
|
|
POST
|
What is the path to the .sde file that you are registering?
... View more
02-04-2014
05:10 AM
|
0
|
0
|
1910
|
|
POST
|
Eric: Are you registering the exact same SDE connection with AGS that you are using in your mxds that you are publishing (e.g. You have SDE_user as your connection in the mxd and you register this exact .sde file with AGS which could be somewhere on the AGS server if you have ArcMap installed on the same server)?
... View more
02-04-2014
04:17 AM
|
0
|
0
|
1910
|
|
POST
|
For 10.2 on the server, please make sure Background Geoprocessing is disabled. What type of data are you work with (e.g. shapefile, personal geodatabase, file geodatabase, SDE)?
... View more
01-31-2014
10:20 AM
|
0
|
0
|
4275
|
|
POST
|
Is this a point shapefile? If so, maybe you can do a field calc on the fields holding the x and y coordinates using getx and gety on the shape field which should be available through the field calculator.
... View more
01-31-2014
09:47 AM
|
0
|
0
|
4602
|
|
POST
|
Andy: What version of desktop are you using and at what license level? I get the proper input parameters in both v10.0 and v10.2. I do not currently have access to v10.1 if that is what you are using.
... View more
01-31-2014
09:07 AM
|
0
|
0
|
4275
|
|
POST
|
Have you tried opening an incident with ESRI technical support?
... View more
01-31-2014
08:19 AM
|
0
|
0
|
2468
|
|
POST
|
Can you add a print statement for str(fc) to see exactly what that is returning just before using it in the CalculateField_management statement? That might provide a clue to your problem.
... View more
01-31-2014
07:55 AM
|
0
|
0
|
2156
|
|
POST
|
Has python been installed to c$\Python27\ArcGIS10.0 for the 32-bit version and to c$\Python27\ArcGISx6410.0 for the 64-bit version You should find python.exe and pythonw.exe in these subdirectories.
... View more
01-31-2014
07:51 AM
|
0
|
0
|
1412
|
|
POST
|
You might be running the 64-bit python. You need to ensure you are calling the 32-bit python.
... View more
01-31-2014
07:34 AM
|
0
|
0
|
1412
|
|
POST
|
I ran the script on a desktop v10.0 machine and got the same results of blank values, 0 values, and other miscellaneous values from 0.1 to 14.5. There must be some configuration setting on your desktop that is different from all the other machines, at least that's what I'm thinking.
... View more
01-31-2014
06:55 AM
|
0
|
0
|
989
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-18-2024 01:45 PM | |
| 1 | 08-19-2024 10:38 AM | |
| 1 | 07-08-2026 01:29 PM | |
| 1 | 02-23-2026 05:32 PM | |
| 2 | 02-11-2026 10:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|