brianm
2 years agoNew Contributor II
Jar file download failed : NOT FOUND
Greetings. I'm attempting to perform some operations against a MySQL 8.0.33 server. I created a SnapLogic MySQL database account, and uploaded mysql-connector-j-8.0.33.jar to the JDBC driver proper...
- 2 years ago
Yes, I experienced the same behavior.
When running a pipeline, the default action is to look for jar files directly in the project space, even if you selected an alternate location in the GUI when creating and validating the account. In my case, I have the jar file in a shared project space. The fix, it seems, is to provide the full path to the jar file in the account JDBC driver attribute. In my case, it looked like this:
ProductionInstance/IdentityManagement/shared/mysql-connector-j-8.0.33.jar
Hope this helps.