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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Job not working from Talend Integration Cloud

Hi folks,

 

I have a job that I put together that works from my laptop but not the Talend Integration Cloud.

 

The job goes to an SFTP site, downloads a bunch of csv files, puts them in a local directory (that I create with tJava), and does a bunch of operations before upserting files into Salesforce.

 

The job gets to the end when I execute it in the cloud, and it sends me the "job finished" email I put at the end, but it doesn't actually upsert any data into our Salesforce org.

 

What is going on?

Labels (6)
2 Replies
manodwhb
Champion II
Champion II

If the same job is able to upsert in the salesforce from local and not able to do the same upsert logic from cloud means it could be from source you might not getting data or in salesforce org does have upsert permissions with same user.
Anonymous
Not applicable
Author

Hi Manohar,

 

The integration user is the same in the local and cloud jobs.

 

The job has to first connect to an SFTP server, grab some files, deposit them locally, do some work on those files, then upsert them.

 

If the job in the cloud could not connect to the SFTP, or could not write local files, or work with files stored locally, wouldn't it throw an error in the cloud that I could see, and not get to the end of the job?