<?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: AttributeError: 'ServiceManager' object has no attribute '_services_list' in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858513#M4115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it may be broke again in 1.6.2. Anyone else seeing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jul 2019 13:05:13 GMT</pubDate>
    <dc:creator>JasonLee9</dc:creator>
    <dc:date>2019-07-10T13:05:13Z</dc:date>
    <item>
      <title>AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858509#M4111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting this error when running: "hosted_services = server1.services.list(folder='System')".&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AttributeError&lt;/SPAN&gt;: 'ServiceManager' object has no attribute '_services_list'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My GIS Enterprise version is 10.5.1 and the ArcGIS API for Python version is 1.2.4. Python version is &amp;nbsp;3.6.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running "server1.services.list" gives following result:&lt;/P&gt;&lt;P&gt;&amp;lt;bound method ServiceManager.list of ServiceManager at &lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;&lt;A class="unlinked" href="https://agsserver01.test.com:6443/arcgis/admin/services"&gt;https://agsserver01.test.com:6443/arcgis/admin/services&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Anyone having same error or seen this message?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 10:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858509#M4111</guid>
      <dc:creator>KjellTimalm</dc:creator>
      <dc:date>2017-11-21T10:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858510#M4112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kjell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have this issue. I can see the folders when I make a call for a list. Maybe someone from ESRI can chime in on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KeyError&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Traceback (most recent call last)&lt;BR /&gt;&lt;SPAN&gt;C:\ProgramData\Anaconda3\lib\site-packages\arcgis\gis\server\_common\_base.py&lt;/SPAN&gt; in &lt;SPAN&gt;__getattr__&lt;/SPAN&gt;&lt;SPAN&gt;(self, name)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 82&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;try&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---&amp;gt; 83&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; self&lt;SPAN&gt;.&lt;/SPAN&gt;_properties&lt;SPAN&gt;.&lt;/SPAN&gt;__getitem__&lt;SPAN&gt;(&lt;/SPAN&gt;name&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 84&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;except&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;C:\ProgramData\Anaconda3\lib\site-packages\arcgis\_impl\common\_mixins.py&lt;/SPAN&gt; in &lt;SPAN&gt;__getitem__&lt;/SPAN&gt;&lt;SPAN&gt;(self, key)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 339&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; """&lt;BR /&gt;&lt;SPAN&gt;--&amp;gt; 340&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; self&lt;SPAN&gt;.&lt;/SPAN&gt;_mapping&lt;SPAN&gt;[&lt;/SPAN&gt;key&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 341&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KeyError&lt;/SPAN&gt;: '_services_list'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AttributeError&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Traceback (most recent call last)&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ipython-input-6-2884d629327a&amp;gt;&lt;/SPAN&gt; in &lt;SPAN&gt;&amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----&amp;gt; 1&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;server0&lt;SPAN&gt;.&lt;/SPAN&gt;services&lt;SPAN&gt;.&lt;/SPAN&gt;list&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;C:\ProgramData\Anaconda3\lib\site-packages\arcgis\gis\server\admin\_services.py&lt;/SPAN&gt; in &lt;SPAN&gt;list&lt;/SPAN&gt;&lt;SPAN&gt;(self, folder, refresh)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 122&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self&lt;SPAN&gt;.&lt;/SPAN&gt;_currentFolder &lt;SPAN&gt;=&lt;/SPAN&gt; folder&lt;BR /&gt;&lt;SPAN&gt; 123&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self&lt;SPAN&gt;.&lt;/SPAN&gt;_folder &lt;SPAN&gt;=&lt;/SPAN&gt; folder&lt;BR /&gt;&lt;SPAN&gt;--&amp;gt; 124&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; self&lt;SPAN&gt;.&lt;/SPAN&gt;_services_list&lt;BR /&gt;&lt;SPAN&gt; 125&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN&gt; 126&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;return&lt;/SPAN&gt; self&lt;SPAN&gt;.&lt;/SPAN&gt;_services_list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;C:\ProgramData\Anaconda3\lib\site-packages\arcgis\gis\server\_common\_base.py&lt;/SPAN&gt; in &lt;SPAN&gt;__getattr__&lt;/SPAN&gt;&lt;SPAN&gt;(self, name)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 86&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;if&lt;/SPAN&gt; k&lt;SPAN&gt;.&lt;/SPAN&gt;lower&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;==&lt;/SPAN&gt; name&lt;SPAN&gt;.&lt;/SPAN&gt;lower&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 87&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;return&lt;/SPAN&gt; v&lt;BR /&gt;&lt;SPAN&gt;---&amp;gt; 88&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;raise&lt;/SPAN&gt; AttributeError&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"'%s' object has no attribute '%s'"&lt;/SPAN&gt; &lt;SPAN&gt;%&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;type&lt;SPAN&gt;(&lt;/SPAN&gt;self&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;__name__&lt;SPAN&gt;,&lt;/SPAN&gt; name&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 89&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;#----------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 90&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN&gt;def&lt;/SPAN&gt; __getitem__&lt;SPAN&gt;(&lt;/SPAN&gt;self&lt;SPAN&gt;,&lt;/SPAN&gt; key&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AttributeError&lt;/SPAN&gt;: 'ServiceManager' object has no attribute '_services_list'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858510#M4112</guid>
      <dc:creator>JasonLee9</dc:creator>
      <dc:date>2017-11-28T21:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858511#M4113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Esri Support reports this is a known issue with version 1.2.4:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;BUG-000109673: Using the 'services.list()' function from the Python API fails with a traceback error.&lt;/P&gt;&lt;P&gt;The bug does not affect previous versions of the API, so one suggested workaround is to&amp;nbsp;use version&amp;nbsp;1.2.3 instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 00:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858511#M4113</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2017-12-12T00:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858512#M4114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been fixed in the 1.3.0 release, and services.list() now works as expected again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 15:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858512#M4114</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2017-12-27T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858513#M4115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it may be broke again in 1.6.2. Anyone else seeing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 13:05:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858513#M4115</guid>
      <dc:creator>JasonLee9</dc:creator>
      <dc:date>2019-07-10T13:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858514#M4116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;I have a similar problem with version 1.8.0 when I try to get list of ags's services:&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;ags = Server(urlAdminAgsMaster, None, username=adminUser, password=adminPasswd)
