'sdetable -o create_view' should only be used when the geometry is a SDEBINARY or
SDELOB storage layer. Views on native geometry or ST_GEOMETRY tables should be
constructed in SQL, then registered with 'sdelayer -o register'.
I strongly advise against using "-c '*'" -- it is best practice to always explicity list
your columns.
An entity type error indicates that your geometry actually contains entities not
supported by your layer. Native geometries may only contain one topology class
(point *or* line *or* polygon), and should be defined to allow nil geometries --
"np", "nsl+", "na+", respectively).
- V