beritec / fdotoolbox

Automatically exported from code.google.com/p/fdotoolbox
0 stars 1 forks source link

Generic feature reader error when dumping feature class to SDF/SqLite #358

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Right click on any feature class and export to SDF 

What is the expected output? What do you see instead?

Expect all rows to be dumped, instead receive error for each record in the 
table and none exported.

What version of the product are you using? On what operating system?

FDO Toolbox 1.1.0.1264 x64
Win 7 64 bit
Using King Oracle Provider.

Note that using same provider i can query feature classes and view data using 
the tool. The SDF dump error is:

FdoToolbox.Core.FdoETLException: Error encountered reading feature: External 
component has thrown an exception.: External component has thrown an exception. 
---> System.Runtime.InteropServices.SEHException: External component has thrown 
an exception.
   at OSGeo.FDO.Commands.Feature.IReaderImp.GetInt64(Int32 index)
   at FdoToolbox.Core.Feature.FdoReader`1.GetValue(Int32 i)
   at FdoToolbox.Core.ETL.FdoRow.FromFeatureReader(FdoFeatureReader reader, ICollection`1 readOnlyProperties)
   at FdoToolbox.Core.ETL.Operations.FdoInputOperation.<Execute>d__0.MoveNext()
   --- End of inner exception stack trace ---

Please provide any additional information below.

Original issue reported on code.google.com by Steve.Ca...@gmail.com on 10 Jan 2013 at 5:35