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
Thanks if u can help for this problem
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.
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 ?
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
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.
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"