Skip to main content
Solved

DBF Writer: DBF file exceeds maximum size of 2 GB

  • February 17, 2014
  • 1 reply
  • 38 views

parashari
Forum|alt.badge.img+2
Hi,

 

 

I am working on an XP machine with 2Gb RAM. I am trying to run some tools and everytime, the output shows the following details. What can be done regarding it. 

 

 

"DBF Writer: DBF file exceeds maximum size of 2 GB

 

Unable to output data to file 'D:\\SixMonths\\FME\\New Folder\\SQL\\New Folder\\NewFeatureType.dbf'

 

... Last line repeated 2 times ...

 

DBF Writer: DBF file exceeds maximum size of 2 GB."

Best answer by david_r

Hi,

 

 

how much data are you writing to the DBF? A 2GB file size limit sounds about right for that format, but if there is hardly any data there is obviously something wrong.

 

 

One way to test is by redirecting the data to an FFS file:

 

 

 

 

David
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

david_r
Celebrity
  • Best Answer
  • February 17, 2014
Hi,

 

 

how much data are you writing to the DBF? A 2GB file size limit sounds about right for that format, but if there is hardly any data there is obviously something wrong.

 

 

One way to test is by redirecting the data to an FFS file:

 

 

 

 

David