Gig XP

How to Create Troubleshoot and Resolve PowerBI Gateway Issues

How to Create Troubleshoot and Resolve PowerBI Gateway Issues

PowerBI gateway enables Enterprises to connect to their on-premises data sources without having to setup any VPN or open firewall ports. Since the Power BI gateway uses “HTTPS” protocol, the service can be consumed over the internet without opening any firewall ports.

Also Read: PowerBI Interview Questions & Answers

However, the installation itself can sometimes give issues. In order to ensure that the entire implementation goes smoothly, we have collated a list of best practices. Read along to know.

How to Create Troubleshoot and Resolve PowerBI Gateway Issues

The Power BI Gateway is a Windows based application which allows you to connect to your on-premises data source. Typically, you would need to install the application on an always-on server machine in the same network where your data sources reside which you would need to connect. Power BI has become popular in the BI world, and a lot of users use the gateway app.

During the process of using the Gateways, Users have faced issues either installing or trying to connect to a data source. In this post, I am going to talk about how to create troubleshoot and resolve PowerBI gateway issues.

Installation best practices for Power BI Gateway

Quick Note: Always Use Event Logs>Applications and Services Logs>Power BI Enterprise Gateway Service for debugging.

How to do a clean install of Power BI Gateway

Sometimes, the older version of the gateway might preserve the configuration files which need to be removed. Here are the simple steps to remove them:

Step 1: Go to command prompt and issue the following command:

net stop PBIEgwService

Step 2: Uninstall the Enterprise or Personal gateway from “Programs and Features.”

Step 3: Delete the installation directory folder

c:Program FilesPower BI Enterprise Gateway
c:Program FilesPower BI Personal Gateway

How to Troubleshoot Datasource Issues

Check if Firewall or Proxy Settings are Valid

Run the following Power-Shell script:

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

The result should be correct, else check the connection settings.

ComputerName           : powerbicomp.servicebus.windows.net
RemoteAddress          : 70.37.104.321
RemotePort             : 5672
InterfaceAlias         : vEthernet (Broadcom NetXtreme Gigabit Ethernet - Virtual Switch)
SourceAddress          : 10.120.60.108
PingSucceeded          : False
PingReplyDetails (RTT) : 0 ms
TcpTestSucceeded       : True

Visit the Official Site for More resources: