laptop and a wrench

漏洞

The scheduled task for the “Export Report to PDF” tool fails with the error, ERROR 000735: Input Report: Value is required.

ArcGIS Pro
漏洞 ID 编号 BUG-000155915
已提交February 16, 2023
上次修改时间September 27, 2025
适用范围ArcGIS Pro
找到的版本3.0.3
操作系统Windows OS
操作系统版本N/A
修正版本3.6
状态Fixed

附加信息

This issue is addressed in ArcGIS Pro 3.6.

解决办法

  • In the project, select the report required to export and select the Share tab.
  • Choose the report file option and define the Output location for the report file and run.
  • The output report file .rptx will be generated at the defined location.
  • Open the export_report_to_pdf.py file in ArcGIS Pro IDLE. (shared this file in the email attachment) which includes code below:

import arcpy

arcpy.env.overwriteOutput =True

arcpy.management.ExportReportToPDF(r"#Change the input file location of your Report file .rptx file#", r"#Change the Output file location on your system#", '', 96, "BEST", "EMBED_FONTS", "COMPRESS_GRAPHICS", "ADAPTIVE", "NO_PASSWORD_PROTECT", None, "ALL", '', None, None)

 

  • Once the input and Output parameters are changed, save the python file.
  • Run the module and check if for the output for the python code.
  • Open task scheduler.
  • Create task and add name for your task and triggers for defining the time and date for your script to run.
  • In the actions tab click new.
  • Under start a program for program/script.
  • Select browse and choose the below python program
    • "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe"
  • Under the argument section add the full path of the updated python script. Refer to the screenshot below:

de.png

  • Run the task scheduled and check if for the required output.

重现步骤

漏洞 ID: BUG-000155915

软件:

  • ArcGIS Pro

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项