<?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: ObjectID of an ArcSDE feature class skipping values in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707338#M40064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;can't&lt;/SPAN&gt;&lt;SPAN&gt; manage SDE sequenced values.&amp;nbsp; "SDE-set" is exactly that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best practice is to avoid using registered rowid values for any other &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;purpose, so this shouldn't even be an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 17:37:02 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-05-12T17:37:02Z</dc:date>
    <item>
      <title>ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707335#M40061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running ArcSDE 10 SP1 with Microsoft SQL Server 2008 R2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got some strange behavior in one of our utility feature classes.&amp;nbsp; It's participating in a feature dataset, and when my editors create new features, the ObjectID they're getting assigned is out of sequence.&amp;nbsp; For example, the first thirteen features all had objectID's of 1-13, but the fourteenth had an objectID of 413, and the fifteenth had an objectID of 813.&amp;nbsp; It goes up by 400 each new feature.&amp;nbsp; We had a similar problem with another feature class, except it would be two successive numbers before the big jump in ObjectID (412, 413, 812, 813, etc).&amp;nbsp; This was fixed by exporting the feature class and bringing it back in so the ObjectID's were reassigned in the new feature class.&amp;nbsp; Since this seems to be recurring at this point, I really want to know what's going on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This hasn't caused any immediate problems but I'm curious if anyone knows what could be causing this behavior?&amp;nbsp; I find it unsettling at the very least, and want to make sure it's not a symptom of a greater problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 18:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707335#M40061</guid>
      <dc:creator>JonathanHouck</dc:creator>
      <dc:date>2011-10-31T18:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707336#M40062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;SDE-set objectid values are managed by a sequence (or on SQL-Server, by one-row table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that is incremented).&amp;nbsp; It is very inefficient to increment with each row, so ArcSDE actually&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;increments by a larger value (200 or 400) and assigns the values in between by itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On Oracle, the excess values are stuffed in a DBMS_PIPE for re-use; I'm not positive that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;an equivalent exists with Microsoft.&amp;nbsp; In the end it doesn't really matter, since the values&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;only need to be unique (and positive) for the linkage between tables and graphics within&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS (it's not an error, just an implementation quirk of the load process).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 20:23:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707336#M40062</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-10-31T20:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707337#M40063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vangelo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are having the same issue in the current version of SDE. How do we manage the SDE sequenced values in Arc? Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 17:26:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707337#M40063</guid>
      <dc:creator>JohnCalgiano</dc:creator>
      <dc:date>2014-05-12T17:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707338#M40064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;can't&lt;/SPAN&gt;&lt;SPAN&gt; manage SDE sequenced values.&amp;nbsp; "SDE-set" is exactly that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best practice is to avoid using registered rowid values for any other &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;purpose, so this shouldn't even be an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 17:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707338#M40064</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-05-12T17:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707339#M40065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, Thank you for the quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 12:51:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707339#M40065</guid>
      <dc:creator>JohnCalgiano</dc:creator>
      <dc:date>2014-05-13T12:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707340#M40066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vince,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing the same issue on a couple of datasets using MSSQL Server.&amp;nbsp; &amp;nbsp;My questions are a) why doesn't this sequencing occur in every feature class? and b) is there any way to remedy/avoid it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrien&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:19:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707340#M40066</guid>
      <dc:creator>AdrienHafner</dc:creator>
      <dc:date>2018-01-11T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707341#M40067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As described elsewhere in this thread, it's an artifact of how features are loaded, and there's no way to externally influence the behavior. It's not hurting anything, so it does not seem to need remedy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707341#M40067</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2018-01-12T15:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707342#M40068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good morning, and thank you for your response.&amp;nbsp; I've read this thread in great detail, and what I'm not seeing, which is why I asked the question, is why this behavior occurs with only a small percentage of feature classes and not all of them?&amp;nbsp; What about the feature class and its loading procedure causes some to behave 'normally' and others to skip by 200 or 400?&amp;nbsp; Again, I understand your explanation as to why it skips, but I don't understand why it's not consistent among all feature classes in existence in the world.&amp;nbsp; Secondly, the reason I'm asking about a solution is because a) it looks messy and b) it will cause our dataset to reach the maximum number allowable prematurely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrien&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707342#M40068</guid>
      <dc:creator>AdrienHafner</dc:creator>
      <dc:date>2018-01-12T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectID of an ArcSDE feature class skipping values</title>
      <link>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707343#M40069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea why any one particular layer would have skipped values (besides when using multiple appends and/or multiple simultaneous inserts). The visibility of messiness is questionable, since these IDs are not intended for any other use. You should not ever exceed 20-50 million rows in any table, so reaching the 2^31-1 rowid limit first seems like quite a challenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to discover why your your site is exhibiting this specific behavior, please open a Tech Support ticket. They have better means to reproduce this issue than I do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 15:40:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/objectid-of-an-arcsde-feature-class-skipping/m-p/707343#M40069</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2018-01-12T15:40:35Z</dc:date>
    </item>
  </channel>
</rss>

