<?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: ConvertWebMapToMapDocument and extra_conversion_options in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345493#M27121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't set more than one value for &lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;SERVER_CONNECTION_FILE&lt;/SPAN&gt;&lt;SPAN&gt; as the function currently works. Please contact tech support to add an issue, it would be easy for me to fix in a service pack.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 15:27:38 GMT</pubDate>
    <dc:creator>JasonScheirer</dc:creator>
    <dc:date>2013-11-07T15:27:38Z</dc:date>
    <item>
      <title>ConvertWebMapToMapDocument and extra_conversion_options</title>
      <link>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345491#M27119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm with a struggle on using the extra_conversion_options on the ConvertWebMapToMapDocument function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically i'm trying to have multiple SERVER_CONNECTION_FILE on the same dictionary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Well since this variable is a dictionary I cannot have multiple keys with the same name. So how can I achieve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSSecureServerServices = {"SERVER_CONNECTION_FILE":[r"c:\file1.ags",r"c:\file2.ags"]}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSSecureServerServices = {"SERVER_CONNECTION_FILE":r"c:\file1.ags",r"file2.ags"}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and several other variations, but none worked&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I try the connection individually i can execute everything correctly (e.g.: AGSSecureServerServices = {"SERVER_CONNECTION_FILE":r"c:\file1.ags"}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But since my map has several secure connections from multiple secure servers can you guys help me on accomplish this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 14:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345491#M27119</guid>
      <dc:creator>JoãoFerreira</dc:creator>
      <dc:date>2013-08-07T14:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: ConvertWebMapToMapDocument and extra_conversion_options</title>
      <link>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345492#M27120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you share your code?&amp;nbsp; I try to set up my secured services but can't figure it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:17:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345492#M27120</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-11-07T15:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: ConvertWebMapToMapDocument and extra_conversion_options</title>
      <link>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345493#M27121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't set more than one value for &lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;SERVER_CONNECTION_FILE&lt;/SPAN&gt;&lt;SPAN&gt; as the function currently works. Please contact tech support to add an issue, it would be easy for me to fix in a service pack.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345493#M27121</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2013-11-07T15:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: ConvertWebMapToMapDocument and extra_conversion_options</title>
      <link>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345494#M27122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for information.&amp;nbsp; Now I try to set up one connect only but can't get it to work.&amp;nbsp; Can you help me to take a look?&amp;nbsp; From ArcCatalog,&amp;nbsp; here is my connection file (GIS Servers\ags101 on serv101 (user)) and I might not write it correctly.&amp;nbsp; Do you use this to print advanced high quality map on your web application?&amp;nbsp; I am not familiar with python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Python script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;credentials = {"SERVER_CONNECTION_FILE": r"GIS Servers\ags101 on serv101 (user).ags"}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 15:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/convertwebmaptomapdocument-and-extra-conversion/m-p/345494#M27122</guid>
      <dc:creator>MayJeff</dc:creator>
      <dc:date>2013-11-07T15:59:35Z</dc:date>
    </item>
  </channel>
</rss>

