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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend and Routines

Hi,
Actually, I use Talend Open Studio and I have the following problem : I want to use the Routine 'Numeric' in my Job 'test_new' . I run my job and I have thsi error message : "Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method sequence(String, int, int) is undefined for the type test_new".
How could I resolve this problem?
Thank you.
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
Actually, I use Talend Open Studio and I have the following problem : I want to use the Routine 'Numeric' in my Job 'test_new' . I run my job and I have this error message : "Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method sequence(String, int, int) is undefined for the type test_new".
How could I resolve this problem?
I am wiating for your reply, it's urgent.
Thank you.
Anonymous
Not applicable
Author

It's urgent, but you don't event explain you job , the component where you call the routine and the exact syntax you use.
Correct syntax is probably Numeric.sequence(xx, yy, zz);
Michaël.
Anonymous
Not applicable
Author

It was indeed a problem of syntax.
Thank you very much.