print(type(ags))
ags.services.list()

Output:
&amp;lt;class 'arcgis.gis.server.admin.administration.Server'&amp;gt;
'Server' object has no attribute 'services'&lt;/PRE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;The same code works with version 1.6.0&lt;/P&gt;&lt;P&gt;I'm using Python API on a Conda Environment (no ESRI Products installed instead the API)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emiliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 17:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858514#M4116</guid>
      <dc:creator>EmilianoPetrelli</dc:creator>
      <dc:date>2021-12-12T17:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858515#M4117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also getting this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 22:59:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/858515#M4117</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-15T22:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1002549#M5217</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Do you have found a solution for this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 15:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1002549#M5217</guid>
      <dc:creator>EmilianoPetrelli</dc:creator>
      <dc:date>2020-11-18T15:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1007930#M5287</link>
      <description>&lt;P&gt;I am also seeing this at 1.8.1&lt;BR /&gt;&lt;BR /&gt;We recently upgraded our servers to 10.7.1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import server
url = r"https://&amp;lt;root&amp;gt;.&amp;lt;host&amp;gt;.org:&amp;lt;port&amp;gt;/arcgis/admin/"
site = server.Server(url,username=&amp;lt;user&amp;gt;,password=&amp;lt;pw&amp;gt;)

site.services

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
In  [99]:
Line 1:     admin = site.services

File C:\&amp;lt;...&amp;gt;\arcgispro-py3-clone\Lib\site-packages\arcgis\gis\server\_common\_base.py, in __getattr__:
Line 86:    raise AttributeError("'%s' object has no attribute '%s'" % (type(self).__name__, name))

AttributeError: 'Server' object has no attribute 'services'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 23:57:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1007930#M5287</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2020-12-08T23:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1051576#M5972</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've also been getting 'Server' object has no attribute 'services'. I'm using ArcGIS Pro 2.5.0 and version 1.7.0 of the python API&lt;/P&gt;&lt;P&gt;I asked my colleague to try the same script using his ArcGIS Pro 2.6.1 and version 1.8.1 of the python api and there is no error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 00:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1051576#M5972</guid>
      <dc:creator>ClintonBallandis1</dc:creator>
      <dc:date>2021-04-27T00:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1051756#M5976</link>
      <description>&lt;P&gt;What server version was your colleague using?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 14:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1051756#M5976</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-04-27T14:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1051962#M5979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We're running ArcGIS Enterprise 10.7.1&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clinton&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 20:41:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1051962#M5979</guid>
      <dc:creator>ClintonBallandis1</dc:creator>
      <dc:date>2021-04-27T20:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1054564#M6013</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;This is also an issue I have been having this week, do we have any hint as to what might be the issue?&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-fg"&gt;---------------------------------------------------------------------------&lt;/SPAN&gt;
