Bug ID Number |
BUG-000125064 |
Submitted | September 6, 2019 |
Last Modified | June 23, 2025 |
Applies to | ArcGIS Pro |
Version found | 2.4.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
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.
Workaround
If keyword arguments are required for testing purposes, use the tool located in the Management toolbox:
Steps to Reproduce