Forum Discussion
Anonymous
8 years agoNot applicable
On premse gateway error
Does anyone have an idea what could be causing these errors? 1. Failed to create gateway. Please try again. Request error: Id: '9aedf2f8-fba1-4bae-ad59-843e1b5933e4', Status code: 'Forbidden', T...
- 8 years ago
Anonymous
Please check your firewall or proxy blocks connection following this document.
You can also try to force the gateway to communicate with Azure Service Bus using HTTPS instead of direct TCP. You will need to modify the Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config file. Change the value from
AutoDetecttoHttps. This file is located, by default, at C:\Program Files\On-premises data gateway.<setting name="ServiceBusSystemConnectivityModeString" serializeAs="String"> <value>Https</value> </setting>Best Regards,
Herbert
Anonymous
8 years agoNot applicable
Thanks for all your comments gentlemen. It was the firewall blocking some of the ports and domains. It's all good now.