Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Using Talend Open Studio 6.4.0 I am trying to make use of the tMysqlSCD component. When I run the job I immediately get a null pointer error, even when no rows have been ingested or processed through the job.
My input doesn't have null values for the primary key and the surrogate key is generated by talend based on the settings of the SCD component
The job has 2 sql connections to read main and lookup flows from a staging database and then write to a data mart using SCD
Exception in component tMysqlSCD_1 (jobname)
java.lang.NullPointerException at projectworkspace.jobname_version.jobname.tMysqlInput_1Process(jobname.java:2288)
at projectworkspace.jobname_version.jobname.tMysqlConnection_1Process(Researcher_Dimension.java:687)
at projectworkspace.jobname_version.jobname..runJobInTOS(Researcher_Dimension.java:5741)
at projectworkspace.jobname_version.jobname..main(Researcher_Dimension.java:5502)
Is there something obvious I am missing
The before picture, I had the connections set on Component Ok because I assumed it would validate the connection (never really considered it a subjob)
The After Picture
Job runs without null pointer on SCD
Hi,
Could you please post your job setting screenshots on forum? Which will be helpful for us to address your issue.
Best regards
Sabrina