.MSD

Файл MSD

ArcGIS Map Service Definition
Задать вопрос
БЫСТРЫЙ ОТВЕТ

An MSD file is an ArcGIS Map Service Definition - a compiled, draw-optimized version of an ArcMap map document (.mxd) that ArcGIS Server used to host fast map services. It is not an editable map or a dataset. You work with it through ArcGIS Desktop (ArcMap) or ArcGIS Pro. The format is legacy, replaced by .sddraft/.sd service definitions since ArcGIS 10.1 in 2012.

Разработчик: Esri Категория: Файлы GIS MIME: application/octet-stream
ОТКРЫВАЕТСЯ НА Windows
Связанные: .GPX · .GML · .KML · .SHP

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Jun 22, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла MSD?

.msd files store maps generated by ArcGIS for use with ArcGIS Server's optimized map services. Each .msd is compiled from an .mxd document - the editable ArcMap map - and packages layer definitions, symbology, and table properties into a draw-optimized binary. Because .msd is a server-side compiled artifact, .msd files cannot be modified directly; to update the map you must edit the source .mxd and regenerate via ConvertToMSD or ArcMap's publish workflow.

.msd files are used by ArcGIS Server (versions 9.3-10.0) to render map images quickly over the web. The underlying GIS datasets are not embedded - they remain external; .msd carries only the rendering instructions.

.msd-based optimized map services were deprecated at ArcGIS 10.1 (2012). Esri replaced them with .sddraft and .sd service definitions, used in all current ArcGIS publishing workflows.

Безопасность и защита

РИСК: LOW

An MSD is a passive, compiled GIS server definition - it isn't an executable and contains no macros, so it can't run anything. It only references external datasets and is read by ArcGIS Server. The practical caveats are non-security: it's a proprietary, legacy artifact that only Esri software understands, and without the source .mxd it cannot be re-edited. Only deploy .msd files into a server from trusted internal sources, as with any published map content.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕArcGIS Map Service Definitionтакже известен как Map Service Definition, Map Server Definition
РАЗРАБОТЧИКEsriс 2008 (ArcGIS Server 9.3 - optimized map service publishing)
КАТЕГОРИЯФайлы GIS
MIME-ТИПapplication/octet-stream
ТИПCompiled binary map definition exported from an ArcMap document (.mxd) for fast server rendering
СВЯЗАННЫЕ.gpx.gml.kml.shp

Программы, открывающие файлы MSD

Windows3 apps
ArcGIS Desktop (ArcMap) Платно Use ArcMap's ConvertToMSD/MapToMSD tooling to generate or regenerate the .msd from a map document; ArcMap is the only app that authors MSDs. (ArcMap is retired - see ArcGIS Pro.)
ArcGIS Server (9.3-10.0) Платно ArcGIS Server consumes the .msd to host an optimized map service. It reads the file; it isn't a desktop 'open' you do manually.
ArcGIS Pro Платно The modern successor: open the source map in ArcGIS Pro and publish a web map/service (.sd), the current replacement for the legacy .msd workflow.

Технические подробности

глубокая спецификация
DeveloperEsri
EncodingProprietary binary (compiled map definition)
MIME typeapplication/octet-stream
PlatformWindows only
Typical file sizeTens of KB to a few MB (rendering definition only; GIS datasets are external)
Generated fromArcMap document (`.mxd`) via `ConvertToMSD` or the ArcMap map publishing workflow
Consumed byArcGIS Server 9.3-10.0 optimized map services
ContentsLayer definitions, symbology rules, and table properties optimized for fast server-side rendering
GIS data storageExternal only - underlying datasets are referenced, not embedded in the `.msd`
EditableNo - read-only compiled artifact; source `.mxd` must be edited and re-exported to update
Active lifespanArcGIS Server 9.3 (2008) through 10.0 (2010)
DeprecatedArcGIS 10.1 (2012) - Esri discontinued optimized (MSD-based) map services
Superseded by`.sddraft` / `.sd` service definitions (ArcGIS 10.1 and later)
File signatureNone publicly documented - opaque proprietary binary with no known magic bytes
Выпущен2008 (ArcGIS Server 9.3 - optimized map service publishing)
Последняя версияArcGIS 10.0; deprecated at ArcGIS 10.1 (2012) in favor of .sddraft/.sd service definitions
Спецификацияdesktop.arcgis.com

Конвертации MSD

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами MSD. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах MSD.

Часто задаваемые вопросы

What is an MSD file?
It's an ArcGIS Map Service Definition - a compiled, draw-optimized version of an ArcMap map document (.mxd) that ArcGIS Server used to render map services quickly. It's a server artifact, not an editable map or a dataset.
How do I open an MSD file?
With Esri ArcGIS software. ArcMap generates and (via the server) consumes .msd files; you can't usefully open one in a generic viewer. To change the map, edit the original .mxd it was built from.
What's the difference between MSD and MXD?
The .mxd is the editable map document you design in ArcMap; the .msd is a compiled, optimized version generated from it for fast server rendering. The .mxd is the source; the .msd is the build output.
Is the MSD format still used?
No, it's legacy. Starting at ArcGIS 10.1 for Server (2012), Esri replaced the .msd workflow with Service Definition Draft (.sddraft) and Service Definition (.sd) files, and made all map services optimized by default.
Why does the file database call .msd a diagnostic report?
That label ('DINFO Diagnostic Utility Report') is incorrect. The Esri developer, ArcGIS programs and GIS category in the same database all point to the real, dominant meaning: an ArcGIS Map Service Definition.
Can I edit an MSD file?
Not directly - it's a compiled binary. Edit the source .mxd in ArcMap and regenerate the .msd (or, in modern ArcGIS, re-publish from ArcGIS Pro). If the source map is lost, the MSD can't be turned back into an editable document.

Ссылки

1Esri - ConvertToMSD (ArcMap)desktop.arcgis.com
2Esri - AnalyzeForMSDdesktop.arcgis.com

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.NOMEDIAAndroid No-Media Marker File
6.PARTPartial Download File
7.RPMSGRestricted Permission Message
8.DBSQLite Database File
9.EXEWindows Executable (Portable Executable)
10.AVIFAV1 Image File Format (AVIF)

Похожие расширения

.GPXGPS Exchange Format
.GMLGeography Markup Language
.KMLKeyhole Markup Language
.SHPEsri Shapefile (geospatial vector data)
.RTMAPCompeGPS / TwoNav Tiled Raster Map
.KMZKeyhole Markup Language Zipped (Google Earth)

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z