HOW TO

Download metadata XML from an image service published to ArcGIS for Server 10.1

Last Published: October 1, 2025

Summary

Instructions provided in this article show how to download metadata XML from an image service published to ArcGIS 10.1 for Server SP1.

Procedure

Metadata XML may contain sensitive information such as machine names or paths and are excluded from a download list. At version 10.1 SP1, it remains excluded by default, but users can enable it by specifying the following in the service configuration. JSON: "allowMetadataFileDownload": "true".

The following additional steps are needed:

  1. Log in to https://server:port/arcigs/admin
  2. Click Services and navigate to the service, for example:
https://server:6080/arcgis/admin/services/ISDownload.ImageServer
  1. At the bottom of the page, under Support Operations, click Edit.
  2. Find the following in the Service (in JSON format) text box:
"maxDownloadImageCount": "20",
  1. Insert the following:
"allowMetadataFileDownload": "true",
  1. Click Save edits.

Article ID: 000011697

Software:
  • ArcGIS Server

Get support with AI

Resolve your issue quickly with the Esri Support AI Chatbot.

Start chatting now

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Start chatting now

Go to download options