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: 
sri_21
Contributor
Contributor

Tsystem component unknown error

Hi All,
I have a talend job which contains only one component-tsystem. The shell script is working perfectly fine while I run in putty which will copy from FTP location to temp location and some data quality. In the end it will calculate the count of files in temp location and display it. If I run it in Talend until the count, the code is working fine. But the count is showing as null. If I comment the count and run the code in talend, the job is executing fine.
Is it a talend limitation?. I'm using talend 7.0.1 big data enterprise edition.
Regards,
Sri
Labels (2)
4 Replies
TRF
Champion II
Champion II

What is the "count" made of?

Can you give some more details?

sri_21
Contributor
Contributor
Author

Thanks for quick response.

Count is made of file file format extension. 

we are using "lftp" command to fetch the count of files in the temp location and source location if its matching or not. 

 

Regards,

Sri 

akumar2301
Specialist II
Specialist II

Can you show us the tsystem setting ?

When you say Count is displayed NULL , it is in Talend Studio or Unix Machine ?

 

 

 

 

sri_21
Contributor
Contributor
Author

Hello,
In talend studio the count is showing as null but in Unix it works fine.
The issue got resolved by using the tssh component and it was displaying the count.
Regards,
Sri