Aloha,
I seem to have a broken table somewhere in my Postgres database. I cannot see it using ArcCatalog but when I try to load a table with that name SDE thinks it already exists. Command line calls are a bit schizo too:
D:\>sdetable -o truncate -t h_radar ....
Error: DBMS table not found (-37).
Error: Unable to truncate table h_radar.
D:\>sdetable -o create -t h_radar ...
Error: Table already exists (-62).
Error: Cannot create table h_radar.
I tried digging out any rows in the SDE tables (sde_table_registry, sde_layers, etc) referencing this name but it's still hiding somewhere.
Thanks for any help,
Rich