Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Failure: Null pointer exception on JDBC

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.checkConnectionValidityForDB2(DatabaseUtils.java:1392),...

anirudh_p by New Contributor
  • 555 Views
  • 0 replies
  • 0 kudos

Snowfalke Execute Behaving strangely

I’ve a pipeline, at the end of which is a SnowFlake Execute snap which has an update query like below "Update table_schema.Employees set Salary = '"+ $salary + "' where EmpID = '" + $empId +"' " Now the issue is for all the employees Salary of last ...