Skip to main content
Solved

Extending the read timeout in the SharePointOnlineConnector?

  • August 30, 2023
  • 2 replies
  • 147 views

peteralstorp
Contributor
Forum|alt.badge.img+7

I read files from Sharepoint. Sometimes I can read all the files but other times (no obvious pattern) I get this error msg when reading the exact same files again:

`fme_rejection_message' has value `SharepointOnlineConnector: Could not connect to server. Check that you are connected to the internet and that no firewall is blocking outbound connections. The error was 'HTTPSConnectionPool(host='graph.microsoft.com', port=443): Read timed out. (read timeout=60)''

Can I somehow easily adjust the read timeout?

Best answer by topf

Depending on what FME version you are running it is either 20(?) or 60 seconds (from FME2020 supposedly), hardcoded.

See idea: https://community.safe.com/s/bridea/a0r4Q00000HbqrrQAB/sharepoint-reader-timeout-parameter

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

topf
Forum|alt.badge.img+1
  • Best Answer
  • September 8, 2023

Depending on what FME version you are running it is either 20(?) or 60 seconds (from FME2020 supposedly), hardcoded.

See idea: https://community.safe.com/s/bridea/a0r4Q00000HbqrrQAB/sharepoint-reader-timeout-parameter


peteralstorp
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • September 8, 2023

Depending on what FME version you are running it is either 20(?) or 60 seconds (from FME2020 supposedly), hardcoded.

See idea: https://community.safe.com/s/bridea/a0r4Q00000HbqrrQAB/sharepoint-reader-timeout-parameter

Thanks @Tobias Pfeifer​ !