<?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: Issue When adding a list of 90K dictionaries using ArcGIS API Python in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397120#M9773</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Again the same issue, the error message is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;: Error performing apply edits operation
(Error Code: 500)&lt;/PRE&gt;&lt;P&gt;I don't know where the error was whether it is with data or from ArcGIS. Please help me in debugging.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Mar 2024 05:58:42 GMT</pubDate>
    <dc:creator>Manager_HMWSSBCDC</dc:creator>
    <dc:date>2024-03-18T05:58:42Z</dc:date>
    <item>
      <title>Issue When adding a list of 90K dictionaries using ArcGIS API Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1386661#M9682</link>
      <description>&lt;P&gt;I'm fetching the my data from an API and passing the list into my feature layer in ArcGIS Portal. I configured the json data from API to a dictionary like below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dict = {&lt;/SPAN&gt;&lt;SPAN class=""&gt;"attributes"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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;{&lt;/SPAN&gt;&lt;SPAN class=""&gt;"latitude"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;33.75&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"longitude"&lt;/SPAN&gt;&lt;SPAN&gt;: -&lt;/SPAN&gt;&lt;SPAN class=""&gt;118.25&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"country"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"US"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"harborsize"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"L"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"label_position"&lt;/SPAN&gt;&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;&lt;SPAN class=""&gt;"SW"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"port_name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"LOS ANGELES"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"short_form"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;"LAX"&lt;/SPAN&gt;&lt;SPAN&gt;}, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "geometry"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;SPAN class=""&gt;"x"&lt;/SPAN&gt;&lt;SPAN&gt;: -&lt;/SPAN&gt;&lt;SPAN class=""&gt;13044788.958999995&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;"y"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;3857756.351200014&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then using&lt;BR /&gt;&lt;BR /&gt;feature_layer.edit_features(adds = [dict])&lt;BR /&gt;&lt;BR /&gt;Its worked for features that are below 6k whereas the same query raising an error for 90K records. The error message is following:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;: Error performing apply edits operation
(Error Code: 500)&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know if there any way to address this issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 11:50:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1386661#M9682</guid>
      <dc:creator>Manager_HMWSSBCDC</dc:creator>
      <dc:date>2024-02-26T11:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue When adding a list of 90K dictionaries using ArcGIS API Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1386666#M9683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/746248"&gt;@Manager_HMWSSBCDC&lt;/a&gt;, yes that is just way to much you must break it up into smaller chunks, here is a piece of code that I&amp;nbsp;wrote to do just that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;class BuildPacks:
    def __init__(self, list_of_items, pack_size=500):
        self._list_of_items = list_of_items
        self._length = self._list_of_items.__len__()
        self._pack_size = pack_size
        self._packs = None

    def build_packs(self):
        if self._length &amp;gt; self._pack_size:
            self._packs = int(self._length / self._pack_size)
            for pack in range(self._packs):
                idx_start = pack * self._pack_size
                idx_end = idx_start + self._pack_size
                yield self._list_of_items[idx_start:idx_end]
            idx_start = self._pack_size * self._packs
            remainder = self._length - idx_start
            if remainder &amp;gt; 0:
                yield self._list_of_items[idx_start:self._length]
        else:
            yield self._list_of_items&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to use it&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import build_packs
import arcigs
# GIS Login
con_src=arcgis.gis.GIS('portalurl','username','password')
layer = arcgis.features.FeatureLayer('service url', gis=con_src)

# your list of features
item_ids_txt = [list of features]
packs = build_packs.BuildPacks(item_ids_txt, pack_size=2000)
for item_id in packs.build_packs():
    layer.edit_features(adds=item_id)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Henry&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 12:15:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1386666#M9683</guid>
      <dc:creator>HenryLindemann</dc:creator>
      <dc:date>2024-02-26T12:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue When adding a list of 90K dictionaries using ArcGIS API Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1388730#M9707</link>
      <description>&lt;P&gt;Thanks you very much. Its worked...&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 12:49:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1388730#M9707</guid>
      <dc:creator>Manager_HMWSSBCDC</dc:creator>
      <dc:date>2024-02-29T12:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue When adding a list of 90K dictionaries using ArcGIS API Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397120#M9773</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Again the same issue, the error message is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Exception&lt;/SPAN&gt;: Error performing apply edits operation
