不具合 ID 番号 |
BUG-000125064 |
送信されました | September 6, 2019 |
最終更新日 | June 23, 2025 |
適用対象 | ArcGIS Pro |
見つかったバージョン | 2.4.1 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 64 Bit |
ステータス | As Designed
開発チームによる確認後に、この動作が設計どおりであると判断されました。 詳細については、「参考情報」セクションをご参照ください。
|
参考情報
This bug references the python function parameters from the ArcMap documentation and attempts to use them in ArcGIS Pro.
The ArcGIS Pro documentation must be used when working in ArcGIS Pro. The CreateSQLiteDatabase() python function is correctly returning this error as there is no keyword parameter 'sqlite_database_path'.
In ArcGIS Pro, the keyword is 'out_database_path'.
Refer to this documentation: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-sqlite-database.htm for more information.
対処法
If keyword arguments are required for testing purposes, use the tool located in the Management toolbox:
再現の手順