<?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: ArcGIS Server 10.1 fails to print the legend with and without sublayerid. in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559993#M21589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Harshal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the reason you are not seeing anything on the legend is because the sublayer id you specified inside 'legendOptions.opertaionalLayers.sublayerIds' has scale-visibility range set. the scale you are requesting the output is beyond that scale range, as result the layer does not draw, therefore nothing shows up in the legend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is the modified version (scale is set to 1:50,000) of your json that I tried and got the legends shown up in the output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 2; font-family: Courier New;"&gt;&lt;SPAN&gt;{"mapOptions":{"showAttribution":true,"extent":{"xmin":-8851509.581441754,"ymin":4234412.018976383,"xmax":-8642683.620166572,"ymax":4296784.63405711,"spatialReference":{"wkid":102100,"latestWkid":3857}},"spatialReference":{"wkid":102100,"latestWkid":3857},"scale":50000},"operationalLayers":[{"id":"layerActiveMonumentsLayer","title":"layerActiveMonumentsLayer","opacity":1,"url":"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servicesbeta2.esri.com/arcgis/rest/services/Census/MapServer" rel="nofollow" target="_blank"&gt;http://servicesbeta2.esri.com/arcgis/rest/services/Census/MapServer&lt;/A&gt;&lt;SPAN&gt;","layers":[]}],"exportOptions":{"outputSize":[800,1100],"dpi":96},"layoutOptions":{"customTextElements":[{"titleText":"title"},{"projectName":"NC Geodetic Database"}],"scaleBarOptions":{},"legendOptions":{"operationalLayers":[{"id":"layerActiveMonumentsLayer","subLayerIds":[0]}]}}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is the entire request to the printing service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={%22mapOptions%22%3A{%22showAttribution%22%3Atrue%2C%22extent%22%3A{%22xmin%22%3A-8851509.581441754%2C%22ymin%22%3A4234412.018976383%2C%22xmax%22%3A-8642683.620166572%2C%22ymax%22%3A4296784.63405711%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}}%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}%2C%22scale%22%3A50000}%2C%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22title%22%3A%22layerActiveMonumentsLayer%22%2C%22opacity%22%3A1%2C%22url%22%3A%22http%3A%2F%2Fservicesbeta2.esri.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22%2C%22layers%22%3A[]}]%2C%22exportOptions%22%3A{%22outputSize%22%3A[800%2C1100]%2C%22dpi%22%3A96}%2C%22layoutOptions%22%3A{%22customTextElements%22%3A[{%22titleText%22%3A%22title%22}%2C{%22projectName%22%3A%22NC+Geodetic+Database%22}]%2C%22scaleBarOptions%22%3A{}%2C%22legendOptions%22%3A{%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22subLayerIds%22%3A[0]}]}}}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/....&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can also try by removing the subLayerIds to have legends from all layers shown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={%22mapOptions%22%3A{%22showAttribution%22%3Atrue%2C%22extent%22%3A{%22xmin%22%3A-8851509.581441754%2C%22ymin%22%3A4234412.018976383%2C%22xmax%22%3A-8642683.620166572%2C%22ymax%22%3A4296784.63405711%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}}%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}%2C%22scale%22%3A50000}%2C%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22title%22%3A%22layerActiveMonumentsLayer%22%2C%22opacity%22%3A1%2C%22url%22%3A%22http%3A%2F%2Fservicesbeta2.esri.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22%2C%22layers%22%3A[]}]%2C%22exportOptions%22%3A{%22outputSize%22%3A[800%2C1100]%2C%22dpi%22%3A96}%2C%22layoutOptions%22%3A{%22customTextElements%22%3A[{%22titleText%22%3A%22title%22}%2C{%22projectName%22%3A%22NC+Geodetic+Database%22}]%2C%22scaleBarOptions%22%3A{}%2C%22legendOptions%22%3A{%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22}]}}}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tanu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 15:27:05 GMT</pubDate>
    <dc:creator>TanuHoque</dc:creator>
    <dc:date>2013-08-29T15:27:05Z</dc:date>
    <item>
      <title>ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559992#M21588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have encountered an issue with ArcGIS Server 10.1 print service. It fails to print the legend with and without sublayerid as opposed to the bug NIM083432 that reads "PrintService does not draw the legends of mapservice sub-layers when subLayerIds are specified". This does not seem to be a related bug as it fails to draw the legend items without sublayerids too. Any clues what must be missing on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Harshal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is the WebMap JSON that doesn't show up legend for layer 0 having Class Breaks Renderer and the other layers with Simple Renderer does show up fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;{"mapOptions":{"showAttribution":true,"extent":{"xmin":-8851509.581441754,"ymin":4234412.018976383,"xmax":-8642683.620166572,"ymax":4296784.63405711,"spatialReference":{"wkid":102100,"latestWkid":3857}},"spatialReference":{"wkid":102100,"latestWkid":3857},"scale":577790.5542890031},"operationalLayers":[{"id":"layerActiveMonumentsLayer","title":"layerActiveMonumentsLayer","opacity":1,"url":"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servicesbeta2.esri.com/arcgis/rest/services/Census/MapServer" rel="nofollow" target="_blank"&gt;http://servicesbeta2.esri.com/arcgis/rest/services/Census/MapServer&lt;/A&gt;&lt;SPAN&gt;","layers":[]}],"exportOptions":{"outputSize":[800,1100],"dpi":96},"layoutOptions":{"customTextElements":[{"titleText":"title"},{"projectName":"NC Geodetic Database"}],"scaleBarOptions":{},"legendOptions":{"operationalLayers":[{"id":"layerActiveMonumentsLayer","subLayerIds":[0]}]}}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559992#M21588</guid>
      <dc:creator>hs</dc:creator>
      <dc:date>2013-08-28T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559993#M21589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Harshal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the reason you are not seeing anything on the legend is because the sublayer id you specified inside 'legendOptions.opertaionalLayers.sublayerIds' has scale-visibility range set. the scale you are requesting the output is beyond that scale range, as result the layer does not draw, therefore nothing shows up in the legend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is the modified version (scale is set to 1:50,000) of your json that I tried and got the legends shown up in the output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 2; font-family: Courier New;"&gt;&lt;SPAN&gt;{"mapOptions":{"showAttribution":true,"extent":{"xmin":-8851509.581441754,"ymin":4234412.018976383,"xmax":-8642683.620166572,"ymax":4296784.63405711,"spatialReference":{"wkid":102100,"latestWkid":3857}},"spatialReference":{"wkid":102100,"latestWkid":3857},"scale":50000},"operationalLayers":[{"id":"layerActiveMonumentsLayer","title":"layerActiveMonumentsLayer","opacity":1,"url":"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servicesbeta2.esri.com/arcgis/rest/services/Census/MapServer" rel="nofollow" target="_blank"&gt;http://servicesbeta2.esri.com/arcgis/rest/services/Census/MapServer&lt;/A&gt;&lt;SPAN&gt;","layers":[]}],"exportOptions":{"outputSize":[800,1100],"dpi":96},"layoutOptions":{"customTextElements":[{"titleText":"title"},{"projectName":"NC Geodetic Database"}],"scaleBarOptions":{},"legendOptions":{"operationalLayers":[{"id":"layerActiveMonumentsLayer","subLayerIds":[0]}]}}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is the entire request to the printing service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={%22mapOptions%22%3A{%22showAttribution%22%3Atrue%2C%22extent%22%3A{%22xmin%22%3A-8851509.581441754%2C%22ymin%22%3A4234412.018976383%2C%22xmax%22%3A-8642683.620166572%2C%22ymax%22%3A4296784.63405711%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}}%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}%2C%22scale%22%3A50000}%2C%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22title%22%3A%22layerActiveMonumentsLayer%22%2C%22opacity%22%3A1%2C%22url%22%3A%22http%3A%2F%2Fservicesbeta2.esri.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22%2C%22layers%22%3A[]}]%2C%22exportOptions%22%3A{%22outputSize%22%3A[800%2C1100]%2C%22dpi%22%3A96}%2C%22layoutOptions%22%3A{%22customTextElements%22%3A[{%22titleText%22%3A%22title%22}%2C{%22projectName%22%3A%22NC+Geodetic+Database%22}]%2C%22scaleBarOptions%22%3A{}%2C%22legendOptions%22%3A{%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22subLayerIds%22%3A[0]}]}}}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/....&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can also try by removing the subLayerIds to have legends from all layers shown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={%22mapOptions%22%3A{%22showAttribution%22%3Atrue%2C%22extent%22%3A{%22xmin%22%3A-8851509.581441754%2C%22ymin%22%3A4234412.018976383%2C%22xmax%22%3A-8642683.620166572%2C%22ymax%22%3A4296784.63405711%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}}%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}%2C%22scale%22%3A50000}%2C%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22title%22%3A%22layerActiveMonumentsLayer%22%2C%22opacity%22%3A1%2C%22url%22%3A%22http%3A%2F%2Fservicesbeta2.esri.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22%2C%22layers%22%3A[]}]%2C%22exportOptions%22%3A{%22outputSize%22%3A[800%2C1100]%2C%22dpi%22%3A96}%2C%22layoutOptions%22%3A{%22customTextElements%22%3A[{%22titleText%22%3A%22title%22}%2C{%22projectName%22%3A%22NC+Geodetic+Database%22}]%2C%22scaleBarOptions%22%3A{}%2C%22legendOptions%22%3A{%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22}]}}}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tanu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 15:27:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559993#M21589</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2013-08-29T15:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559994#M21590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tanu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. I guess the issue we are currently&amp;nbsp; facing is different than the one you specified. I have shared&amp;nbsp; the online service that I used since we had issues with our services. There is no scale dependency on the layers at my end. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Harshal S&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Harshal&lt;BR /&gt;the reason you are not seeing anything on the legend is because the sublayer id you specified inside 'legendOptions.opertaionalLayers.sublayerIds' has scale-visibility range set. the scale you are requesting the output is beyond that scale range, as result the layer does not draw, therefore nothing shows up in the legend.&lt;BR /&gt;&lt;BR /&gt;here is the modified version (scale is set to 1:50,000) of your json that I tried and got the legends shown up in the output:&lt;BR /&gt;&lt;SPAN style="font-size: 2; font-family: Courier New;"&gt;&lt;SPAN&gt;{"mapOptions":{"showAttribution":true,"extent":{"xmin":-8851509.581441754,"ymin":4234412.018976383,"xmax":-8642683.620166572,"ymax":4296784.63405711,"spatialReference":{"wkid":102100,"latestWkid":3857}},"spatialReference":{"wkid":102100,"latestWkid":3857},"scale":50000},"operationalLayers":[{"id":"layerActiveMonumentsLayer","title":"layerActiveMonumentsLayer","opacity":1,"url":"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servicesbeta2.esri.com/arcgis/rest/services/Census/MapServer" rel="nofollow" target="_blank"&gt;http://servicesbeta2.esri.com/arcgis/rest/services/Census/MapServer&lt;/A&gt;&lt;SPAN&gt;","layers":[]}],"exportOptions":{"outputSize":[800,1100],"dpi":96},"layoutOptions":{"customTextElements":[{"titleText":"title"},{"projectName":"NC Geodetic Database"}],"scaleBarOptions":{},"legendOptions":{"operationalLayers":[{"id":"layerActiveMonumentsLayer","subLayerIds":[0]}]}}}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;here is the entire request to the printing service.&lt;BR /&gt;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={%22mapOptions%22%3A{%22showAttribution%22%3Atrue%2C%22extent%22%3A{%22xmin%22%3A-8851509.581441754%2C%22ymin%22%3A4234412.018976383%2C%22xmax%22%3A-8642683.620166572%2C%22ymax%22%3A4296784.63405711%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}}%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}%2C%22scale%22%3A50000}%2C%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22title%22%3A%22layerActiveMonumentsLayer%22%2C%22opacity%22%3A1%2C%22url%22%3A%22http%3A%2F%2Fservicesbeta2.esri.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22%2C%22layers%22%3A[]}]%2C%22exportOptions%22%3A{%22outputSize%22%3A[800%2C1100]%2C%22dpi%22%3A96}%2C%22layoutOptions%22%3A{%22customTextElements%22%3A[{%22titleText%22%3A%22title%22}%2C{%22projectName%22%3A%22NC+Geodetic+Database%22}]%2C%22scaleBarOptions%22%3A{}%2C%22legendOptions%22%3A{%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22subLayerIds%22%3A[0]}]}}}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/....&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can also try by removing the subLayerIds to have legends from all layers shown.&lt;BR /&gt;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={%22mapOptions%22%3A{%22showAttribution%22%3Atrue%2C%22extent%22%3A{%22xmin%22%3A-8851509.581441754%2C%22ymin%22%3A4234412.018976383%2C%22xmax%22%3A-8642683.620166572%2C%22ymax%22%3A4296784.63405711%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}}%2C%22spatialReference%22%3A{%22wkid%22%3A102100%2C%22latestWkid%22%3A3857}%2C%22scale%22%3A50000}%2C%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22%2C%22title%22%3A%22layerActiveMonumentsLayer%22%2C%22opacity%22%3A1%2C%22url%22%3A%22http%3A%2F%2Fservicesbeta2.esri.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22%2C%22layers%22%3A[]}]%2C%22exportOptions%22%3A{%22outputSize%22%3A[800%2C1100]%2C%22dpi%22%3A96}%2C%22layoutOptions%22%3A{%22customTextElements%22%3A[{%22titleText%22%3A%22title%22}%2C{%22projectName%22%3A%22NC+Geodetic+Database%22}]%2C%22scaleBarOptions%22%3A{}%2C%22legendOptions%22%3A{%22operationalLayers%22%3A[{%22id%22%3A%22layerActiveMonumentsLayer%22}]}}}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Tanu&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2013 07:27:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559994#M21590</guid>
      <dc:creator>hs</dc:creator>
      <dc:date>2013-09-02T07:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559995#M21591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Harshal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you service is shared publicly, I'd appreciate if could share the new json (with url pointing to your service) with me and I will be more than happy to take a look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tanu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 15:12:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559995#M21591</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2013-09-03T15:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559996#M21592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks for replying Tanu! I would not be able to share the url however I can share the screen if you wish through skype if it is alrite with you.. My skype id is 'harshal_82' and msn is &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:'harshal2009@live.com"&gt;'harshal2009@live.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Harshal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Harshal,&lt;BR /&gt;if you service is shared publicly, I'd appreciate if could share the new json (with url pointing to your service) with me and I will be more than happy to take a look.&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;Tanu&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 16:06:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559996#M21592</guid>
      <dc:creator>hs</dc:creator>
      <dc:date>2013-09-03T16:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559997#M21593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just wanted to provide some additional info regarding the printing task. We have tried to test the print task with the template data published and it failed too with the printing of legends for the unique value renderer. This require us to go with simple renderer instead of unique value renderer. This seems to be a software defect with ArcGIS 10.1 print task. Logged bugs so far does not lead us to any know similar issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for replying Tanu! I would not be able to share the url however I can share the screen if you wish through skype if it is alrite with you.. My skype id is 'harshal_82' and msn is 'harshal2009@live.com.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Harshal&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 14:26:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559997#M21593</guid>
      <dc:creator>hs</dc:creator>
      <dc:date>2013-09-06T14:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559998#M21594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Harshal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I can't do the skype thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd really appreciate if you could contact Esri Tech Support and have them look into the problem remotely.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tanu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Sep 2013 16:37:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559998#M21594</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2013-09-09T16:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559999#M21595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply Tanu! That sounds good, we will do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Harshal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Harshal,&lt;BR /&gt;Unfortunately I can't do the skype thing.&lt;BR /&gt;I'd really appreciate if you could contact Esri Tech Support and have them look into the problem remotely.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;Tanu&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 06:19:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/559999#M21595</guid>
      <dc:creator>hs</dc:creator>
      <dc:date>2013-09-10T06:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/560000#M21596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure why/how the email on this thread showed up in my inbox today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, I think it is a good thing that happened &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; I probably understand what you mean this time around. You meant the 'layer names' are not showing up in the legend element for "class breaks" and "unique value" renderers, no job failure or error right? and because of that you'd not know which layer a legend patch belongs too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i understood the issue correctly, then there is a good news that the bug got fixed in 10.3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 20:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/560000#M21596</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2015-01-16T20:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/560001#M21597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can test if the issue is resolved with Esri's 10.3 version of the print service at &lt;A href="http://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task"&gt;http://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 07:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/560001#M21597</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2015-02-06T07:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server 10.1 fails to print the legend with and without sublayerid.</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/560002#M21598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it works with the printing service hosted by arcgisonline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with this request: &lt;A href="http://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={+%22mapOptions%22%3A+{+%22extent%22%3A+{+%22xmin%22%3A+-11906049.67132352%2C+%22ymin%22%3A+4401879.312892295%2C+%22xmax%22%3A+-11885488.110714834%2C+%22ymax%22%3A+4415790.852040179%2C+%22spatialReference%22%3A+{+%22wkid%22%3A+102100+}+}%2C+%22spatialReference%22%3A+{+%22wkid%22%3A+102100+}%2C+%22scale%22%3A+72223.8192860011+}%2C+%22operationalLayers%22%3A+%5B+{+%22id%22%3A+%22census%22%2C+%22title%22%3A+%22Census_3222%22%2C+%22opacity%22%3A+1%2C+%22minScale%22%3A+0%2C+%22maxScale%22%3A+0%2C+%22url%22%3A+%22http%3A%2F%2Fsampleserver6.arcgisonline.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22+}+%5D%2C+%22layoutOptions%22%3A+{+%22legendOptions%22%3A+{+%22operationalLayers%22%3A+%5B+{+%22id%22%3A+%22census%22+}+%5D+}+}+}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html" title="http://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={+%22mapOptions%22%3A+{+%22extent%22%3A+{+%22xmin%22%3A+-11906049.67132352%2C+%22ymin%22%3A+4401879.312892295%2C+%22xmax%22%3A+-11885488.110714834%2C+%22ymax%22%3A+4415790.852040179%2C+%22spatialReference%22%3A+{+%22wkid%22%3A+102100+}+}%2C+%22spatialReference%22%3A+{+%22wkid%22%3A+102100+}%2C+%22scale%22%3A+72223.8192860011+}%2C+%22operationalLayers%22%3A+%5B+{+%22id%22%3A+%22census%22%2C+%22title%22%3A+%22Census_3222%22%2C+%22opacity%22%3A+1%2C+%22minScale%22%3A+0%2C+%22maxScale%22%3A+0%2C+%22url%22%3A+%22http%3A%2F%2Fsampleserver6.arcgisonline.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22+}+%5D%2C+%22layoutOptions%22%3A+{+%22legendOptions%22%3A+{+%22operationalLayers%22%3A+%5B+{+%22id%22%3A+%22census%22+}+%5D+}+}+}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html"&gt;http://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute?Web_Map_as_JSON={+%22mapOptions%22%3A+{+%22extent%22%3A+{+%22xmin%22%3A+-11906049.67132352%2C+%22ymin%22%3A+4401879.312892295%2C+%22xmax%22%3A+-11885488.110714834%2C+%22ymax%22%3A+4415790.852040179%2C+%22spatialReference%22%3A+{+%22wkid%22%3A+102100+}+}%2C+%22spatialReference%22%3A+{+%22wkid%22%3A+102100+}%2C+%22scale%22%3A+72223.8192860011+}%2C+%22operationalLayers%22%3A+%5B+{+%22id%22%3A+%22census%22%2C+%22title%22%3A+%22Census_3222%22%2C+%22opacity%22%3A+1%2C+%22minScale%22%3A+0%2C+%22maxScale%22%3A+0%2C+%22url%22%3A+%22http%3A%2F%2Fsampleserver6.arcgisonline.com%2Farcgis%2Frest%2Fservices%2FCensus%2FMapServer%22+}+%5D%2C+%22layoutOptions%22%3A+{+%22legendOptions%22%3A+{+%22operationalLayers%22%3A+%5B+{+%22id%22%3A+%22census%22+}+%5D+}+}+}&amp;amp;Format=png8&amp;amp;Layout_Template=a4+landscape&amp;amp;env%3AoutSR=&amp;amp;env%3AprocessSR=&amp;amp;returnZ=false&amp;amp;returnM=false&amp;amp;f=html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="p.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/59465_p.png" style="width: 620px; height: 307px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 19:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-10-1-fails-to-print-the-legend-with/m-p/560002#M21598</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2015-02-06T19:23:22Z</dc:date>
    </item>
  </channel>
</rss>

