Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unresolved compilation problem on new job

Hi all.

At one moment when creating a new job I've got error message: Unresolved compilation problem: system cannot be resolved.

But changing existing job in the same folder proceed successfully.

 

What it can be?

 

I am using Version: 6.1.1

 

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hello,

When you get some compile errors, please check your "Code" tab in your job. There will be your compile error highlighted in red line.

Please make sure that all required external jar files have been installed successfully on your new job.

Best regards

Sabrina

 

Anonymous
Not applicable
Author

I've done that. But take a look again an error message. It references internal "system" package. So all references to this package in generated code causes compilation error.

Anonymous
Not applicable
Author

Hello,

All required external jar files have been installed successfully on your new job? We suspect that your installation is not complete. Have you tried to re-install your studio to see if it works?

Best regards

Sabrina

Anonymous
Not applicable
Author

I couldn't re-install Studio because I have limited priveleges on work pc. But I should repeat myself: in generated code errors are when referencing internal package routines.system: system cannot be resolved or is not a field.
For example in following statement:
final String decryptedPassword_tOracleInput_1 = routines.system.PasswordEncryptUtil.decryptPassword("cd42ebfeed25a9ce4c408319c19f13c0");