(Error Code: 500)&lt;/PRE&gt;&lt;P&gt;I don't know where the error was whether it is with data or from ArcGIS. Please help me in debugging.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 05:58:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397120#M9773</guid>
      <dc:creator>Manager_HMWSSBCDC</dc:creator>
      <dc:date>2024-03-18T05:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue When adding a list of 90K dictionaries using ArcGIS API Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397133#M9774</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/746248"&gt;@Manager_HMWSSBCDC&lt;/a&gt;&amp;nbsp;you can change the script as below to get more details on what is going on, if all the edit are failing reduce the size, if it still fails then did something change? Schema changes might brake the script as they are not automatically pulled through to portal for ArcGIS.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import build_packs
import arcigs
import logging
logging.basicConfig(level=logging.DEBUG)
# GIS Login
con_src=arcgis.gis.GIS('portalurl','username','password')
layer = arcgis.features.FeatureLayer('service url', gis=con_src)

# your list of features
item_ids_txt = [list of features]
packs = build_packs.BuildPacks(item_ids_txt, pack_size=2000)
for item_id in packs.build_packs():
    result = layer.edit_features(adds=item_id)
    logging.info(result)&lt;/LI-CODE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Henry&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 07:02:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397133#M9774</guid>
      <dc:creator>HenryLindemann</dc:creator>
      <dc:date>2024-03-18T07:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue When adding a list of 90K dictionaries using ArcGIS API Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397139#M9775</link>
      <description>&lt;P&gt;Thanks for the reply Henry,&lt;/P&gt;&lt;P&gt;After running the query, I got the following debug information but I"m not able to understand the message. Could you please let me know what exactly is the error message :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;DEBUG:requests_oauthlib.oauth2_session:Generated new state Xn3syc0nx7aGDFWll87SGz0buc6bRt.
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): gis.hyderabadwater.gov.in:443
DEBUG:urllib3.connectionpool:https://gis.hyderabadwater.gov.in:443 "GET /portal/sharing/rest/oauth2/authorize?response_type=token&amp;amp;client_id=pythonapi&amp;amp;redirect_uri=https%3A%2F%2Fgis.hyderabadwater.gov.in&amp;amp;state=Xn3syc0nx7aGDFWll87SGz0buc6bRt&amp;amp;expiration=600&amp;amp;allow_verification=false&amp;amp;style=dark&amp;amp;locale=en-US HTTP/1.1" 400 925
DEBUG:requests_oauthlib.oauth2_session:Generated new state 1tmVaPMN14lj0IuU8nHMTzZL9qiFuL.
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): gis.hyderabadwater.gov.in:443
DEBUG:urllib3.connectionpool:https://gis.hyderabadwater.gov.in:443 "GET /portal/sharing/rest/oauth2/authorize?response_type=code&amp;amp;client_id=pythonapi&amp;amp;redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&amp;amp;state=1tmVaPMN14lj0IuU8nHMTzZL9qiFuL&amp;amp;expiration=20160&amp;amp;allow_verification=false&amp;amp;style=dark&amp;amp;locale=en-US HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): gis.hyderabadwater.gov.in:443
DEBUG:urllib3.connectionpool:https://gis.hyderabadwater.gov.in:443 "POST /portal/sharing/oauth2/signin HTTP/1.1" 302 0
DEBUG:urllib3.connectionpool:https://gis.hyderabadwater.gov.in:443 "GET /portal/sharing/oauth2/approval?code=Wz_cCtHUb3VQTGHMhD7g8yFnxwVy_63R-FdJg-Hhv_bHG5q0lBO1SSsuHUDAL8jvtAifw7JOQVUHN9es-FlKTpFgu4M75lJt0DbjUosgTSQ5y94Y8CFeYFA1sWODhjkpdeH53go0dhwLD6N6WpH2iG-s8BedQtH7UXMvdT1DnxV8fEAvWQYkK9giPY2NwNnErqD7mNq2YLbX4_0CtYgKpA..&amp;amp;state=1tmVaPMN14lj0IuU8nHMTzZL9qiFuL HTTP/1.1" 200 None
DEBUG:requests_oauthlib.oauth2_session:Requesting url &lt;A href="https://gis.hyderabadwater.gov.in/portal/sharing/rest/oauth2/token" target="_blank" rel="noopener"&gt;https://gis.hyderabadwater.gov.in/portal/sharing/rest/oauth2/token&lt;/A&gt; using method POST.
DEBUG:requests_oauthlib.oauth2_session:Supplying headers {'Accept': 'application/json', 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'} and data {'grant_type': 'authorization_code', 'client_id': 'pythonapi', 'code': 'Wz_cCtHUb3VQTGHMhD7g8yFnxwVy_63R-FdJg-Hhv_bHG5q0lBO1SSsuHUDAL8jvtAifw7JOQVUHN9es-FlKTpFgu4M75lJt0DbjUosgTSQ5y94Y8CFeYFA1sWODhjkpdeH53go0dhwLD6N6WpH2iG-s8BedQtH7UXMvdT1DnxV8fEAvWQYkK9giPY2NwNnErqD7mNq2YLbX4_0CtYgKpA..', 'redirect_uri': 'urn:ietf:wg:oauth:2.0:oob', 'expiration': '20160'}
DEBUG:requests_oauthlib.oauth2_session:Passing through key word arguments {'timeout': None, 'auth': None, 'verify': True, 'proxies': None}.
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): gis.hyderabadwater.gov.in:443
DEBUG:urllib3.connectionpool:https://gis.hyderabadwater.gov.in:443 "POST /portal/sharing/rest/oauth2/token HTTP/1.1" 200 831
DEBUG:requests_oauthlib.oauth2_session:Request to fetch token completed with status 200.
DEBUG:requests_oauthlib.oauth2_session:Request url was &lt;A href="https://gis.hyderabadwater.gov.in/portal/sharing/rest/oauth2/token" target="_blank" rel="noopener"&gt;https://gis.hyderabadwater.gov.in/portal/sharing/rest/oauth2/token&lt;/A&gt;
DEBUG:requests_oauthlib.oauth2_session:Request headers were {'User-Agent': 'python-requests/2.31.0', 'Accept-Encoding': 'gzip, deflate, br', 'Accept': 'application/json', 'Connection': 'keep-alive', 'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8', 'Content-Length': '337'}
DEBUG:requests_oauthlib.oauth2_session:Request body was grant_type=authorization_code&amp;amp;client_id=pythonapi&amp;amp;code=Wz_cCtHUb3VQTGHMhD7g8yFnxwVy_63R-FdJg-Hhv_bHG5q0lBO1SSsuHUDAL8jvtAifw7JOQVUHN9es-FlKTpFgu4M75lJt0DbjUosgTSQ5y94Y8CFeYFA1sWODhjkpdeH53go0dhwLD6N6WpH2iG-s8BedQtH7UXMvdT1DnxV8fEAvWQYkK9giPY2NwNnErqD7mNq2YLbX4_0CtYgKpA..&amp;amp;redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&amp;amp;expiration=20160
DEBUG:requests_oauthlib.oauth2_session:Response headers were {'Cache-Control': 'no-cache', 'Pragma': 'no-cache', 'Content-Length': '831', 'Content-Type': 'application/json; charset=utf-8', 'Expires': '0', 'Vary': 'Origin', 'X-XSS-Protection': '1; mode=block', 'X-Frame-Options': 'SAMEORIGIN', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000', 'Date': 'Mon, 18 Mar 2024 07:14:48 GMT'} and content {"access_token":"-nLMNi4_illILlvxNbnYc_Bff4EfXz-y2tq-Q1ZMv2M6gH4Eb8IudlGoCicvnb3-ZVYG6EcEwiB08VVdUMU5Vm9xqhKSv9dwNoKWCcGaeeXlehxvolcaOMVYxYUAsFgknhiH2KWWvY8nKH_1x7QF0CwXbdUI1k_VlDzVnwGDGGDUlAPGHscg0VXN81kvN01zyfUkXJ6S8qwypIQdmAYsegWwPHgk8Wen3I6a_SMxB0vM7_LDSPp7afM5cboUhYBZ","expires_in":1800,"username":"portaladmin","ssl":true,"refresh_token":"cFuNxVaXcUz2S6104aS6IIhi-gPHIM3YRi6NmIaHirKEKlOQHI42V3asmHcD0HAgn-F45IU2V1PA3USZhistn2GmU3hfivQxaNPeuJSICvtOblGfMlbxsEbqm1N715QJa0TaUkE2OZm8mGRaPSpyWuULE3pS3Jof5EfmG_Qt_EtfOe2z9qERRmrWk6fKD2Bgwd9jI7EWSA_AUSlT4nsrIqBPTNjjQZAZU9Lf7E9wXf8LaUF0vp6ZpctKh-ROA3_bmByAU2IfGFW7DWDLyJiyLgz4QRn6qRVqRMqdHE8TFMdJRAtuCH44RwTgPI8IryH7jgC9LkOXb19gJQEvohL4v-8Vf7cRbZ8LjnTzQBLLFutkm8hQBiz_ULu0BP8g5sBvaZozq3HZgSN5pjv84YNrydWOmuiMqyHuQYSkZgc69eXmEfbYNSzVNBUvs47Q6nLW","refresh_token_expires_in":1209593}.
DEBUG:requests_oauthlib.oauth2_session:Invoking 0 token response hooks.
DEBUG:requests_oauthlib.oauth2_session:Obtained token {'access_token': '-nLMNi4_illILlvxNbnYc_Bff4EfXz-y2tq-Q1ZMv2M6gH4Eb8IudlGoCicvnb3-ZVYG6EcEwiB08VVdUMU5Vm9xqhKSv9dwNoKWCcGaeeXlehxvolcaOMVYxYUAsFgknhiH2KWWvY8nKH_1x7QF0CwXbdUI1k_VlDzVnwGDGGDUlAPGHscg0VXN81kvN01zyfUkXJ6S8qwypIQdmAYsegWwPHgk8Wen3I6a_SMxB0vM7_LDSPp7afM5cboUhYBZ', 'expires_in': 1800, 'username': 'portaladmin', 'ssl': True, 'refresh_token': 'cFuNxVaXcUz2S6104aS6IIhi-gPHIM3YRi6NmIaHirKEKlOQHI42V3asmHcD0HAgn-F45IU2V1PA3USZhistn2GmU3hfivQxaNPeuJSICvtOblGfMlbxsEbqm1N715QJa0TaUkE2OZm8mGRaPSpyWuULE3pS3Jof5EfmG_Qt_EtfOe2z9qERRmrWk6fKD2Bgwd9jI7EWSA_AUSlT4nsrIqBPTNjjQZAZU9Lf7E9wXf8LaUF0vp6ZpctKh-ROA3_bmByAU2IfGFW7DWDLyJiyLgz4QRn6qRVqRMqdHE8TFMdJRAtuCH44RwTgPI8IryH7jgC9LkOXb19gJQEvohL4v-8Vf7cRbZ8LjnTzQBLLFutkm8hQBiz_ULu0BP8g5sBvaZozq3HZgSN5pjv84YNrydWOmuiMqyHuQYSkZgc69eXmEfbYNSzVNBUvs47Q6nLW', 'refresh_token_expires_in': 1209593, 'expires_at': 1710747888.4648676}.
DEBUG:urllib3.connectionpool:Resetting dropped connection: gis.hyderabadwater.gov.in
DEBUG:urllib3.connectionpool:https://gis.hyderabadwater.gov.in:443 "POST /server/rest/services/tankers/FeatureServer/4/applyEdits HTTP/1.1" 200 100&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Mar 2024 07:18:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397139#M9775</guid>
      <dc:creator>Manager_HMWSSBCDC</dc:creator>
      <dc:date>2024-03-18T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue When adding a list of 90K dictionaries using ArcGIS API Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397201#M9776</link>
      <description>&lt;P&gt;I found the problem is with date value.&lt;/P&gt;&lt;P&gt;If I add my data value milliseconds format like '17345735723453', then its adding into my layer otherwise if&amp;nbsp; I use date of any format, its showing error like &lt;STRONG&gt;unable to applyedits function.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 12:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/issue-when-adding-a-list-of-90k-dictionaries-using/m-p/1397201#M9776</guid>
      <dc:creator>Manager_HMWSSBCDC</dc:creator>
      <dc:date>2024-03-18T12:36:49Z</dc:date>
    </item>
  </channel>
</rss>

