Forum Discussion
Error: DM_GWPipeline_Gateway_MashupDataAccessError
- 3 years ago
the 429 is specifically targeting you and your connection to the sharepoint at that point in time. It might be facilitated by a generally sickly sharepoint server but that should not normally happen in SharePoint Online.
Start from scratch, add one source (folder) at a time, and make generous use of Binary.Buffer to make sure you ask for each of the blobs just once.
Yeah I caught that 429, but there are more codes that keep repeating. And since I dialed down the amount of refreshed and that didn't do anything, I didn't think much more of it to be honest.
That 429 could then also be caused by not only me using that Sharepoint (or those specific files?) but also other people simultaneously using it?
the 429 is specifically targeting you and your connection to the sharepoint at that point in time. It might be facilitated by a generally sickly sharepoint server but that should not normally happen in SharePoint Online.
Start from scratch, add one source (folder) at a time, and make generous use of Binary.Buffer to make sure you ask for each of the blobs just once.