问题

问题:将 shapefile 导出到个人地理数据库时,会发生 000594 或 000595 错误

Last Published: April 24, 2024

描述

When exporting a shapefile to a personal geodatabase, an issue may occur that returns the following generic errors, "Error 000594" or "Error 000595".

原因

There are several reasons for these issues, but typically the problem is due to:

  • The size of the shapefile being too large for a personal geodatabase.
  • The shapefile containing broken geometry.
  • The shapefile being irrecoverably corrupted.

解决方案或解决方法

Depending on the reason, use the following workarounds to solve the issue.

  • Ensure the size of the shapefile does not exceed 2 GB before exporting it to a personal geodatabase. If reducing the size of the shapefile cannot be done, use a different geodatabase type with a larger capacity, such as a file geodatabase or an enterprise geodatabase. Personal geodatabases use the Microsoft Access data file structure (.mdb) which supports geodatabases limited to 2 GB or less in size.
    Note:
    The effective size is between 250 and 500 MB before database performance starts to slow down.
    For a comparison of the different types of geodatabase and their sizes, see Types of geodatabases.
  • Ensure that the shapefile does not have any broken geometry before exporting it to the personal geodatabase. See Checking and repairing geometries for more information.
  • If the shapefile is corrupted and cannot be recovered with the methods suggested in How To: Recover a corrupt shapefile, create a new feature class in the personal geodatabase and load the data from the shapefile to the empty feature class using the Load Data tool.

文章 ID:000014197

从 ArcGIS 专家处获得帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项

相关信息

发现关于本主题的更多内容