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" <[EMAIL PROTECTED]> 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/
 


Reply via email to