|
POST
|
Question in regards to this sample application. I added my own mapservice layer and it gets added to the map and the legend. Why don't the ESRI mapservices get added to the legend? I don't see a place in the text file where they are being excluded from the legend.
... View more
02-26-2014
08:45 AM
|
0
|
0
|
2588
|
|
POST
|
Would this file just need to be added to a server that has IIS in the following location: \\ServerName\c$\inetpub\wwwroot in order to have a simple working web application?
... View more
02-26-2014
06:47 AM
|
0
|
0
|
2588
|
|
POST
|
What version of ArcGIS are you working in where the Attachment Manager will not open?
... View more
02-26-2014
06:12 AM
|
0
|
0
|
1524
|
|
POST
|
I received the same error when trying to open that file. Here is a sample script to use replacedatasource of an SDE connection import arcpy import os arcpy.env.overwriteOutput=True ###test create connection file and replace data source#### SDE_file_path = r"C:\incidents\xx" Directory_Search = r"C:\incidents\xx\mxd" #SDE_file_path = r"\\miaoer\newMXD" arcpy.CreateArcSDEConnectionFile_management(SDE_file_path, "testsde.sde", "user", "sde:oracle11g:orcl", "", \ "DATABASE_AUTH", "sde", "sde", "SAVE_USERNAME", "SDE.DEFAULT", "SAVE_VERSION") print "done creating ArcSDE connection file!" for root, dirs, files in os.walk(Directory_Search): fListLength = len(files) for f in files: print "\n\n" print fListLength fListLength = fListLength-1 if (f.endswith(".mxd")): #problem_File = check_File(f) full_path = root + "\\" + str(f) print full_path mxd = arcpy.mapping.MapDocument(full_path) dfs = arcpy.mapping.ListDataFrames(mxd) for df in dfs: for lyr in arcpy.mapping.ListLayers(df): lyr.replaceDataSource(SDE_file_path +r"\testsde.sde", "SDE_WORKSPACE") print lyr.name #mxd.saveACopy(SDE_file_path +r"\testNew.mxd") mxd.save() print "finish replace data source"
... View more
02-25-2014
08:59 AM
|
0
|
0
|
1494
|
|
POST
|
You can use python to update SDE connection properties that would change with a new server. There are various methods you could use. If you are going from 1 database to another 1 on a different server, FindandReplaceWorkspacePath might work for you.
... View more
02-20-2014
02:12 PM
|
0
|
0
|
1494
|
|
POST
|
http://forums.arcgis.com/threads/102800-Copy-Row-fromr-spatial-Join-featues Use this thread as a reference for a dictionary instead of 2 loops. Caleb Mackey provides excellent code samples.
... View more
02-20-2014
01:06 PM
|
0
|
0
|
1862
|
|
POST
|
Make sure you are working with 32-bit python as 64-bit python will not work with personal geodatabases (Access). No sure if this will matter, but make sure you have Background Geoprocessing disabled as that is running in 64-bit mode.
... View more
02-20-2014
10:50 AM
|
0
|
0
|
1536
|
|
POST
|
What version of ArcMap are you working with? What type of operating system are you (32-bit or 64-bit)?
... View more
02-20-2014
10:20 AM
|
0
|
0
|
1536
|
|
POST
|
On the bottom of page 7 of this article link, it states that ArcGIS v10.1 was the last release that included the Web ADF: http://downloads2.esri.com/support/TechArticles/W28703_DEPRECATION_PLAN_FOR_ARCGIS_10_1_and_10_2__Updated_for_10_2_1d_final.pdf
... View more
02-19-2014
02:51 AM
|
0
|
0
|
1665
|
|
POST
|
I only use SDE data from an Oracle database for my organization's AGS services. I'm not sure if you can use non-SDE SQL Server tables in AGS.
... View more
02-18-2014
10:45 AM
|
0
|
0
|
1927
|
|
POST
|
Are you registering the SDE connection file to your SQL Server database? What is the file path you are trying to register?
... View more
02-18-2014
10:33 AM
|
0
|
0
|
1927
|
|
POST
|
Stephan: Is your data sourced from a personal geodatabase?
... View more
02-18-2014
10:16 AM
|
0
|
0
|
1927
|
|
POST
|
That pmf file was created in an older version of ArcReader, so I would think you would need to get an older version of ArcReader in order to view the data.
... View more
02-15-2014
03:35 PM
|
0
|
0
|
1205
|
|
POST
|
What version of ArcReader are you using? What format is the data in? Are you sure the data is supplied at the same version as ArcReader? Pmf files created using ArcMap v10.1 or v10.2 cannot be used in ArcReader v10.0.
... View more
02-15-2014
06:12 AM
|
0
|
0
|
1205
|
|
POST
|
The personal geodatabase might not work in the 64-bit environment. Can you try using a file geodatabase instead and see if the relate works? I had a python script that uses a personal geodatabase and I had to ensure that I ran it in a 32-bit environment for it to work as the personal geodatabase did not work in the 64-bit environment.
... View more
02-14-2014
09:47 AM
|
0
|
0
|
1413
|
| 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
|