[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Connect OpenEdge database remotely

  • Thread starter Thread starter nikhil@ranosys.com
  • Start date Start date
Status
Not open for further replies.
N

nikhil@ranosys.com

Guest
yes, I think that is the reason that I am not able to connect. Now I have installed evaluation in my local environment and created database and started. This time I am getting different error and it is related to authentication because I don't know what are default user account to connect newly created database. I have created my database using Data Administrator and that time it didn't asked for any user account for database connection in future. I have also tried providing my windows login id (which is configured in my windows 10 machine where I am doing all this) because on some articles and forums that was suggested but this also didn't worked. Please suggest which username and password should I use connect using JDBC. Blow is the error I am getting right now: java.sql.SQLException: [DataDirect][OpenEdge JDBC Driver][OpenEdge] Access denied(Authorisation failed) at com.ddtek.jdbc.openedge.client.ddd.aw(Unknown Source) at com.ddtek.jdbc.openedge.client.ddd.j(Unknown Source) at com.ddtek.jdbc.openedge.OpenEdgeImplConnection.j(Unknown Source) at com.ddtek.jdbc.openedgebase.BaseConnection.b(Unknown Source) at com.ddtek.jdbc.openedgebase.BaseConnection.k(Unknown Source) at com.ddtek.jdbc.openedgebase.BaseConnection.b(Unknown Source) at com.ddtek.jdbc.openedgebase.BaseConnection.a(Unknown Source) at com.ddtek.jdbc.openedgebase.BaseDriver.connect(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at JDBCConnection.main(JDBCConnection.java:15)

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