<?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: ArcSDE Databases Have Extent Randomly Change in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536030#M30354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We still have this issue, and reading this thread, it seems like we imported the error from copying data from old sde's. We never had an issue before, until we created a new sde on a new server in 2018. Features are shown in the default coordinate system of the database (ED50), but as soon as we use a projected coordinate system, some features (not all) disappear! The remaining features have in common, that they stem from the same project, so they most likely were added to the sde at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See screenshots of what is happening here:&lt;/P&gt;&lt;P&gt;Feature extent:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/448658_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/448653_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After using a projected coordinate system in the data frame:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/448656_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We only manage to fix this error by taking a backup of the feature class, rebuilding the spatial index, removing the faulty features and copying them to the database again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we have the same workflow as @Steve Salas, since we usually work in a projected coordinate system and then load the data into our sde, which has a geographic coordinate system. Something gets messed up here in this process... Just today we had the case of a user loosing features in a map with projected coordinate system, she then copied the missing features in but that caused ALL other features to go corrupt and disappear!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to restrict the feature extent of our feature datasets or feature classes? Also, what would be the ideal workflow for our data? Creating features in a projected coordinate system in a gdb and then adding the data to the sde? What is the safest and best way to do it (since there are so many and we use all of them actually: tool Append, copy paste in an edit session and Load from the right click menu on the sde)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2019 20:39:09 GMT</pubDate>
    <dc:creator>BarbaraS</dc:creator>
    <dc:date>2019-05-28T20:39:09Z</dc:date>
    <item>
      <title>ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536019#M30343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been having a problem with the extents of feature classes in our SDE here at work.&amp;nbsp; Our database is divided into feature datasets that have various feature classes in them.&amp;nbsp; The problem is as follows:&amp;nbsp; The feature classes are all in GCS NAD 27.&amp;nbsp; Sometimes, when editing data (digitizing features and filling in the fields), at some point, the extent of the feature class will change.&amp;nbsp; The data source is still set correctly, and while the top and right extent are still correct, the bottom and left extent get changed to -400.00 dd.&amp;nbsp; It's always the bottom and left extent that get changed as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't think of anything in particular that I'm doing to cause this.&amp;nbsp; There are a couple of us editing the SDE at the same time, but we are always working in different feature classes.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's possible to fix the extent by resetting the data source from a feature class that still has the correct extent, but I'd like to know why this is happening so that we can fix it permanently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ethan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 15:20:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536019#M30343</guid>
      <dc:creator>EthanHunt1</dc:creator>
      <dc:date>2014-06-24T15:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536020#M30344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't have a solution but I can say we have a similar issue...&amp;nbsp; we use GCS NAD 1983 and sometimes the max extents of the feature class get changed to very large values that make no sense in terms of degrees of latitude/longitude.&amp;nbsp; If there is no data outside of our normal extent, we use the Feature Extent property tab in ArcCatalog to fix it, or sdelayer -o alter -E.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other times we have data entered during editing that ends up a complete revolution around the world from where it should be.&amp;nbsp; To fix that I have to select those features in ArcMap and use "Move..." in the Editor toolbar pulldown to subtract 360 degrees from their location and the features are then in the correct location.&amp;nbsp; Then I can change the extents as above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also had to fix dirty areas in topologies that go far outside the extent of the data - they cannot be validated as-is and you need to use sdelayer -o alter -E on the dirtyareas feature class as there is no topology extent property in ArcCatalog (10.2.0).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've talked to several editors and tried to use their recollections of their editing workflows to duplicate it in my test SDE geodatabase, but so far I have not been able to make it happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/101700-SDE-Feature-Class-envelope-(max-x-y)-too-large"&gt;http://forums.arcgis.com/threads/101700-SDE-Feature-Class-envelope-(max-x-y)-too-large&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 18:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536020#M30344</guid>
      <dc:creator>SteveSalas</dc:creator>
      <dc:date>2014-07-02T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536021#M30345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good to know we aren't the only ones having this issue.&amp;nbsp; I did also find the feature extent tab and recalculating the values from there, which was nice.&amp;nbsp; My continuing research into this hasn't turned up much, but what I have noticed is that the extent of the feature classes is being changed to match the spatial reference domain values (Domain, Resolution, and Tolerance tab in ArcCatalog).&amp;nbsp; Of course, that brought up something else that puzzled me, which is why our Domain values are so bizarre (Max X/Y: 9006799.254, Min X/Y: -400 degrees).&amp;nbsp; The extent seems to be matching the Min X/Y values, but I still don't know what is causing it to change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have much experience with SDE's having just graduated recently (1 year ago) and not being responsible for anything but editing data, so I'm trying to learn about more than just our problem as I figure this out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering if there is some correlation between something I'm doing while editing and the extent changing.&amp;nbsp; Occasionally when I'm editing, I'll accidentally copy/paste some info into the bottom entry that doesn't actually exist (usually by accidentally hitting ctrl + down arrow and pasting before I realize I've jumped all the way to the bottom), but which gets created once I put info into it.&amp;nbsp; I always delete the entry, but zooming to it puts me just off the coast of Texas in the gulf, near Houston, which is within the FC extent. After the last time I did this (admittedly on purpose this time), I came back the next day and the extent of that FC had changed again, although it hadn't changed when I left work (I made sure to check).&amp;nbsp; I have a suspicion my problem is related to this, but I can't figure out how exactly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope something I've said above helps you either duplicate or find a solution to this/your problem.&amp;nbsp; Thanks for the details about your struggle with this.&amp;nbsp; If I didn't explain something clearly enough or you have any other questions/comments let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ethan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 19:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536021#M30345</guid>
      <dc:creator>EthanHunt1</dc:creator>
      <dc:date>2014-07-02T19:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536022#M30346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Keep in mind that there are two extents at play here.&amp;nbsp; The first is the envelope property&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of the data in the table (SE_layerinfo_get_envelope()).&amp;nbsp; This is a user-specified value,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and is maintained by ArcGIS automagically (data added outside the existing envelope &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;updates the envelope).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second is the absolute limits of the coordinate reference (SE_coordref_get_xy_envelope())&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which are absolute for a given coordref (from the falsex,falsey LL corner to the HIGH precision &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;64-bit integer limit in map units). You can learn more about this in the &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/whitepapers/view/productid/15/metaid/1301"&gt;coordinate management&lt;BR /&gt;whitepaper&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you mistakenly add data outside the limit then delete it, the layer envelope will &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;not&lt;/SPAN&gt;&lt;SPAN&gt; be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;automatically recalculated (it's too expensive to query all features then and there to repair it).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There have also been bugs in the past where projected data, when added in native coordsys, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;accidently updated the layer envelope in projected units (but I don't think this is your issue).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I usually initialize my GCS coordrefs to have extent {-180,-90,180,90}, just to eliminate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;natural growth in the envelope (which is used in initial map extent and query optimization).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If they get out of whack, it's easy enough to set them right again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 23:08:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536022#M30346</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-07-02T23:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536023#M30347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for jumping in the thread, Vince...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"There have been bugs in the past..."&amp;nbsp; - how far in the past?&amp;nbsp; We're at 10.1 on both the desktop and ArcSDE and that was my first thought (adding projected data to the GCS SDE feature class), but I haven't been able to reproduce it...&amp;nbsp; I've asked the GIS editors to explain their workflow but unless you see them do it, most are hard pressed to recall what they did (typically they are natural resource specialists, etc. and GIS is not a primary function of their jobs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, do you know if ArcCatalog 10.3 will support updating the envelope in T_n_DIRTYAREAS?&amp;nbsp; I've had to fix this with SDELAYER a few times and I understand 10.3 will not include SDE command line tools.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 15:26:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536023#M30347</guid>
      <dc:creator>SteveSalas</dc:creator>
      <dc:date>2014-07-11T15:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536024#M30348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how far into the past.&amp;nbsp; It may have been a "feature" fixed in a late 10.0 SP,&lt;/P&gt;&lt;P&gt;but due to release overlap, may have been present at 10.1 (Final).&amp;nbsp; I can't imagine&lt;/P&gt;&lt;P&gt;it wasn't fixed by 10.1 SP1 (and there's been several years to get SP1 applied).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reproducing this kind of compound error bug is usually &lt;EM&gt;very&lt;/EM&gt; difficult, but if you do find&lt;/P&gt;&lt;P&gt;a use case, please let Tech Support know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without 'sdelayer -o alter'&amp;nbsp; at 10.3, the fallback would be SQL, though there might be&lt;/P&gt;&lt;P&gt;a tool which is less risky.&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, 11 Jul 2014 15:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536024#M30348</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-07-11T15:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536025#M30349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp; We started seeing problems with strange extents only after upgrading to ArcSDE 10.1 SP1.&amp;nbsp; I did the upgrade at the same time SQL Server was upgraded from 2008 to 2012 but it's probably the SDE upgrade that did it.&amp;nbsp; I've encountered more serious bugs in ArcSDE 10.1 then previous versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 23:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536025#M30349</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2014-10-08T23:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536026#M30350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are still seeing this problem at 10.2.2.&amp;nbsp; Don't know why the feature extent changes to absolutely unreal values when the editors never zoom out beyond Washington state.&amp;nbsp; Performance when digitizing with snapping on goes from very slow to unusable!&amp;nbsp; In the past recalculating the feature extent, then recalculating the spatial indexes fixed the problem but not this time.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have several feature classes in a single feature database with topology set.&amp;nbsp; I'm opening a ticket with ESRI but if anyone knows of a solution for this or even ideas I'd love to hear them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 17:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536026#M30350</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2016-07-27T17:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536027#M30351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone come up with a solution to this? I´m having the same problem but so far with only one featureclass (sdelayer) in one of our datasets and we are using arcgis 10.3.&lt;/P&gt;&lt;P&gt;I have to recalculate the extent every few weeks, but then again it´s the featureclass we edit the most. But I would like a more permanent fix than to recalculate it everytime it gets messed up, because it can go a long time before I notice it has inconsistent extent. Tried exporting it to a shape to see if there´s something wrong with the layer but the shapes extent was fine. In my case only "max Y" remains the same.&lt;/P&gt;&lt;P&gt;In the printscreen the above values are after it gets all messed up and after&amp;nbsp;recalculation it gets the right values (shown below). I tried searching for the problem, but the only thing I found was&amp;nbsp;&lt;A class="link-titled" href="http://support.esri.com/technical-article/000010898" title="http://support.esri.com/technical-article/000010898"&gt;Error: Warning, inconsistent extent!&lt;/A&gt;&amp;nbsp;and other unanswered topics. But that doesn´t help me at all. And I don´t think the problem is the coordinate system we are using or that it´s defined wrong since I created it from scratch like most of our other featureclasses that do work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/250741_ps.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;//Johanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 12:28:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536027#M30351</guid>
      <dc:creator>JohannaKollin</dc:creator>
      <dc:date>2016-10-24T12:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536028#M30352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still have not found a consistent way to reproduce the problem, but in our case it usually looks like UTM values for our area instead of the decimal degrees that we have as the defined coordinate system - perhaps some problem with users editing the GCS data when their data frame is in UTM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm considering rebuilding the data with a new spatial spatial domain/resolution/tolerance instead of the default values but not sure when I could do that as these are heavily edited feature classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now I have a ArcPy script that runs nightly to loop through all data owner accounts and describe the feature classes. &amp;nbsp;If the&amp;nbsp;extents are outside of a certain geographic area, I put that feature class in a list that I email to myself and the other SDE Administrator for correction when we arrive in the morning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 14:52:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536028#M30352</guid>
      <dc:creator>SteveSalas</dc:creator>
      <dc:date>2016-10-24T14:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536029#M30353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue is killing us when the data is being edited and snapping is on even though the user is zoomed way in!&amp;nbsp; Our users are asking if they can move their data editing from SQL Server to a File Geodatabase but that may be the only option since ESRI tech support couldn't help us with the randomly changing feature extents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 17:18:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536029#M30353</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2016-11-30T17:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE Databases Have Extent Randomly Change</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536030#M30354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We still have this issue, and reading this thread, it seems like we imported the error from copying data from old sde's. We never had an issue before, until we created a new sde on a new server in 2018. Features are shown in the default coordinate system of the database (ED50), but as soon as we use a projected coordinate system, some features (not all) disappear! The remaining features have in common, that they stem from the same project, so they most likely were added to the sde at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See screenshots of what is happening here:&lt;/P&gt;&lt;P&gt;Feature extent:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/448658_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/448653_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After using a projected coordinate system in the data frame:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/448656_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We only manage to fix this error by taking a backup of the feature class, rebuilding the spatial index, removing the faulty features and copying them to the database again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we have the same workflow as @Steve Salas, since we usually work in a projected coordinate system and then load the data into our sde, which has a geographic coordinate system. Something gets messed up here in this process... Just today we had the case of a user loosing features in a map with projected coordinate system, she then copied the missing features in but that caused ALL other features to go corrupt and disappear!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to restrict the feature extent of our feature datasets or feature classes? Also, what would be the ideal workflow for our data? Creating features in a projected coordinate system in a gdb and then adding the data to the sde? What is the safest and best way to do it (since there are so many and we use all of them actually: tool Append, copy paste in an edit session and Load from the right click menu on the sde)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 20:39:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-databases-have-extent-randomly-change/m-p/536030#M30354</guid>
      <dc:creator>BarbaraS</dc:creator>
      <dc:date>2019-05-28T20:39:09Z</dc:date>
    </item>
  </channel>
</rss>

