Skip to main content
Solved

Error reading .zip file geodatabase

  • November 9, 2020
  • 1 reply
  • 58 views

I am trying to read an esri file geodatabase that is zipped but I get this error

 

Geodatabase Error (-2147024893): The system cannot find the path specified.Could not open File Geodatabase dataset `C:\\Instaplat\\workspaces\\TexasWorkspaces\\INSTAPLAT_PROTOTYPE.gdb.zip' for reading

A fatal error has occurred. Check the logfile above for details

 

I have attached a workspace that produces this behavior, any help is appreciated.

 

Best answer by jovitaatsafe

Hi @garydlester​,

If you are running this workspace on Windows 10 or higher, can you try following the instructions in this article, Windows: Enable Long File Path Support? I suspect the issue is that Windows has a maximum path length restriction of 260 characters, therefore during the zip file extraction, if FME Engine encounters a long path that exceeds this limit, the process will fail.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

jovitaatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 635 replies
  • Best Answer
  • November 9, 2020

Hi @garydlester​,

If you are running this workspace on Windows 10 or higher, can you try following the instructions in this article, Windows: Enable Long File Path Support? I suspect the issue is that Windows has a maximum path length restriction of 260 characters, therefore during the zip file extraction, if FME Engine encounters a long path that exceeds this limit, the process will fail.