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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rpernas1618300500
Contributor II
Contributor II

Error extracting data from salesforce ( org.talend.components cannot be resolved into a type )

Hello everyone and thank you in advance!

I am trying to extract data from Salesforce through talend. i am using version 7.3.1.

The steps i am following are as follows.

1.- Set up salesforce connection with login, password and security token:

0695b00000EYBUuAAP.jpg

2.- In the metadata, I select the accounts:

0695b00000EYBUGAA5.png

3.- I have configured the jre (i have tried both.):

0695b00000EYBUaAAP.png

4.- I drag the accounts into the job:

0695b00000EYBVJAA5.jpg

5.- When I press run I get this error:

0695b00000EYBVdAAP.png

6.- Click on the "code" tab and check line 314 

0695b00000EYBWWAA5.png

7.- I also check the imports

0695b00000EYBWvAAP.png

Can someone help me and tell me what I am doing wrong? thank you very much!!!

Labels (3)
1 Solution

Accepted Solutions
gjeremy1617088143

Hi, first try to connect your input to a tlogrow for example and test if it runs.

Send me Love and Kudos

View solution in original post

3 Replies
gjeremy1617088143

Hi, first try to connect your input to a tlogrow for example and test if it runs.

Send me Love and Kudos

Anonymous
Not applicable

Hello,

We are supposing that there might be a missing library or corrupted workspace

Are you using a fresh install? Do you have any job using tSalesforceXXX component without any compile error?

What if you compile a job without any tSalesforce component?

Best regards

Sabrina

rpernas1618300500
Contributor II
Contributor II
Author

As @guenneguez jeremy​  says, it was necessary to put a tlogrow or some component behind the tSalesforceOutput so that it could run well. By putting a tlogrow it works correctly.

Thank you very much!