Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My Job is getting below error after Migrate to Talend 7.1.1
Exception in component tSalesforceInput_2 (JOB_06_DealImport)
java.lang.RuntimeException: ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at job_06_dealimport_0_1.JOB_06_DealImport.tSalesforceInput_2Process(JOB_06_DealImport.java:2076)
at job_06_dealimport_0_1.JOB_06_DealImport.runJobInTOS(JOB_06_DealImport.java:9401)
at job_06_dealimport_0_1.JOB_06_DealImport.main(JOB_06_DealImport.java:9191)
[FATAL]: job_06_dealimport_0_1.JOB_06_DealImport - tSalesforceInput_2 ClassCastException: java.lang.String cannot be cast to java.lang.Integer
java.lang.RuntimeException: ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at job_06_dealimport_0_1.JOB_06_DealImport.tSalesforceInput_2Process(JOB_06_DealImport.java:2076)
at job_06_dealimport_0_1.JOB_06_DealImport.runJobInTOS(JOB_06_DealImport.java:9401)
at job_06_dealimport_0_1.JOB_06_DealImport.main(JOB_06_DealImport.java:9191)
Any Suggestion on how to fix the issue?
Best Regards
Hello,
This issue is probably caused by property "Timeout" in tSalesforceInput component. Could you please try to remove the double quote for "Timeout" to see if it is OK with you?
Best regards
Sabrina
Hello,
This issue is probably caused by property "Timeout" in tSalesforceInput component. Could you please try to remove the double quote for "Timeout" to see if it is OK with you?
Best regards
Sabrina
You fix it. It Works. Thanks you very much