The msd tag has no wiki summary.
3
votes
1answer
61 views
How to add Oracle database connection to AnalyzeforMSD script?
I use this script right now:
import os, arcpy
directory = r"C:\Project"
for root, dirs, files in os.walk(directory):
for myFile in files:
fileExt = os.path.splitext(myFile)[1]
if (fileExt ...
2
votes
1answer
146 views
How to access all mxd files in a folder?
I'm a beginner to Python and am trying to figure out how I can access several mxds in a folder. For example, when I want to use the AnalyzeforMSD function in ArcGIS:
import arcpy
mxd = ...
2
votes
2answers
499 views
Publish XY Event layer to ArcGIS Server
I'm trying to publish a map service using simple xy data from a table in SDE; however, whenever I try to create the MSD, I'm told "no can do" by ArcMap.
I would like to be able to simply add xy ...
4
votes
1answer
273 views
Publishing multiple rasters under a single map service
I have a new project in design where I need to publish a web service that will allow access for clients (like ArcGis Server Map Services).
The only thing is, I have a big raster database (~300+ ...
1
vote
0answers
116 views
Arcpy problems regarding convertToMSD() Function
I am having trouble getting the ConvertToMSD Function to work. Technically it works, but not in the long run of my script.
I use the converttomsd function to create an msd. I then publish this msd as ...
4
votes
2answers
785 views
Publish MXD to server in ArcObjects C#
I have an MXD that I would like to publish to an ArcGIS server using C# ArcObjects (preferably as an MSD). I have been unable to find anything regarding this. Essentially I would like to implement the ...
4
votes
1answer
444 views
Can a 9.3 MSD be created with ArcGIS 10?
I know that we can save to a 9.3 MXD document using ArcGIS 10.
Is it possible to export to a 9.3 MSD (optimized map document) using ArcGIS 10?