Skip to main content
Solved

My workspace cannot write to File Geodatabase due to Geodatabase Error (-2147024894)

  • November 24, 2016
  • 2 replies
  • 79 views

fmelizard
Safer
Forum|alt.badge.img+21

I have set up my Geodatabase Writer but can’t write to it. The log file gives me this message: “Geodatabase Error (-2147024894): The system cannot find the file specified.” even though I’m creating a new file geodatabase within my workflow.

Best answer by fmelizard

This error message can happen for a variety of reasons related to either the location or structure of the location set in the Writer. Here’s what I would check:

  1. Ensure you have the proper permissions to write to that location. Can you create a new file there? You’ll need write permissions to successfully create your geodatabase.
  2. Try changing the mapped path to a UNC path (i.e.- C:/temp to \\\\PC1\\temp).
  3. Check if there are any antivirus measurements in place that may affect writing over a shared drive.

Does anyone else have ideas? Please share them below.

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.

2 replies

fmelizard
Safer
Forum|alt.badge.img+21
  • Author
  • Safer
  • Best Answer
  • November 24, 2016

This error message can happen for a variety of reasons related to either the location or structure of the location set in the Writer. Here’s what I would check:

  1. Ensure you have the proper permissions to write to that location. Can you create a new file there? You’ll need write permissions to successfully create your geodatabase.
  2. Try changing the mapped path to a UNC path (i.e.- C:/temp to \\\\PC1\\temp).
  3. Check if there are any antivirus measurements in place that may affect writing over a shared drive.

Does anyone else have ideas? Please share them below.


  • June 1, 2017

This error message can happen for a variety of reasons related to either the location or structure of the location set in the Writer. Here’s what I would check:

  1. Ensure you have the proper permissions to write to that location. Can you create a new file there? You’ll need write permissions to successfully create your geodatabase.
  2. Try changing the mapped path to a UNC path (i.e.- C:/temp to \\\\PC1\\temp).
  3. Check if there are any antivirus measurements in place that may affect writing over a shared drive.

Does anyone else have ideas? Please share them below.

In my case it was indeed antivirus which removed the .gdb folder before anything could be written into it. Now figuring out the exception rule in av to prevent this from happening again.