I have installed the driver to the mysql connector driver to:
C:\Program Files\Lawson Software\ProcessFlow901\lib
desinger.bat: I have appended the CLASSPATH with: .\lib\mysql-connector-java-5.1.10-bin.jar
I have used the following connect parameters.
Driver: com.mysql.jdbc.Driver URL: dbc:mysql//localhost:3306/grades
Error: JDBC Driver not found: com.mysql.jdbc.Driver I know this configuration works, as I have done J2EE development on my laptop via NetBeans, and the jdbc connection is granted. Theory is that jdbc should be agnostic, so PF should accept any driver. I have a feeling that is not the case, and only certain drivers work.
JVM = JRE6. I will give 5.0.06 a shot.
Did anyone help you with this? We didn't find the connection using JDBC to be as intuitive as expected. However, we do have it working currently to integrate with an SQL server. Maybe this will help you or someone else: http://www.herongyang.com...-Connection-URL.html
Shane:
I appreciate the reply, but I don't believe PFlow is going to recognize the mysql JDBC driver. I have dropped into ProcessFlow's subordinate "lib" folder, and added the jar file to the designer.bat, but ProcessFlow will not use the driver.