AnalyzeForMSD (arcpy.mapping)

Summary

LegacyLegacy:

Starting at ArcGIS 10.1 for Server, Map Server Definition (.msd) files have been replaced with Service Definition Draft (.sddraft) and Service Definition (.sd) files. Please use the AnalyzeForSD function instead.

Analyzes map documents (.mxd) to determine sources for potential suitability and performance issues when converting a map to a map service definition (.msd) file.

Discussion

Starting at ArcGIS 10.1 for Server, Map Server Definition (.msd) files have been replaced with Service Definition Draft (.sddraft) and Service Definition (.sd) files. See the following help topic for more information: What to expect when migrating to ArcGIS for Server.

Consider using the AnalyzeForSD function instead.

Syntax

AnalyzeForMSD (map_document)
ParameterExplanationData Type
map_document

A variable that references a MapDocument object.

MapDocument
3/3/2014