<?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: Unable to print Bing basemaps in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476473#M44261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Print requests do not include the Bing Maps key for some reason.&amp;nbsp; If you're using a proxy to handle requests, you can add the Bing Maps key through code, and the request will authorize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for something like this in your request:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[{"id":"layer2","visibility":true,"type":"BingMapsroad","culture":"en-US","opacity":1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And change it to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[{"id":"layer2","visibility":true,&lt;STRONG&gt;"token","&amp;lt;YOURBINGMAPSKEY&amp;gt;"&lt;/STRONG&gt;,"type":"BingMapsroad","culture":"en-US","opacity":1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 14:50:23 GMT</pubDate>
    <dc:creator>MattNicol</dc:creator>
    <dc:date>2014-08-07T14:50:23Z</dc:date>
    <item>
      <title>Unable to print Bing basemaps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476470#M44258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the Print widget I am unable to print any of the Bing basemaps. All of the regular Esri basemaps print fine but when I try to print a map with a Bing basemap turned on I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error executing tool.: Layer "layer0": Unable to connect to Microsoft Bing service. Authentication failed. Failed to execute (Export Web Map). Failed to execute (Export Web Map Task).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]20843[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using version 3.3 of the API and Server 10.1 SP1. Server Manager shows I have the Bing Maps extension enabled and I have entered the Bing key when adding the basemaps to the basemap gallery. I am able to print Bing basemaps using the Esri sample server leading me to believe that there is some sort of setting or parameter I'm missing in my PrintingTools service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 14:39:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476470#M44258</guid>
      <dc:creator>DerekWicks1</dc:creator>
      <dc:date>2013-01-18T14:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to print Bing basemaps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476471#M44259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check if your ArcGIS Server machine has internet access to access the bing map service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 21:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476471#M44259</guid>
      <dc:creator>ShreyasVakil</dc:creator>
      <dc:date>2013-01-18T21:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to print Bing basemaps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476472#M44260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't think this is the problem, the machine has internet access and is able to ping &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.bing.com"&gt;www.bing.com&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 13:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476472#M44260</guid>
      <dc:creator>DerekWicks1</dc:creator>
      <dc:date>2013-01-29T13:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to print Bing basemaps</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476473#M44261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Print requests do not include the Bing Maps key for some reason.&amp;nbsp; If you're using a proxy to handle requests, you can add the Bing Maps key through code, and the request will authorize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for something like this in your request:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[{"id":"layer2","visibility":true,"type":"BingMapsroad","culture":"en-US","opacity":1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And change it to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[{"id":"layer2","visibility":true,&lt;STRONG&gt;"token","&amp;lt;YOURBINGMAPSKEY&amp;gt;"&lt;/STRONG&gt;,"type":"BingMapsroad","culture":"en-US","opacity":1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 14:50:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-print-bing-basemaps/m-p/476473#M44261</guid>
      <dc:creator>MattNicol</dc:creator>
      <dc:date>2014-08-07T14:50:23Z</dc:date>
    </item>
  </channel>
</rss>

