<?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: Experience Builder on 11.1, Items not being available - CONT_122 error in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1498064#M39872</link>
    <description>&lt;P&gt;I opened an Esri case, b&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ut since the error only occurs sporadically and cannot be clearly reproduced by Esri, it was closed &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Does the error occur permanently for you?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 05:50:39 GMT</pubDate>
    <dc:creator>StefanUseldinger</dc:creator>
    <dc:date>2024-06-27T05:50:39Z</dc:date>
    <item>
      <title>Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1370847#M38254</link>
      <description>&lt;P&gt;This is more of a warning and hopefully something that will help than a question.&lt;/P&gt;&lt;P&gt;I've recently had two clients have the same issue appear when using the embedded Experience Builder in ArcGIS Enterprise 11.1.&amp;nbsp; One client is fully patched, the other is missing the latest Sites and sharing patches.&lt;/P&gt;&lt;P&gt;In both case trying to look at the item in Portal leads to the spinning blue symbol and no load of any item metadata.&amp;nbsp; If you try and open it from the EXB editor then you will see a message saying, "Sorry, you do not have permissions to access this application" - even though you own it.&lt;/P&gt;&lt;P&gt;If you try to access the item using AGO assistant then you will see:&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;{&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;"error": {&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;"code": 500,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;"messagecode": "CONT_0122",&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;"message": "Unable to find ItemInfo for item '&lt;EM&gt;guid&lt;/EM&gt;'",&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;"details": []&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;If you use Developer Tools in your browser, or fiddler you will see the same responses there when it makes a request to the iteminfo during the load of your item or EXB app.&lt;/P&gt;&lt;P&gt;After some investigation it was found that during the 'save' of the EXB item, the iteminfo.xml on disk was becoming corrupted.&amp;nbsp; In one client the closing brackets were correct, but there was a:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; n&amp;gt;&lt;/P&gt;&lt;P&gt;addition to the very end of the XML.&amp;nbsp; In the other client,&amp;nbsp; the XML was corrupted in a different place.&amp;nbsp; Towards the end of the xml it should look like:&lt;/P&gt;&lt;P&gt;&amp;lt;url&amp;gt;&lt;EM&gt;URL TO EXB APP&lt;/EM&gt;&amp;lt;/url&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ESRI_ItemInformation&amp;gt;&lt;/P&gt;&lt;P&gt;instead that clients file looked like:&lt;/P&gt;&lt;P&gt;&amp;lt;url&amp;gt;&lt;EM&gt;URL TO EXB APP&lt;/EM&gt;&amp;lt;/url&amp;gt;&lt;FONT color="#FF0000"&gt;adbasdhjasdhjh&amp;lt;/url&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ESRI_ItemInformation&amp;gt;&lt;/P&gt;&lt;P&gt;where the red text invalidated the XML.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The remedy was to copy and paste the iteminfo.xml file somewhere safe, and then copy the xml to a tool like:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.xmlvalidation.com/index.php?id=1&amp;amp;L=0" target="_blank" rel="noopener"&gt;https://www.xmlvalidation.com/index.php?id=1&amp;amp;L=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this highlights the issues at hand and allows you to tidy it up.&lt;/P&gt;&lt;P&gt;The updated XML was copied back to the original item info file, which remedied the issue.&lt;/P&gt;&lt;P&gt;You can find the iteminfo.xml file here (typically):&lt;/P&gt;&lt;P&gt;C:\arcgisportal\content\items\&lt;STRONG&gt;&lt;EM&gt;guid&lt;/EM&gt;&lt;/STRONG&gt;\esriinfo\&lt;/P&gt;&lt;P&gt;I hope this helps someone else, certainly it's helped two clients recently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;EDIT 29/05/24. &amp;nbsp;Last week I had a similar issue to this. &amp;nbsp;The XML was fine. &amp;nbsp;I looked at the PBG file in a text editor and there was a status of changed. &amp;nbsp;I took a backup of the PBF file and deleted the original. &amp;nbsp;Within minutes it was recreated and the EXB app item started working.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 19:30:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1370847#M38254</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2024-05-28T19:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1370902#M38256</link>
      <description>&lt;P&gt;Excellent work Scott discovering the corrupted xml errors in the item info.&amp;nbsp; This is great info to have on the community forum.&lt;/P&gt;&lt;P&gt;Bernie.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2024 11:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1370902#M38256</guid>
      <dc:creator>berniejconnors</dc:creator>
      <dc:date>2024-01-17T11:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479308#M39603</link>
      <description>&lt;P&gt;You saved my day. I created a Survey123 in Portal 11.2 and had a corrupted Portal Item XML in my config store two times in one week after saving my survey.&lt;/P&gt;&lt;P&gt;Portal HA; Portal Config Store on a separate VM&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 06:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479308#M39603</guid>
      <dc:creator>StefanUseldinger</dc:creator>
      <dc:date>2024-05-28T06:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479746#M39611</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413165"&gt;@Scott_Tansley&lt;/a&gt;&amp;nbsp;, this is more likely a portal backend issue.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 19:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479746#M39611</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2024-05-28T19:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479756#M39612</link>
      <description>&lt;P&gt;Thanks. &amp;nbsp;Yes I wondered that. &amp;nbsp;The main client that is affected has a base deployment on a single azure instance with premium disk. &amp;nbsp;It’s production but in very early stages. So no load. &amp;nbsp;They’re my only client using EXB in anger. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;former colleagues from Esri UK are discussing similar circumstances with me. &amp;nbsp;None of us can see any settings that would affect the backend. &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;even though this has been raised as a support ticket there is no observed traction from Esri.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 19:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479756#M39612</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2024-05-28T19:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479784#M39614</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413165"&gt;@Scott_Tansley&lt;/a&gt;&amp;nbsp;. Could you share the case number (support ticket).&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 20:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479784#M39614</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2024-05-28T20:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479838#M39615</link>
      <description>&lt;P&gt;Thank you for taking an interest in this, I value your input.&amp;nbsp; The case number is:&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Esri Case #03555992&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 21:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479838#M39615</guid>
      <dc:creator>Scott_Tansley</dc:creator>
      <dc:date>2024-05-28T21:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479970#M39618</link>
      <description>&lt;P&gt;This is how my corrupted XML looked like after saving my Survey123:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;&amp;lt;ESRI_ItemInformation Culture="en-us"&amp;gt;&amp;lt;title&amp;gt;TEST &amp;lt;/title&amp;gt;&amp;lt;type&amp;gt;Form&amp;lt;/type&amp;gt;&amp;lt;typekeywords&amp;gt;&amp;lt;typekeyword&amp;gt;Form&amp;lt;/typekeyword&amp;gt;&amp;lt;typekeyword&amp;gt;Survey123&amp;lt;/typekeyword&amp;gt;&amp;lt;typekeyword&amp;gt;Survey123 Hub&amp;lt;/typekeyword&amp;gt;&amp;lt;typekeyword&amp;gt;xForm&amp;lt;/typekeyword&amp;gt;&amp;lt;/typekeywords&amp;gt;&amp;lt;tags&amp;gt;&amp;lt;tag&amp;gt;Survey123&amp;lt;/tag&amp;gt;&amp;lt;/tags&amp;gt;&amp;lt;thumbnail&amp;gt;thumbnail/image01.png&amp;lt;/thumbnail&amp;gt;&amp;lt;properties&amp;gt;{"versionInfo":{"created":{"build":"3.19.246","timestamp":1716536319562,"env":"prod"},"saved":{"build":"3.19.246","timestamp":1716790220628,"env":"prod"},"published":{"build":"3.19.246","timestamp":1716876293417,"env":"prod"}},"websiteVersion":"3.19","isVersionLocked":true}&amp;lt;/properties&amp;gt;&amp;lt;/ESRI_ItemInformation&amp;gt;properties&amp;gt;&amp;lt;/ESRI_ItemInformation&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;This is how it should have looked like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;&amp;lt;ESRI_ItemInformation Culture="en-us"&amp;gt;&amp;lt;title&amp;gt;TEST &amp;lt;/title&amp;gt;&amp;lt;type&amp;gt;Form&amp;lt;/type&amp;gt;&amp;lt;typekeywords&amp;gt;&amp;lt;typekeyword&amp;gt;Form&amp;lt;/typekeyword&amp;gt;&amp;lt;typekeyword&amp;gt;Survey123&amp;lt;/typekeyword&amp;gt;&amp;lt;typekeyword&amp;gt;Survey123 Hub&amp;lt;/typekeyword&amp;gt;&amp;lt;typekeyword&amp;gt;xForm&amp;lt;/typekeyword&amp;gt;&amp;lt;/typekeywords&amp;gt;&amp;lt;tags&amp;gt;&amp;lt;tag&amp;gt;Survey123&amp;lt;/tag&amp;gt;&amp;lt;/tags&amp;gt;&amp;lt;thumbnail&amp;gt;thumbnail/image01.png&amp;lt;/thumbnail&amp;gt;&amp;lt;properties&amp;gt;{"versionInfo":{"created":{"build":"3.19.246","timestamp":1716536319562,"env":"prod"},"saved":{"build":"3.19.246","timestamp":1716790220628,"env":"prod"}}}&amp;lt;/properties&amp;gt;&amp;lt;/ESRI_ItemInformation&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 05:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1479970#M39618</guid>
      <dc:creator>StefanUseldinger</dc:creator>
      <dc:date>2024-05-29T05:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1484664#M39663</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413165"&gt;@Scott_Tansley&lt;/a&gt;&amp;nbsp;, this case has been closed as the customer says the issue no longer occurs to them.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 18:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1484664#M39663</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2024-06-04T18:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1497626#M39864</link>
      <description>&lt;P&gt;This has happened to us twice now, that I know, and both times with the same user (we have a lot of users).&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are on 11.1 on-premises. Thanks for the solution to resolving this!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 13:59:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1497626#M39864</guid>
      <dc:creator>DougYurek</dc:creator>
      <dc:date>2024-06-26T13:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1498064#M39872</link>
      <description>&lt;P&gt;I opened an Esri case, b&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ut since the error only occurs sporadically and cannot be clearly reproduced by Esri, it was closed &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Does the error occur permanently for you?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 05:50:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1498064#M39872</guid>
      <dc:creator>StefanUseldinger</dc:creator>
      <dc:date>2024-06-27T05:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1498367#M39878</link>
      <description>&lt;P&gt;For all users experiencing this issue, Esri are investigating this internally but have at the moment not been able to reproduce this behaviour. I am therefore unable to provide a BUG number to keep track of.&lt;/P&gt;&lt;P&gt;If any of you have readily reproduced the issue please share the steps with me either directly, or&amp;nbsp;@ mention me on this thread.&lt;/P&gt;&lt;P&gt;If the application isn't able to be fixed via the solutions above then there is no harm in raising a case with technical support. I will update this post when I have any updates.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 15:25:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1498367#M39878</guid>
      <dc:creator>Richard_Purkis</dc:creator>
      <dc:date>2024-06-27T15:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1500629#M39916</link>
      <description>&lt;P&gt;I also opened a premium support ticket and received basically the same outcome. We can't reproduce it but we're able to fix the issue. No root cause identified.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some Notes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I had to fix the XML file &amp;amp; delete the .pbf file before I could open the portal item again, but it fixed it w/o a portal restart.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;In both instances of this error happening, the XML file had different 'bad syntax'&lt;UL&gt;&lt;LI&gt;One contained &lt;STRONG&gt;n&amp;gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;and the other contained &lt;STRONG&gt;mation&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;Here is a copy of text from one of the corrupted XML files.&amp;nbsp; You can see how the text "&lt;STRONG&gt;mation&amp;gt;&lt;/STRONG&gt;" was appended to the end of the file. The other item that was corrupted, had the text "&lt;STRONG&gt;n&amp;gt;&lt;/STRONG&gt;" at the end. It's almost like the tag&amp;nbsp;&lt;SPAN&gt;&amp;lt;/ESRI_ItemInformation&amp;gt; is getting cut off at a random spot at the end.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Here is what one of the XML files looked like (see the bad syntax at the end)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="no"?&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;ESRI_ItemInformation Culture="en-us"&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;title&amp;gt;Untitled experience 1&amp;lt;/title&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;type&amp;gt;Web Experience&amp;lt;/type&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeywords&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;EXB Experience&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;JavaScript&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;Ready To Use&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;status: Draft&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;version:1.10.0&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;Web Application&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;Web Experience&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;Web Mapping Application&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;Web Page&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;typekeyword&amp;gt;Web Site&amp;lt;/typekeyword&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&amp;lt;/typekeywords&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&amp;lt;/ESRI_ItemInformation&amp;gt;mation&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We suspect there could have been a connectivity issue while the user was saving the project, which might have corrupted the XML. Hard to nail down, but we have a lot of users and it's now happened to the same user twice (and that's all) who does work out of a field office. I'll chime in if I find out anything else.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 21:38:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1500629#M39916</guid>
      <dc:creator>DougYurek</dc:creator>
      <dc:date>2024-07-02T21:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder on 11.1, Items not being available - CONT_122 error</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1500758#M39918</link>
      <description>&lt;P&gt;I've had the error twice so far when saving a story map. After that, I created 71 more story maps and saved each one at least 10 times with different users. The problem didn't appear again after that.&lt;BR /&gt;I'm fairly sure that I had the problem once 1-2 years ago. But I didn't react correctly and repaired the XML, but instead deleted the portal item.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 05:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/experience-builder-on-11-1-items-not-being/m-p/1500758#M39918</guid>
      <dc:creator>StefanUseldinger</dc:creator>
      <dc:date>2024-07-03T05:47:59Z</dc:date>
    </item>
  </channel>
</rss>

