Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Zac Spitzer
I would try the posting on the mge groups? On Mon, Nov 9, 2009 at 8:09 PM, mighty_duck wrote: > > Autodesk FDO provider for Oracle > > > Dejan Gregor wrote: >> >> mighty_duck, >> >> you have several Oracle FDO providers and versions (check >> http://fdo.osgeo.org/OSProviderOverviews.html). Which

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread mighty_duck
Autodesk FDO provider for Oracle Dejan Gregor wrote: > > mighty_duck, > > you have several Oracle FDO providers and versions (check > http://fdo.osgeo.org/OSProviderOverviews.html). Which one (name, version) > are you using? > > Dejan > > On Mon, Nov 9, 2009 at 10:05, mighty_duck wrote: >

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Zac Spitzer
which version and edition of mapguide, autodesk fdo or king/osgeo fdo provider? z On Mon, Nov 9, 2009 at 8:05 PM, mighty_duck wrote: > > FDO > > > zspitzer wrote: >> >> which provider are you using? >> >> On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote: >>> >>> I dont think it is Oracle error

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Dejan Gregor
mighty_duck, you have several Oracle FDO providers and versions (check http://fdo.osgeo.org/OSProviderOverviews.html). Which one (name, version) are you using? Dejan On Mon, Nov 9, 2009 at 10:05, mighty_duck wrote: > > FDO > > > zspitzer wrote: > > > > which provider are you using? > > > > On

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread mighty_duck
FDO zspitzer wrote: > > which provider are you using? > > On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote: >> >> I dont think it is Oracle error, it inserts everything correcly to >> database, >> problem start when FeatureService wants to return "information" that >> feature >> is succesufu

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Zac Spitzer
which provider are you using? On Mon, Nov 9, 2009 at 8:01 PM, mighty_duck wrote: > > I dont think it is Oracle error, it inserts everything correcly to database, > problem start when FeatureService wants to return "information" that feature > is succesufully inserted into the database. > > Wouldn

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread mighty_duck
I dont think it is Oracle error, it inserts everything correcly to database, problem start when FeatureService wants to return "information" that feature is succesufully inserted into the database. Wouldn't it be maybe FDO problem?! thanks Dejan Gregor wrote: > > What is the ORA error/excepti

Re: [mapguide-users] Inser feature problem

2009-11-09 Thread Dejan Gregor
What is the ORA error/exception number? Dejan On Mon, Nov 9, 2009 at 09:42, mighty_duck wrote: > > Hi, > > I created table in Oracle with two columns: ID(primary key) and > Geometry(SDO_GEOMETRY). I also done all stuffs with metadata and spatial > index. > > Problem is when I want to insert

[mapguide-users] Inser feature problem

2009-11-09 Thread mighty_duck
Hi, I created table in Oracle with two columns: ID(primary key) and Geometry(SDO_GEOMETRY). I also done all stuffs with metadata and spatial index. Problem is when I want to insert feature into the table... featureService.UpdateFeatures(resourceIdentifier, commandCollection, false);. This co