Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All ,
I am using the power BI Pro and try to installed the personal gateway. After installing I have config and proxy as
<system.net>
<defaultProxy>
<proxy proxyaddress="http://proxyip:8080" bypassonlocal="true"/>
</defaultProxy>
</system.net>
I've added this to the following files :
"C:\Users\myuserid\AppData\Local\Power BI Personal Gateway\1.0\Shared\diahost.exe.config"
"C:\Users\myuserid\AppData\Local\Power BI Personal Gateway\1.0\Gateway\diawp.exe.config"
"C:\Users\myuserid\AppData\Local\Power BI Personal Gateway\1.0\Configurator\PowerBIGatewayAgentCmdLine.exe.config"
"C:\Users\myuserid\AppData\Local\Power BI Personal Gateway\1.0\Configurator\GWConfig.exe.config"
After that , I try to run personal gateway and it is showing as running:
- Logget in via Azure AD > then signin
- system in process
- then it is showing as
my proxy might be causing this problem ?
Any ideas on how to configure ?
Thanks in advance for your help,
Hi @Any_Ant,
The timeout error is common if the computer (physical machine or VM) on which you’re installing the personal gateway has a single core processor. Close any applications and turn off any non-essential processes, also change the following line
<system.net>
<defaultProxy>
<proxy proxyaddress="http://proxyip:8080" bypassonlocal="true"/>
</defaultProxy>
</system.net>
into:
<system.net>
<defaultProxy useDefaultCredentials="true" />
<proxy proxyaddress="http://proxyip:8080" bypassonlocal="true"/>
</defaultProxy>
</system.net>
Then check if you are able to configure gateway successfully.
Thanks,
Lydia Zhang
Hi, Lydia Zhang
Thank you so much for your advice. I try to change it already, and run again. But still time out. 😞
thank you for your kindness, 🙂