Flow Designer - DB2 JDBC action step
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 07:36 AM
In Flow designer is it possible to run a jdbc action step against a DB2 database
DB2 doesnt appear as an option

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2024 07:18 AM
If you select custom, a secondary field should be displayed for you to specific the JDBC driver to use.
If you need further assistance, please attach a screenshot as there's a few variations in the form layout depending on instance version and connection type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 12:31 AM
JDBC Driver box does appear but when you run the action the logs show "unable to load driver"
The driver has been added to the mid server too

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 07:42 AM
Looks like the class name is wanted, so 'com.ibm.db2.jcc' I believe for what you're wanting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2025 01:25 AM
Thanks Kieran I added that in
but still get that error in the logs
com.snc.automation_common.integration.exceptions.InvalidConnectionParameterException: Unable to load JDBC driver: com.ibm.db2.jcc
The driver is installed on the mid