Hi everybody,
I have a question about JDBC Datasources for Aris PPM (I'm using PPM 4.12).
I would like to create a JDBC connection to a MySQL database: has anybody ever tried?
I installed the MySQL JDBC driver on the server running PPM; how can I link this new JDBC connector to PPM? Creating a new Datasource in the Customizing Toolkit, I still can't select MySQL connector.
Thank you!
Marco Bianchetti
Tobias Blickle on
Hi Marco
you have to make the JDBC driver visible to JDBC extractor and CTK. To do so have to add the path to JDBC driver to following environment variables:
PPM 4.x:
PPM_CTK_CLASSPATH
PPM_JDBC2PPM_CLASSPATH
For PPM 5:
PPM5_CTK_CLASSPATH
PPM5_JDBC2PPM_CLASSPATH
After restarting the CTK you should see the driver. Please select "Other database type" as database type. Please be aware that using mySQL has not been tested and is not supported officially. However, there is a good chance that it will work.
Regards,
Tobias