<?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: Is there a way to edit a geodatabase schema without having to stop services? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501238#M28414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend to users that they &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//003n000000t6000000"&gt;replicate&lt;/A&gt; their read-only data to a File Geodatabase, and then create the service from the file geodatabase feature class.&amp;nbsp; The performance is usually faster, and it will act as another level of security since you no longer have a service accessing your enterprise geodatabase.&amp;nbsp; Also, you will will be able to add fields to the SDE feature class and then synchronize the new field to the file geodatabase feature class without having to stop your service following steps in this &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/34654"&gt;article&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you could create a &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//014p00000025000000"&gt;python add-in&lt;/A&gt; or a script and use the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//018v00000066000000"&gt;Describe&lt;/A&gt; function to iterate through your feature classes and report which are (or are not) registered as versioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 15:23:44 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2014-08-06T15:23:44Z</dc:date>
    <item>
      <title>Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501237#M28413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to edit a geodatabase schema without having to stop services?&lt;/P&gt;&lt;P&gt;This has become a huge headache for me. Everytime I have to make a small schema change or add a new feature to a feature dataset, I have to stop all services related to the dataset make the change, ensure it is registered as versioned again and then restart the services.&amp;nbsp; It takes three or four times longer than it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, there needs to be an easy way to check to see if a dataset is versioned with a symbol or something.&amp;nbsp; It takes forever to check every single dataset to make sure it is versioned before I restart services. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 14:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501237#M28413</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2014-08-06T14:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501238#M28414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend to users that they &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//003n000000t6000000"&gt;replicate&lt;/A&gt; their read-only data to a File Geodatabase, and then create the service from the file geodatabase feature class.&amp;nbsp; The performance is usually faster, and it will act as another level of security since you no longer have a service accessing your enterprise geodatabase.&amp;nbsp; Also, you will will be able to add fields to the SDE feature class and then synchronize the new field to the file geodatabase feature class without having to stop your service following steps in this &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/34654"&gt;article&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you could create a &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//014p00000025000000"&gt;python add-in&lt;/A&gt; or a script and use the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//018v00000066000000"&gt;Describe&lt;/A&gt; function to iterate through your feature classes and report which are (or are not) registered as versioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:23:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501238#M28414</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-08-06T15:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501239#M28415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like a good workaround but wow is that a lot of extra steps to do.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501239#M28415</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2014-08-06T15:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501240#M28416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of services are you using? Services can be set in such a way that they don't create any Schema lock on the data by themselves.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000005z9000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000005z9000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/82581/how-to-prevent-arcgis-soc-from-locking-oracle-tables" title="http://gis.stackexchange.com/questions/82581/how-to-prevent-arcgis-soc-from-locking-oracle-tables"&gt;python - How to prevent ArcGIS SOC from locking Oracle tables? - Geographic Information Systems Stack Exchange&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="http://esriaustraliatechblog.wordpress.com/2011/11/30/map-services-sde-and-locks/" title="http://esriaustraliatechblog.wordpress.com/2011/11/30/map-services-sde-and-locks/"&gt;Map services, SDE and locks | Esri Australia Technical Blog&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Jake suggested in the previous post &lt;EM&gt;(Replication)&lt;/EM&gt; will work fine, if you are just modifying the schema of existing data.&lt;/P&gt;&lt;P&gt;However if you are adding new Feature Classes to existing datasets, the replication process won't be a suitable option (unless you are ready to recreate the replica every time)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501240#M28416</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2014-08-06T16:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501241#M28417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have map services and locator services&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501241#M28417</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2014-08-06T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501242#M28418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and feature services&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501242#M28418</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2014-08-06T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501243#M28419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Map services have a schema locking property in advanced. You can&lt;BR /&gt;set this to false., but there are some things users need to understand when&lt;BR /&gt;they do this. See the following doc…&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005z9000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//0154000005z9000000&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Gary&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501243#M28419</guid>
      <dc:creator>GaryMacDougall</dc:creator>
      <dc:date>2014-08-06T16:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501244#M28420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Map Services and Feature Services will allow disabling schema locking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Geoprocessing and locator services don't support that (I am not completely sure about the locator services though).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may give that a try and see if that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:50:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501244#M28420</guid>
      <dc:creator>AsrujitSengupta</dc:creator>
      <dc:date>2014-08-06T16:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501245#M28421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gary,&lt;/P&gt;&lt;P&gt;I will try to only disable my one main base service that locks almost all of the feature datasets.&amp;nbsp; It is the main layer that probably receives the least edits but is needed in virtually every webmap (parcels, addresses, etc).&amp;nbsp; I will leave my utility layers alone so as to avoid problems, thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 17:01:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501245#M28421</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2014-08-06T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to edit a geodatabase schema without having to stop services?</title>
      <link>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501246#M28422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there really ever any cause to worry about just disabling the schema locking on all services.&amp;nbsp; Anytime a feature class is removed, the service should be restarted anyways so I don't see what the issue is.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Esri help:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;"When schema locking is disabled, it is recommended that you only update your source dataset schemas when the service is idle. If you update the dataset schema when the service is under load, users of your map service may experience unexpected behavior such as layers and fields missing, queries failing, and service unavailability. Changes to the schema of the dataset need to be carefully planned; permanently removing datasets may leave your map services in an inconsistent state."&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't ever have a large load and can usually recover quickly with a quick refresh of a service.&amp;nbsp; I do know approximately when my peak usage is so I can avoid that.&amp;nbsp; Best time for me will be at the end of the day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 18:15:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/is-there-a-way-to-edit-a-geodatabase-schema/m-p/501246#M28422</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2014-08-06T18:15:46Z</dc:date>
    </item>
  </channel>
</rss>

