Data Creationឧបករណ៍ដំណើរការ

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 .mdb paths 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.gdb direction and supplying a .gdb source.
  • 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.

ប៉ារ៉ាម៉ែត្រ

Parameters for Migrate Data from MDB
ឈ្មោះប្រភេទទិន្នន័យការពិពណ៌នា
Conversion directionString

The direction of the conversion.

  • Personal GDB (.mdb) -> File GDB (.gdb) (default)
  • File GDB (.gdb) -> Personal GDB (.mdb)
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 .mdb. Enclosing quotation marks are removed automatically.

Output folderFolder

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

Parameters for Migrate Data from MDB — Derived Output
ឈ្មោះប្រភេទទិន្នន័យការពិពណ៌នា
Output geodatabaseString

The full path of the geodatabase produced by the conversion.

របៀបប្រើ

  1. Confirm ArcMap is installed, or that ARCMAP_PYTHON points to an ArcMap Python 2.7 python.exe.
  2. On the KGA Toolbox tab, in the Data Creation group, open the Conversion Tool gallery and click Migrate Data from MDB.
  3. Set Conversion direction.
  4. 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.
  5. Set Output folder and type a bare name in Output name (no extension).
  6. Click Run. The tool reports each conversion phase as it progresses.

ព័ត៌មានអាជ្ញាបណ្ណ

Requires an active KGA Toolbox license. The tool validates the license before running.

មើលផងដែរ

ត្រឡប់ទៅឯកសារណែនាំ