Bug ID Number |
BUG-000151360 |
Submitted | August 5, 2022 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Pro |
Version found | 2.9.2 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
When scheduling a tool that uses a map as input, specify the map parameter as a full path to the project and map, like C:\Projects\CityStreets.aprx\Map, and save the project before the schedule, so that the current map contents will be available to use in the external scheduling executable process. Using only the map name as input does not work and may result in a tool error or unexpected results.
The Create Map Tile Package tool has been tested in ArcGIS Pro 3.0 and this approach works. The documentation for scheduling geoprocessing tools has been updated to highlight this case (will be publicly available with the 3.1 release).
Workaround
Use the full path to the map as input, like C:\Projects\CityStreets.aprx\Map.
Steps to Reproduce