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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

impossible to execute a job in an other

Hello,
I work on java TOS 4.0.2 and i have big problems for execute some Jobs.
When i try to manage all my Jobs with an other job (like sequencer), 2 weeks before i hd no problems.
Everything works well.
But now, i can t and they are a lot of error.
For example, i try to execute a simple Job "Create_Extract_AllUser_Hebdo" in the Job "testd" without other modification.
And I have the error "test.create_extract_alluser_hebdo_1_0 n est pas reconnu comme type valide".
If i try to bypass this error, i have others error :
"démarrage du job testd a 17:33 13/08/2010.
Exception in thread "main" java.lang.Error: Problèmes de compilation non résolus :
test.create_extract_alluser_hebdo_1_0 n'est pas reconnu comme type valide
test.create_extract_alluser_hebdo_1_0 n'est pas reconnu comme type valide
at test.testd_0_1.testd.tRunJob_1Process(testd.java:242)
at test.testd_0_1.testd.runJobInTOS(testd.java:459)
at test.testd_0_1.testd.main(testd.java:333)
connecting to socket on port 3406
connected
"
I have try to delete the folder ".JETEmitters" and run TOS after but exactly the same result 0683p000009MPcz.png
Thanks if u can help for this problem
Labels (3)
19 Replies
Anonymous
Not applicable
Author

Hi
Check the code part of Talend. its showing there are compilation errors in the job.
Anonymous
Not applicable
Author

Yes i have try but that give me no information about what to do .
the line in error is " test.create_extract_alluser_hebdo_1_0.Create_Extract_AllUser_Hebdo childJob_tRunJob_1 = new test.create_extract_alluser_hebdo_1_0.Create_Extract_AllUser_Hebdo();"
the element who is in red is "test.create_extract_alluser_hebdo_1_0"
that s why i don t understand. it s just the name of the Job that i call so i don t understand why a simple element like that put everything in error.
Anonymous
Not applicable
Author

I think that i know why this happend but i don t know how to resolve it.
i receive a temporary licence and i don t ave this problem.
but it s after i change the number licence with the final licence that this problem arrive.
i need to delete everything and install everything with the new licence to resolve that problem ?
no one had this problem and can help me ?
Anonymous
Not applicable
Author

Hi
It seems like there is some problem with your subjob. Check the code Section of your subjob or check the tRunJob Component i.e. you have selected the correct job
Anonymous
Not applicable
Author

thanks.
but the subjob is OK. i can run it without warning or error.
i just drag and drop the job that i need to my seqjob. that s why i can t understand why it gave me an error like that.
Anonymous
Not applicable
Author

Hi
have you checked the tRunJob component, the sub job given is correct ??
Anonymous
Not applicable
Author

yes, i use a simple trunjob and nothing work well 0683p000009MPcz.png
i do exactly the same thing than last month when it was OK.
they are something crazy !!
Anonymous
Not applicable
Author

Hi
can you create a new job and call your subjob from the new job, check it works or not.
If fine, there is some problem with parent job
Anonymous
Not applicable
Author

yes i have try that solution to be sure that i don t have a problem in my subjob but not.
nothing works with that solution.
and the error is always the same : "nameofthejob is not recognize as valid type"