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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Error: Failed to update gateway details. Please try again when creating an enterprise gateway

Got the error when trying to create an enterprise gateway. Any clues will be helpful? Thanks.

5 REPLIES 5
Mohamed90
Regular Visitor

@Anonymous

I had the same error.

I have modify 3 files at "C:\Program Files\On-premises data gateway" :

  • Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config 

Change the value from AutoDetect to Https 

<setting name="ServiceBusSystemConnectivityModeString" serializeAs="String">
    <value>Https</value>
</setting>

  •  enterprisegatewayconfigurator.exe.config and Microsoft.PowerBI.EnterpriseGateway.exe.config

change the

<system.net>
  <defaultProxy useDefaultCredentials="true" />
</system.net>
To 
<system.net>
  <defaultProxy>
    <proxy usesystemdefault="true" proxyaddress="http://proxy.corp.com:8080" />
  </defaultProxy>
</system.net>
 
And Restart the Data Gateway service (net stop PBIEgwService && net start PBIEgwService).
 
 
Regards
jirineoral
Post Patron
Post Patron

@Anonymous

Hi,

I guess, you already saw this document https://powerbi.microsoft.com/en-us/documentation/powerbi-gateway-enterprise-tshoot/

One more point. You shouldn't have enterprise and personal Gateway on same machine


Jiri

Anonymous
Not applicable

@jirineoral Yes I did. I also noticed the personal gateway is installed on the same server. But it is not a service so I assume the person gateway was not running at the time. Is it Ok or I will have to uninstall it?

@Anonymous

yes, you should unistall it, it causes conflicts

Jiri

Anonymous
Not applicable

Uninstall the personal gateway and then install enterprise. it will resolve the issue.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors