Shapes of this entity type not allowed in this layer (-35)

1148
4
09-08-2010 12:34 PM
JohnFell
Frequent Contributor
ArcSDE 10
SQL Server 2008 R2
Windows Server 2008
Shape Column: ST_GEOMETRY Storage

Perhaps I am one of the last of the Mohicans who is still using sde command line syntax from the DOS prompt to import coverage annotation:
SDELayer -o add -l "NEWBLKID2006,ShapeID" -e sA -g "5000,0,0" -x "2300000,6800000,1000" -k FC_GEOMETRY -S "Block Numbers (2006)" -i esri_sde -s DCADDBIT -D GIS -u USR -p PAS


The problem is I am getting the following error:
Shapes of this entity type not allowed in this layer (-35).
when trying to create an sde layer using sde command line with the entity type of sA. ESRI Tech Support has not been able to duplicate the issue. Has anyone had this kind of error when just trying to create a layer after building an sde table?
0 Kudos
4 Replies
CherylCleghorn
Esri Contributor
ST_Geometry is not a supported storage type for SQLServer. What is the esri incident number for this issue? Have you already provided the analyst with your exported dbtune table to investigate your FC_GEOMETRY  configuration keyword?
0 Kudos
JohnFell
Frequent Contributor
Incident #843329

I have not supplied the support analyst with the dbtune file. I have attached it to this post.
0 Kudos
CherylCleghorn
Esri Contributor
Thanks John

Will look into it; the analyst will communicate with you via the incident.

Regards
Cheryl
0 Kudos
ThomasDunn
Deactivated User
You are receiving this error because SQL Server GEOMETRY and GEOGRAPHY type storage in ArcSDE does not include support for old-style SDE annotation.  ArcGIS annotation is supported. 

-- TAD
0 Kudos