Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am getting below error in Talend 6.2 version. It was perfectly working in 5.6v but when I import the same job in 6.2v, this error am getting. Please help me.
Exception in component tSalesforceInput_7
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
at org.talend.components.salesforce.runtime.SalesforceAvroRegistry$StringToIntegerConverter.convertToAvro(SalesforceAvroRegistry.java:306)
at org.talend.components.salesforce.runtime.SObjectAdapterFactory$SObjectIndexedRecord.get(SObjectAdapterFactory.java:104)
at org.talend.daikon.di.DiOutgoingSchemaEnforcer.get(DiOutgoingSchemaEnforcer.java:171)
at ccp_test.l_d_cleanup_mysql_lookup_tables_0_1.l_d_cleanup_mysql_lookup_tables.tSalesforceInput_7Process(l_d_cleanup_mysql_lookup_tables.java:5331)
at ccp_test.l_d_cleanup_mysql_lookup_tables_0_1.l_d_cleanup_mysql_lookup_tables.runJobInTOS(l_d_cleanup_mysql_lookup_tables.java:20069)
at ccp_test.l_d_cleanup_mysql_lookup_tables_0_1.l_d_cleanup_mysql_lookup_tables.main(l_d_cleanup_mysql_lookup_tables.java:19417)
[statistics] disconnected
Hi,
Have you ever changed timeout in tSalesforceInput component? Are you behind proxy?
Best regards
Sabrina
Hi,
I haven't change anything.
yes we are using proxy before salesforce connection.
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