<?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: ExportReport ? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/exportreport/m-p/517136#M20101</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 am quite new to GP services in 10.1 and have not tested new arcpy methods either. But to me, it sounds like there might be something wrong with the output of the GP service which is based on Python script. Maybe a report file should be packaged somehow first before the Server can send it back to the client or something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the help article on publishing Python scripts as GP services: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Authoring_geoprocessing_tasks_with_Python_scripts/00570000007r000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Authoring_geoprocessing_tasks_with_Python_scripts/00570000007r000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2012 06:25:29 GMT</pubDate>
    <dc:creator>AlexeyTereshenkov</dc:creator>
    <dc:date>2012-08-15T06:25:29Z</dc:date>
    <item>
      <title>ExportReport ?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/exportreport/m-p/517135#M20100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: effortlesswebsllc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if this belongs on the Amazon forum or not, but here it goes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a Toolbox containing a Python script that uses the arcpy.mapping.ExportReport method.&amp;nbsp; After successfully executing the tool,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I published it as a geoprocessing service.&amp;nbsp; When I execute the task, it fails with the following message: This functionality is not supported on server.&amp;nbsp;&amp;nbsp; Below is an excerpt of the help documentation regarding the ExportReport funactionality.&amp;nbsp; The documentation states this is not supported on a stand-alone insall of ArcGIS Server, which makes sense.&amp;nbsp; So, why is it not working on the Amazon instance that has ArcMap for Desktop installed along with ArcGIS for Server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jason&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_______________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ExportReport&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Desktop » Mapping » Reports&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Summary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Exports a formatted, tabular report using data from layers or stand-alone tables in a map document along with the report template information that is provided in a report layout file (.rlf). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Discussion&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ExportReport function provides a mechanism to automate the generation of reports that are originally authored in a map document (.mxd) using the reporting tools available in ArcMap. A report layout file authored in ArcMap is a template that stores information about the content and placement of the items in a report. The report layout file is used along with the source data in a map document to create output reports. The source data can also have associated joins and related table information that is used within the report. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ExportReport function has a dependency on the ArcMap installation. Therefore, ExportReport can only be executed on machines that have ArcMap installed. ExportReport will not run using stand-alone installations of ArcGIS Engine or ArcGIS for Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2012 21:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/exportreport/m-p/517135#M20100</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-08-12T21:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: ExportReport ?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/exportreport/m-p/517136#M20101</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 am quite new to GP services in 10.1 and have not tested new arcpy methods either. But to me, it sounds like there might be something wrong with the output of the GP service which is based on Python script. Maybe a report file should be packaged somehow first before the Server can send it back to the client or something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the help article on publishing Python scripts as GP services: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Authoring_geoprocessing_tasks_with_Python_scripts/00570000007r000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Authoring_geoprocessing_tasks_with_Python_scripts/00570000007r000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 06:25:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/exportreport/m-p/517136#M20101</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2012-08-15T06:25:29Z</dc:date>
    </item>
  </channel>
</rss>

