<?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: Troubleshooting Print Digit errors in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642622#M59967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So I do not know of a workaround for that scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 19:07:06 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-11-28T19:07:06Z</dc:date>
    <item>
      <title>Troubleshooting Print Digit errors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642619#M59964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used the 3.18 version of the Javascript API Print digit successfully with my local print service in some of the newer web applications that I've written. &amp;nbsp;In one legacy application that I'm upgrading to version 3.18 the Print digit successfully prints the base layer but fails to print any of the ArcGISDynamicMapServiceLayer layers that are contained in the map. &amp;nbsp;I've compared the way that I'm creating/adding the ArcGISDynamicMapServiceLayer to this legacy application, and all of the layer objects look similar to my other applications when I inspect them at runtime. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is this: &amp;nbsp;what are some specific attributes that I should be looking for in the&amp;nbsp;ArcGISDynamicMapServiceLayers at runtime in order to get to the bottom of this? &amp;nbsp;I have spent much time comparing what the map objects (between my newer apps and this legacy app) look like at runtime and am not seeing any differences.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 22:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642619#M59964</guid>
      <dc:creator>SteveBurdette1</dc:creator>
      <dc:date>2016-11-23T22:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Print Digit errors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642620#M59965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Does your ArcGIS Server logs provide any clue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2016 02:15:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642620#M59965</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-26T02:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Print Digit errors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642621#M59966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The logs really didn't give me any clues...I set the message level to "Info" but never saw any log messages when printing. &amp;nbsp;After more testing I discovered&amp;nbsp;the issue in this legacy app: I'm defining my layer URLs with our mapProxy.ashx included ("/mapProxy.ashx?url=EsriMapServiceUrl"), which is fine for displaying the data on the map but is causing issues when the printing service is trying to print the layer. &amp;nbsp;If I remove the proxy from the URL when I'm creating the ArcGISDynamicMapServiceLayer then the printing service is able to print the dynamic map layers, but if the proxy is included the printing service is unable to print the dynamic layers. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can resolve this by fully qualifying the address of the URL ("MyWebApp.MyDomain/mapProxy" instead of "/mapProxy.ashx"), but do you have any other suggestions or common workarounds for this? &amp;nbsp;I'd rather not have to fully qualify all of my paths for ease of testing between local/server environments. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 18:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642621#M59966</guid>
      <dc:creator>SteveBurdette1</dc:creator>
      <dc:date>2016-11-28T18:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Print Digit errors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642622#M59967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So I do not know of a workaround for that scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642622#M59967</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T19:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting Print Digit errors</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642623#M59968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries. &amp;nbsp;Thank you for your responses. &amp;nbsp;For now I'll go without the proxy. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:34:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/troubleshooting-print-digit-errors/m-p/642623#M59968</guid>
      <dc:creator>SteveBurdette1</dc:creator>
      <dc:date>2016-11-28T19:34:54Z</dc:date>
    </item>
  </channel>
</rss>

