Hallo Mark My problem seems to have the following reason: The records have NO geometry and the table is a SDE feature class.
Back in FME 2005 I could write such records to SDE but had errors reading them. Now it seems writing is not possible. I am told however, that ArcObjects allows to do this. Seems to be a reader/writer issue. For now I decided to NOT save these records. Thanks Michael --- In [email protected], "mark2atsafe" <[EMAIL PROTECTED]> wrote: > > Hi Michael, > I wouldn't generally recommend reading and writing the same dataset - > it can give unpredictable results. It may be that the SDE writer has > changed in a way that no longer permits this to happen as easily. > > However, if the problem is due to writing data before the read has > finished, and also that other mapping files work OK, then it might be > these other mapping files have a group-based factory that holds up the > data until it is all read. > > Try adding a SortFactory in the mapping file - the factory will > require all of the source data - hence all data will be read before > any starts to be written. Generally the SortFactory is the least > obtrusive method of doing this. I can't guarantee it will work, but > it's where I'd start to look. > > Regards, > > Mark > > Mark Ireland, Senior Product Specialist > Safe Software Inc. Surrey, BC, CANADA > [EMAIL PROTECTED] http://www.safe.com > Solutions for Spatial Data Translation, Distribution and Access > > > --- In [email protected], "mhabarta" <mhabarta@> wrote: > > > > Hallo > > > > Seems since I use FME2006GB I get the following ERROR from SDE Writer > > at the time I try to write to the table: > > > > ERROR |(#246009) Error while retrieving specified grid from layerinfo > > for table'S_MIG_ATK_MELDUNG_P'.:SDE_ERROR_CODE(-2) The SE_LAYERINFO > > pointer was not initialized > > > > Any ideas ... > > > > I can write to this table in other mapping files. > > > > What may be special in the mapping file here is, that I am reading and > > writing this table in the same mapping file. I do that successfully in > > other mappingfiles, however. > > > > Any ideas appreciated > > Michael > > > Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC Canada. For more information, visit www.safe.com/2006uc. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
