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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors
Top Kudoed Authors