| 不具合 ID 番号 |
BUG-000149869 |
| 送信されました | June 9, 2022 |
| 最終更新日 | October 8, 2024 |
| 適用対象 | ArcGIS GIS Server |
| 見つかったバージョン | 10.6.1 |
| オペレーティング システム | Windows Server |
| オペレーティング システムのバージョン | 2019 64 Bit |
| 修正されたバージョン | 3.4 |
| ステータス | Non-Reproducible
この問題は、開発チームによるテスト時に再現されませんでした。 問題が再現できない場合、またはソフトウェアの開発バージョンで関連性がなくなった場合、問題に対処するための特定の修正プログラムがインストールされていない場合にこのステータスが与えられることがあります。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
This looks to have been a geoprocessing tool compatibility problem with the Locate Features Along Routes tool introduced in ArcGIS Pro 2.9.
対処法
1. Do the following when publishing from ArcGIS Pro:
- Remove the "\\" in LOCATE_RESULT_TABLE = "\\LocateFeaturesAlongRoutesGD2". Then change the parameter value arcpy.env.scratchGDB + LOCATE_RESULT_TABLE of the function LocateFeaturesAlongRoutes_lr to os.path.join(arcpy.env.scratchGDB, LOCATE_RESULT_TABLE).
- Use r"c:\..." expression instead of "c:\\..." expression for the first two parameters of the function LocateFeaturesAlongRoutes_lr.
2. If using the original script, try publishing from ArcMap.
再現の手順