<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What is ERROR 001824 in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681113#M27687</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00176-00200-000184.htm" target="_blank"&gt;000184: Spatial index does not exist.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if you need one&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-spatial-index.htm" target="_blank"&gt;Add Spatial Index (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there are other links on "Spatial Index" in the help files that may be applicable to your situation&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2026 16:43:07 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2026-01-30T16:43:07Z</dc:date>
    <item>
      <title>What is ERROR 001824</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681048#M27686</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;There is a network dataset (SMP 2025R2) in Enterprise Geodatabase.&amp;nbsp; I execute the script for create a mobile map package.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
import datetime


def get_datetime() -&amp;gt; str:
	return datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')


in_project = r'D:\test_0128\mmpk_test.aprx'
aprx = arcpy.mp.ArcGISProject(in_project)
mapx = aprx.listMaps()[0]


print(f'{get_datetime()}\tStart CreateMobileMapPackage.')


try:
    arcpy.management.CreateMobileMapPackage(
        in_map=mapx,
        output_file=r"D:\test_0128\T2\northamerica.mmpk",
        in_locator=None,
        area_of_interest=None,
        extent='-21814765.8637 -9761502.39781242 21960991.6959 25523078.0673124 PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_Auxiliary_Sphere"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["Standard_Parallel_1",0.0],PARAMETER["Auxiliary_Sphere_Type",0.0],UNIT["Meter",1.0]]',
        clip_features="SELECT",
        title="Map",
        summary="",
        description="",
        tags="",
        credits="",
        use_limitations="",
        anonymous_use="STANDARD",
        enable_map_expiration="DISABLE_MAP_EXPIRATION",
        map_expiration_type="ALLOW_TO_OPEN",
        expiration_date=None,
        expiration_message="This map is expired.  Contact the map publisher for an updated map.",
        select_related_rows="KEEP_ALL_RELATED_ROWS",
        reference_online_content="EXCLUDE_SERVICE_LAYERS"
    )


    print(f'{get_datetime()}\tCompleted CreateMobileMapPackage.')

    print(arcpy.GetMessages())
finally:
    print(get_datetime())&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After 2 days, I got the ERROR and the pi (why is pi?).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeoDeng_1-1769779593962.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147600i320360DB3304CADE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeoDeng_1-1769779593962.png" alt="LeoDeng_1-1769779593962.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone explain the error messages for&amp;nbsp;ERROR 001824? I cannot find the error code in arcgis pro 3.5 Help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeoDeng_0-1769779259735.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/147599iB46FF90134C9E46F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeoDeng_0-1769779259735.png" alt="LeoDeng_0-1769779259735.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Leo&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ArcGIS Pro Version: 3.5.0&lt;/P&gt;&lt;P&gt;ArcGIS Enteprise Geodatabase: SQL Server 2022&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 13:32:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681048#M27686</guid>
      <dc:creator>LeoDeng</dc:creator>
      <dc:date>2026-01-30T13:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is ERROR 001824</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681113#M27687</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00176-00200-000184.htm" target="_blank"&gt;000184: Spatial index does not exist.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if you need one&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-spatial-index.htm" target="_blank"&gt;Add Spatial Index (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there are other links on "Spatial Index" in the help files that may be applicable to your situation&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 16:43:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681113#M27687</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2026-01-30T16:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is ERROR 001824</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681257#M27689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The error message is 001824.&amp;nbsp; Do you think it related to&amp;nbsp;000184?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Leo&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2026 01:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681257#M27689</guid>
      <dc:creator>LeoDeng</dc:creator>
      <dc:date>2026-01-31T01:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is ERROR 001824</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681263#M27690</link>
      <description>&lt;P&gt;apologies, I snagged the wrong ID.&lt;/P&gt;&lt;P&gt;I can't find it in the list either, so it must be new.&amp;nbsp; I checked the Support site (public facing only) and 001824 isn't listed, but 001823 and 001825 are.&amp;nbsp; So either the number is wrong, or it hasn't made it to the error list yet.&lt;/P&gt;&lt;P&gt;Nothing obvious appeared for CreateMobileMapPackage on the support site, but if you haven't looked, it might be worth looking at the entries (Errors or Bug or Community posts)&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/search?q=CreateMobileMapPackage&amp;amp;s=Relevance" target="_blank"&gt;Esri Support Search Results&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2026 03:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/what-is-error-001824/m-p/1681263#M27690</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2026-01-31T03:04:34Z</dc:date>
    </item>
  </channel>
</rss>

