Hi,A bit of background information. I have PostGresql 8.4.1, PostGIS 1.4.0, and I am storing my data with the PostGIS Geometry type. For the most part everything is working nicely, i'm just having a little trouble registering a PostGIS table to my geodatabase. Also I have a schema "gisprod" and a user who is the owner of that schema also named "gisprod".I keep receiving an error saying "DBMS table not found (-37)" then on the next line "Unable to create registration for table land_Parcels"My sdelayer command is specified below, I was thinking that it must be the name of my table I have tried the format databaseName.schemaName.tableName and schemaName.tableName all with no luck.sdelayer -o register -l land_Parcels,the_geom -e a -C gid,USER -t PG_GEOMETRY -i sde:postgresql:localhost -D spatial -u gisprod -p mypassword
Thanks in advanceClueless83