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

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

java exception while importing SugarCRM data

Being a total newbie to Talend, I'm having trouble using the SugarCRMInput component. I'm using Talend Open Studio 2.1.2.r5184. My SugarCRMInput component seems to be connecting properly since I'm seeing all the right info when I click on "edit schema". Here's the error log:
Starting job test_otc_clement at 18:37 27/09/2007.
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Syntax error on token(s), misplaced construct(s)
sugarManagement_tSugarCRMInput_1 cannot be resolved
sugarManagement_tSugarCRMInput_1 cannot be resolved
sugarManagement_tSugarCRMInput_1 cannot be resolved
sugarManagement_tSugarCRMInput_1 cannot be resolved
at otc.test_otc_clement.test_otc_clement.tSugarCRMInput_1Process(test_otc_clement.java:370)
at otc.test_otc_clement.test_otc_clement.main(test_otc_clement.java:2655)
Job test_otc_clement ended at 18:37 27/09/2007.

Does anyone have an idea what I'm doing wrong?
Thanks
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi Clement
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Syntax error on token(s), misplaced construct(s)

It's the compilation problems. Are you sure you have typed the right properties? You can switch to code viewer and see where the errors appear. Can you upload a screenshot about this issue?
Best regards
shong
Anonymous
Not applicable
Author

Thanks shong, actually I just figured it out by looking at the code: I had forgotten the double quotes around the connection URL. Pity the software doesn't add them automatically.
-Clément