Site icon Faces of IT

How to Create Troubleshoot and Resolve PowerBI Gateway Issues

How to Create Troubleshoot and Resolve PowerBI Gateway Issues

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

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 needs 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

Result should be true, 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:
Exit mobile version