<?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: Unable to fetch all records from feature class through rest api in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/unable-to-fetch-all-records-from-feature-class/m-p/1401301#M45039</link>
    <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Yes, the geodatabase is versioned, however, the sde points to default version and no new versions were created. The edits were made directly to the sde without creating versions.&lt;/P&gt;&lt;P&gt;Reconcile/Post are greyed out as no new versions were created. Version manager shows just one(default-owner-dbo) version.&lt;/P&gt;&lt;P&gt;Is there any other options besides 'Compress Database'.&lt;/P&gt;&lt;P&gt;Will the below solution help in this case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/properly-editing-sde-default-version/td-p/603080" target="_self"&gt;https://community.esri.com/t5/data-management-questions/properly-editing-sde-default-version/td-p/603080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2024 07:53:45 GMT</pubDate>
    <dc:creator>ROHANWAJEKAR</dc:creator>
    <dc:date>2024-03-27T07:53:45Z</dc:date>
    <item>
      <title>Unable to fetch all records from feature class through rest api</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-fetch-all-records-from-feature-class/m-p/1400819#M45033</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I am a new user of ArcGIS and currently exploring ARCMap with geodatabase linked with .sde. I am unable to fetch all records(new) from the Rest API calls for a MS SQL server geodatabase. The API calls are made to ARCGIS Server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Following is the data from FeatureClass table desc sorted on objectID field. First column is objectid. Cannot fetch ID 96532 which is basically last record.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 743px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99074i6423CAC66D330352/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Below is API query for objectID=96144 which outputs result, as available in geodatabase&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 557px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99076i8F960EF7E4FD006B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. Below is API query for objectID=96532(last record) which does not provide result though available in geodatabase&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 532px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99075i592C1EF4E3586BDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is happening for all FeatureClass tables updated with new data.&lt;/P&gt;&lt;P&gt;Definition query has been updated to select records upto last objectID, for all these tables, but still the API query does not provide output for the newly loaded records.&lt;/P&gt;&lt;P&gt;Is there any other feature which basically restricts data output (for optimisation) and needs to be updated post Load Data process.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 11:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-fetch-all-records-from-feature-class/m-p/1400819#M45033</guid>
      <dc:creator>ROHANWAJEKAR</dc:creator>
      <dc:date>2024-03-26T11:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fetch all records from feature class through rest api</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-fetch-all-records-from-feature-class/m-p/1400856#M45034</link>
      <description>&lt;P&gt;If new data is being created in the enterprise geodatabase and not seen on the published service, I would check whether the new data and published data are using the same geodatabase version (not software version, but geodatabase version as in versioned data).&amp;nbsp; It might be necessary to reconcile and post the data to a parent version before it shows up in the service.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 13:10:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-fetch-all-records-from-feature-class/m-p/1400856#M45034</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2024-03-26T13:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to fetch all records from feature class through rest api</title>
      <link>https://community.esri.com/t5/data-management-questions/unable-to-fetch-all-records-from-feature-class/m-p/1401301#M45039</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Yes, the geodatabase is versioned, however, the sde points to default version and no new versions were created. The edits were made directly to the sde without creating versions.&lt;/P&gt;&lt;P&gt;Reconcile/Post are greyed out as no new versions were created. Version manager shows just one(default-owner-dbo) version.&lt;/P&gt;&lt;P&gt;Is there any other options besides 'Compress Database'.&lt;/P&gt;&lt;P&gt;Will the below solution help in this case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/properly-editing-sde-default-version/td-p/603080" target="_self"&gt;https://community.esri.com/t5/data-management-questions/properly-editing-sde-default-version/td-p/603080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 07:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unable-to-fetch-all-records-from-feature-class/m-p/1401301#M45039</guid>
      <dc:creator>ROHANWAJEKAR</dc:creator>
      <dc:date>2024-03-27T07:53:45Z</dc:date>
    </item>
  </channel>
</rss>

