<?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: Editing properties of enterprise feature class (SQL), in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arcsde-editing-properties-of-enterprise-feature/m-p/420511#M23988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Pieter for the very useful input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All what I wanted to do is to find easy way to do some editing on the properties of the enterprise geodatabase\ enterprise feature class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn’t figure out how to take the advantages of the connection\locks tabs to accomplish such task. All what they offer is “disconnecting user” and just after a second the enterprise environment get not-editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might the “locks” tab indicate for? Can it be used to offer an easy environment to edit the properties of the enterprise geodatabase?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clip_1102.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/29905_Clip_1102.jpg" style="width: 620px; height: 523px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clip_1103.jpg" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/29984_Clip_1103.jpg" style="width: 620px; height: 501px;" /&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Clip_1104.jpg" class="jive-image image-3" src="https://community.esri.com/legacyfs/online/29985_Clip_1104.jpg" style="width: 620px; height: 485px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2014 11:06:54 GMT</pubDate>
    <dc:creator>JamalNUMAN</dc:creator>
    <dc:date>2014-11-14T11:06:54Z</dc:date>
    <item>
      <title>ArcSDE: Editing properties of enterprise feature class (SQL),</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-editing-properties-of-enterprise-feature/m-p/420509#M23986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcSDE: Editing properties of enterprise feature class (SQL),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn’t figure out if there is a robust technique by which editing the properties of the enterprise geodatabase, enterprise feature class or enterprise table can be done easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, I used to “disconnect” users in order to be able to do the editing. This is a very exhaustive approach as sometime, and after doing the edits, they are not taken by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clip_1099.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/29904_Clip_1099.jpg" style="width: 620px; height: 427px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which approach do we still have to apply the edits easily?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 08:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-editing-properties-of-enterprise-feature/m-p/420509#M23986</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-11-14T08:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE: Editing properties of enterprise feature class (SQL),</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-editing-properties-of-enterprise-feature/m-p/420510#M23987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changing the datamodel while people are accessing the data can lead to unpredictive results. Therefore ArcCatalog places a lock while the table/feature class is used.&lt;/P&gt;&lt;P&gt;The most robust approach: think, rethink and then create and finalize the data model before using it in production. Changes can be made in a test environment and after testing deployed on the production environment in maintenance time (not during production hours).&lt;/P&gt;&lt;P&gt;Another note: all users are connected as schema-owner DBO. You can also create seperate users in the database and grant read/write privileges via roles to the users. Then you can identify who is locking the table and give him a call instead of disconnecting the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 10:06:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-editing-properties-of-enterprise-feature/m-p/420510#M23987</guid>
      <dc:creator>Pieter_Geertvan_den_Beukel</dc:creator>
      <dc:date>2014-11-14T10:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcSDE: Editing properties of enterprise feature class (SQL),</title>
      <link>https://community.esri.com/t5/data-management-questions/arcsde-editing-properties-of-enterprise-feature/m-p/420511#M23988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Pieter for the very useful input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All what I wanted to do is to find easy way to do some editing on the properties of the enterprise geodatabase\ enterprise feature class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn’t figure out how to take the advantages of the connection\locks tabs to accomplish such task. All what they offer is “disconnecting user” and just after a second the enterprise environment get not-editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What might the “locks” tab indicate for? Can it be used to offer an easy environment to edit the properties of the enterprise geodatabase?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clip_1102.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/29905_Clip_1102.jpg" style="width: 620px; height: 523px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clip_1103.jpg" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/29984_Clip_1103.jpg" style="width: 620px; height: 501px;" /&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Clip_1104.jpg" class="jive-image image-3" src="https://community.esri.com/legacyfs/online/29985_Clip_1104.jpg" style="width: 620px; height: 485px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 11:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arcsde-editing-properties-of-enterprise-feature/m-p/420511#M23988</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2014-11-14T11:06:54Z</dc:date>
    </item>
  </channel>
</rss>

