Forum Discussion
New Gateway setup timeout
- Anonymous7 years ago
Unfortunately this article didn't help.
However I found the solution - it's true that even establishing the connection via Power BI desktop did take a long time - so the timeout was genuinely a timeout and not another issue.
SAS OleDb driver is generally very slow unfortunately.
Solution: go to <C:\Program Files\On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config>, increase test connection timeout value (e.g, 00:02:50) and check if the issue still persists. Please note that after changing the timeout value, gateway service is required to restart.
<setting name="MashupDSRTestConnectionTimeout" serializeAs="String"> <value>00:00:50</value> </setting>
Hi Anonymous
Please check if the below article could help you.
https://docs.microsoft.com/en-us/power-bi/service-gateway-onprem-tshoot
Regards,
Cherie
Unfortunately this article didn't help.
However I found the solution - it's true that even establishing the connection via Power BI desktop did take a long time - so the timeout was genuinely a timeout and not another issue.
SAS OleDb driver is generally very slow unfortunately.
Solution: go to <C:\Program Files\On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config>, increase test connection timeout value (e.g, 00:02:50) and check if the issue still persists. Please note that after changing the timeout value, gateway service is required to restart.
<setting name="MashupDSRTestConnectionTimeout" serializeAs="String"> <value>00:00:50</value> </setting>