Forum Discussion
On-Premises data gateway (Personal) installation/configuration errors
Hi Chrisp22o,
Firstly, I would like to post a potential solution. Log in Power BI Service, open settings -> datasets. Find out a dataset which may use a gateway. Then click "Gateway Connection", there could be a old gateway. Delete it anyway. After these steps, reinstall the gateway.
Secondly, Could you please tell me if you use a network proxy?
Best Regards!
Dale
Hi,
Pasting Microsoft answer for this error - worked for me :smileyhappy:
Please try below steps to solve your issue.
>
%localappdata%\Microsoft\On-premises data gateway (personal mode)\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config change the value to Https
<setting name="ServiceBusSystemConnectivityModeString" serializeAs="String">
<value>Https</value>
</setting>
Then kill the Microsoft.PowerBI.DataMovement.PersonalGateway.exe process from task manager and restart configuration.
<