Migrate Data from MDB
បម្លែង personal geodatabase (.mdb) ទៅជា file geodatabase (.gdb) ឬបម្លែងត្រឡប់មកវិញ ដោយប្រើឯកសារ XML workspace ជាទម្រង់បញ្ជូន។
- រកឃើញនៅឯណា
- KGA Toolbox ▸ Data Creation ▸ Conversion Tool ▸ Migrate Data from MDB
ទិដ្ឋភាពទូទៅ
ArcGIS Pro cannot read or write personal geodatabases at all. This tool bridges that gap by delegating the .mdb side of the conversion to ArcMap's Python 2.7 interpreter while you drive it from the Pro ribbon.
ការប្រើប្រាស់
Prerequisite — ArcMap Python 2.7 is required. The tool cannot run without it. It searches for python.exe under C:\Python27\ArcGIS<version> and C:\Python27\ArcGISx64<version> for ArcMap 10.1 through 10.8. If ArcMap is installed somewhere non-standard, set the ARCMAP_PYTHON environment variable to the full path of its python.exe. When the interpreter is not found, the Conversion direction parameter shows a warning on the dialog and the tool fails at run time with an error.
- Conversion runs through Export XML Workspace Document followed by Import XML Workspace Document. Both schema and data are carried across.
- Source path (.mdb or .gdb) is a plain text parameter, not a browse control. Pro's workspace validation rejects
.mdbpaths outright, so the path must be pasted or dragged in as text. Surrounding quotation marks are stripped automatically. - The dialog validates the source path as you type:
- A path that does not exist produces an error.
- A path whose extension does not match the chosen direction produces a warning — for example, selecting the
.mdb→.gdbdirection and supplying a.gdbsource.
- Output name (no extension) takes the bare name. The correct extension is appended based on the conversion direction.
- Because the conversion is driven by an external Python 2.7 process, progress is reported one phase at a time rather than as a continuous percentage.
ប៉ារ៉ាម៉ែត្រ
| ឈ្មោះ | ប្រភេទទិន្នន័យ | ការពិពណ៌នា |
|---|---|---|
| Conversion direction | String | The direction of the conversion.
|
| Source path (.mdb or .gdb) | String | The full path of the source geodatabase, entered as text. Paste or drag the path in; a browse dialog cannot be used for |
| Output folder | Folder | The folder that receives the converted geodatabase. |
| Output name (no extension) | String | The name of the output geodatabase, without a file extension. The extension is added according to Conversion direction. |
Derived Output
| ឈ្មោះ | ប្រភេទទិន្នន័យ | ការពិពណ៌នា |
|---|---|---|
| Output geodatabase | String | The full path of the geodatabase produced by the conversion. |
របៀបប្រើ
- Confirm ArcMap is installed, or that
ARCMAP_PYTHONpoints to an ArcMap Python 2.7python.exe. - On the KGA Toolbox tab, in the Data Creation group, open the Conversion Tool gallery and click Migrate Data from MDB.
- Set Conversion direction.
- In Source path (.mdb or .gdb), paste the full path of the source geodatabase. Check the dialog for a warning that the extension does not match the chosen direction.
- Set Output folder and type a bare name in Output name (no extension).
- Click Run. The tool reports each conversion phase as it progresses.
ព័ត៌មានអាជ្ញាបណ្ណ
Requires an active KGA Toolbox license. The tool validates the license before running.