Menu

Spatial Enabled Tabled Can't be Viewed

Anonymous
2003-01-16
2003-05-23
  • Anonymous

    Anonymous - 2003-01-16

    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

     
    • Anonymous

      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.

       
    • Mark Ohrenschall

      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

       
      • Anonymous

        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...

        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.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.