<?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: A general error occurred: Could not login using Pro authencation.Please verify in Pro that you are logged in. in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359324#M9402</link>
    <description>&lt;P&gt;Have you set as Active Portal? (right-click)&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 19:58:36 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2023-12-11T19:58:36Z</dc:date>
    <item>
      <title>A general error occurred: Could not login using Pro authencation.Please verify in Pro that you are logged in.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1358964#M9395</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've got a Python script running in a loop to create offline managed areas using and it appears to work until it errors out after successfully creating several managed areas with the following error :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;"A general error occurred: Could not login using Pro authencation.Please verify in Pro that you are logged in"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;As you can imagine, I used the GIS("pro") method to authenticate to our Enterprise Portal. I've tried running it several times and the script definitely works until it hits this error. I checked my ArcGIS Pro and it definitely was still connected, working and licensed.&lt;/P&gt;&lt;P&gt;I temporarily changed it to built-in account and the script ran successfully to completion but I'm unable to use this method in a production environment.&lt;/P&gt;&lt;P&gt;I suspect it could have something to do with a timeout of some sort.... does anyone else have this issue?&lt;/P&gt;&lt;P&gt;Using :&lt;/P&gt;&lt;P&gt;ArcGIS Pro 3.1.0&lt;/P&gt;&lt;P&gt;ArcGIS Python API 2.1.0.3&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 07:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1358964#M9395</guid>
      <dc:creator>WengNg</dc:creator>
      <dc:date>2023-12-11T07:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: A general error occurred: Could not login using Pro authencation.Please verify in Pro that you are logged in.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359013#M9397</link>
      <description>&lt;P&gt;Couldn't you just input credentials into the GIS function, instead of "pro"?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;GIS(portal_url, portal_username, portal_password)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 11 Dec 2023 11:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359013#M9397</guid>
      <dc:creator>BijanTaheri</dc:creator>
      <dc:date>2023-12-11T11:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: A general error occurred: Could not login using Pro authencation.Please verify in Pro that you are logged in.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359234#M9400</link>
      <description>&lt;P&gt;That would be a built-in account.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 17:50:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359234#M9400</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-12-11T17:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: A general error occurred: Could not login using Pro authencation.Please verify in Pro that you are logged in.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359324#M9402</link>
      <description>&lt;P&gt;Have you set as Active Portal? (right-click)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 19:58:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359324#M9402</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-12-11T19:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: A general error occurred: Could not login using Pro authencation.Please verify in Pro that you are logged in.</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359484#M9405</link>
      <description>&lt;P&gt;Yeah, I did. The script runs fine until it reached a certain time period and the error&amp;nbsp;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;"A general error occurred: Could not login using Pro authencation.Please verify in Pro that you are logged in"&lt;/FONT&gt; appears.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I also tried to 're-authenticate' by adding GIS ("pro") inside the loop instead of outside but that also did not work. I wonder how the GIS("pro") method is actually authenticating behind the scenes.....&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 02:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/a-general-error-occurred-could-not-login-using-pro/m-p/1359484#M9405</guid>
      <dc:creator>WengNg</dc:creator>
      <dc:date>2023-12-13T02:30:31Z</dc:date>
    </item>
  </channel>
</rss>

