漏洞 ID 编号 |
BUG-000104079 |
已提交 | March 30, 2017 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS Image Server |
找到的版本 | N/A |
操作系统 | N/A |
操作系统版本 | N/A |
状态 | Non-Reproducible
在开发团队测试过程中,此问题不可重现。 为问题分配此状态的可能原因包括:问题无法重现,或不再与软件的开发版本相关,但未安装特定修复程序来解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
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.
解决办法
Set the connection_file_path parameter in CreateImageSDDraft to 'None'.
重现步骤