<?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: Advanced print solution in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547526#M15497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if you have problems and the mxd isn't generated, you have to set the ArcGIS server log to verbose and check the log files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are saying that the mxd is correct, but the data isn't displayed. There seems to be a problem in the mxd with the layer. The PrintSOE is just generating the map (content of mxd) and is exporting it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the content is'nt valid in the mxd, it can't be exported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The question is, why is the layer not displayed in the mxd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For working with inches, you have to set the correct pageUnits of the PchPrintOutput object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See PchPrintOutput-line138 and PchPrintWidget.mxml-line266.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 18:03:48 GMT</pubDate>
    <dc:creator>TomSchuller</dc:creator>
    <dc:date>2011-04-11T18:03:48Z</dc:date>
    <item>
      <title>Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547505#M15476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please find in the codegallery my first version of an advanced print solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698"&gt;http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The backend is developed in Java as a ServerObjectExtension: PChPrintSOE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The communication to the SOE is realized by the REST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, any client can be used Flex, Javascript, ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just created a simple FlexWidget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some features:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - full print over the rest api (usable by any client)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - export to pdf,jpeg,png,emf and mxd!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - view paper layout extent live on map &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - make print on a "template" mapservice by keeping the predefined layout&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - multi-mapservices/multi-server support&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - add graphics on the map view positioned in map units&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - add elements on the layout view positioned in paper units like scalebar, scaletext&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code is under full development:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - support for wms layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - code clean up and reorganization&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions, remarques or help is welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Live demo with public Esri mapservices (last print button):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://gis.pch.etat.lu/flexViewerPrint/"&gt;http://gis.pch.etat.lu/flexViewerPrint/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - use this print widget with your PChPrintSOE-enabled mapservices for high quality&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; - draw first some graphics with the DrawWidget prior making your print (in mxd format)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Feb 2011 18:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547505#M15476</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-02-19T18:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547506#M15477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The PChPrintSOE is running on both:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; a .NET ArcGIS Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and on a Java ArcGIS Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;New version with new functionalities:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - supports WMSLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - added NorthArrow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - added Legend&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - bug fixes and code cleanup&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 02:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547506#M15477</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-02-25T02:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547507#M15478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Tom&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;great news!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a readme for setup in .net server&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 07:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547507#M15478</guid>
      <dc:creator>Stefanobruscoli</dc:creator>
      <dc:date>2011-02-25T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547508#M15479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you should check this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/24059-Java-Print-SOE-Advanced-print-solution"&gt;http://forums.arcgis.com/threads/24059-Java-Print-SOE-Advanced-print-solution&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Contains installation under .net and some updates&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 07:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547508#M15479</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-02-25T07:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547509#M15480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just uploaded a new version:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;new flex code&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;new java code&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;support for adding Pictures in the layout view&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;support for adding TextElements in the layout view&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;exporting to ArcMAP PackageLayer (beta; format=mpk)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;exporting to (Geo-)TIFFs (format=tif / format=tifw)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;code reorganization&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Download latest code (source+build) from:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html...026a32bb9dd698"&gt;http://www.arcgis.com/home/item.html...026a32bb9dd698&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 05:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547509#M15480</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-04-07T05:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547510#M15481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure that it is a silly question but when i try to run the command &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;soemanager.bat -a [server name] [domain name] [username] [password] PCHarcgisSOE.jar" &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I receive that error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"java' is not recognized as an internal or external command"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am i missing???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 11:34:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547510#M15481</guid>
      <dc:creator>DavidCaussin</dc:creator>
      <dc:date>2011-04-07T11:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547511#M15482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it seems that tje "java" is not in your path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check if java is in your path by executing "java -version" in the command promp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's failing, add the "C:\Program Files (x86)\ArcGIS\Server10.0\java\jre\bin" directory to your path environment variable by executing: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;set PATH="C:\Program Files (x86)\ArcGIS\Server10.0\java\jre\bin";%PATH%&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, recheck the java path by executing "java -version"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's working now, you can run the soemanager.bat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 11:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547511#M15482</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-04-07T11:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547512#M15483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot TOM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I seem to work, but now i have another problem with my username because here we use a name like this "caussin dv" and the space is a problem with the number of parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can i change that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 12:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547512#M15483</guid>
      <dc:creator>DavidCaussin</dc:creator>
      <dc:date>2011-04-07T12:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547513#M15484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try to pass your parameters with quotes, like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 soemanager.bat -a localhost localhost "caussin dv"&amp;nbsp; myPassWord PCHarcgisSOE.jar
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:41:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547513#M15484</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2021-12-11T23:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547514#M15485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for me your link not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698"&gt;http://www.arcgis.com/home/item.html?id=6809086326ea4c76bf026a32bb9dd698&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mercator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the name server is a problem like Bjorn have write: no specials characters in name... test as described by tom&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or you'll need to rename your server....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 13:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547514#M15485</guid>
      <dc:creator>Stefanobruscoli</dc:creator>
      <dc:date>2011-04-07T13:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547515#M15486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am attempting to change the default choices in your print widget - namely, the default location of the scale bar, scale, etc.&amp;nbsp; I have loaded the files into my Flash project and also added the mxml to the modules list.&amp;nbsp; After the project is rebuilt, I get a red "x" over the mxml file.&amp;nbsp; I try to Run the project and it throws an error....should I ignore these errors, make the changes, and just export the project to release build?&amp;nbsp; I am using Flash Builder 4....not sure why the error is there as soon as I load the source code you provide.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 17:44:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547515#M15486</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2011-04-08T17:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547516#M15487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've run into another random issue with the widget you included with the Advanced print solution...I occasionally get the attached error.&amp;nbsp; If I click the print button again it will work....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 17:56:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547516#M15487</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2011-04-08T17:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547517#M15488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the Widget should compile correctly under FlashBuilder4 with the latest FlexViewer code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you post the contents of the "Problems" tab in FlashBuilder concerning the error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you get the error during the print, could you check if there is a mxd and pdf/png/... file generated in the argcisoutput folder?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you are running the FlexViewer in debug modus, the rest-url for calling the PrintSOE is outputted in the console view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try to open this url directly in your browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2011 05:32:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547517#M15488</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-04-09T05:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547518#M15489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Try to pass your parameters with quotes, like:&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
 soemanager.bat -a localhost localhost "caussin dv"&amp;nbsp; myPassWord PCHarcgisSOE.jar
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Tom&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi TOM,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still don't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR: User name is empty, null or invalid &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:41:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547518#M15489</guid>
      <dc:creator>DavidCaussin</dc:creator>
      <dc:date>2021-12-11T23:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547519#M15490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it seems that there is a problem with usernames containing a space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As workaround I would suggest to create a new user which doesn' contains spaces, or use the ARCGISSom-User or use the administrator user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't miss to add your newly created user and/or the adminisitrator to the agsadmin group.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it still doesn't work, could you post your command line here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 06:11:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547519#M15490</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-04-11T06:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547520#M15491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Eric,&lt;BR /&gt;the Widget should compile correctly under FlashBuilder4 with the latest FlexViewer code.&lt;BR /&gt;Could you post the contents of the "Problems" tab in FlashBuilder concerning the error?&lt;BR /&gt;&lt;BR /&gt;When you get the error during the print, could you check if there is a mxd and pdf/png/... file generated in the argcisoutput folder?&lt;BR /&gt;When you are running the FlexViewer in debug modus, the rest-url for calling the PrintSOE is outputted in the console view.&lt;BR /&gt;You can try to open this url directly in your browser.&lt;BR /&gt;&lt;BR /&gt;Tom&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good morning Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears there are some missing image files - arrow_here.png &amp;amp; bullet_go.png.&amp;nbsp; I only had 1 image in the lu_assets folder...so I moved the missing image files there...that seemed to clear up the issue.&amp;nbsp; There is an mxd and pdf/png in the arcgisoutput folder.&amp;nbsp; I do not get the error all the time...it is sporadic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 12:14:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547520#M15491</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2011-04-11T12:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547521#M15492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When the print works, the correct files (png/pdf &amp;amp; mxd) are located in the arcgisoutput folder, but when the print errors, there are only tmp files (6 total) in that folder.&amp;nbsp; It seems that when it does error out, all I have to do is clear the error popup and then click "Print" again...it has never given me the error message 2 times in a row.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do have another question...if I want to leave layers off the Legend, can I insert my layers in the excludeLayers array?&amp;nbsp; I tried putting the names of map services there, but it seems that it may actually be map layer names that need to be put here...am I correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 13:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547521#M15492</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2011-04-11T13:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547522#M15493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you could set the ArcGIS server log to verbose and check the error log.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the legend, you have to use the layer names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just open a generated mxd and copy out the layername to the "excludeLayers" array.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 15:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547522#M15493</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-04-11T15:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547523#M15494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tom,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Figured out the exclude layers issue.&amp;nbsp; I have 1 map layer that shows up in the legend, but not in the map...it is on and displays in the main application.&amp;nbsp; Have you seen this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a question on the scale text.&amp;nbsp; How do you calculate the size of the scale font?&amp;nbsp; I would like to make it smaller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 15:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547523#M15494</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2011-04-11T15:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced print solution</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547524#M15495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what is in the generated mxd? You should find there the source of the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will look the make the fontsize of the scaletext configurable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 15:11:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/advanced-print-solution/m-p/547524#M15495</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2011-04-11T15:11:33Z</dc:date>
    </item>
  </channel>
</rss>

