Hello,

I am trying to import a smallworld object into a specifc ESRI 
dataset inside my database (ArcSDE).

database name: gds
dataset name :water_network

I can write into my database (in the root), but not in the dataset 
(water_network). How can I specify the dataset I want to write into?

 

Using this mapping file, I am able to connect to sde, but not create 
de table. FME doesn't raise any error but either write anything.


thanks very much.


SWORLDSWAF_DEF network.pipe    \
    id                   int                    \
    user_id          char(255)              \
    length             double                

# 
=====================================================================
======= 
# Transformation section
# 
=====================================================================
======= 



SWORLDSWAF network.pipe        \
    sworld_type          sworld_chain  \
    length              %length


#dataset: water_network
#table:pipe
#user: sde

SDE30 sde.water_network.sde.pipe             \
    sde30_type           sde30_line             \
    length             %length
    
   

# 
=====================================================================
======= 
# Destination feature type definition section
# 
=====================================================================
======= 


SDE30_DEF sde.pipe         \
    SDE_CONFIG_KEYWORD  DEFAULTS    \
    SDE_DROP_TABLE       N                      \
    SDE_LAYER            SHAPE                  \
    SDE_PRECISION        64                     \
    SDE_GRID{0}          1000000      \
    SDE_DIMENSION        2  \
    SDE_MEASURED         N                      \
    SDE_AREA             N                      \
    SDE_LINE             Y                      \
    SDE_POINT           N                   \
    SDE_SIMPLE_LINE      N                    \
    SDE_NIL              N                    \
    SDE_MULTIPART       N                   \
    SDE_CAD              N                      \
    SDE_XORIGIN          0    \
    SDE_YORIGIN          4000000 \
    SDE_ZORIGIN          0                      \
    SDE_MEASURED_ORIGIN  0                      \
    SDE_SCALE            $(_OUT_SDE3Scale)      \
    SDE_ZSCALE           1                      \
    SDE_MEASURED_SCALE   1                      \
    LENGTH             double  
 



For insights into what's up at Safe Software and what's on the development 
horizon, visit Safe's blog at spatial-etl.blogspot.com.

Safe Software has also made slides available that outline enhancements planned 
for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 
of the FME Worldwide Users Conference. To view these slides, visit 
www.safe.com/2006uc.

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/fme/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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