
10 more\nCaused by: : No suitable driver found for jdbc:mysql://.local:3306/mydb\n\tat (DriverManager.java:689)\n\tat (DriverManager.java:208)\n\tat io.GenericDatabaseDialect.getConnection(GenericDatabaseDialect.java:217)\n\tat io.CachedConnectionProvider.newConnection(CachedConnectionProvider.java:88)\n\tat io.CachedConnectionProvider.getConnection(CachedConnectionProvider.java:62)\n\t. Services activaded to listen in a port (tested the connection within the server with prowin32)Ĭlient: Windows 7 Pro."trace": ".errors.ConnectException: Exiting WorkerSinkTask due to unrecoverable exception.\n\tat .(WorkerSinkTask.java:560)\n\tat .(WorkerSinkTask.java:321)\n\tat .(WorkerSinkTask.java:224)\n\tat .(WorkerSinkTask.java:192)\n\tat .(WorkerTask.java:177)\n\tat .(WorkerTask.java:227)\n\tat $RunnableAdapter.call(Executors.java:511)\n\tat .run(FutureTask.java:266)\n\tat .runWorker(ThreadPoolExecutor.java:1149)\n\tat $n(ThreadPoolExecutor.java:624)\n\tat (Thread.java:748)\nCaused by: .errors.ConnectException: : No suitable driver found for jdbc:mysql://.local:3306/mydb\n\tat io.CachedConnectionProvider.getConnection(CachedConnectionProvider.java:69)\n\tat io.JdbcDbWriter.write(JdbcDbWriter.java:56)\n\tat io.JdbcSinkTask.put(JdbcSinkTask.java:74)\n\tat .(WorkerSinkTask.java:538)\n\t. Server: Windows Server 2008 R2 Enterpise. And after browsing this forum extensively, I would like to have a confirmation to the following question:ĭo I need to have a local installation of Progress 91D in order to connect to a remote Progress database in the server? If this is true, which is the client required to perform this action? Where does this client could be obtained? Iii) with an Openlink JDBC-ODBC bridge and ODBC-91DJDBC Driver.Īs I had many problems, so far. Ii) with an external JDBC-91D driver installed from (OpenLink) and, Youll have to read the manual on your specific mysql jdbc driver to find the exact string to place inside the the Class.forName('.') parameter. I) the jars included in Progress (jdbc:jdbcProgress), Class.forName('') This forces the driver to register itself, so that Java knows how to handle those database connection strings. Precisely I want to use Eclipse-Birt to make reports, but I'm having trouble connecting with the databse using: I also want to connect to a remote progress database within my local network (for now). : No suitable driver found for jdbc:sap://XXXXX:30015/public' This issue occurs when the required SAP HANA jar file is not placed on the Informatica agent machine.
