<?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: Not Able to add features (Hosted Services) in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/not-able-to-add-features-hosted-services/m-p/1584696#M41656</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/469120"&gt;@Sunnywaygis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you check and verify that the service account(s) has full permissions to the following folders:&lt;/P&gt;&lt;P&gt;:\arcgisdatastore&lt;/P&gt;&lt;P&gt;:\arcgisserver&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\Server&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\DataStore&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 22:55:31 GMT</pubDate>
    <dc:creator>EricNyangari</dc:creator>
    <dc:date>2025-02-12T22:55:31Z</dc:date>
    <item>
      <title>Not Able to add features (Hosted Services)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/not-able-to-add-features-hosted-services/m-p/1584132#M41640</link>
      <description>&lt;P&gt;Hi All, In our ArcGIS Enterprise environment (10.8.1), we have On prem Portal server, GIS/Hosting Server (Federated wit Portal). We are noticing that while adding features to hosting services, it doesn't add features. I have checked the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Portal is successfully federated with GIS/Hosting server&lt;BR /&gt;2. Data store is validated&lt;BR /&gt;3. Hosted services are available&lt;/P&gt;&lt;P&gt;I also checked and applyEdits response shows the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;applyEdits response shows as belows: 

{
    "addResults": [
        {
            "objectId": null,
            "globalId": null,
            "success": false,
            "error": {
                "code": 10500,
                "description": "class org.json.JSONObject cannot be cast to class com.esri.core.geometry.Geometry (org.json.JSONObject and com.esri.core.geometry.Geometry are in unnamed module of loader java.net.URLClassLoader @396f6598)"
            }
        }
    ],
    "updateResults": [],
    "deleteResults": [],
    "attachments": {
        "addResults": [],
        "updateResults": [],
        "deleteResults": []
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis01/arcgis/rest/services/Hosted/Boom/FeatureServer/0/query?f=json&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;objectIds=&amp;amp;outFields=*&amp;amp;outSR=102100&amp;amp;token=gMdd0fOxm0coQnX0R3oS5x027H0MkG4ERZexKL5ipGnBFfB90wid8c6JOXnfEL1heT4NzgCB9FbSaFcUQvPt56DOYzgH6qdQl--EDCeg8s-ijUf07IRYwEvfZPTGRjf_ohYdGcZncIk0q9FZVXMgDK-_3Ay6cRfIt-1sgkxBW3Y" target="_blank"&gt;https://gis01/arcgis/rest/services/Hosted/Boom/FeatureServer/0/query?f=json&amp;amp;returnGeometry=true&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;objectIds=&amp;amp;outFields=*&amp;amp;outSR=102100&amp;amp;token=gMdd0fOxm0coQnX0R3oS5x027H0MkG4ERZexKL5ipGnBFfB90wid8c6JOXnfEL1heT4NzgCB9FbSaFcUQvPt56DOYzgH6qdQl--EDCeg8s-ijUf07IRYwEvfZPTGRjf_ohYdGcZncIk0q9FZVXMgDK-_3Ay6cRfIt-1sgkxBW3Y&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"error": {&lt;BR /&gt;"code": 500,&lt;BR /&gt;"message": "Cannot perform query. Invalid query parameters.",&lt;BR /&gt;"details": []&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 18:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/not-able-to-add-features-hosted-services/m-p/1584132#M41640</guid>
      <dc:creator>Sunnywaygis</dc:creator>
      <dc:date>2025-02-11T18:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to add features (Hosted Services)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/not-able-to-add-features-hosted-services/m-p/1584385#M41645</link>
      <description>&lt;P&gt;You might want to try running the describedatastore command and make sure it looks normal. If it looks normal, it might be worth trying to restart the data store service, or maybe even the entire server.&lt;/P&gt;&lt;P&gt;Besides that, did this issue just randomly start happening? Or was it after upgrading, Windows Updates, etc.?&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/data-store/10.9.1/install/windows/data-store-utility-reference.htm#ESRI_SECTION1_5ECEA8B5F835454CB7D0DBC942BB4FDB" target="_blank"&gt;https://enterprise.arcgis.com/en/data-store/10.9.1/install/windows/data-store-utility-reference.htm#ESRI_SECTION1_5ECEA8B5F835454CB7D0DBC942BB4FDB&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 10:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/not-able-to-add-features-hosted-services/m-p/1584385#M41645</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2025-02-12T10:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not Able to add features (Hosted Services)</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/not-able-to-add-features-hosted-services/m-p/1584696#M41656</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/469120"&gt;@Sunnywaygis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you check and verify that the service account(s) has full permissions to the following folders:&lt;/P&gt;&lt;P&gt;:\arcgisdatastore&lt;/P&gt;&lt;P&gt;:\arcgisserver&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\Server&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\DataStore&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 22:55:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/not-able-to-add-features-hosted-services/m-p/1584696#M41656</guid>
      <dc:creator>EricNyangari</dc:creator>
      <dc:date>2025-02-12T22:55:31Z</dc:date>
    </item>
  </channel>
</rss>

