Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am implementing the SCD on table ,so I am taking the max value of that column at the start of the job and storing it in the context variable (X),which i declared as int .Now that context variable i am assigning in the numeric sequence as " Numeric.sequnce('s1',X,1) ".
Though I get above warning in 7.1 DI I am able to load data into the table.The problem arises when I load multiple tables in the same job and use tdie component ,the job will stopped instead of loading the next table.
If i run the same job in talend 6.4 DI ,I am not getting any warning and able to load the data successfully.
Can anyone please help me how to avoid this warning in 7.1 DI.
Thanks & Regards,
Sreelekha.
I've just fixed it thanks to the next workaround.
I've had to edit the file ParserUtils.java (<TalentFolder>\plugins\org.talend.librariesmanager_7.1.1.20181026_1147\resources\java\routines\system)
So it changed from this:
To this:
And that made the trick.
(However, I think the problem came from how the context deals with empty values)
Hi,
Any suggestion from our Talend expert? A patch maybe?
We have the same problem as JoanBenz, but with Integer, not BigDecimal.
Thanks