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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileFetch with smb always component OK

Hello,

I use tFileFetch with smb but the component always ok. How I can catch Error ?

I use tJava only to display the link used.

0683p000009M33z.jpg

Result of execution.
0683p000009M344.jpg

Thanks in advance

 

Dimitri

Labels (3)
7 Replies
fdenis
Master
Master

Hi,

it's seam that your error is catch into tFileFetch!!!!

Try to use TlogCatcher it may solve your problem.

but it's a bug.

fdenis
Master
Master

@rhall can you add this on the list of bugs to solve?
Anonymous
Not applicable
Author

Hi Francois,

 

I put tLogCatcher in job but nothing happen.

tLogCatcher display anything.

 

If I would like to help in solving the bug, is it possible to contribue to Talend code ?

 

Thanks in advance

 

Dimitri

vapukov
Master II
Master II


@fdenis wrote:
@rhallcan you add this on the list of bugs to solve?


error text mean - "File not found", so component is finish his work correct , status Ok 🙂

 

as bypass variant - use one of tFileExists components before tFileFetch (if possible)

 

fdenis
Master
Master

@vapukov I'm no ok, you ask the component to do something and it fail to do it (due to File not found).
you did not ask for a file list who can be empty.
If there is error onError link must be activated.
vapukov
Master II
Master II

@fdenis 

 

and + and -

  • I with you, because it return Ok and for timeout error
  • but - "File Not Found" it not real error, it normal (and often) case, and more correct to have Rejected Link like for tRESTClient

it just a personal opinion of course

fdenis
Master
Master

We are on the same line.
0683p000009MACn.png