<?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: Print Widget fails on specific layer in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1490792#M13086</link>
    <description>&lt;P&gt;Steve:&lt;/P&gt;&lt;P&gt;Would this only be an issue if you using a&amp;nbsp;&lt;SPAN&gt;group managed service account?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 17:00:56 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2024-06-12T17:00:56Z</dc:date>
    <item>
      <title>Print Widget fails on specific layer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1369750#M10291</link>
      <description>&lt;P&gt;New to Experience Builder and I'm having an issue with the print widget involving one specific layer. I'm working with Portal v11.1 and when I attempt to print the map when a specific layer is turned on, the print task fails:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eb_printWidget_error.jpg" style="width: 786px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/91473iE1F630B5B78C03F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="eb_printWidget_error.jpg" alt="eb_printWidget_error.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The layer in question was shared from its SDE location (not hosted in Portal) and the Portal sharing is with our organization. If I don't include this specific layer, the print map operation completes successfully. The layer draws in the map without any issues.&lt;/P&gt;&lt;P&gt;Anyone seen this before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 19:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1369750#M10291</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2024-01-12T19:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget fails on specific layer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1370102#M10314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/146007"&gt;@SteveCole&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;&lt;P&gt;This seems to be a portal issue. Here is a similar post&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-portal-questions/print-function-not-working/m-p/1098329/highlight/true#M11516" target="_blank"&gt;https://community.esri.com/t5/arcgis-enterprise-portal-questions/print-function-not-working/m-p/1098329/highlight/true#M11516&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shengdi&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 08:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1370102#M10314</guid>
      <dc:creator>ShengdiZhang</dc:creator>
      <dc:date>2024-01-15T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget fails on specific layer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1370521#M10334</link>
      <description>&lt;P&gt;Thanks for this thread, as I missed it during my own search. I'm not totally sure this is the issue since I haven't published a special print service (I'm using the default Export Web Map Task), I'm using one of the default ESRI base maps and it sucessfully prints&amp;nbsp; if I don't turn the layer in question on, and this is Portal v11.1 so that should include the patch that is linked in that thread.&lt;/P&gt;&lt;P&gt;I'm not the admin so I'll have to pass this along to that group for further investigation. One random thought- could there be any specific group I need to add within SDE under Manage-&amp;gt;Privileges for that feature class?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2024 16:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1370521#M10334</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2024-01-16T16:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget fails on specific layer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1411177#M12139</link>
      <description>&lt;P&gt;I wanted to provide an update with this issue which we figured out while we were preparing for submitting a tech support ticket. Ultimately, the issue did appear to be associated with the Manage-&amp;gt;Privileges on the dataset in SDE. The layers that were failing were layers published to our Portal, but the underlying data was still residing in SDE.&lt;/P&gt;&lt;P&gt;What we discovered is that the group managed service account was not enabled in the Manage-&amp;gt;Privileges dialog. Once we enabled SELECT, the services finally printed in the EB Print Widget.&lt;/P&gt;&lt;P&gt;This was a really frustrating issue because the layers *would* print inside my JS API application version and it would also print through a EB app version I built in our AGOL account (but still pointed to the org shared REST services). Anyways, hope this helps someone else out.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 19:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1411177#M12139</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2024-04-17T19:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget fails on specific layer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1418649#M12432</link>
      <description>&lt;P&gt;Hello, I have exactly the same problem.&lt;BR /&gt;I don't understand where you changed the privileges. Could you tell me more about the process?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 12:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1418649#M12432</guid>
      <dc:creator>Rémi</dc:creator>
      <dc:date>2024-05-03T12:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget fails on specific layer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1418750#M12436</link>
      <description>&lt;P&gt;Yeah, this setting is accessed by right-clicking on the SDE layer in ArcCatalog or Catalog View/Pane in ArcGIS Pro:&lt;/P&gt;&lt;P&gt;ArcCatalog:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arcCatalog_manage_privileges.jpg" style="width: 643px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103010i8AA602CF321E9B37/image-size/large?v=v2&amp;amp;px=999" role="button" title="arcCatalog_manage_privileges.jpg" alt="arcCatalog_manage_privileges.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Pro Catalog View/Pane:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="agPro_manage_privileges.jpg" style="width: 308px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103011i7418F5BD8A43ADFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="agPro_manage_privileges.jpg" alt="agPro_manage_privileges.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 15:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1418750#M12436</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2024-05-03T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget fails on specific layer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1490792#M13086</link>
      <description>&lt;P&gt;Steve:&lt;/P&gt;&lt;P&gt;Would this only be an issue if you using a&amp;nbsp;&lt;SPAN&gt;group managed service account?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 17:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1490792#M13086</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2024-06-12T17:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Print Widget fails on specific layer</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1490803#M13087</link>
      <description>&lt;P&gt;I'm afraid I don't know. I'm not on the admin side of things so my knowledge about that side of the equation is pretty limited. All I know is that I worked through all the layers in our map and noted which layers cause the print service to choke. Through that exercise, I noticed that these were specific layers published as services but still being housed in SDE (rather than coped features into Portal) and then I looked at those managed permissions and that was the only difference between working and non-working layers.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 17:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/print-widget-fails-on-specific-layer/m-p/1490803#M13087</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2024-06-12T17:11:27Z</dc:date>
    </item>
  </channel>
</rss>

