<?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 Error: 000732: Dataset does not exist or is not supported.. not logged into ArcGIS online in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/1078175#M61724</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have developed a Python script using ArcPy to publish a service ArcGIS online dynamically with the following URL.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/updating-arcgis-com-hosted-feature-services-with-python/?rmedium=blogs_esri_com&amp;amp;rsource=/esri/arcgis/2013/04/23/updating-arcgis-com-hosted-feature-services-with-python/" target="_blank" rel="noopener"&gt;https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/updating-arcgis-com-hosted-feature-services-with-python/?rmedium=blogs_esri_com&amp;amp;rsource=/esri/arcgis/2013/04/23/updating-arcgis-com-hosted-feature-services-with-python/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We have created a task scheduler with 1Hr interval time.&lt;/P&gt;&lt;P&gt;We have signed in ArcMap 10.8 using ArcGIS online account and&amp;nbsp;&lt;SPAN&gt;automatic option checked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Script ran for few times and after sometime it is throwing error. We noticed that, ArcMap signed out ArcGIS online account.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When we open the ArcMap, script is working fine. If ArcMap closes getting error.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindly suggest any solution.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 09:30:28 GMT</pubDate>
    <dc:creator>sirishb</dc:creator>
    <dc:date>2021-07-13T09:30:28Z</dc:date>
    <item>
      <title>Error: 000732: Dataset does not exist or is not supported.. not logged into ArcGIS online</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/1078175#M61724</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have developed a Python script using ArcPy to publish a service ArcGIS online dynamically with the following URL.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/updating-arcgis-com-hosted-feature-services-with-python/?rmedium=blogs_esri_com&amp;amp;rsource=/esri/arcgis/2013/04/23/updating-arcgis-com-hosted-feature-services-with-python/" target="_blank" rel="noopener"&gt;https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/updating-arcgis-com-hosted-feature-services-with-python/?rmedium=blogs_esri_com&amp;amp;rsource=/esri/arcgis/2013/04/23/updating-arcgis-com-hosted-feature-services-with-python/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We have created a task scheduler with 1Hr interval time.&lt;/P&gt;&lt;P&gt;We have signed in ArcMap 10.8 using ArcGIS online account and&amp;nbsp;&lt;SPAN&gt;automatic option checked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Script ran for few times and after sometime it is throwing error. We noticed that, ArcMap signed out ArcGIS online account.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When we open the ArcMap, script is working fine. If ArcMap closes getting error.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindly suggest any solution.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 09:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/1078175#M61724</guid>
      <dc:creator>sirishb</dc:creator>
      <dc:date>2021-07-13T09:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 000732: Dataset does not exist or is not supported.. not logged into ArcGIS online</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/1078197#M61725</link>
      <description>&lt;P&gt;Try importing the appropriate product license in the script.&amp;nbsp;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/analyze/python/access-to-licensing-and-extensions.htm" target="_self"&gt;Accessing licenses and extensions in Python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Set desktop license used to Advanced(keyword is arcinfo)
import arcinfo
import arcpy&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The product level should be set by importing the appropriate product module (&lt;STRONG&gt;arcinfo, arceditor, arcview, arcserver, arcenginegeodb, &lt;/STRONG&gt;or &lt;STRONG&gt;arcengine&lt;/STRONG&gt;) prior to importing arcpy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 11:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/1078197#M61725</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-07-13T11:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error: 000732: Dataset does not exist or is not supported.. not logged into ArcGIS online</title>
      <link>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/1079573#M61778</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/95280"&gt;@JayantaPoddar&lt;/a&gt;&amp;nbsp;....with the 'import arcinfo' script is working fine.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 05:16:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000732-dataset-does-not-exist-or-is-not/m-p/1079573#M61778</guid>
      <dc:creator>sirishb</dc:creator>
      <dc:date>2021-07-16T05:16:08Z</dc:date>
    </item>
  </channel>
</rss>

