<div dir="ltr">Hi All,<div><br></div><div>I've been trying unsuccessfully to extract a feature class from a large file geodatabase.  While many of the other feature classes in it are read properly, on this one I get the following error:</div><div><br></div><div><div><font face="monospace, monospace">$ ogrinfo -summary file.gdb Streets</font></div><div><font face="monospace, monospace">Had to open data source read-only.</font></div><div><font face="monospace, monospace">INFO: Open of `file.gdb'</font></div><div><font face="monospace, monospace">      using driver `OpenFileGDB' successful.</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">Layer name: Streets</font></div><div><font face="monospace, monospace">Geometry: Multi Line String</font></div><div><font face="monospace, monospace">ERROR 1: Error occured in filegdbtable.cpp at line 768</font></div></div><div><br></div><div>Line 768 is part of this block of code:</div><div><br></div><div><div><font face="monospace, monospace">     if( byFieldType > FGFT_XML)</font></div><div><font face="monospace, monospace">        {</font></div><div><font face="monospace, monospace">            CPLDebug("OpenFileGDB", "Unhandled field type : %d", byFieldType);</font></div><div><font face="monospace, monospace">            returnError();   <---- line 768</font></div><div><font face="monospace, monospace">        }</font></div></div><div><br></div><div>Can any of you provide me some suggestions for how I can trace the specific cause of this problem more precisely?  Unfortunately, this is commercial data which I can't share with you, but I'd be happy to try to diagnose the problem more thoroughly.</div><div><br></div><div>Thanks,</div><div><br></div><div>Roger</div></div>