Quantcast
Channel: Power Query topics
Viewing all articles
Browse latest Browse all 31130

On-Premise Gateway doesn't work when appending tables from different sources

$
0
0

Hello guys,

 

I'm trying to pull data from Azure SQL Server and from MySQL (Amazon RDS) via On-Premise gateway.

Everything works fine if I do it separately but the moment I try to append those tables the gateway gives me that error:

"Cannot connect to the mashup data source."

  

Both tables have the same columns and same data types.

I have tried to play with privacy levels too as said in some other topics but didn't work.
We have the latest gateway version installed.


The Operation causing problems:

= Table.Combine({#"MySQL - Data", #"SQLServer - Data"})

 

Looking at the gatewayInfo logs we found that:

"[DM.Pipeline.Common] Failed to read GatewayCore property: EnableFastCombine, Ex: Object reference not set to an instance of an object."

 

On the other side, at the gatewayError logs:

GatewayPipelineErrorCode=DM_GWPipeline_UnknownError
GatewayVersion=
InnerType=MashupValueException
InnerMessage=<pi>Microsoft SQL: Cannot open server 'server' requested by the login. Client with IP address 'ip address' is not allowed to access the server. To enable access, use the Windows Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect.</pi>
InnerToString=<pi>Microsoft.Data.Mashup.MashupValueException (0x80004005): Microsoft SQL: Cannot open server 'server' requested by the login. Client with IP address 'ip address' is not allowed to access the server. To enable access, use the Windows Azure Management Portal or run sp_set_firewall_rule on the master database to create a firewall rule for this IP address or address range. It may take up to five minutes for this change to take effect.

 

If I Append only the tables from Azure it works fine too.

I am missing something? Is there anything we can do to solve the problem from the PowerBI before start playing with IP permissions and stuff like that?

 

I think I can solve it with UNION in DAX but those tables are both pretty large and I don't think it is my best option.

 

Thank you!


Viewing all articles
Browse latest Browse all 31130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>