how to solve this trouble Database not started

ken

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

ajaysheth

Member
Pl. provide details on where is the DB and what is your environment.

To me it looks like the DB is not up. Start the DB (Windows or Unix Server) and then try to connect using the JDBC Driver.

HTH.
 
Top