Forum Post: RE: Unable to connect to the database with sysprogress through sqlexp

  • Thread starter Thread starter Valeriy Bashkatov
  • Start date Start date
Status
Not open for further replies.
V

Valeriy Bashkatov

Guest
Hi Paul, Paul Koufalis The first thing I would suggest is to make sure the -user is case sensitive. I know it should not make a difference but who knows with 10.1B. Not case sensitive, the result the same. Paul Koufalis The second thing I would try is SQuirreL since this is a JDBC tool like sqlexp. Downloaded, but did not understand how to configure it. Paul Koufalis The third thing I would try is to use the -driverURL syntax rather than the easy syntax like in your example. proenv sqlexp -user sysprogress -password P@ssw0rd –url jdbc:datadirect:openedge://localhost:6789;databaseName=sports2000 OpenEdge Release 10.1B as of Wed Jan 10 12:21:31 EST 2007 Invalid arguments specified: jdbc:datadirect:openedge://localhost:6789 For additional help, type "sqlexp -help". What I do wrong? Paul Koufalis And finally I would see if adding -Djvmstart.debug=1 -DLogLevel=5 in sqlexp.bat provided any additional information. %JVMSTRT% -a "%TOOLSPROP%"::%TOOLSGRP% -o stderr -s -m silent "%JVM%" -DInstall.Dir="%DLC%" Djvmstart.debug=1 -DLogLevel=5 %PROSQLJVMARGS% %SQLEXPCLASS% %PARMS% Right?

Continue reading...
 
Status
Not open for further replies.
Back
Top