Hello,
I'm unable to use a Power BI enterprise gateway which is installed on an Azure VM to access an on premise data source (file) due to "invalid connect credentials", error code: -2147467259.
However, the same gateway successfully connects to other Azure VM data sources. The server on which the gateway is installed doesn't recognize the domain credentials for the on premise domain or 0365 tenant, which are in snyc. Otherwise, I would try to change the credentials for the PBIEgwService to a domain account. The actual stored credential for the data source isn't an issue since it works with an enterprise gateway installed on an on premise server.
I have also tried changing the following setting value to "https" to no avail:
C:\Program Files\On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config
<setting name="ServiceBusSystemConnectivityModeString" serializeAs="String">
<value>AutoDetect</value>
Is it possible to configure the gateway on an Azure VM to access data sources on an on premise domain if the service cannot use a domain credential?
Thank you!