<?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: Copy to Data Store - GeoAnalytics in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54054#M1962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like the auth_params variable is a NoneType object, which is the result of arcpy.GetSignInToken(). In python within Pro, can you run&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;auth_params &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetSigninToken&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You should get a token back. If you don't, can you verify you're signed into an ArcGIS Enterprise portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 16:01:33 GMT</pubDate>
    <dc:creator>JonathanQuinn</dc:creator>
    <dc:date>2018-04-04T16:01:33Z</dc:date>
    <item>
      <title>Copy to Data Store - GeoAnalytics</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54053#M1961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to copy a feature layer into the spatiotemporal DS via the "Copy to Data Store"-Tool. I always get an error (either trying to copy it to the spatiotemporal or relational DS):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Start Time: Mittwoch, 4. April 2018 15:51:00
Running script CopyToDataStore...
Failed script Copy To Data Store...
 Traceback (most recent call last):
&amp;nbsp; File "c:\program files\arcgis\pro\Resources\ArcToolbox\Scripts\copytodatastore.py", line 32, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ga = GeospatialAnalysisTasks(analysis_type)
&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\Resources\ArcToolbox\Scripts\gautils\utilities.py", line 16, in __call__
&amp;nbsp;&amp;nbsp;&amp;nbsp; return self.func(*args, **kwargs)
&amp;nbsp; File "C:\Program Files\ArcGIS\Pro\Resources\ArcToolbox\Scripts\geoanalyticssoap.py", line 31, in __init__
&amp;nbsp;&amp;nbsp;&amp;nbsp; self.token = auth_params.get("token")
AttributeError: 'NoneType' object has no attribute 'get'
 Failed to execute (CopyToDataStore).
Failed at Mittwoch, 4. April 2018 15:51:00 (Elapsed Time: 0,05 seconds)
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what's wrong with the tool?&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 22:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54053#M1961</guid>
      <dc:creator>deleted-user-4ympgHKYfQv_</dc:creator>
      <dc:date>2021-12-10T22:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Data Store - GeoAnalytics</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54054#M1962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like the auth_params variable is a NoneType object, which is the result of arcpy.GetSignInToken(). In python within Pro, can you run&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;auth_params &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GetSigninToken&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You should get a token back. If you don't, can you verify you're signed into an ArcGIS Enterprise portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 16:01:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54054#M1962</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2018-04-04T16:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Data Store - GeoAnalytics</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54055#M1963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/96123"&gt;Carsten Hogertz&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/16548"&gt;Jonathan Quinn&lt;/A&gt;‌ is right - this is usually something token related.&amp;nbsp; We sometimes see this when you switch your active portal within the Pro session. Can you make sure you have set your portal with GeoAnalytics as your active portal and are signed in. Can you then restart Pro and try running a GeoAnalytics tool again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work, can you go Map Viewer in portal and make sure you're able to run a GeoAnalytics tool there? If you can't, you might not have the correct permissions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;P&gt;GeoAnalytics Product Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 16:21:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54055#M1963</guid>
      <dc:creator>SarahAmbrose</dc:creator>
      <dc:date>2018-04-04T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Data Store - GeoAnalytics</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54056#M1964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/51270"&gt;Sarah Ambrose&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;hi&amp;nbsp;&lt;A href="https://community.esri.com/people/JQuinn-esristaff"&gt;JQuinn-esristaff&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you guy were right. I wasn't connected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, I still get an error running the "copy to data store" tool. Following setting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I've got 2 FL; no.1 with around 2,000 features, FL no. 2 with around 800,000 features.&lt;/P&gt;&lt;P&gt;2. FLs are stored in a SDE Postgres DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copying FL no.1 is no problem. FL no.2 finishes after HOURS(!!) with "Failed to copy". This happens copying to the relational as well as to the spatiotemporal DS. What can I do to debug/troubleshoot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this in a GeoAnalytics machine setup, designed for BigData. But till now I only experience problems handling and analyzing BD. Very disillusioning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 11:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54056#M1964</guid>
      <dc:creator>deleted-user-4ympgHKYfQv_</dc:creator>
      <dc:date>2018-04-12T11:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Data Store - GeoAnalytics</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54057#M1965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/people/Carsten_Nexiga"&gt;Carsten_Nexiga&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please confirm if you are also seeing this problem with a hosted layer in ArcGIS Pro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 19:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54057#M1965</guid>
      <dc:creator>SarahAmbrose</dc:creator>
      <dc:date>2018-04-18T19:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Data Store - GeoAnalytics</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54058#M1966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/people/SAmbrose-esristaff"&gt;SAmbrose-esristaff&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this tools always in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;Happens there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 14:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54058#M1966</guid>
      <dc:creator>deleted-user-4ympgHKYfQv_</dc:creator>
      <dc:date>2018-04-19T14:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Copy to Data Store - GeoAnalytics</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54059#M1967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.esri.com/people/Carsten_Nexiga"&gt;Carsten_Nexiga&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try using a hosted layer? In that case, do you still see the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 17:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/copy-to-data-store-geoanalytics/m-p/54059#M1967</guid>
      <dc:creator>SarahAmbrose</dc:creator>
      <dc:date>2018-04-19T17:00:24Z</dc:date>
    </item>
  </channel>
</rss>

