Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Rekha1
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.

Rekha1
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.