<?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 Unable to Track Down Reference to Non-Existent Item in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096487#M31068</link>
    <description>&lt;P&gt;I've been getting an error multiple times a day related to a feature service that we use for gate valve inspections. The message is&amp;nbsp; "&lt;SPAN&gt;Exception in setting 'ownership' role Failed to return the service configuration 'GateInspectionReport.MapServer'. Server machine 'https://{redacted}/arcgis/sharing/rest/content/items/b2615dccfb1847318dd4d611bf9173df' returned an error. 'Item does not exist or is inaccessible.'"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've confirmed that item b2615dccfb1847318dd4d611bf9173df does not exist. However, I can't seem to track down where in the chain of communication something is asking for that item. I've checked the hyperlink that opens Survey123, the Survey123 XLS form, the JSON for all maps/services/etc related to that workflow in AGO-Assistant. I've even tried searching for dependent items using the API for Python. I have not been able to turn up anything. Is there somewhere else I should be looking?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I haven't been able to pin down when the error is triggered. I have some clues that point to attribute edits, but nothing solid.&lt;/P&gt;&lt;P&gt;The Esri products involved here are Portal/Server 10.8.1 with all patches, Collector 20.2.4, and the "Classic" version of Survey123.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2021 17:33:30 GMT</pubDate>
    <dc:creator>JCGuarneri</dc:creator>
    <dc:date>2021-09-08T17:33:30Z</dc:date>
    <item>
      <title>Unable to Track Down Reference to Non-Existent Item</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096487#M31068</link>
      <description>&lt;P&gt;I've been getting an error multiple times a day related to a feature service that we use for gate valve inspections. The message is&amp;nbsp; "&lt;SPAN&gt;Exception in setting 'ownership' role Failed to return the service configuration 'GateInspectionReport.MapServer'. Server machine 'https://{redacted}/arcgis/sharing/rest/content/items/b2615dccfb1847318dd4d611bf9173df' returned an error. 'Item does not exist or is inaccessible.'"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've confirmed that item b2615dccfb1847318dd4d611bf9173df does not exist. However, I can't seem to track down where in the chain of communication something is asking for that item. I've checked the hyperlink that opens Survey123, the Survey123 XLS form, the JSON for all maps/services/etc related to that workflow in AGO-Assistant. I've even tried searching for dependent items using the API for Python. I have not been able to turn up anything. Is there somewhere else I should be looking?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I haven't been able to pin down when the error is triggered. I have some clues that point to attribute edits, but nothing solid.&lt;/P&gt;&lt;P&gt;The Esri products involved here are Portal/Server 10.8.1 with all patches, Collector 20.2.4, and the "Classic" version of Survey123.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 17:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096487#M31068</guid>
      <dc:creator>JCGuarneri</dc:creator>
      <dc:date>2021-09-08T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Track Down Reference to Non-Existent Item</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096550#M31071</link>
      <description>&lt;P&gt;You may be able to check the IIS logs that's hosting the Server WA for where the request is coming from. If it's internal, you can chase down the client machine making the request. If it's external, work with your IT staff to block the request.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 21:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096550#M31071</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2021-09-08T21:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Track Down Reference to Non-Existent Item</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096722#M31083</link>
      <description>&lt;P&gt;Interesting idea. I did check the IIS logs, but all the entries come from the same machine. I'm guessing this is because the requests come in via Portal. Also, I'm not sure blocking the source would be the solution. I'm pretty sure it's coming in via official channels. It's almost certainly from our field crews, and almost certainly not external. We have everything blocked off with a firewall and VPN access.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 13:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096722#M31083</guid>
      <dc:creator>JCGuarneri</dc:creator>
      <dc:date>2021-09-09T13:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Track Down Reference to Non-Existent Item</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096875#M31089</link>
      <description>&lt;P&gt;Another approach is to update the Application Pool of the WA to be a named user, and then run Fiddler on the WA machine as the same user. You'll get all of the requests through the WA and importantly, you'll be able to see referer information. That may help point to which application the requests are coming from.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 18:06:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/unable-to-track-down-reference-to-non-existent/m-p/1096875#M31089</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2021-09-09T18:06:51Z</dc:date>
    </item>
  </channel>
</rss>

