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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Force Data Integration to regenerate .java files running root job

Hi all.

I'm working with Data Integration on a project on 2 laptops, working on sync folder. Every laptop ignore there folders syncronization: pom, temp.

 

Sometimes sync miss syncronization of some .java file.

The scenario is: I run a root job that calls children and grandchidren job.

When I run the root job, I get  the error:

Failed to import Number.java in job SOME_CHILD

To get over this error I simply have to open SOME_CHILD job and click on CODE tab to make Talend Studio to regenerate the code. Anyway it's annoying to open so many child jobs.

I'm looking for a way to force Talend Studio to regenerate all .java files when I run the root job.

I'm using v7.0.

 

Any ideas?

Thanks

Labels (4)
1 Solution

Accepted Solutions
fdenis
Master
Master

think about remote desktop! ftps! guit hub...

View solution in original post

6 Replies
fdenis
Master
Master

add all your job in a new job and compil.
but you are not using talend correctly.
talend is not a sync folder corrector.
Anonymous
Not applicable
Author

You mean with one parent and all children at the same level?

 


@fdenis wrote:
talend is not a sync folder corrector.

I have realized that. I need to work on the same project at home and in office and sync seems better than export/import everytime.

But export/import is going to be the best practice.

fdenis
Master
Master

are you using open version?
Anonymous
Not applicable
Author

yes

fdenis
Master
Master

think about remote desktop! ftps! guit hub...
Anonymous
Not applicable
Author

Ok for remote desktop.

For the others…

With ftps you mean secure FTP? Or, you think that using git hub is an improvement? Pushing the project on a GIT repository may generate the same errors between workspaces.

Have you any expertise on that?