Is there anyway I can get the source code for the
functions called by dbms2sde.c. An example would be
the source code for SE_stream_query and
SE_stream_insert_table. This will help me be able to get
the dbms2sde program to run for my tables. With the
source code I will be able to tell what the error codes
mean that is sent back to me unless there is a place I
can look to tell me exactly what the error codes that I
am receiving mean. Ex The error I am getting now is
SE_stream_query encountered a -37 error:
DBMS table not found
I am issuing the command
dbms2sde -o point -l real_provxy,SHAPE -stable
provider_dim -key prov_id -xname
LATEST_SVC_ADDR_LONGITUDE -yname
LATEST_SVC_ADDR_LATITUDE -type B -D NJDSS -u sd
e_user -p ******** -s jaguar
and I did a select on both the real_provxy and
provider_dim tables and they are both present and
sde_user is able to write to them. Does dbms2sde create
the f and s tables ? Maybe this is what it is looking for.
Thank you for your help,
Mike
Logged In: YES
user_id=586167
I doubt you could get the source code for the ESRI API
libraries.
Try troubleshooting my running sdelayer -o describe on both
of these tables.
Respond with what happens and we'll go from there.
Cheers,
Mark