Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I’m trying to configure Power BI Desktop and Power BI Service (Gateway) to trust multiple SQL servers. I’ve set the following environment variable for Power BI Desktop:
``` PBI_SQL_TRUSTED_SERVERS = aws rds sql server 1,****; aws rds sql server 2,****```
However, if i place only one server it works, and the semicolon to separate the server entries doesn’t seem to be recognized.
Similarly, in Power BI Service (Gateway), I tried updating the `SqlTrustedServers` value in the `GatewayCore.dll.config` file:
```aws rds sql server 1;aws rds sql server 2 ```
But again, only when i kept only one server.
Is there a correct way to configure multiple SQL servers in these settings, or is it limited to only one server at a time? its very critical for us , because we are in middle of an new customer deployment, Any guidance would be appreciated!
Thanks in advance!
Solved! Go to Solution.
This is worked for me "Use a comma to separate server entries and No spaces between the entries in both the `PBI_SQL_TRUSTED_SERVERS` and `SqlTrustedServers` settings."
This is worked for me "Use a comma to separate server entries and No spaces between the entries in both the `PBI_SQL_TRUSTED_SERVERS` and `SqlTrustedServers` settings."
User | Count |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |