I used dbms2sde to spatially enable a table containing latitude and longitude fields, and didn't get any error messages. However, when I try to view the layer in ArcMap I don't see a listing for the new layer in the database connection. Permissions do not appear to be an issue. Any ideas?
Thanks,
Eric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-23
Are you running SDE 8.1.2 or 8.2? If you are running 8.2, what files did you change to get it to run? Where did you put the files? I put them in the SDE bin folder (where sde2shape and all other sde .exe(s)) , however I cannot get it to run without throwing errors.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Eric: Sorry for the long (!) delay in responding. Your layer may need to be registered via ArcMap or ArcCatalog -- I don't think the SDE API properly registers layers for these applications.
Michael: Can you reply with the text of the error messages you're getting?
Thanks,
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-23
My SDE server is running Windows NT. I cannot find documentation about where to install or paste the files. I put them in the same place sdemon.exe and all the other sde commands, changed what I thought was the workspace and still cannot get to work. Is this the workspace I need to edit to get it to run on SDE 8.2...
Hi,
I used dbms2sde to spatially enable a table containing latitude and longitude fields, and didn't get any error messages. However, when I try to view the layer in ArcMap I don't see a listing for the new layer in the database connection. Permissions do not appear to be an issue. Any ideas?
Thanks,
Eric
Are you running SDE 8.1.2 or 8.2? If you are running 8.2, what files did you change to get it to run? Where did you put the files? I put them in the SDE bin folder (where sde2shape and all other sde .exe(s)) , however I cannot get it to run without throwing errors.
Eric: Sorry for the long (!) delay in responding. Your layer may need to be registered via ArcMap or ArcCatalog -- I don't think the SDE API properly registers layers for these applications.
Michael: Can you reply with the text of the error messages you're getting?
Thanks,
Mark
My SDE server is running Windows NT. I cannot find documentation about where to install or paste the files. I put them in the same place sdemon.exe and all the other sde commands, changed what I thought was the workspace and still cannot get to work. Is this the workspace I need to edit to get it to run on SDE 8.2...
SDEINCDIR = /usr/local/esri/sdeexe82/include
SDELIBDIR = /usr/local/esri/sdeexe82/lib
SDEFLAGS = -I$(SDEINCDIR)
SDELIBS = -lsocket -lnsl -lrt -lsg82 -lpe82 -lsde82 -lthread
LDFLAGS = -lm $(CFLAGS)
LINKER = $(CC)
CC = gcc $(CFLAGS) $(SDEFLAGS)
dbms2sde: dbms2sde.c dbms2sde.o
@$(LINKER) -L$(SDELIBDIR) $(LDFLAGS) dbms2sde.o $(SDELIBS) -o $@
Where do I go from here? Please help the dummy. If I get this to work I will be king for a day around here.
No, that's a Unix makefile.
I've uploaded a DOS executable for SDE 8.2 at https://sourceforge.net/tracker/download.php?group_id=58951&atid=489405&file_id=51135&aid=742592
Give that a try and if it doesn't work please reply with the text of the error messages you get when running dbms2sde.
Best of luck, your majesty! ;-)