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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error using tFileFetch SMB protocol

Hi all,

 

I have problem with my job, i tried to using tFileFetch to get file source from windows shared folder. But i can't access it, before that i tried to test reach the share folder from windows run and then success. You can see the error at picture below :

0683p000009M6vK.png

 

This is my configuration :0683p000009M7Ii.png

 

Thanks,

Indra.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi @rhall,

 

Thanks for your help. I have tried that URl without using talend, and success. In my talend job still can't access the URl using tFileFetch component., I don't know why. 

 

But I found a solution using tSystem using command "net use x: \\host\folder /user:username password" to access the shared folder and then connect it  to tFileList to reach the file.

View solution in original post

5 Replies
Anonymous
Not applicable
Author

I may be wrong here, but it looks like it might be down to your "Domain" parameter. The "Domain" should be the Microsoft server domain name.

You've got an IP address populated there. See if you can find your MS Server Domain Name and give that a go.

Anonymous
Not applicable
Author

Hi @rhall ,

 

This is my first time use tFileFetch component, fyi I don't use Microsoft server just another windows as a host to share folder. So, can I not to fill the "Domain" parameter just left it blank to reach the shared folder?

Anonymous
Not applicable
Author

There are a few unknowns here. Have you tried connecting with that URI without using Talend? File sharing between Windows machines can be a pain. If you cannot access the files without Talend, it won't work Talend. So you must perfect this first. Once you can do this, then take what you have learned and apply it to Talend.

 

In regard to the Domain, do you not have a Domain for your network? How about a Workgroup? Try using that maybe. Take a look here https://www.oreilly.com/library/view/using-samba-second/0596002564/ch01s05.html

Anonymous
Not applicable
Author

Hi @rhall,

 

Thanks for your help. I have tried that URl without using talend, and success. In my talend job still can't access the URl using tFileFetch component., I don't know why. 

 

But I found a solution using tSystem using command "net use x: \\host\folder /user:username password" to access the shared folder and then connect it  to tFileList to reach the file.

Anonymous
Not applicable
Author

Great workaround! I will have to remember that one.

I'm afraid I do not use the SMB protocol very much, but I do know I have really had issues with it in the past. 

Once again, thanks for demonstrating that there is always another way with Talend. Great work!