Unable to connect the sql

Malaiyappan

New Member
I'm getting the error while login to the SQL using sqlexp.

Error: [DataDirect][OpenEdge JDBC Driver][OpenEdge] Remote Database Name not valid.. (8933).
Seems DB is correct only.
Kindly provide any suggestions.
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
We could more easily find the error in your command line if we knew what it was, in addition to other possibly relevant information like the logical name of your database and your OpenEdge version.

You can follow the link in my signature for tips on how to get help.
 
I'm getting the error while login to the SQL using sqlexp.

Error: [DataDirect][OpenEdge JDBC Driver][OpenEdge] Remote Database Name not valid.. (8933).
Seems DB is correct only.
Kindly provide any suggestions.
You've not given much, is this what you are trying to do?

# sqlexp -db <database> -S 12601 -user <username> -password <password>

?

Richard
 
Top