Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

getting error in tlogrow

I am trying to print data in tlogrow but getting below error..

 

Exception in component tSalesforceInput_1 (datecheck)
org.talend.components.api.exception.ComponentException: UNEXPECTED_EXCEPTION
at org.talend.components.salesforce.runtime.SalesforceAvroRegistry$StringToDateConverter.convertToAvro(SalesforceAvroRegistry.java:349)
at org.talend.components.salesforce.runtime.SalesforceAvroRegistry$StringToDateConverter.convertToAvro(SalesforceAvroRegistry.java:333)
at org.talend.components.salesforce.runtime.BulkResultAdapterFactory$ResultIndexedRecord.get(BulkResultAdapterFactory.java:95)
at org.talend.codegen.enforcer.OutgoingSchemaEnforcer.get(OutgoingSchemaEnforcer.java:189)
at local_project.datecheck_0_1.datecheck.tSalesforceInput_1Process(datecheck.java:1630)
at local_project.datecheck_0_1.datecheck.runJobInTOS(datecheck.java:2690)
at local_project.datecheck_0_1.datecheck.main(datecheck.java:2539)
Caused by: java.text.ParseException: Unparseable date: "2019-03-12T10:36:46.055Z"
at java.text.DateFormat.parse(Unknown Source)
at org.talend.components.salesforce.runtime.SalesforceAvroRegistry$StringToDateConverter.convertToAvro(SalesforceAvroRegistry.java:347)
... 6 more
[statistics] disconnected

Job datecheck ended at 10:51 14/03/2019. [exit code=1]

 

0683p000009M3Ox.png

 

0683p000009M3G2.png

Labels (5)
2 Replies
manodwhb
Champion II
Champion II

@uganesh ,it is not error on tLogrow component,it is error in tsalesforceinput. since may i know how are you creating schema in tsalesforceinput, I suggest you to create a salesforce connection in metadata and import the object. drag that object you designer and connect to tlogrow,you should not get any error with this way.

manodwhb
Champion II
Champion II

@uganesh ,is this issue resolved? if yes pleas mark the solution,which help you.