Skip to main content

I keep getting an error trying to write to a specific table, getting an ESRI gdb error message (http://support.esri.com/en/technical-article/000004275).

It claims that the table name has a leading underscore.

I placed a StringReplacer (Image 1)

I keep getting the same error listed in the ESRI blog above????

Geodatabase Error (-2147467259): General function failure.

Could not open File Geodatabase table `Delta_Block_Polygon'

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

Any suggestions appreciated

Hi @clives_online, are you writing to an existing table or creating a new one? If existing, is it open in any other applications? Are you able to share the workspace?

Hi,

Seems the problem is poor ESRI documentation!!!

I searched ESRI Reserved words at http://support.esri.com/en/technical-article/000010906

A number of key Reserved words like SDE and DELTA are missing!!


Hi,

Seems the problem is poor ESRI documentation!!!

I searched ESRI Reserved words at http://support.esri.com/en/technical-article/000010906

A number of key Reserved words like SDE and DELTA are missing!!

Hi @clives_online, without the use of those reserved words are you able to write?

Reply