What is the correct way to set up Oracle Data Modeler (version 4.0.2.840) to use a (DB2) database on an IBM i (AS/400, iSeries) machine running OS V7.1?
Under the New/Select Database Connection, I selected the JDBC tab, then the "Other ThirdParty Driver", then entered the:
JDBC URL: \xxx.xxx.xxx.xxx\QIBM\ProdData\HTTP\Public\jt400\lib\jt400.jar
Driver Class: com.ibm.as400.access.AS400JDBCDriver
Database Type: DB2/UDB
When I enter a valid Username and Password to test the connection, I get the message:
Status : Failure -Test failed: Driver class not found. Verify the Driver location
I have verified the driver location. I even examined the jar file to verify that the class exists. I've also used the jt400.zip file in the JDBC URL in case that made a difference. It did not.
I also have a copy of the jt400.jar and jt400.zip files in my C:\jt400\lib directory. The path to this directory in in my path and classpath environmental variables.
Any guidance or knowledge will be most appreciated.
JDBC URL: \xxx.xxx.xxx.xxx\QIBM\ProdData\HTTP\Public\jt400\lib\jt400.jarIs that intended to indicate that your process needs to access the JDBC driver through a shared directory from the server in order to access the server's database? Is the directory shared with proper permissions for you? Is the share active in your domain? If you point to your local copy, do you see the same error? - user2338816