<?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 service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1350420#M37697</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;at this point, it appears it is something that needs to be handled by Esri Support. I think I saw you opened an incident. If it turns out to be a bug, it will to our way and we will fix that as soon as we can.&lt;/P&gt;&lt;P&gt;thank for reporting this issue.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 19:21:35 GMT</pubDate>
    <dc:creator>TanuHoque</dc:creator>
    <dc:date>2023-11-16T19:21:35Z</dc:date>
    <item>
      <title>Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1349189#M37674</link>
      <description>&lt;P&gt;Hello GIS friends,&lt;/P&gt;&lt;P&gt;Good morning! I'm having print issues again printing from Web AppBuilder. The print service is from ArcGIS Enterprise 11.1. A few months back when I first installed ArcGIS Enterprise 11.1, I had printing issues and Esri&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt; helped me resolve the issue with a new patch from Esri. However, now without me doing anything we are having print issues again.&lt;BR /&gt;&lt;BR /&gt;This time the error is:&lt;/P&gt;&lt;P&gt;Error executing tool. Export Web Map: ConvertWebMapToArcGISProject() takes from 1 to 4 positional arguments but 5 were given failed to execute (Export Web Map).&lt;/P&gt;&lt;P&gt;If anyone out there is getting the same error please I need help.&lt;/P&gt;&lt;P&gt;Our entire Entire Enterprise of 100 users are unable to print maps. Please let me know if you know how to get this to work.&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Abi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 15:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1349189#M37674</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2023-11-14T15:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1349497#M37677</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;as you know print service is powered by an arcpy script. It looks like somehow that script got modified and it is passing one additional parameter to the ConvertWebMapToArcGISProject() function.&lt;/P&gt;&lt;P&gt;please look at the script behind and see my note above helps.&lt;/P&gt;&lt;P&gt;Sorry for the inconvenience&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 01:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1349497#M37677</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2023-11-15T01:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1349675#M37681</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt;I'd like to understand how the script got modified. I haven't made any changes to the print service. What could be causing the script alteration?&lt;BR /&gt;&lt;BR /&gt;Here's my suspicion: If you have ArcGIS Enterprise 11.1 and then upgrade ArcGIS Pro from 3.1.0 to 3.2.0 on the the same GIS Server machine, and you had a print service from ArcGIS Pro 3.1.0, the upgrade to ArcGIS Pro 3.2.0 seems to modify the script of the print service. This happens even it you don't overwrite the print service created with ArcGIS Pro 3.1.0. The mere installation of ArcGIS Pro 3.2.0 on the ArcGIS Server machine appears to modify the script, based on your description.&lt;/P&gt;&lt;P&gt;Two days ago, when I first discovered the print service was not working I started troubleshooting. One of my initial steps was to create a new test print service. However, I encountered error 00256: "Server version &amp;lt;value&amp;gt; tool &amp;lt;value&amp;gt; does not have a new parameter." This error led me to uninstall ArcGIS Pro 3.2.0 on the GIS Server machine and install ArcGIS Pro 3.0.3. Interestingly, even before I could create a test print service with ArcGIS Pro 3.0.3, the existing print service started working. I found this peculiar but considered it a one-time occurrence. During this time, everything was working smoothly, so I proceeded to upgrade ArcGIS Pro 3.0.3 back to ArcGIS Pro 3.2.0 on the GIS Server machine, and once again, the print service failed.&lt;/P&gt;&lt;P&gt;It's worth noting that I only installed ArcGIS Pro 3.2.0; I didn't overwrite the print service or make any other changes. It appears that the mere presence of ArcGIS Pro 3.2.0 on a GIS Server machine with ArcGIS Enterprise 11.1 installed modifies the print script and causes the problem. Uninstalling ArcGIS Pro 3.2.0 and reinstalling ArcGIS Pro 3.0.3 resolved the issue, and I still have an open Esri tech support case to monitor the behavior.&lt;/P&gt;&lt;P&gt;The concern is that having ArcGIS Pro 3.2.0 on the same machine as ArcGIS Server with ArcGIS Enterprise 11.1 seems to trigger the print service failure. Is this an expected behavior, where the mere presence of ArcGIS Pro 3.2.0 on a single machine deployment with ArcGIS Enterprise 11.1 will cause the print service to fail?&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Abi&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 14:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1349675#M37681</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2023-11-15T14:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1350420#M37697</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;at this point, it appears it is something that needs to be handled by Esri Support. I think I saw you opened an incident. If it turns out to be a bug, it will to our way and we will fix that as soon as we can.&lt;/P&gt;&lt;P&gt;thank for reporting this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 19:21:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1350420#M37697</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2023-11-16T19:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1354139#M37781</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;was support able to help you? what was the solution?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 16:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1354139#M37781</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2023-11-28T16:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1354187#M37783</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/401001"&gt;@ChelseaRozek&lt;/a&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt;&amp;nbsp; At this time Esri is still performing tests. From the email I received yesterday from Esri, it appears like the print issue is reproducible when you have a print service from ArcGIS Pro 3.0.3 on ArcGIS Enterprise 11.1.&lt;/P&gt;&lt;P&gt;The issue is; if you make a print service from ArcGIS Pro 3.0.3 for ArcGIS Enterprise 11.1 and then you install ArcGIS Pro 3.2 on that same machine as the ArcGIS Enterprise 11.1 machine then the print service that you made from ArcGIS Pro 3.0.3 for ArcGIS Enterprise 11.1 will not work. the print service will error out.&lt;/P&gt;&lt;P&gt;Let me try saying this again: You cannot install ArcGIS Pro 3.2 and expect the print service you made from ArcGIS Pro 3.0.3 for ArcGIS Enterprise 11.1 to work. You have to uninstall ArcGIS Pro 3.2 and reinstall ArcGIS Pro 3.0.3 for the print service to work on ArcGIS Enterprise 11.1.&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Abi&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 17:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1354187#M37783</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2023-11-28T17:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1354190#M37784</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;Shoot, doesn't sound like my situation then. I only have ArcGIS Server 11.1 installed on the server as it's unfederated. There is no ArcGIS Pro installed. I just upgraded from 10.9.1 last night and now I'm having printing issues. I have a ticket in with ESRI but it hasn't been picked up yet.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2023 17:40:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1354190#M37784</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2023-11-28T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1360867#M37981</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582" target="_blank"&gt;@AbiDhakal&lt;/A&gt;&amp;nbsp;amazing that you figured out that the failed print job on ArcGIS Enterprise may have been caused by upgrading APro to 3.2 - good catch.&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW, I'm getting the same error message since upgrading APro to 3.2 on the server just a couple of days ago.&amp;nbsp; I am on Enterprise 10.9.1 so it's not isolated to 11.x.&amp;nbsp; I downgraded to APro to 2.9 and, while printing from a web appbuilder app now works, I can't open any of my APro projects that were saved at 3.2. . . .&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 14:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1360867#M37981</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2023-12-14T14:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1361245#M38004</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7136"&gt;@PLadd&lt;/a&gt;&amp;nbsp;unfortunately 3.0 is a breaking release that means project or layer file or anything that create in 3x can't be opened in 2x directly.&lt;/P&gt;&lt;P&gt;I think this is what you can do this though - have 3.2 install temporarily, open your projects you created in 3.2 before... share them out as project package. Uninstall 3.2, install 2.9 and open project packages.&lt;BR /&gt;&lt;BR /&gt;Please note, this will allow you project open in 2.9 -- that said, if you used anything new in 3.x e.g. some new symbology that is only available in 3.x, you won't see them correctly in 2.9&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 00:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1361245#M38004</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2023-12-15T00:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1361474#M38008</link>
      <description>&lt;P&gt;UPDATE: I tried to recreate the PrintTask using ArcGIS Pro 3.2 hoping that this might clean up the printing issue (Export Web Map, Get Layout Templates Info, then Share as a web tool &lt;A href="https://enterprise.arcgis.com/en/server/10.9.1/publish-services/windows/tutorial-publish-additional-layouts-for-printing-with-arcgis-pro.htm" target="_self"&gt;per these instructions&lt;/A&gt;) .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead I got errors ("Server version 10.9.1 tool ExportWebMap(server) does not have new parameter Layout Item ID)" which led me to &lt;A href="https://support.esri.com/en-us/bug/the-layout-item-id-parameter-from-the-export-web-map-an-bug-000156908" target="_blank" rel="noopener"&gt;this known bug&lt;/A&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Confirmed with ESRI tech that my issue is part of the aforementioned bug.&amp;nbsp; The bug's solution is to downgrade APro. . . .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 20:27:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1361474#M38008</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2023-12-15T20:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1361518#M38009</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt;, your suggestion to create project packages enabled me to export to a targeted earlier version and it worked.&amp;nbsp; Appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 17:39:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1361518#M38009</guid>
      <dc:creator>PLadd</dc:creator>
      <dc:date>2023-12-15T17:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1372078#M38286</link>
      <description>&lt;P&gt;There's usually a compatibility table from Esri where it tells you which version of ArcGIS Enterprise is compatible with ArcGIS PRO, this is important for geoprocessing tools (Like the printing tool). I discovered this not long ago.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/geoprocessing-service-compatibility.htm" target="_self"&gt;Geoprocessing service compatibility &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is good article from Esri Australia about this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://esriaustraliatechblog.wordpress.com/2023/01/03/compatibility-between-arcgis-desktop-applications-and-arcgis-enterprise/" target="_self"&gt;Compatibility between arcgis desktop applications and arcgis enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In previous versions of Enterprise (10.8.1) I had issues with secure web services when I was using custom templates from ArcGIS PRO. The way I solved the issue was creating an account for the ArcGIS Server service in Portal and adding that account to the groups I needed the tool to print web services (the problem was always that the ArcGIS Server service account, which is in charge of the printing geoprocessing tool, didn't have access to the web services, as those were secure under a group, so that account couldn't access the resource to render and print the layer in the map). Once that account had access, the maps were printing ok (I don't seem to have that issue in ArcGIS Enterprise 11.2).&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 03:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1372078#M38286</guid>
      <dc:creator>AndresEcheverri</dc:creator>
      <dc:date>2024-01-19T03:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1372874#M38312</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7136"&gt;@PLadd&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The crazy part is you do not even have to create or overwrite (if you already had a print service from ArcGIS Pro 3.1 or older version) your print service. The mere installation of ArcGIS Pro 3.2 on a machine that has ArcGIS Enterprise 11.1 will throw an error on the print service. The solution is to not install ArcGIS Pro 3.2 on the same machine that has ArcGIS Enterprise 11.1 installed.&lt;/P&gt;&lt;P&gt;I do understand the compatibility of different versions of ArcGIS Pro working with different versions of ArcGIS Enterprise, but the mere installation of ArcGIS Pro 3.2 on a machine that has ArcGIS Enterprise 11.1 will cause the issue is strange. Thankfully, we got that figured out.&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Abi&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 13:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1372874#M38312</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2024-01-22T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1373185#M38329</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;but the mere installation of ArcGIS Pro 3.2 on a machine that has ArcGIS Enterprise 11.1 will cause the issue is strange.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;just curious - did you ever contact Esri Support and open an incident? if you do, can you pls share the incident id with me? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 21:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1373185#M38329</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2024-01-22T21:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1373193#M38330</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm surprised i cannot find the case in my.esri.com. I do not know what happened with the case.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 21:34:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1373193#M38330</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2024-01-22T21:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1373201#M38331</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2620"&gt;@TanuHoque&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the case number. Esri Case #03484767&lt;/P&gt;&lt;P&gt;Thank you for your patience.&lt;BR /&gt;Abi&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 21:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1373201#M38331</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2024-01-22T21:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Print service from ArcGIS Enterprise 11.1 failing in Web AppBuiilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1373220#M38333</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/365582"&gt;@AbiDhakal&lt;/a&gt;. appreciate your quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the incident got resulted in a bug (BUG-000163345)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 22:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/print-service-from-arcgis-enterprise-11-1-failing/m-p/1373220#M38333</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2024-01-22T22:14:07Z</dc:date>
    </item>
  </channel>
</rss>