&lt;SPAN class="ansi-red-fg"&gt;AttributeError&lt;/SPAN&gt;                            Traceback (most recent call last)
In  &lt;SPAN class="ansi-blue-fg"&gt;[4]&lt;/SPAN&gt;:
Line &lt;SPAN class="ansi-blue-fg"&gt;1&lt;/SPAN&gt;:     ArcGISServerFolders = ArcGISServer.services.folders

File &lt;SPAN class="ansi-blue-fg"&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\site-packages\arcgis\gis\server\_common\_base.py&lt;/SPAN&gt;, in &lt;SPAN class="ansi-green-fg"&gt;__getattr__&lt;/SPAN&gt;:
Line &lt;SPAN class="ansi-blue-fg"&gt;86&lt;/SPAN&gt;:    &lt;SPAN class="ansi-blue-fg"&gt;raise&lt;/SPAN&gt; &lt;SPAN class="ansi-cyan-fg"&gt;AttributeError&lt;/SPAN&gt;(&lt;SPAN class="ansi-yellow-fg"&gt;"&lt;/SPAN&gt;&lt;SPAN class="ansi-yellow-fg"&gt;'&lt;/SPAN&gt;&lt;SPAN class="ansi-yellow-fg"&gt;%s&lt;/SPAN&gt;&lt;SPAN class="ansi-yellow-fg"&gt;'&lt;/SPAN&gt;&lt;SPAN class="ansi-yellow-fg"&gt; object has no attribute &lt;/SPAN&gt;&lt;SPAN class="ansi-yellow-fg"&gt;'&lt;/SPAN&gt;&lt;SPAN class="ansi-yellow-fg"&gt;%s&lt;/SPAN&gt;&lt;SPAN class="ansi-yellow-fg"&gt;'&lt;/SPAN&gt;&lt;SPAN class="ansi-yellow-fg"&gt;"&lt;/SPAN&gt; % (&lt;SPAN class="ansi-cyan-fg"&gt;type&lt;/SPAN&gt;(&lt;SPAN class="ansi-cyan-fg"&gt;self&lt;/SPAN&gt;).&lt;SPAN class="ansi-red-fg"&gt;__name__&lt;/SPAN&gt;, name))

&lt;SPAN class="ansi-red-fg"&gt;AttributeError&lt;/SPAN&gt;: 'Server' object has no attribute 'services'
&lt;SPAN class="ansi-red-fg"&gt;---------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I am using:&lt;BR /&gt;ArcGIS Pro 2.7.2&lt;BR /&gt;Python API (arcgis) 1.8.3&lt;BR /&gt;ArcGIS Server&amp;nbsp;&lt;SPAN&gt;10.7.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 09:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1054564#M6013</guid>
      <dc:creator>chapmang</dc:creator>
      <dc:date>2021-05-05T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1109065#M6748</link>
      <description>&lt;P&gt;I have been able to recreate this issue with versions of the ArcGIS Python API from 1.8.2 to 1.9.1.&lt;/P&gt;&lt;P&gt;For anyone still having this issue, it seems it is caused when using a non-standard Portal Administrator account to connect with. There seems to be a way around by explicitly re-connecting using the 'portal_connection' optional argument as follows:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;gis = GIS(portal_url, user_name, user_pass)

hosting_server_url = gis.admin.servers.get(role="HOSTING_SERVER")[0].url

hosting_server = Server(url=hosting_server_url,
portal_connection=gis)&lt;/LI-CODE&gt;&lt;P&gt;For some reason, the Server Object returned from gis.admin.servers.get() is a connection, but not a true Administrative connection. I was able to return the URL, but not many other properties.&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 00:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1109065#M6748</guid>
      <dc:creator>JoshuaWatson3</dc:creator>
      <dc:date>2021-10-20T00:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: AttributeError: 'ServiceManager' object has no attribute '_services_list'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1109377#M6753</link>
      <description>&lt;P&gt;I experienced this bug when pointing to an AGS server that was down/unreachable. When pointing to an available server the following code worked.&lt;/P&gt;&lt;P&gt;My environment:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Pro 2.8.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Python API (arcgis) 1.8.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;10.8.1&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import server

url = r"https://&amp;lt;server&amp;gt;.&amp;lt;domain&amp;gt;:6443/arcgis/admin/"
site = server.Server(url,username="&amp;lt;adminUser&amp;gt;",password="&amp;lt;&amp;gt;")
admin = site.content.admin
adminServices = admin.services
servicelist = adminServices.list(folder="&amp;lt;someFolderName&amp;gt;")

# serviceList returns list of service objects&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 18:36:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/attributeerror-servicemanager-object-has-no/m-p/1109377#M6753</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2021-10-20T18:36:14Z</dc:date>
    </item>
  </channel>
</rss>

