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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileFetch to connect on sharepoint Office 365

Hi all,

I'm trying to get files located into a SharePoint (365) folder.

So i use tFileFetch componant by filling : url (of my SharePoint folder), destination target, unactivate POST method and authentification use and pwd.

But I have this error : "java.net.ConnectException: Connection timed out: connect".

 

If I use chrome and fill same url + connect with same account, I can access to files located in my SharePoint site

That's why I don't understand what I miss in tFileFetch componant

Do you have any ideas?

Thank you

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,

 

     The connection to the SharePoint is managed through REST API calls and it will not work like the normal file paths. In the chrome, you are either having a single sign on facility to SharePoint or you are providing the user id and password at the beginning of your session. This detail will go to SharePoint as webservice calls and it will establish the connection for you.

 

      So if you have to connect to SharePoint, you will have to write custom routine code or API calls to make the similar connection and extract the data.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

ok thank you for your reply

pity we have to go through custom