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

Read Right missing on directory

Hi,

 

How catch error in a job when a tFileList want list files in a directory without read rights ?

 

When i do that, I have "File or directory count : 0" in logs but no errors.

 

I would like have an error.

 

Thx.

 

Labels (2)
1 Solution

Accepted Solutions
cterenzi
Specialist
Specialist

The component tFileProperties generates a row of data about a specified file or directory. The column "mode_string" may tell you what you're looking for.

View solution in original post

5 Replies
vboppudi
Partner - Creator III
Partner - Creator III

If you select check box generate error if no file found then job will fail.

0683p000009Lwnz.png

 

0683p000009Lwo4.png

Regards,

 

Anonymous
Not applicable
Author

Thank you for your answer but in my case, it's not an error if there is no file.
Anonymous
Not applicable
Author

Nobody has any idea?

cterenzi
Specialist
Specialist

The component tFileProperties generates a row of data about a specified file or directory. The column "mode_string" may tell you what you're looking for.
Anonymous
Not applicable
Author

ok, thank you. I'll use it.