Bug ID Number |
BUG-000104079 |
Submitted | March 30, 2017 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Image Server |
Version found | N/A |
Operating System | N/A |
Operating System Version | N/A |
Status | Non-Reproducible
This issue was not reproducible when tested by the development team. Issues may be given this status when they cannot be reproduced or are no longer relevant in a development version of the software, but a specific fix was not installed to address the issue. The issue's Additional Information section may contain further explanation.
|
Additional Information
For the 'connection_file_path' parameter that points to a .ags arcgis server connection file, if it's unzipped and opens the connection properties file in a text editor, it contains a staging folder.
The path of the staging folder usually is from the client machine on which the .ags file is created. Usually, users use ArcGIS Pro or ArcGIS Desktop to create a file like this, which makes it a Windows directory. If running on a Linux machine, it won't recognize such a type of directory and returns this error message. Changing it to a Linux path makes it work.
Workaround
Set the connection_file_path parameter in CreateImageSDDraft to 'None'.
Steps to Reproduce