This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
While creating a pipeline to connect to DB2 database using JDBC snap, I am running into the following error.
Failure: Null pointer exception occurred at: com.snaplogic.snap.api.sql.DatabaseUtils...
Using a Generic JDBC - Execute snap at the beginning of my pipeline with a hard-coded SQL query that has no issues running from any other place (workbench, phpstorm, etc) returns 800 results and an e...
I have a pipeline that reads from Oracle and writes to PGSQL. When inserting to PGSQL, I get this error
Batch entry 0 insert into “pg_temp”.“crmi002b_ut_pprs001” (“end_date”, “opportunity_type”, “s...
Hi,
The pipeline sends the record to JDBC INSERT snap, under JDBC INSERT Snap account has auto commit is enabled and batch size is 60. if 180 records are streamed into JDBC INSERT Snap and there w...
The schema name of table is dependent on the environments (Dev, QA, Prod) so we wanna parameterize the Schema name in JBDC Select, Insert, Update and Execute Snap. Can you please guide us on how to a...
I have on-prem groundplex. We need to connect mainframe Db2 database. I heard we can do that by using JDBC select snap. In order to use JDBC snaps, do we need JDK installed in our machine?
...hat already exist.
My thought was to use a pipeline like the following:
However, the Generic JDBC select from the SQLMX database fails with the following error:
Failure: Failed to e...