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:
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:
Looking at the gatewayInfo logs we found that:
On the other side, at the gatewayError logs:
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!