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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
RFAM1
Contributor III
Contributor III

Error while using "Transmit whole Context"

We have a number of talend jobs using a reusable orchestration job to start batch_id.

For one of the jobs we are getting datatype error though we use same job shared among other artifacts.

0695b00000WwTagAAF.png

0695b00000WwTXDAA3.png

0695b00000WwTXmAAN.png

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

The String you are parsing holds 102110020221011125537. This is larger than the largest Long that can be held by Java.

 

It looks like it is caused by your context.job_id increasing in size.

View solution in original post

2 Replies
Anonymous
Not applicable

The String you are parsing holds 102110020221011125537. This is larger than the largest Long that can be held by Java.

 

It looks like it is caused by your context.job_id increasing in size.

RFAM1
Contributor III
Contributor III
Author

@Richard Hall​ Thank you for answering. That's correct. I just figured out the job_id used is too long.