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)
 

Casper

ProgressTalk.com Moderator
Staff member
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
 

ken

New Member
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
 

lggoo

New Member
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
 

Casper

ProgressTalk.com Moderator
Staff member
Use the sql explorer and see if you are still unable to connect.

Casper.
 

sunnyleung

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

sunnyleung

New Member
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 !
 
Top