I'm having an issue with sdetable on RHEL. I'd like to use sdetable to create some spatial views.I've used sdesetup to create and configure PostgreSQL GDBs on my Linux server, so I know I've installed SDE correctly and the .so libraries are in the correct locations. The error I receive is this: Error: Underlying DBMS error (-51).
Error: Could not create a connection on server gis, for user gisadmin.
Extended DBMS error code: -51
ERROR: cross-database references are not implemented: "sde.sde.sde_server_config"
Do I have the permissions wrong in the DB? Is there something misconfigured? The error is the same for any operation; I also tried creating the join using sdetable and then tried making the view in psql, then registering it with sdetable.For testing this out, I just wanted to make a view that is a subset of a larger parcel feature class. Here's what I'm putting in at the command line:sdetable -o create_view -T just_glassboro -t parcels -c * -w "mun = '0806'" -s gis.rowan.edu -D newjersey -u gisadmin
Of course, it fails with the error above.Any help would be greatly appreciated.