<?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: update vs publish for service definitions    in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864282#M4332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish"&gt;publish &lt;/A&gt;uploaded .sd-file using over&amp;nbsp;&lt;SPAN style="color: #404040; background-color: #f3f6f6;"&gt;overwrite = True parameter.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2020 21:13:55 GMT</pubDate>
    <dc:creator>AnttiKajanus</dc:creator>
    <dc:date>2020-02-04T21:13:55Z</dc:date>
    <item>
      <title>update vs publish for service definitions   </title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864278#M4328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between update and publish for service definitions in arcpy and AGOL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 16:05:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864278#M4328</guid>
      <dc:creator>SteveScott</dc:creator>
      <dc:date>2020-01-22T16:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: update vs publish for service definitions   </title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864279#M4329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if I got the correct context with this questions but I try to answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can &lt;STRONG&gt;&lt;EM&gt;publish&lt;/EM&gt; &lt;/STRONG&gt;a new service using .sd file or you can override existing services published from it. You can &lt;STRONG&gt;&lt;EM&gt;update&lt;/EM&gt; &lt;/STRONG&gt;the uploaded .sd file (stored as an item in the AGOL) before overriding services from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example you create .sd file using arcpy, then &lt;EM&gt;publish&lt;/EM&gt; a service from it, which will also upload the .sd file to the&amp;nbsp;ArcGIS&amp;nbsp;online and makes a link between the .sd file and created service. After that you do changes to the service configuration, recreate the .sd file and &lt;EM&gt;update&lt;/EM&gt; existing one, which was uploaded to the ArcGIS online earlier, and then override services created from the previous version with the new one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 14:49:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864279#M4329</guid>
      <dc:creator>AnttiKajanus</dc:creator>
      <dc:date>2020-01-30T14:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: update vs publish for service definitions   </title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864280#M4330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if I use update my metadata (including tags, description, credits, etc) will persist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 17:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864280#M4330</guid>
      <dc:creator>SteveScott</dc:creator>
      <dc:date>2020-02-03T17:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: update vs publish for service definitions   </title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864281#M4331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I do "update" only the service definition is updated. It does not update the Feature Layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 19:23:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864281#M4331</guid>
      <dc:creator>SteveScott</dc:creator>
      <dc:date>2020-02-03T19:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: update vs publish for service definitions   </title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864282#M4332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.publish"&gt;publish &lt;/A&gt;uploaded .sd-file using over&amp;nbsp;&lt;SPAN style="color: #404040; background-color: #f3f6f6;"&gt;overwrite = True parameter.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2020 21:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-vs-publish-for-service-definitions/m-p/864282#M4332</guid>
      <dc:creator>AnttiKajanus</dc:creator>
      <dc:date>2020-02-04T21:13:55Z</dc:date>
    </item>
  </channel>
</rss>

