<?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: Invalid field type for route identifier field in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1677940#M13381</link>
    <description>&lt;P&gt;FYI this issue was resolved for us in ArcGIS Pro 3.6.0. Before the upgrade, we were getting these errors with many different types of edit operations.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jan 2026 20:05:35 GMT</pubDate>
    <dc:creator>MRJ1</dc:creator>
    <dc:date>2026-01-14T20:05:35Z</dc:date>
    <item>
      <title>Invalid field type for route identifier field</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1596642#M12760</link>
      <description>&lt;P&gt;Hi. I'm looking to create a route event source layer as described in the ProConcepts documentation under Linear Referencing:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Linear-Referencing#route-event-source" target="_self"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Linear-Referencing#route-event-source&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a first step in the workflow, when I go to specify the route information.....&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;RouteInfo routeInfo = new RouteInfo(routesFeatureClass, routeIdFieldName);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;.....I get an error: "The route identifier field &amp;lt;MyFieldName&amp;gt; is an invalid type". My route id field (which is passed to the RouteInfo constructor as a string identifying the field by name) is of type 'double'. Are only integer field types accepted in this case? It doesn't mention this in the API documentation. The same error occurs when implementing event info using the LineEventInfo class - it does not accept fields of type 'double'.&lt;/P&gt;&lt;P data-unlink="true"&gt;If I use the geoprocessing tool &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/linear-referencing/make-route-event-layer.htm" target="_self"&gt;Make Route Event Layer&lt;/A&gt;, the Route Identifier Field states the field can be numeric, text, or GUID. Fields of type 'double' are accepted in this case.&lt;/P&gt;&lt;P data-unlink="true"&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 16:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1596642#M12760</guid>
      <dc:creator>MRJ1</dc:creator>
      <dc:date>2025-03-18T16:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field type for route identifier field</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1597131#M12769</link>
      <description>&lt;P&gt;Thanks for reporting the issue,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/784313"&gt;@MRJ1&lt;/a&gt;. We will investigate it because it appears to be a bug in the SDK.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 15:33:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1597131#M12769</guid>
      <dc:creator>Aashis</dc:creator>
      <dc:date>2025-03-19T15:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field type for route identifier field</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1597189#M12770</link>
      <description>&lt;P&gt;Thanks for looking into this. Much appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 17:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1597189#M12770</guid>
      <dc:creator>MRJ1</dc:creator>
      <dc:date>2025-03-19T17:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field type for route identifier field</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1677702#M13378</link>
      <description>&lt;P&gt;I am running into this a lot. When simply trying to update the values in my FROM_MEAS or TO_MEAS in my table, I get the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahWeekley_KE_0-1768347755593.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/146748i29430C2CB578118A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahWeekley_KE_0-1768347755593.png" alt="HannahWeekley_KE_0-1768347755593.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Everything else appears to be fine with the table. The RouteID field is Long, and my FROM_MEAS/TO_MEAS are both Float.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I get this error the updates I make in the table do not take, it reverts back. I've noticed though if I save edits and close/open the table and click around a bit, the new values eventually will update but there doesn't seem to be a rhyme/reason/pattern that I can follow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 23:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1677702#M13378</guid>
      <dc:creator>HannahWeekley_KE</dc:creator>
      <dc:date>2026-01-13T23:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid field type for route identifier field</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1677940#M13381</link>
      <description>&lt;P&gt;FYI this issue was resolved for us in ArcGIS Pro 3.6.0. Before the upgrade, we were getting these errors with many different types of edit operations.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 20:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/invalid-field-type-for-route-identifier-field/m-p/1677940#M13381</guid>
      <dc:creator>MRJ1</dc:creator>
      <dc:date>2026-01-14T20:05:35Z</dc:date>
    </item>
  </channel>
</rss>

