Forum Discussion
gsalas
9 years agoAdvocate II
OLE DB or ADC error: [outsource.error] An error happened while reading data from the provider
Hi All - I connect to two different servers when I run my power bi queries. The issue is that when I run a data refresh (run daily) I am consistently getting stuck at one particular table as part of...
hugoberry
9 years agoResponsive Resident
You can play with various options in the Sql.Database access data function in your power BI query.
Loooking at the MSDN for this function https://msdn.microsoft.com/en-us/library/mt260902.aspx there are plenty options to choose from. My favourite ones are CommandTimeout, MultiSubnetFailover and MaxDegreeOfParallelism.
gsalas
9 years agoAdvocate II
I think the ComandTimeout function was the key. I have set it to 30 minutes and now everything is loading smoothly. Thanks!