漏洞 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:
重现步骤