Bug ID Number |
BUG-000177175 |
Submitted | June 13, 2025 |
Last Modified | July 7, 2025 |
Applies to | ArcGIS GIS Server |
Version found | 11.3 |
Operating System | Windows Server |
Operating System Version | 2022 |
Status | Duplicate
The issue is a duplicate of an existing issue. See the issue's Additional Information section for details. Customers associated with the duplicate issue are automatically attached to the open issue.
|
Additional Information
Duplicate of BUG-000166592.
Workaround
Manually changing the folder path included in the 'workspaceConnectionString' key to the shared ArcGIS jobs directory immediately resolves the issue and makes the output feature classes available within the output map image layer.
- After finishing the geoprocessing job, navigate to the corresponding job directory. As it is a multi-node setup, the job directory is likely to be referenced as a shared UNC network path.
- Find the 'Results.msd' file, rename its extension from '.msd' to '.zip' to become able to view its contents.
- Navigate to sub-folder 'internal_map', which contains a JSON file with result description.
- Within this JSON file, locate the key named 'workspaceConnectionString'. If this points to an absolute directory path (local temporary folder within ArcGIS Server Account profile), manually edit the directory path to a UNC path of the shared ArcGIS jobs directory.
Steps to Reproduce