ODBC and sqlexp failed

Posted by ctoman on 07-Aug-2017 14:48

This is odd

OE = 11.4

OS = HP-UX

cannot connect using sqlexp from the command line

sqlexp -db test -H 206.208.88.44 -S 7123 -user root -password root

LOGS:

database log - [2017/08/07@15:03:24.461-0400] P-17000      T-1     I BROKER  0: (4235)  Physical Database Name (-db): test.

SQL Log 

  Message (excp):  [DataDirect][OpenEdge JDBC Driver][OpenEdge] Remote Database
 Name not valid.

ABL code

┌──── Information ─────┐
│        test          │
│        test          │
│  -Mm 8192,-db test   │
│      PROGRESS        │
│         11           │
│                      │
│        test          │
│        BASIC         │
│      ISO8859-1       │

Thanks in advance!

Posted by Libor Laubacher on 07-Aug-2017 15:46

maybe the -S is wrong pointing to a different database ?

All Replies

Posted by Libor Laubacher on 07-Aug-2017 15:46

maybe the -S is wrong pointing to a different database ?

Posted by ctoman on 08-Aug-2017 05:40

You got it Libor - I did have the wrong port. DAH!

This thread is closed