Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

configure on premise gateway for domain user

Hi,

I am using Power BI Gateway Service for first time for a domain user and I am facing lot of issue to configure it.  I read and done the changes as per the given instruction Troubleshooting the On-Premises Data Gateway, but it is still showing error. My system is using a proxy setting to connect the internet. I tried both default proxy and my domain proxy configuration but none of them are worked.

 

I request you to please help me for configure it.

 

Error on default proxy configuration

 

On premise issue 1 default proxy.PNG

 

I have done the following changes - 

1. Changed the value from "AutoDetect" to "Https" in Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file. 

2. Changed the gateway service account to a domain user.

 

Error on domain proxy configuration 

With domain proxy configurationWith domain proxy configuration

I have changed one more thing -

C:\Program Files\On-premises data gateway\enterprisegatewayconfigurator.exe.config
C:\Program Files\On-premises data gateway\Microsoft.PowerBI.EnterpriseGateway.exe.config

Change the proxy setting in these above configuration file from

<system.net>
    <defaultProxy useDefaultCredentials="true" />
</system.net>

 to 

<system.net>
<defaultProxy>
<proxy
usesystemdefault ="True"
proxyaddress ="http://172.20.183.11/corp/proxy.pac"
bypassonlocal="True"
/>

</defaultProxy>
</system.net>

but it is not working. please help.

1 REPLY 1
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

Based on your error message, it may be caused by internet connection. Have you cheked your firewall? Please use following command to test network connectivity:

Test-NetConnection -ComputerName watchdog.servicebus.windows.net -Port 9350

If firewall blocks the connections that the Azure Service Bus makes to the Azure data centers. Please unblock the IP addresses for your region for those data centers. More details, please see:Firewall or Proxy.

You can also use Fiddle to monitor HTTP traffic. 

Best Regards,
Angelia

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.