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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSalesforce Gregorian Calendar / org.talend.daikon Exception

Hello,

 

This error is showing when using tSalesforceConnection and tSalesforceInput components:

 

org.talend.components.api.exception.ComponentException: org.talend.daikon.exception.error.DefaultErrorCode@b9b00e0:{failedBatch=[BatchInfo  id='7510Y00000Bcn94QAB'
 jobId='7500Y000009aLf1QAE'
 state='Queued'
 stateMessage='null'
 createdDate='java.util.GregorianCalendar[time=1521778504000,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=4,ERA=1,YEAR=2018,MONTH=2,WEEK_OF_YEAR=12,WEEK_OF_MONTH=4,DAY_OF_MONTH=23,DAY_OF_YEAR=82,DAY_OF_WEEK=6,DAY_OF_WEEK_IN_MONTH=4,AM_PM=0,HOUR=4,HOUR_OF_DAY=4,MINUTE=15,SECOND=4,MILLISECOND=0,ZONE_OFFSET=0,DST_OFFSET=0]'
 systemModstamp='java.util.GregorianCalendar[time=1521778504000,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="GMT",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=2,minimalDaysInFirstWeek=4,ERA=1,YEAR=2018,MONTH=2,WEEK_OF_YEAR=12,WEEK_OF_MONTH=4,DAY_OF_MONTH=23,DAY_OF_YEAR=82,DAY_OF_WEEK=6,DAY_OF_WEEK_IN_MONTH=4,AM_PM=0,HOUR=4,HOUR_OF_DAY=4,MINUTE=15,SECOND=4,MILLISECOND=0,ZONE_OFFSET=0,DST_OFFSET=0]'
 numberRecordsProcessed='0'
 numberRecordsFailed='0'
 totalProcessingTime='0'
 apiActiveProcessingTime='0'
 apexProcessingTime='0'
]
}
	at org.talend.components.salesforce.runtime.SalesforceBulkRuntime.doBulkQuery(SalesforceBulkRuntime.java:513)
	at org.talend.components.salesforce.runtime.SalesforceBulkQueryInputReader.executeSalesforceBulkQuery(SalesforceBulkQueryInputReader.java:114)
	at org.talend.components.salesforce.runtime.SalesforceBulkQueryInputReader.start(SalesforceBulkQueryInputReader.java:56)
	at org.talend.codegen.flowvariables.runtime.FlowVariablesReader.start(FlowVariablesReader.java:73)
	at company_name.job_name_0_6.job_name.tSalesforceInput_2Process(job_name.java:2082)
	at company_name.job_name_0_6.job_name.tSalesforceConnection_1Process(job_name.java:1454)
	at company_name.job_name_0_6.job_name.runJobInTOS(job_name.java:34563)
	at company_name.job_name_0_6.job_name.runJob(job_name.java:34347)
	at company_name.company_namemain_0_1.company_nameMain.tRunJob_1Process(company_nameMain.java:859)
	at company_name.company_namemain_0_1.company_nameMain.runJobInTOS(company_nameMain.java:6841)
	at company_name.company_namemain_0_1.company_nameMain.main(company_nameMain.java:6695)

 

The error usually appears after process being stuck at the component for a longer period of time.

It occurs in about 30% of the time, and I don't know what is causing it. The network connection is good and stable.

Labels (4)
14 Replies
Anonymous
Not applicable
Author

Hello,

Could you please clarify in which Talend version/edition you are? Would you mind posting your component setting screenshots on forum?

Please mask your sensitive data.

Best regards

Sabrina

TRF
Champion II
Champion II

Hi,

How many records expected as the result?

What if you try the same query from the Salesforce Developer Console or DataLoader?

If you can't try, what if you try to query a smaller object?

Anonymous
Not applicable
Author

Version: TOS_DI-20170623_1246-V6.4.1

 

Settings:

 

0683p000009LtO0.png

 

0683p000009Lsx0.png

 

0683p000009LtOX.png

 

0683p000009Lsz5.png

 

 

 

Anonymous
Not applicable
Author

 @TRF

 

More than 10,000.

It will work trough Developer Console (up to 10,000).

It doesn't matter if the Object is small or big - success or failure is random and not connected to the query size.

Sometimes it fails to query 3 records, sometimes it succeeds to query 40,000.

Anonymous
Not applicable
Author

Another example:

 

Connection works, 2x Input works, third Input fails (with the same exception).

 

0683p000009Lt79.png

 

TRF
Champion II
Champion II

Hi,

I suspect network microcut.

Try with Dataloader (more than once) which use same API as TOS and for which you'll have to bring back the same data volume to your computer using the same route and crossing the same network equipments.

 

Edit: if possible, try using an other network (maybe your 4g connection)

TRF
Champion II
Champion II

Did this help you?

If so, thank's to mark your case as solved.

Anonymous
Not applicable
Author

@TRF

I have not managed to reproduce the error with Salesforce Data Loader.

 

@xdshi

Do you have any input on this issue?

TRF
Champion II
Champion II

At least did you tried with another kind of network connection?