<?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: ERROR 004003: Gateway Timeout. When using Clip in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/error-004003-gateway-timeout-when-using-clip/m-p/1623986#M96679</link>
    <description>&lt;P&gt;There is an ArcGIS tool error and warnings page on this error message but it's not terribly helpful -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-04001-04025-004003.htm" target="_blank"&gt;004003: Gateway Timeout.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;All the services are healthy:&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://status.arcgis.com/#" target="_blank"&gt;ArcGIS Online Health Dashboard&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://hubstatus.arcgis.com/" target="_blank"&gt;ArcGIS Hub Status&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://livingatlas.arcgis.com/livefeeds-status/" target="_blank"&gt;Live Feeds Status&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you do this workflow manually outside of the script, do you still get the same timeout message?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jun 2025 19:05:35 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2025-06-16T19:05:35Z</dc:date>
    <item>
      <title>ERROR 004003: Gateway Timeout. When using Clip</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-004003-gateway-timeout-when-using-clip/m-p/1623957#M96673</link>
      <description>&lt;P&gt;I've developed a toolbox a couple of months ago, prior to 3.5.0 update, that completes a simple task.&lt;/P&gt;&lt;P&gt;It's as simple as importing boundaries from the Living Atlas portal and performing a spatial join then clip.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;HUC_06_layer_url = 'https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/Watershed_Boundary_Dataset_HUC_6s/FeatureServer/0'
        arcpy.management.MakeFeatureLayer(HUC_06_layer_url, "HUC06")
HUC_10_layer_url = 'https://services.arcgis.com/P3ePLMYs2RVChkJx/arcgis/rest/services/Watershed_Boundary_Dataset_HUC_10s/FeatureServer/0'
        arcpy.management.MakeFeatureLayer(HUC_10_layer_url, "HUC10")

arcpy.analysis.SpatialJoin(
            target_features="HUC06",
            join_features=installation_A_directory,
            out_feature_class=HUC06_Out,
            join_operation="JOIN_ONE_TO_ONE",
            join_type="KEEP_COMMON",
            field_mapping=None,
            match_option="CONTAINS",
            search_radius=None,
            distance_field_name="",
            match_fields=None
        )
arcpy.analysis.Clip(
                in_features="HUC10",
                clip_features=HUC06_Out,
                out_feature_class=HUC10_Out,
                cluster_tolerance=None
            )&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spark92_0-1750096115097.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/134432i0D9136666011D019/image-size/medium?v=v2&amp;amp;px=400" role="button" title="spark92_0-1750096115097.png" alt="spark92_0-1750096115097.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This has never happened before when running this tool prior to the 3.5.0 update. I recently applied the update and ran this tool for the first time afterwards. I know the HUC06 and 10 boundaries contain a lot of information and ESRI recommends clipping with a smaller data. I had no issue running the tool with various data (in terms of spatial join). Even performing the task with pairwise clip isn't working. Manually clipping (not my tool, but the clip geoprocessing tool) isn't also working. One resolution I came up with was to set the processing extent (in the environment tab) and limit the X and Y extents. This, however, doesn't always work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why this keeps happening?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 18:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-004003-gateway-timeout-when-using-clip/m-p/1623957#M96673</guid>
      <dc:creator>spark92</dc:creator>
      <dc:date>2025-06-16T18:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 004003: Gateway Timeout. When using Clip</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-004003-gateway-timeout-when-using-clip/m-p/1623986#M96679</link>
      <description>&lt;P&gt;There is an ArcGIS tool error and warnings page on this error message but it's not terribly helpful -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-04001-04025-004003.htm" target="_blank"&gt;004003: Gateway Timeout.—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;All the services are healthy:&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://status.arcgis.com/#" target="_blank"&gt;ArcGIS Online Health Dashboard&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://hubstatus.arcgis.com/" target="_blank"&gt;ArcGIS Hub Status&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://livingatlas.arcgis.com/livefeeds-status/" target="_blank"&gt;Live Feeds Status&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you do this workflow manually outside of the script, do you still get the same timeout message?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 19:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-004003-gateway-timeout-when-using-clip/m-p/1623986#M96679</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2025-06-16T19:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 004003: Gateway Timeout. When using Clip</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-004003-gateway-timeout-when-using-clip/m-p/1624015#M96682</link>
      <description>&lt;P&gt;Right, those ArcGIS too error documents weren't that helpful.&lt;/P&gt;&lt;P&gt;And yes, the workflow was attempted with both the script and the geoprocessing tool. Same timeout message shows up. The most prominent solution (highest success rate, but not 100%) is to select the polygons (boundaries) to clip manually by drag and select (mouse) the necessary extents (boundaries).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 19:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-004003-gateway-timeout-when-using-clip/m-p/1624015#M96682</guid>
      <dc:creator>spark92</dc:creator>
      <dc:date>2025-06-16T19:26:22Z</dc:date>
    </item>
  </channel>
</rss>

