how to solve this trouble Database not started

ken

New Member
how to solve this trouble Database not started

[JDBC Progress Driver]:Database not started
at com.progress.sql.jdbc.JdbcProgress.createSQLException(JdbcProgress.java:6644)
at com.progress.sql.jdbc.JdbcProgress.standardError(JdbcProgress.java:6837)
at com.progress.sql.jdbc.JdbcProgress.SQLDriverConnect(JdbcProgress.java:2740)
at com.progress.sql.jdbc.JdbcProgressConnection.initialize(JdbcProgressConnection.java:394)
at com.progress.sql.jdbc.JdbcProgressDriver.connect(JdbcProgressDriver.java:171)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
 
I pressume the database is started and you connect to the right portnumber.
It would be nice to have some more information:
  • What version of Progress (+ SP) are you using?
  • What OS?
  • How do you connect? (Connection string)
  • What java version installed?
  • Did you configure a SQL broker?
Regards,
Casper
 
Environment Variables

DCL = C:\Program Files\Progress\91E

CLASSPATH = C:\Program Files\Progress\91E\java\jdbc.jar

SQL_CLIENT_CHARSET = GB2312


Vension : 9.1e
OS : 2003 R2
JAVA :1.5 jdk

I try to connect Progress which under linux
 
Maybe you might wanna check your host files , whether if it is set correctly.
Try ping qadsvr and make sure it is NOT 127.0.0.1.

Regards
 
the problem is same as I met. I tried to use SQL Explorer from winXP3 to connect progress 9.1D database on Redhat 4.7. But there is no problem to connect database on HP-UNIX. I don't know why !


Thanks,
Sunny Leung.
 
I checked with progress 9.1d which only certify java 1.3.1, so I tried to download java 1.3.1 into my linux server. The problem can fit it at once !
 
Back
Top